@media screen and (min-width: 769px) {
    .div-mobile { display: none; visibility: hidden !important;}
    .div-desktop { visibility: visible !important; display: inherit; }
}

@media screen and (max-width: 768px) {
    .div-mobile { visibility: visible !important; display: inherit;}
    .div-desktop { display: none; visibility: hidden !important;}
}
.text-white {
    color: #fff !important;
}
.img-border1 {border:1px solid #999999; border-radius: 3px; padding: 5px; margin: 0px 0px 10px 0px;}
.hidden {
        display: none;
      }
.visible {
        display: block;
      }
.contentFH-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .contentFH-div.active {
            display: block; /* Show the active content div */
        }
.contentLAM-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .contentLAM-div.active {
            display: block; /* Show the active content div */
        }
.content-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .content-div.active {
            display: block; /* Show the active content div */
        }
.contentMAIN-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .contentMAIN-div.active {
            display: block; /* Show the active content div */
        }
.content1-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .content1-div.active {
            display: block; /* Show the active content div */
        }
.content2-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .content2-div.active {
            display: block; /* Show the active content div */
        }
.content3-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .content3-div.active {
            display: block; /* Show the active content div */
        }
.content4-div {
            display: none; /* Hide all content divs initially */
            /*border: 1px solid #ccc;*/
            padding: 10px 0px;
            margin-top: 20px;
			margin-bottom: 20px;
			overflow-y: auto;
			overflow-x: auto;
        }
        .content4-div.active {
            display: block; /* Show the active content div */
        }
.textshadow2 {text-shadow: 2px 2px #333 !important;}
.textshadow1 {text-shadow: 1px 1px #333 !important;}
.headlinepadding {margin-left: 13px; margin-bottom: 25px; unicode-bidi: normal !important;}
.modal-overlay {
        position: fixed;
        top:0; left:0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        transition: opacity .2s ease;
	z-index: 99;
      }
      .modal-overlay.active {
        display: table;
      }
      .modal-overlay.visible {
        opacity: 1;
      }
      .modal-inner {
        display: table-cell;
        vertical-align: middle;
      }
      .modal-container {
        margin: 0 auto;
        width: 90%;
		max-height: calc(100vh - 140px);
        height: auto;
        overflow: auto;
        border: 1px solid;
        background: #fff;
        border-radius: 5px;
      }
      .modal-header {
        text-align: right;
      }
      .modal-close {
        margin-right: .25em;
        color: #000000;
		  padding: 4px 8px;
		  border: #666666 1px solid;
		  border-radius: 3px;
		  background-color: #dddddd;
        text-decoration: none;
        font-size: 2rem;
        font-weight: bold;
      }
      .modal-content {
        padding: 15px;
      }
      .modal-content p {
        margin: 0 0 1em;
      }
      .hide{
        display: none;
      }
/* =====================================
    1. TOP HEADER.
===================================== */
.top-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: 0.6s ease-in;
    z-index: 2;
    background-color: var(--primary-color);
    font-family: 'Roboto', sans-serif;
}

.top-header-wrapper .container {
    padding: 0px 25px;
}
.headlinecolor {color: var(--headline-color) !important;}
p.address,
p.mail {
    display: inline-block;
}

p.address {
    margin-right: 20px;
}

.top-header-left p.address {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    padding: 15px 0px;
}

.top-header-left p.address::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    margin-right: 10px;
}

.top-header-left p.mail {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    padding: 15px 0px;
}

.top-header-left p.mail a {
    color: #FFF;
}

.top-header-left p.mail a:hover {
    color: var(--secundary-color);
}

.top-header-left p.mail::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 10px;
}

.top-header-center p.mail {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    padding: 15px 0px;
}

.top-header-center p.mail a {
    color: #FFF;
}

.top-header-center p.mail a:hover {
    color: var(--secundary-color);
}

.top-header-center p.mail::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 10px;
}

.top-header-right p.schedule {
    color: #FFF;
    font-size: 13px;
    padding: 15px 0px;
}

.top-header-right p.schedule::before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 10px;
    color: #FFF;
}

p.schedule {
    margin-right: 25px;
}

p.schedule,
.top-social {
    display: inline-block;
}

.top-header-right .btn-default {
    display: inline-block;
    margin-left: 25px;
    padding: 5px 20px;
    font-size: 11px;
    font-weight: 700;
}

/* =====================================
    2. FOOTER.
======================================== */
footer {
    /*background: var(--headline-color);*/
	background-color: #333;
    height: 100%;
    padding: 15px 0px 20px 0px;
    clear: both;
}

footer p,
footer li,
footer a {
    color: #e6e6e6;
}

.footer-btn {
    padding: 20px 0px;
}

.footer-btn {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

#sticky-button {
  position: fixed;
  bottom: 45%;
  right: 2px;
  z-index: 99999;
}
#sticky-button a {
  background: #da9b24;
  color: #fff;
  display: inline-block;
    font-family: 'industry', 'Open Sans', sans-serif;
    padding: 30px 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 600;
  writing-mode: vertical-lr;
  
  border-radius:3px;
  
  box-shadow: 2px 4px 7px rgba(0,0,0,0.2);
  transition: all ease-in-out 300ms;
  webkit-transition: all ease-in-out 300ms;
  moxkit-transition: all ease-in-out 300ms;
  &:hover {
    background:rgba(0,51,102,0.85);
    box-shadow: 2px 4px 7px rgba(0,0,0,0.4);
  }
}

@media screen and (max-width: 960px) {
  #sticky-button {
	  position: fixed;
    display: inline-block;
	  bottom: 45%;
    right:2px;
	  writing-mode: vertical-lr;
    box-shadow: 2px 4px 7px rgba(0,0,0,0.2);
  transition: all ease-in-out 300ms;
  webkit-transition: all ease-in-out 300ms;
  moxkit-transition: all ease-in-out 300ms;
  }
  #sticky-button a {
    writing-mode: vertical-lr;
    font-size: 13px;
    border-radius:3px;
  }
}

.our-history h2 {
    margin-bottom: 20px;
}

.span-history {
    margin-top: 40px;
}

.span-history .mr-3 {
    width: 60px;
}

#content {
    text-align: center;
}

section.timeline-outer {
    width: 80%;
    margin: 0 auto;
}

.counter-layer {
    background-color: var(--headline-color);
    padding: 50px 0px;
}

.counter-box {
    margin: 25px 0px;
}

.counter-statistics .counter {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-family: 'industry','Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.counter-statistics h5 {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.counter-icon {
    width: 50px;
    margin: auto auto 20px auto;
}

.history-bg {
    background-image: url("https://via.placeholder.com//1920x800");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.history-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.6;
}

.history-bg .section-title {
    margin-bottom: 0px;
}

.history-bg .section-title h2 {
    color: #FFF;
    position: relative;
    z-index: 1;
}

.history-bg .section-title p {
    color: #FFF;
    position: relative;
    z-index: 1;
}

.history-layer {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    background-color: #FFF;
	height: auto;
}

.history-feature {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.history-event {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 50px;
}

.left-content {
    padding-left: 50px;
    padding-right: 0px;
}

.history-event h3 {
    margin-bottom: 0px;
}

.history-event h5 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.event-date-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(242, 171, 38, 0.9);
    padding: 20px 35px;
}

.event-date-layer h4 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 30px;
}
/* =====================================
    3. PAGE HERO.
=========================================*/
.pages-hero-large {
    background-image: url("../assets/images/home-banner-blue-hor.webp");
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-hero-large:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #036);
    opacity: 0.5;
}
.pages-hero {
    background-image: url("../assets/images/home-banner-fpo2.webp");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #000);
    opacity: 0.5;
}
.industries-hero {
    background-image: url("../assets/images/home-banner-fpo1.webp");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.industries-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #000);
    opacity: 0.5;
}
.services-hero {
    background-image: url("../assets/images/home-banner-fpo7.webp");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #000);
    opacity: 0.5;
}
.contact-hero {
    background-image: url("../assets/images/home-banner-fpo4.webp");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #000);
    opacity: 0.5;
}
.about-hero {
    background-image: url("../assets/images/home-banner-fpo6.webp");
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--primary-color), #000);
    opacity: 0.5;
}
.pages-title {
    margin: 0px;
    position: absolute;
    top: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pages-title span {
    font-weight: 600;
    font-size: 2rem;
}

.pages-title h1 {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 5px;
}

.pages-title p {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.close {
    float: right;
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

/* =====================================
    11. SOUTIONS.
======================================== */

aside {
    padding-right: 25px;
}

.tags li {
    display: inline-block;
}

.tags .btn-default {
    padding: 4px 15px;
    font-size: 12px;
    background-color: #edf2f4;
    border: solid 1px #edf2f4;
    color: var(--headline-color);
    font-weight: 600;
    margin: 2px;
    text-transform: uppercase;
    border-radius: 0px;
}

.grid-layer {
    margin-top: 50px;
}

.accordion-layer {
    margin-top: 60px;
}

.accordion {
    border: 1px solid #d9e5e8;
    padding: 0px 20px;
}

.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style-type: none;
	padding: 12px 20px 10px 20px;
}

.accordion li p {
    display: none;
    padding: 10px 20px 20px;
    font-size: 14px;
    font-family: 'industry','Open Sans', sans-serif;
}

.accordion a {
    width: 100%;
    font-family: 'industry','Open Sans', sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    user-select: none;
    color: var(--headline-color);
}

.accordion li a.active {
    color: var(--secundary-color);
}

.accordion li a.hover {
    color: var(--secundary-color);
}

.accordion-layer .accordion a:after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
	margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    border: none;
    transform: none;
    color: var(--secundary-color);
}

.accordion-layer a.active:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    transform: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}

.accordion .last-item {
    border-bottom: none;
}

.grid-layer-custom {
    background-color: var(--secundary-color);
    padding: 40px 20px 35px 20px
}

.grey-bg {
    background-color: #edf2f4;
}

.grid-layer-custom .mr-3 {
    width: 50px;
}

.grid-layer-custom .media-body p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}

.white-text h5,
.white-text p {
    color: #FFF;
}

.ib-icon {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* =====================================
    12. PROJECT SINGLE.
======================================== */

h3.project-title {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0px 20px 0px;
}

.project-carousel .owl-dots {
    display: none;
}

/* =====================================
    13. FAQ.
======================================== */

/* =====================================
    14. ERROR PAGE.
======================================== */

/* =====================================
    15. SERVICES PAGE.
======================================== */

.btn-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn-popup .pulse {
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
}

.pulse::before,
.pulse::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    animation: pulse 1.5s linear infinite;
}

.pulse::after {
    animation-delay: .5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* =====================================
    16. SERVICE PAGE ALT.
======================================== */

.span-column {
    padding-right: 100px !important;
}

.span-column .media-body {
    padding-top: 5px;
}

.span-column .mr-3 {
    width: 35px;
}

.span-column h5 {
    color: #FFF;
}

.span-column p {
    color: #FFF;
    margin-top: 15px;
}

/* =====================================
    17. UNDER CONSTRUCTION.
======================================== */

.btn-send {
    margin-top: -15px;
}

.btn-send .btn-default:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* =====================================
    18. PROJECT SINGLE ALT.
======================================== */

/* =====================================
    19. BLOG GRID.
======================================== */

/* =====================================
    20. BLOG SIDEBAR.
======================================== */
.blog-search {
    display: inline-block;
    position: relative;
    color: #FFF;
    width: 100%;
    margin-bottom: 40px;
}

.blog-search .form-control {
    background-color: #eff5f5;
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    font-family: 'industry','Open Sans', sans-serif;
    color: #CCC;
    transition: 0.3s;
}

.blog-search .form-control:focus {
    color: #CCC;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.blog-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #CCC;
    right: 0;
    font-size: 16px;
}

.categorie-list .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0rem;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    font-family: 'industry','Open Sans', sans-serif;
    color: var(--paragraph-color);
    font-weight: 600;
    font-size: 14px;
}

.categorie-list .list-group-item .badge {
    font-family: 'industry','Open Sans', sans-serif;
    color: var(--paragraph-color);
    font-weight: 600;
    font-size: 14px;
}

.blog-preview {
    position: relative;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.bp-feature {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.bp-feature:hover {
    opacity: 0.8;
}

.bp-caption {
    margin-top: 40px;
    padding: 0px 40px 0px 25px;
}

.bp-caption ul {
    margin-bottom: 15px;
}

.bp-caption ul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
}

.bp-caption ul li.date::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    margin-right: 10px;
}

.bp-caption ul li.comments::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f075";
    margin-right: 10px;
}

.bp-caption ul li.tags::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02c";
    margin-right: 10px;
}

.bp-caption h6 {
    margin-top: 25px;
}

.bp-caption h6 a {
    color: var(--secundary-color);
    text-decoration: none;
}

.bp-caption h6 a:hover {
    color: var(--headline-color);
    text-decoration: none;
}

.right-side {
    padding-left: 25px;
}

/* =====================================
    21. BLOG DETAILS.
======================================== */
.blog-details .bp-caption {
    margin-top: 40px;
    padding: 0px;
}

.blockquote {
    border-left: solid 5px var(--secundary-color);
    background-color: #edf2f4;
    margin: 30px 0px;
    padding: 30px;
    position: relative;
}

.blockquote h4 {
    font-style: italic;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.blockquote .fas {
    font-size: 90px;
    margin-bottom: 15px;
    color: var(--secundary-color);
    position: absolute;
    top: 10%;
    z-index: 1;
    opacity: 0.1;
}

.bp-caption hr {
    margin: 40px 0px 30px 0px;
}

.bp-caption .tags .btn-default {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: none;
    background-color: #edf2f4;
    border: solid 1px #edf2f4;
    color: var(--headline-color);
    font-weight: 700;
    margin: 2px;
    text-transform: uppercase;
    border-radius: 0px;
}

.share-post {
    margin-top: -60px;
    float: right;
}

ul.share-post li {
    background-color: var(--headline-color);
    display: inline-block;
    padding: 8px 15px;
    margin: 0px 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.share-post .label {
    background-color: transparent;
    font-weight: 600;
    color: var(--headline-color);
}

.share-post .label:hover {
    background-color: transparent;
    font-weight: 600;
    color: var(--headline-color);
}

.comment-layer {
    margin-top: 50px;
}

.comment-box {
    margin-top: 60px;
}

.comment-box .media {
    margin: 35px 0px;
}

.comment-box .media .mr-3 {
    width: 80px;
    border-radius: 50%;
}

.comment-box .media-body {
    background-color: #eff4f5;
    padding: 25px;
}

.comment-box h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

p.comment-date {
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-box p {
    line-height: 30px;
}

.comment-box .btn-default {
    padding: 6px 20px;
    text-transform: none;
}

.replay-layer {
    padding-left: 60px;
}

.comment-form-layer p {
    font-style: italic;
}

.comment-form-layer form {
    margin-top: 30px;
}

.fc-comments {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: #f0f2f5 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'industry','Open Sans', sans-serif;
}

.message-form {
    background-color: #f0f2f5 !important;
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    font-family: 'industry','Open Sans', sans-serif;
    font-size: 14px;
}

.fc-comments::-ms-expand {
    background-color: transparent;
    border: 0;
}

.fc-comments:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.fc-comments:focus {
    color: #495057;
    background-color: #d1d9e0;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.fc-comments::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.fc-comments::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.fc-comments:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.fc-comments::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.fc-comments::placeholder {
    color: #6c757d;
    opacity: 1;
}

.comment-form-layer .btn-default {
    margin-top: 40px;
}

/* =====================================
    22. GALLERY GRID.
======================================== */
.filter {
    background-color: #eff4f5;
    padding: 8px 0px;
    border-radius: 50rem !important;
}

/* =====================================
    23. HOMEPAGE ONE.
======================================== */
/**  Wide Section Wrapper **/
.ws-feature-left-alt-2 {
    background-image: url("https://via.placeholder.com//1200x800");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-feature-right-alt-2 {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    margin-left: -100px;
    z-index: 1;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.ws-feature-right-alt-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--headline-color);
}

.feature-right-content-alt-2 {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    padding-left: 5rem;
}

.feature-right-content-alt-2 h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
}

.feature-right-content-alt-2 h2 {
    color: #FFF;
    margin-bottom: 15px;
}

.feature-right-content-alt-2 p {
    color: #FFF;
}

.box-content {
    margin-top: 50px;
}

.box-content h4 {
    color: #FFF;
}

.box-content p {
    color: #FFF;
}

.bc-icon {
    width: 50px;
}

.inner-bc {
    display: inline-block;
    padding-right: 50px;
}

.inner-bc h4 {
    font-size: 17px;
    color: var(--primary-color);
    margin: 10px 0px 5px 0px;
}

.inner-bc p {
    font-size: 14px;
    line-height: 25px;
}

.ws-parallax-services {
    background-image: url("https://via.placeholder.com//1200x800");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -100px;
    padding: 150px 0px 80px 0px;
}

.ws-parallax-services:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.7;
}

.pc-center .section-title {
    text-align: center;
}

.pc-center .section-title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.ws-box-services {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}

.ws-box-services h5 {
    font-size: 16px;
    color: #FFF;
    margin: 10px 0px;
}

.ws-box-services p {
    color: #FFF;
    font-size: 14px;
}

.ws-box-icon {
    width: 40px;
}

.front-carousel {
    position: relative;
}

.front-carousel .owl-theme .custom-nav {
    display: none;
}

.front-carousel .owl-dots {
    display: none;
}

.box-layer {
    background-color: #FFF;
    margin: 10px 15px;
    padding: 40px 25px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
	border: #ccc 1px solid !important;
	border-top: #369 4px solid !important;
}

.icon-box {
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
    margin: auto;
    position: relative;
}

.bl-icon {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.box-layer h4 {
    color: var(--headline-color);
    text-align: center;
    margin: 20px 0px 5px 0px;
}

.box-layer p {
    text-align: left;
    line-height: 30px;
}

.box-layer h6 {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
}

.box-layer h6 a {
    text-decoration: none;
    color: var(--headline-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-layer h6 a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.about-front {
    padding: 0px 50px;
    position: relative;
}

.mission-layer {
    position: absolute;
    background-color: var(--primary-color);
    padding: 25px;
    bottom: 10%;
    left: 0px;
    width: 250px;
    border-radius: 5px;
    outline: 2px solid #FFF;
    outline-offset: -8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mission-layer:hover {
    background-color: var(--secundary-color);
    outline: 2px solid #FFF;
    outline-offset: -8px;
}

.ml-icon {
    width: 40px;
}

.mission-layer h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    margin: 10px 0px;
}

.mission-layer p {
    color: var(--paragraph-color);
    line-height: 22px;
}

.about-layer h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #a3b0b4;
}

p.read-more {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px;
}

.signature-layer {
    margin-top: 35px;
    display: -ms-flexbox !important;
    display: flex !important;
}

.signature-img {
    width: 160px;
    margin-right: 30px;
}

.front-contact-layer h4 {
    margin-bottom: 0px;
}

.about-layer h6 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
}

.about-layer h6 a {
    text-decoration: none;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.about-layer h6 a:hover {
    text-decoration: none;
    color: var(--headline-color);
}

/**  Wide Section Wrapper **/
.ws-feature-left-alt {
    background-image: url("../assets/images/home-industries.webp");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ws-feature-right-alt {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    margin-left: -100px;
    z-index: 1;
}

.ws-feature-right-alt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
}

.feature-right-content-alt {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    padding-left: 4rem;
}

.layer-box-alt {
    padding: 15px;
    margin: 20px 0px;
}

.rectangle-layer {
    width: 70px;
    height: 70px;
    border: solid 2px #FFF;
    position: relative;
    margin-right: 20px;
}

.layer-box-alt .media .mr-3 {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.layer-box-alt .media .media-body h4 {
    margin-bottom: 0px;
}

.layer-box-alt .media .media-body p {
    color: #FFF;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.label-layer {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: var(--headline-color);
    position: absolute;
    bottom: 25px;
    right: 100px;
    padding: 10px 15px;
    border-left: 5px #FFF solid;
}

.label-layer-caption {
    padding: 10px;
}

.label-layer-caption h4 {
    color: #FFF;
    margin-bottom: 0px;
}

.label-icon {
    width: 40px;
}

.counter-layer-alt {
    background-color: var(--headline-color);
    padding: 50px 0px 50px;
    margin-top: -80px;
}

.counter-col-layer {
    text-align: center;
}

.counter-col-layer .counter {
    font-size: 35px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.counter-col-layer h4 {
    font-size: 15px;
    color: #FFF;
    line-height: 18px;
    font-weight: 400;
}

.span-title {
    border-left: solid 7px var(--headline-color);
    padding-left: 20px;
    margin-bottom: 20px;
	margin-top: 15px;
}

.span-title h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.layer-box-alt p {
    color: #FFF;
}

figure.project-thumbnail-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}

figure.project-thumbnail-img * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

figure.project-thumbnail-img img {
    max-width: 100%;
    vertical-align: top;
}

figure.project-thumbnail-img figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

figure.project-thumbnail-img h2,
figure.project-thumbnail-img h4 {
    margin: 0;
}

figure.project-thumbnail-img h4 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

figure.project-thumbnail-img h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}

figure.project-thumbnail-img i {
    font-size: 32px;
}

figure.project-thumbnail-img:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

figure.project-thumbnail-img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.project-thumbnail-img:hover figcaption,
figure.project-thumbnail-img.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.project-thumbnail-img:hover:after,
figure.project-thumbnail-img.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}

.fullscreenbg-casework {
    background-image: url("../assets/images/webproduct_darkbg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	color: #ffffff;
	height: 100%;
    padding: 30px 0px;
}

.fullscreenbg-casework:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #fff, #036);
    opacity: 0.5;
}

.front-testimonials {
    background-image: url("../assets/images/home-testimonials-fpo1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}

.front-testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #fff, #036);
    opacity: 0.2;
}
.front-testimonials-int {
    background-image: url("../assets/images/home-testimonials-fpo1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}

.front-testimonials-int:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #369, #036);
    opacity: 0.85;
}
.casework {
    text-align: right;
    padding: 30px 0px;
}

.casework h5 {
    color: var(--headline-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.casework h2 {
    color: #FFF;
    font-size: 33px;
    margin-bottom: 0px;
}

.casework h2 span-light {
    color: #FFF;
    font-weight: 400;
}
.about-testimonials {
    text-align: right;
    padding: 30px 0px;
}

.about-testimonials h5 {
    color: var(--headline-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.about-testimonials h2 {
    color: #FFF;
    font-size: 33px;
    margin-bottom: 0px;
}

.about-testimonials h2 span-light {
    color: #FFF;
    font-weight: 400;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  background: #e5e5e5;
  box-shadow: 0 12px 20px -8px rgba(0,0,0,0.3);
}
.input {
  position: absolute;
  opacity: 0;
}
.label {
  width: 100%;
  padding: 10px 20px;
  background: #e5e5e5;
  cursor: pointer;
  font-family: 'industry', 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--paragraph-color);
  transition: background 0.1s, color 0.1s;
	margin: 1px 1px 0 0;
}
.label:hover {
  background: #efefef;
  color: #333;
}
.label:active {
  background: #ccc;
}
.input:focus + .label {
  z-index: 1;
}
.input:checked + .label {
  background: #fff;
  color: #da9b24;
}
@media (min-width: 600px) {
  .label {
    width: auto;
  }
}
.panel {
  display: none;
  padding: 10px 20px 20px;
  background: #fff;
	width: 100%;
}
@media (min-width: 600px) {
  .panel {
    order: 99;
  }
}
.input:checked + .label + .panel {
  display: block;
}
.testimonial-carousel-alt {
    position: relative;
}

.testimonial-carousel-alt .owl-theme .custom-nav {
    display: none;
}

.testimonial-carousel-alt .owl-dots {
    display: none;
}

.testimonial-alt {
    background-color: rgba(43, 45, 66, 0.9);
    margin: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}
.grid-layer {
    margin-top: 50px;
}

.grid-block {
    margin: 0px;
}

.gb-box {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.grid-blok-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 48px;
    height: 48px;
}

.grid-block .media .media-body h5 {
    font-size: 18px;
}

.grid-block .media .media-body p {
    font-size: 14px;
}
.client-message .fas {
    font-size: 40px;
    margin-right: 15px;
    margin-top: 15px;
    color: var(--headline-color);
}

.client-message .media-body p {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
}

.client-info .mr-3 {
    width: 70px !important;
    border-radius: 50%;
    margin-left: 15px;
    border: solid 3px var(--headline-color);
}

.client-info .media-body {
    text-align: right;
    margin-top: 10px;
}

.client-info h5 {
    color: #FFF;
    font-size: 17px;
    margin-bottom: 0px;
}

.client-info p {
    color: #FFF;
    font-size: 13px;
}
/* =====================================
    24. HOMEPAGE TWO.
======================================== */
.mb-extra {
    margin-bottom: 7rem;
}

.home-about-info-alt {
    padding-left: 25px;
}

.home-about-info-alt h2 {
    margin-bottom: 15px;
}

.home-about-info-alt p {
    margin-top: 15px;
    line-height: 28px;
}

.home-about-info-alt h4 {
    margin-top: 25px;
}

.home-about-info-alt .order-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 10px;
    color: var(--secundary-color);
}

.front-options {
    margin-top: 40px;
    margin-left: -15px;
    padding: 13px 25px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    border-radius: 5px;
    display: flex !important;
}

.front-options .first-box-media {
    margin-right: 25px;
    padding-right: 25px;
    border-right: solid 1px rgba(221, 221, 221, 0.5);
}

.home-about-alt::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8%;
    right: 5%;
    z-index: -1;
}

.dotted:before {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1.2px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1.2px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1.2px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1.2px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
}

.front-options .media-body h5 {
    margin-bottom: 0px;
}

.front-options .media-body p {
    margin-top: -1px;
    margin-bottom: 0px;
}

.front-options .mr-3 {
    width: 50px;
}

.front-options .media-body {
    padding-top: 10px;
}

.front-options .counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--headline-color);
}

.sm-box {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 25px;
    text-align: center;
    margin: 15px;
}

.sm-box .icon-box {
    background-color: var(--secundary-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto auto 15px auto;
}

.wp-pop-counter {
    background-image: url("https://via.placeholder.com//1920x1080");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pop-counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pop-counter-content .btn-popup {
    position: relative !important;
    margin-bottom: 70px;
}

.btn-popup .pulse {
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
}

.pulse::before,
.pulse::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    animation: pulse 1.5s linear infinite;
}

.pulse::after {
    animation-delay: .5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.pop-counter-content h2 {
    color: #FFF;
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
}

.pop-counter-content p {
    font-size: 20px;
    color: #FFF;
}

.pop-counter-content .btn {
    margin-top: 25px;
}

.counter-bar-alt {
    margin-top: -60px;
    position: relative;
    background-color: #FFF;
    padding: 50px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.counter-bar-alt .counter-layer {
    padding: 0px 15px;
    background-color: transparent;
}

.counter-bar-alt .counter-layer .mr-3 {
    width: 50px;
}

.counter-bar-alt .counter-layer .media-body {
    padding: 5px 0px;
}

.counter-bar-alt .counter-layer .media-body .counter {
    line-height: 1;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--headline-color);
    margin-bottom: 5px;
}

.counter-bar-alt .counter-layer .media-body p {
    margin-bottom: 0px;
    line-height: 18px;
    text-transform: uppercase;
}

.right-border {
    border-right: solid 1px #DDD;
}

.ws-feature-left-alt-2 .label-layer {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: var(--secundary-color);
    position: absolute;
    bottom: 40px;
    right: 100px;
    padding: 10px 15px;
    border-left: 5px #FFF solid;
}

.id-wide-section-img-casework {
    /*background-image: url("../assets/images/casework/base-cabinet3.webp");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
	border: #ccc 1px solid;
}
.id-wide-section-img-casework2 {
    /*background-image: url("../assets/images/casework/base-cabinet-tall.webp");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border: #ccc 1px solid;
}
.id-wide-section-img-casework3 {
    background-image: url("../assets/images/casework/base-knee-spaces.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border: #ccc 1px solid;
}
.id-wide-section-img-casework4 {
    background-image: url("../assets/images/casework/base-cabinet-wall.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border: #ccc 1px solid;
}
.id-wide-section-img {
    background-image: url("../assets/images/home-product-fpo1.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.id-wide-section-img-2 {
    background-image: url("../assets/images/home-product-fpo1.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.id-wide-section-img-3 {
    background-image: url("../assets/images/home-product-fpo1.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.id-wide-section-img-4 {
    background-image: url("../assets/images/home-product-fpo1.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.id-wide-section-info {
    position: relative;
    height: 500px;
}

.inner-info {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 50px;
}

.inner-info h5 {
    font-size: 16px;
}

.inner-info ul {
    margin-top: 30px;
}

.inner-info ul li {
    line-height: 32px;
    color: var(--headline-color);
}

.inner-info ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f560";
    margin-right: 10px;
    color: var(--primary-color);
}

.right-layer {
    padding-right: 0px;
    padding-left: 50px;
}

.testimonial-carousel-alt-2 .box-testimonials {
    margin: 15px;
}

.front-testimonials .section-title h2 {
    z-index: 1;
    position: relative;
    color: #FFF;
}

.front-testimonials .section-title p {
    z-index: 1;
    position: relative;
    color: #FFF;
}

.testimonial-carousel-alt-2 .owl-theme .custom-nav {
    display: none;
}

.testimonial-carousel-alt-2 .owl-dots {
    display: none;
}

.news-carousel-alt .owl-dots {
    display: none;
}

.news-box {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    margin: 15px;
}

.nb-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 25px;
}

.btn-news-tags {
    font-size: 11px;
    color: var(--headline-color);
    background-color: #edf2f4;
    border-color: #edf2f4;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-transform: uppercase !important;
}

.nb-caption .btn-default {
    padding: 6px 20px;
    text-transform: none;
}

.nb-caption p {
    margin: 10px 0px 20px 0px;
}

.span-date-alt {
    width: 60px;
    height: 60px;
    background-color: var(--secundary-color);
    text-align: center;
    position: absolute;
    padding: 12px 0px;
    top: 20px;
    left: 25px;
}

.span-date-alt h3 {
    color: #FFF;
    margin-bottom: 0px;
    line-height: 18px;
}

.span-date-alt span-month {
    font-size: 14px;
    font-weight: 500;
}

.nb-thumbnail {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* =====================================
    25. HOMEPAGE THREE.
======================================== */
.section-title h6 {
    color: var(--secundary-color);
    font-weight: 600;
}

.fs-box {
    background-color: #FFF;
    padding: 25px;
    border: solid 1px #DDD;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fs-box:hover {
    background-color: var(--primary-color);
}

.fs-box h4 {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fs-box p {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fs-box h6 {
    text-align: left;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 9px !important;
    color: #FFF;
}

.fs-box h6 a:hover {
    color: #FFF !important;
}

.fs-icon {
    width: 60px;
    margin-bottom: 15px;
}

.fs-box .white-icon {
    display: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fs-box:hover .white-icon {
    display: inherit;
}

.fs-box:hover .default-icon {
    display: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fs-box:hover h4 {
    color: #FFF;
}

.fs-box:hover p {
    color: #FFF;
}

.indus-about-img {
    position: relative;
}

.out-layer {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 15px;
    max-width: 320px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.out-layer .mr-3 {
    width: 50px;
}

.out-layer h5 {
    margin-bottom: 0px;
}

.out-layer p {
    margin-bottom: 0px;
}

.indus-about-info {
    padding-left: 25px;
}

.out-layer .counter {
    font-size: 30px;
    font-weight: 700;
    color: var(--headline-color);
    font-family: 'Montserrat', sans-serif;
}

.ib-options {
    margin-top: 35px;
    max-width: 450px;
}

.ib-options .media {
    margin-bottom: 10px;
}

.ib-options .mr-3 {
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ib-box {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 10px;
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 20px;
}

.ib-box {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 10px;
}

.ib-options h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.ib-options p {
    font-size: 14px;
}

.home-service-layer {
    background-image: url("https://via.placeholder.com//1920x1080");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}

.home-service-layer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #1e202e, #1e202e);
    opacity: 0.9;
}

.service-box-layer {
    background-color: rgba(60, 63, 93, 0.6);
    padding: 30px 20px;
    margin: 15px 0px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.service-box-layer:hover {
    background-color: rgba(60, 63, 93, 0.8);
    padding: 30px 20px;
    margin: 15px 0px;
    border-radius: 5px;
}

.service-box-layer .sbl-icon-box {
    background-color: #FFF;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.service-box-layer:hover .sbl-icon-box {
    background-color: var(--primary-color);
}

.sbl-icon {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.service-box-layer .media-body h4 {
    color: #FFF;
    font-style: 18px;
}


.service-box-layer .media-body p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.home-service-layer .section-title h2 {
    color: #FFF;
    z-index: 1;
    position: relative;
}

.home-service-layer .section-title p {
    color: #FFF;
    z-index: 1;
    position: relative;
}

.service-box-layer .sbl-icon .white-icon-2 {
    display: none;
}

.service-box-layer:hover .sbl-icon .white-icon-2 {
    display: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.service-box-layer:hover .sbl-icon .default-icon-2 {
    display: none;
}


.ws-feature-left .label-layer {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: var(--secundary-color);
    position: absolute;
    bottom: 50px;
    right: 0;
    padding: 10px 15px;
    border-left: 5px #FFF solid;
}

/* =====================================
    26. HOMEPAGE FOUR.
======================================== */
.right-side-layer {
    background-image: url("../assets/images/home-dedicated-fpo2.webp");
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.left-side-layer {
    padding-right: 150px;
}

.side-content {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 150px;
}

.center-layer {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -120px;
}

.cl-box {
    width: 300px;
    background-color: #FFF;
    padding: 15px;
    margin: 15px 0px;
    text-align: center;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.cl-box-icon {
    width: 50px;
    margin: auto auto 10px;
}

.cl-box h5 {
    font-size: 16px;
}

.cl-box p {
    font-size: 13px;
    line-height: 1.5;
}

.color-bg {
    background-color: var(--headline-color);
}

.color-bg h5 {
    color: #FFF;
}

.color-bg p {
    color: #FFF;
}
ul.interiorwhite{ 
  padding: 1px; 
  margin: 0px 15px !important;
}
ul.interiorwhite li {
  list-style-type: "⇒";
	margin-left: 15px;
	margin-top: 0px;
	padding: 5px; 
	font-size: 18px;
	color: #ffffff;
	font-weight: normal !important;
	line-height: 20px;
}
ul.interior li {
  list-style-type: "⇒";
	margin-left: 15px;
	padding: 5px;
	color: var(--paragraph-color);
	font-weight: normal !important;
}
ul.interior1{ 
  padding: 1px; 
  margin: 0px 15px !important;
}
ul.interior1 li {
  list-style-type: "⇒";
	margin-left: 15px;
	margin-top: 0px !important;
	padding: 3px; 
	font-size: 12px;
	color: var(--paragraph-color);
	font-weight: normal !important;
	line-height: 14px;
}
ul.interior14{ 
  padding: 1px; 
  margin: 0px !important;
}
ul.interior14 li {
  list-style-type: "⇒";
	margin-left: 15px;
	margin-top: 0px !important;
	padding: 3px; 
	font-size: 14px;
	color: var(--paragraph-color);
	font-weight: normal !important;
	line-height: 20px;
}
ul.side-bullets li {
    line-height: 30px;
    color: var(--paragraph-color);
    font-weight: 600;
}
ul.side-bullets-white li {
    line-height: 30px;
    color: #fff !important;
    font-weight: 600;
}
ul.side-bullets li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 10px;
	/*font-size: 10px;*/
    color: var(--headline-color);
}
ul.side-bullets-white li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 10px;
	/*font-size: 10px;*/
    color: var(--headline-color);
}
.signature-layer {
    margin-top: 40px;
    display: -ms-flexbox !important;
    display: flex !important;
}

.signature-img {
    width: 160px;
    margin-right: 30px;
}

.bg-parallax {
    /*background-image: url("../assets/images/home-dreams-fpo1.webp");*/
	background-color: #999;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}

.bg-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #333, #333);
    opacity: 0;
}

.md-img {
    background-image: url("../assets/images/home-dreams.webp");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.md-img:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 200px;
    width: 200px;
    border-bottom: 15px solid var(--primary-color);
    border-left: 15px solid var(--primary-color);
}

.right-corner-message {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(242, 171, 38, 0.9);
    width: 400px;
    padding: 30px;
}

.right-corner-message p {
    text-align: left;
    line-height: 25px;
}

.short-corner {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.btn-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn-popup .pulse {
    background: var(--secundary-color);
    width: 70px;
    height: 70px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
}

.pulse::before,
.pulse::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--secundary-color);
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    animation: pulse 1.5s linear infinite;
}

.pulse::after {
    animation-delay: .5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.counter-layer-alt-2 {
    background-image: url("https://via.placeholder.com//1920x1080");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 80px 0px 110px 0px;
}

.counter-layer-alt-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.6;
}

.indus-wide-section {
    width: 80%;
    background-color: #FFF;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.aside-bg-layer {
    background-image: url("../assets/images/home-reason-fpo1.webp");
    height: 630px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.aside-content {
    float: right;
    width: 70%;
    margin-top: 5%;
    padding: 3rem;
    background-color: #FFF;
}

.grid-layers {
    margin-top: 2rem;
    padding: 0px 15px;
}

.gl-col-left {
    padding: 1.5rem 2rem 1.5rem 0rem;
}

.gl-col-right {
    padding: 1.5rem 0rem 1.5rem 2rem;
}

.icon-borders {
    position: relative;
    width: 60px;
    height: 60px;
    border: solid 1px var(--secundary-color);
    padding: 1rem;
    margin-right: 10px;
}

.ib-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.aside-bg-layer .label-layer {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: var(--headline-color);
    position: absolute;
    bottom: 25px;
    right: 0;
    padding: 10px 15px;
    border-left: 5px #FFF solid;
}

.grid-layers .media-body {
    padding: 5px 0px;
}

.grid-layers .media-body h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.grid-layers .media-body p {
    margin-bottom: 0px;
    font-size: 14px;
}

