/* Marquardt Mechanical — extracted & trimmed */
.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.row-10>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.no-gutters>.col {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1.66;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Roboto", sans-serif;
    color: #e2e2da;
    position: relative;
    background-color: #222;
}
body.no-overflow {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e2e2da;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.23;
}
h1 {
    font-size: 39px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 9px;
}
p:last-child {
    margin-bottom: 0;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a,
button,
img,
input,
span {
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button,
input[type="submit"] {
    cursor: pointer;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.swiper-pagination {
    position: static;
    display: block;
    max-width: 100%;
    text-align: center;
    width: auto;
    z-index: 7;
    line-height: 1;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    background-color: #222;
    cursor: default;
}
.swiper-pagination .swiper-pagination-bullet {
    vertical-align: bottom;
}
input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:-ms-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input::-ms-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
.container {
        max-width: 540px;
    }

}
@media (min-width: 768px) {
.container {
        max-width: 720px;
    }

}
@media (min-width: 992px) {
.container {
        max-width: 960px;
    }

}
@media (min-width: 1200px) {
.container {
        max-width: 1140px;
    }

}
@media (min-width: 1400px) {
.container {
        max-width: 1140px;
    }

}
.row {
    --bs-gutter-x: 30px;
}
.section-space--inner--60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-space--inner--60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media only screen and (max-width: 767px) {
.section-space--inner--60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
.section-space--inner--100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-space--inner--100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}
@media only screen and (max-width: 767px) {
.section-space--inner--100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
.section-space--inner--120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-space--inner--120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}
@media only screen and (max-width: 767px) {
.section-space--inner--120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
.section-space--top--10 {
    margin-top: 10px !important;
}
.section-space--top--30 {
    margin-top: 30px !important;
}
.section-space--top--60 {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-space--top--60 {
        margin-top: 40px;
    }

}
@media only screen and (max-width: 767px) {
.section-space--top--60 {
        margin-top: 40px;
    }

}
.section-space--bottom--30 {
    margin-bottom: 30px !important;
}
.section-space--bottom--20 {
    margin-bottom: 20px;
}
.section-space--bottom--40 {
    margin-bottom: 40px !important;
}
.section-space--bottom--50 {
    margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
.section-space--bottom--50 {
        margin-bottom: 30px !important;
    }

}
.header-area.header-sticky.is-sticky .header-navigation {
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
}
.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation__nav nav>ul>li>a {
    padding: 35px 15px;
}
.header-area__desktop--default .header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.header-area__desktop--default .header-contact-info {
        display: none;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
.header-area__desktop--default .header-navigation-area {
        display: none;
    }

}
.header-area__desktop--default .mobile-navigation-icon {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
.header-area__desktop--default .mobile-navigation-icon {
        display: block;
    }

}
.header-area__desktop--default .mobile-navigation-icon i {
    background-color: #222;
}
.header-area__desktop--default .mobile-navigation-icon i:before {
    background-color: #222;
}
.header-area__desktop--default .mobile-navigation-icon i:after {
    background-color: #222;
}
.top-bar-right-wrapper .text a {
    color: #05103b;
}
.top-bar-right-wrapper .text a:hover {
    color: #0c537d;
}
.header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.header-navigation {
        -ms-flex-preferred-size: calc(100% - 430px);
        flex-basis: calc(100% - 430px);
    }

}
.header-navigation__nav {
    padding: 0 20px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.header-navigation__nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

}
.header-navigation__nav nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-navigation__nav nav>ul>li {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-navigation__nav nav>ul>li>a {
    white-space: nowrap;
}
.header-navigation__nav nav>ul>li.has-children>a {
    position: relative;
}
.header-navigation__nav nav>ul>li.has-children>a:after {
    position: static;
    margin-left: 10px;
    font-family: Ionicons;
    content: '\f123';
    font-size: 8px;
    font-weight: 500;
    vertical-align: middle;
}
.header-navigation__nav nav>ul>li.has-children--multilevel-submenu {
    position: relative;
}
.header-navigation__nav nav>ul>li.has-children:hover .megamenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header-navigation__nav nav>ul>li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-navigation__nav nav>ul>li.has-children:hover>.submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header-navigation__nav nav>ul>li>a {
    display: block;
    font-size: 13px;
    color: #222;
    line-height: 1.26;
    font-weight: 400;
    padding: 46px 16px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.header-navigation__nav nav>ul>li>a {
        padding: 46px 13px;
    }

}
.header-navigation__nav nav>ul>li>a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    height: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ffffff;
}
.header-navigation__nav nav>ul>li:hover>a,
.header-navigation__nav nav>ul>li.active>a {
    color: #0c537d;
}
.header-navigation__nav nav>ul>li:hover>a:before,
.header-navigation__nav nav>ul>li.active>a:before {
    width: 100%;
    left: 0;
    right: auto;
}
.header-navigation__icon__cart .minicart-box.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header-navigation--header-default {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-navigation--header-default .header-navigation__nav {
    padding: 0;
}
.header-navigation--header-default .header-navigation__nav nav>ul>li {
    padding: 0 15px;
}
.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
    padding: 25px 0;
    color: #ffffff;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    border-bottom: 3px solid #0c537d;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    visibility: hidden;
    opacity: 0;
    min-width: 270px;
    padding: 25px 0;
    z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.submenu {
        left: -80px;
    }

}
.submenu li {
    position: relative;
}
.submenu li>a {
    display: block;
    padding: 11px 30px;
    color: #999;
}
.submenu li>a:hover {
    color: #0c537d;
}
.submenu li:hover>.submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.submenu li.has-children>a {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu li.has-children>a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Ionicons;
    content: '\f125';
    font-size: 8px;
    font-weight: 500;
    vertical-align: middle;
}
.submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}
.submenu .submenu .submenu {
    left: auto;
    right: 100%;
    background: #ffffff;
}
.submenu .submenu .submenu .submenu {
    left: 100%;
    right: auto;
    background: #ffffff;
}
.submenu .submenu .submenu .submenu .submenu {
    left: auto;
    right: 100%;
    background: #ffffff;
}
.header-info-wrapper .header-contact-info {
    width: calc(100% - 280px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-info-wrapper .header-contact-info {
        display: none;
    }

}
.mobile-menu-content .mobile-navigation-icon {
    margin-left: 15px;
}
.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    float: right;
}
.mobile-navigation-icon:hover i {
    background-color: #222;
}
.mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #222;
}
.mobile-navigation-icon:hover i:after {
    background-color: #222;
    width: 60%;
}
.mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: rgba(34, 34, 34, 0.4);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(34, 34, 34, 0.4);
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(34, 34, 34, 0.4);
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-wrapper__inner .header-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-wrapper__inner .header-navigation__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.offcanvas-widget-area {
    margin-bottom: 35px;
    margin-top: auto;
}
@media only screen and (max-width: 479px) {
.offcanvas-widget-area {
        margin-bottom: 30px;
    }

}
.off-canvas-contact-widget {
    margin-bottom: 20px;
}
.off-canvas-contact-widget .header-contact-info {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}
.off-canvas-contact-widget .header-contact-info__list li {
    display: inline-block;
    margin-right: 25px;
}
.off-canvas-contact-widget .header-contact-info__list li i {
    font-size: 14px;
    margin-right: 5px;
}
.off-canvas-contact-widget .header-contact-info__list li a {
    color: #666;
    font-weight: 400;
    line-height: 22px;
}
.off-canvas-contact-widget .header-contact-info__list li a:hover {
    color: #0c537d;
}
.off-canvas-contact-widget .header-contact-info__list li:last-child {
    margin-right: 0;
}
.offcanvas-mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 60px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.offcanvas-mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas-mobile-menu.inactive {
    -webkit-transform: translateX(calc(100% + 60px));
    transform: translateX(calc(100% + 60px));
}
.offcanvas-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}
@media only screen and (max-width: 479px) {
.offcanvas-menu-close {
        width: 50px;
        height: 50px;
        line-height: 55px;
        left: 10px;
        font-size: 25px;
    }

}
.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
    color: #ffffff;
}
.offcanvas-menu-close i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.offcanvas-menu-close:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}
.offcanvas-inner-content {
    padding: 90px 35px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 479px) {
.offcanvas-inner-content {
        padding: 70px 25px 0;
    }

}
.offcanvas-navigation {
    margin-bottom: 50px;
}
.offcanvas-navigation>ul>li>a {
    font-size: 15px;
    color: #111;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
}
.offcanvas-navigation>ul>li>a:hover {
    color: #0c537d;
}
@media only screen and (max-width: 479px) {
.offcanvas-navigation>ul>li>a {
        font-size: 14px;
        line-height: 20px;
    }

}
.offcanvas-navigation ul.sub-menu {
    margin-left: 25px;
}
.offcanvas-navigation ul.sub-menu>li>a {
    font-size: 13px;
    color: #111;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
}
.offcanvas-navigation ul.sub-menu>li>a:hover {
    color: #0c537d;
}
@media only screen and (max-width: 479px) {
.offcanvas-navigation ul.sub-menu>li>a {
        font-size: 13px;
        line-height: 18px;
    }

}
.offcanvas-navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
}
.offcanvas-navigation ul li.menu-item-has-children a {
    display: block;
}
.offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 95%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.offcanvas-settings .offcanvas-navigation>ul>li>a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
}
.offcanvas-settings .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand {
    height: 30px;
    top: -15px;
    margin-top: 0;
}
.offcanvas-settings .offcanvas-navigation ul.sub-menu>li>a {
    padding: 5px 0;
}
@media only screen and (max-width: 767px) {
.footer-content-wrapper {
        margin-bottom: 0;
    }

}
.footer-logo {
    margin-bottom: 35px;
}
.footer-desc {
    color: #c7c7c7;
    max-width: 370px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-intro-wrapper {
        margin-bottom: 40px;
    }

}
@media only screen and (max-width: 767px) {
.footer-intro-wrapper {
        margin-bottom: 30px;
    }

}
@media only screen and (max-width: 767px) {
.footer-widget {
        margin-bottom: 30px;
    }

}
.footer-widget__title {
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
.footer-widget__title {
        margin-bottom: 20px;
    }

}
.footer-widget__navigation {
    line-height: 1;
}
.footer-widget__navigation li {
    padding: 0;
    line-height: 1;
}
.footer-widget__navigation li:first-child {
    padding-top: 0;
}
.footer-widget__navigation li:last-child {
    padding-bottom: 0;
}
.footer-widget__navigation li a {
    font-size: 14px;
    color: #c7c7c7;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 2;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.footer-widget__navigation li a:hover {
    color: #0c537d;
}
.footer-widget__content {
    color: #c7c7c7;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.7;
}
.footer-widget__content .contact-details li span {
    margin-right: 10px;
}
.footer-copyright-wrapper {
    padding: 15px 0;
    color: #c7c7c7;
    border-top: 1px solid #4a4a4a;
    font-size: 12px;
}
.sidebar {
    margin-bottom: 50px;
    background-color: #f7f8f9;
    padding: 30px;
}
.sidebar.sidebar-two {
    padding: 0;
    background-color: transparent;
}
.sidebar:last-child {
    margin-bottom: 0;
}
.sidebar-title {
    margin-bottom: 30px;
    margin-top: -4px;
}
.sidebar-blog .image {
    max-width: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
}
.sidebar-blog .image img {
    width: 100%;
}
.sidebar-blog .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 80px);
    flex: 1 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 15px;
}
.sidebar-blog .content h5 {
    font-size: 16px;
    line-height: 1.5;
}
.sidebar-blog .content h5 a:hover {
    color: #0c537d;
}
.sidebar-blog .content span {
    font-size: 13px;
    display: block;
    line-height: 18px;
}
.ht-btn--round {
    font-size: 13px;
    padding: 15px 50px;
    background-color: #0c537d;
    color: #ffffff;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ht-btn--round:hover,
.ht-btn--round:focus {
    background-color: #222;
    color: #ffffff;
}
.see-more-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #393939;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: underline;
}
.see-more-link:hover {
    color: #0c537d;
    text-decoration: underline;
}
.section-title {
    display: inline-block;
    font-size: 36px;
    color: #0c537d;
    font-weight: 700;
    margin-top: -5px;
}
@media only screen and (max-width: 479px) {
.section-title {
        font-size: 30px;
    }

}
.dark-bg {
    background-color: #111;
}
.dark-bg--style3 {
    background-color: #222;
}
.default-bg {
    background-color: #0c537d;
}
a.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #0c537d;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 479px) {
a.scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

}
a.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}
.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
}
.page-pagination li {
    font-size: 16px;
    line-height: 24px;
    color: #e2e2da;
    text-align: center;
    margin: 5px 10px;
}
.page-pagination li a {
    color: #e2e2da;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pagination li a i {
    line-height: 24px;
}
@media only screen and (max-width: 575px) {
.page-pagination li {
        font-size: 14px;
    }
.page-pagination li a {
        padding: 9px;
        width: 40px;
        height: 40px;
    }
.page-pagination li a i {
        line-height: 24px;
    }

}
.page-pagination li:hover a {
    color: #ffffff;
    background-color: #e2e2da;
}
.page-pagination li.active a {
    color: #ffffff;
    background-color: #0c537d;
}
.page-pagination li:first-child a {
    color: #e2e2da;
    width: auto;
    padding: 10px 20px;
}
.page-pagination li:first-child a i {
    margin-right: 10px;
    float: left;
}
.page-pagination li:first-child a:hover {
    color: #0c537d;
}
.page-pagination li:last-child a {
    color: #e2e2da;
    width: auto;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.page-pagination li:last-child a i {
    margin-left: 10px;
    float: right;
}
.page-pagination li:last-child a:hover {
    color: #ffffff;
}
.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(1) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(2) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(3) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.hero-slider__btn {
    font-size: 13px;
    line-height: 1;
    padding: 20px 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero-slider__btn--style2 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.hero-slider__btn:hover,
.hero-slider__btn:focus,
.hero-slider__btn:active {
    color: #ffffff;
    background-color: #0c537d;
    border-color: #0c537d;
}
.service-grid-item__image {
    position: relative;
    margin-bottom: 60px;
}
.service-grid-item__image .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #393939;
    position: absolute;
    bottom: -35px;
    left: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-grid-item__image .icon i {
    color: #ffffff;
    font-size: 40px;
}
.service-grid-item__image a {
    display: block;
}
.service-grid-item__image a img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.service-grid-item__image-wrapper {
    overflow: hidden;
}
.service-grid-item__content {
    line-height: 1;
}
.service-grid-item__content .title a {
    font-size: 22px;
    color: #393939;
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-grid-item__content .title a:hover {
    color: #0c537d;
}
@media only screen and (max-width: 479px) {
.service-grid-item__content .title a {
        font-size: 22px;
    }

}
.service-grid-item__content .subtitle {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    color: #5a5a5a;
}
.service-grid-item:hover .service-grid-item__image .icon {
    background-color: #0c537d;
}
.service-grid-item:hover .service-grid-item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-grid-item:hover .service-grid-item__content .see-more-link {
    color: #0c537d;
}
.service-grid-item--style2 {
    -webkit-box-shadow: 0 1px 15.36px 0.64px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15.36px 0.64px rgba(0, 0, 0, 0.2);
}
.service-grid-item--style2 .service-grid-item__image {
    margin-bottom: 0;
}
.service-grid-item--style2 .service-grid-item__content {
    background-color: #ffffff;
    padding: 30px;
}
.video-cta-content__small-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #0c537d;
    margin-bottom: 15px;
}
.video-cta-content__title {
    font-size: 36px;
    line-height: 1.2;
    color: #1d1d25;
    width: 415px;
    max-width: 100%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.video-cta-content__title {
        font-size: 30px;
    }

}
.video-cta-content__text {
    font-size: 18px;
    line-height: 1.8;
    color: #1d1d25;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
    width: 500px;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
.video-cta-content__text {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 479px) {
.video-cta-content__text {
        font-size: 16px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-cta-content {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width: 767px) {
.video-cta-content {
        margin-bottom: 30px;
    }

}
.latest-project-slider__single-slide .image img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.latest-project-slider__single-slide .image {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width: 767px) {
.latest-project-slider__single-slide .image {
        margin-bottom: 30px;
    }

}
.latest-project-slider__single-slide .content .count {
    font-size: 60px;
    line-height: 1;
    color: #bebebe;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.latest-project-slider__single-slide .content .count {
        font-size: 40px;
    }

}
.latest-project-slider__single-slide .content .title {
    font-size: 30px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.latest-project-slider__single-slide .content .title {
        font-size: 25px;
    }

}
.latest-project-slider__single-slide .content .desc {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
.latest-project-slider__single-slide .content .desc {
        font-size: 16px;
    }

}
.team-job__single .title {
    font-size: 20px;
    margin-bottom: 15px;
}
.team-job__single .title a {
    color: #e2e2da;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-job__single .title a:hover {
    color: #0c537d;
}
.team-job__single .text {
    font-size: 16px;
    color: #757575;
}
.team .image img {
    width: 100%;
}
.team .content {
    text-align: center;
    padding: 25px 20px 30px;
}
.team .content .title {
    font-size: 24px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team .content .title {
        font-size: 20px;
    }

}
.team .content span {
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.team .content .email {
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.team .content .email:hover {
    color: #0c537d;
}
.team .content .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team .content .social a {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
    display: block;
    border: 1px solid #0c537d;
    color: #0c537d;
    margin-top: 10px;
    margin-right: 10px;
}
.team .content .social a:last-child {
    margin-right: 0;
}
.team .content .social a:hover {
    color: #ffffff !important;
    background-color: #0c537d;
}
.team .content .social a:hover.facebook {
    background-color: #4867aa;
}
.team .content .social a:hover.twitter {
    background-color: #1da1f2;
}
.team .content .social a:hover.linkedin {
    background-color: #007bb6;
}
.team .content .social a:hover.google {
    background-color: #dd5144;
}
.team .content .social a:hover.instagram {
    background-color: #b23a94;
}
.team .content .social a:hover.pinterest {
    background-color: #bd081b;
}
.team .content .social a:hover.skype {
    background-color: #00a9f0;
}
.team .content .social a:hover.tumblr {
    background-color: #36465d;
}
.team .content .social a i {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.team .content .social a.facebook {
    border-color: #4867aa;
    color: #4867aa;
}
.team .content .social a.twitter {
    border-color: #1da1f2;
    color: #1da1f2;
}
.team .content .social a.linkedin {
    border-color: #007bb6;
    color: #007bb6;
}
.team .content .social a.google {
    border-color: #dd5144;
    color: #dd5144;
}
.team .content .social a.instagram {
    border-color: #b23a94;
    color: #b23a94;
}
.team .content .social a.pinterest {
    border-color: #bd081b;
    color: #bd081b;
}
.team .content .social a.skype {
    border-color: #00a9f0;
    color: #00a9f0;
}
.team .content .social a.tumblr {
    border-color: #36465d;
    color: #36465d;
}
.testimonial-slider__container-area .swiper-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.testimonial-slider__container-area .swiper-pagination {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 30px;
    }

}
.testimonial-slider__container-area .swiper-pagination-bullet {
    display: block;
    margin-bottom: 10px;
    background-color: #ffffff;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
.testimonial-slider__container-area .swiper-pagination-bullet {
        display: inline-block;
        margin-bottom: 0;
    }

}
.testimonial-slider__container-area .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
.testimonial-slider__container-area .swiper-pagination-bullet-active {
    background-color: #0c537d;
}
.testimonial-slider__single-slide .content {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
.testimonial-slider__single-slide .content {
        font-size: 20px;
    }

}
@media only screen and (max-width: 479px) {
.testimonial-slider__single-slide .content {
        font-size: 18px;
    }

}
.testimonial-slider__single-slide.swiper-slide-active {
    opacity: 1 !important;
}
.service-tab__link-wrapper .nav-link {
    position: relative;
    padding: 30px 20px;
    line-height: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 15.36px 0.64px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 15.36px 0.64px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e2e2da;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
.service-tab__link-wrapper .nav-link {
        font-size: 20px;
    }

}
@media only screen and (max-width: 767px) {
.service-tab__link-wrapper .nav-link {
        font-size: 18px;
        padding: 20px;
    }

}
.service-tab__link-wrapper .nav-link:last-child {
    margin-bottom: 0;
}
.service-tab__link-wrapper .nav-link i {
    vertical-align: middle;
    font-size: 40px;
    margin-right: 10px;
}
.service-tab__link-wrapper .nav-link:after {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -15px;
    z-index: -1;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 194, 70, 0);
    border-left-color: #0c537d;
    border-width: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media only screen and (max-width: 767px) {
.service-tab__link-wrapper .nav-link:after {
        display: none;
    }

}
.service-tab__link-wrapper .nav-link:hover,
.service-tab__link-wrapper .nav-link.active {
    background-color: #0c537d;
    color: #ffffff;
    border-radius: 0;
}
.service-tab__link-wrapper .nav-link:hover:after,
.service-tab__link-wrapper .nav-link.active:after {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.service-tab__content-wrapper .tab-pane {
    height: 100%;
    margin-left: 40px;
}
@media only screen and (max-width: 767px) {
.service-tab__content-wrapper .tab-pane {
        margin-left: 0;
    }

}
.service-tab__single-content .see-more-link {
    color: #ffffff;
}
.service-tab__single-content .see-more-link:hover {
    color: #0c537d;
}
.feature-icon-wrapper {
    margin-bottom: -30px;
}
.single-feature-icon {
    margin-bottom: 30px;
}
.single-feature-icon__image {
    margin-bottom: 20px;
}
.single-feature-icon__title {
    font-size: 24px;
    line-height: 1.3;
    color: #393939;
    margin-bottom: 15px;
}
.single-feature-icon__content {
    color: #5a5a5a;
    font-family: "Poppins", sans-serif;
}
.project-gallery-wrapper {
    margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
.project-gallery-wrapper .col-mobile-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}
@media only screen and (max-width: 479px) {
.project-gallery-wrapper .col-mobile-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
.single-gallery-project {
    position: relative;
    margin-bottom: 30px;
}
.single-gallery-project:hover .single-gallery-project__content {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}
.single-gallery-project__image img {
    width: 100%;
}
.single-gallery-project__content {
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-gallery-project__content {
        max-width: 170px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-gallery-project__content {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
        left: 10px;
        max-width: 130px;
    }

}
@media only screen and (max-width: 767px) {
.single-gallery-project__content {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
    }

}
@media only screen and (max-width: 575px) {
.single-gallery-project__content {
        visibility: visible;
        opacity: 1;
        left: 10px;
        max-width: 170px;
    }

}
@media only screen and (max-width: 479px) {
.single-gallery-project__content {
        max-width: 300px;
    }

}
.single-gallery-project__content .title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-gallery-project__content .title {
        font-size: 12px;
    }

}
.single-gallery-project__content a {
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff;
    text-decoration: underline;
}
.single-gallery-project__content:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0c537d;
    opacity: 0.6;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-section .sidebar {
        margin-top: 50px;
    }

}
@media only screen and (max-width: 767px) {
.blog-section .sidebar {
        margin-top: 30px;
    }

}
.blog-grid-wrapper {
    margin-bottom: -40px;
}
.blog-post-slider__single-slide--grid-view {
    margin-bottom: 40px;
}
.blog-post-slider__single-slide--grid-view:hover .blog-post-slider__image a:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.blog-post-slider__image a {
    position: relative;
    display: block;
    width: 100%;
}
.blog-post-slider__image a:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.blog-post-slider__image a img {
    width: 100%;
}
.blog-post-slider__image a:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.blog-post-slider__content {
    line-height: 1;
}
.blog-post-slider__content .post-meta {
    margin-bottom: 15px;
}
.blog-post-slider__content .post-date {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 13px;
    color: #b5b5b5;
    letter-spacing: 1px;
}
.blog-post-slider__content .post-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-post-slider__content .post-title a {
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-post-slider__content .post-title a:hover {
    color: #0c537d;
}
.blog-post-slider__content .post-excerpt {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    color: #5a5a5a;
}
.blog-post-slider__content .post-category {
    display: inline-block;
}
.blog-post-slider__content .post-category a {
    font-size: 13px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 700;
    color: #0c537d;
    letter-spacing: 1px;
}
.blog-post-slider__content .post-category a:hover {
    color: #222;
}
.blog-details .blog-inner .media {
    margin-bottom: 30px;
}
.blog-details .blog-inner .media .image {
    display: block;
}
.blog-details .blog-inner .media .image img {
    width: 100%;
    height: auto;
}
.blog-details .blog-inner .content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-details .blog-inner .content .meta li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.blog-details .blog-inner .content .meta li::after {
    content: "-";
    margin: 0 10px;
}
.blog-details .blog-inner .content .meta li:last-child::after {
    display: none;
}
.blog-details .blog-inner .content .meta li a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-details .blog-inner .content .meta li a:hover {
    color: #0c537d;
}
.blog-details .blog-inner .content .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.blog-details .blog-inner .content .title {
        font-size: 24px;
    }

}
@media only screen and (max-width: 479px) {
.blog-details .blog-inner .content .title {
        font-size: 20px;
    }

}
.blog-details .blog-inner .content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-details .blog-inner .content .title a:hover {
    color: #0c537d;
}
.blog-details .blog-inner .content .desc {
    margin-top: 20px;
}
.blog-details .blog-inner .content .desc p {
    font-family: "Poppins", sans-serif;
}
.blog-details .blog-inner .content .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details .blog-inner .content .tags li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
    margin-right: 15px;
}
.blog-details .blog-inner .content .tags li::after {
    content: ",";
    margin-left: 3px;
}
.blog-details .blog-inner .content .tags li:first-child::after,
.blog-details .blog-inner .content .tags li:last-child::after {
    display: none;
}
.blog-details .blog-inner .content .tags li i {
    font-size: 18px;
    line-height: 24px;
}
.blog-details .blog-inner .content .tags li a {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-details .blog-inner .content .tags li a:hover {
    color: #0c537d;
}
.comment-wrapper h3 {
    margin-bottom: 30px;
}
.comment-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 5px 20px;
}
.comment-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    resize: none;
}
.comment-form input[type="submit"],
.comment-form button,
.comment-form .submit {
    width: auto;
    height: 50px;
    border: none;
    padding: 5px 30px;
    background-color: #0c537d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 15px;
}
.comment-form input[type="submit"]:hover,
.comment-form button:hover,
.comment-form .submit:hover {
    background-color: #e2e2da;
}
.about-wrapper>.col {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-wrapper>.col {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media only screen and (max-width: 767px) {
.about-wrapper>.col {
        padding-left: 15px;
        padding-right: 15px;
    }

}
.about-image {
    position: relative;
    z-index: 1;
}
.about-image.about-image-1 {
    margin-bottom: -50px;
}
.about-image.about-image-2 {
    margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-image {
        margin: 0 !important;
    }

}
@media only screen and (max-width: 767px) {
.about-image {
        margin: 0 !important;
    }

}
@media only screen and (max-width: 575px) {
.about-image.about-image-2 {
        margin-top: 30px !important;
    }

}
.about-image img {
    width: 100%;
}
.feature .icon {
    min-width: 50px;
    width: 50px;
    margin-right: 20px;
}
.feature .icon img {
    width: 100%;
}
.feature .content h3 {
    font-size: 24px;
    font-weight: 600;
}
.feature .content p {
    max-width: 265px;
    font-family: "Poppins", sans-serif;
}
.service-details .content p {
    font-family: "Poppins", sans-serif;
}
.project-item-wrapper {
    margin-bottom: -30px;
}
.project-details p {
    font-family: "Poppins", sans-serif;
}
.project-information {
    background-color: #e2e2da;
    padding: 30px 35px;
}
.project-information h3 {
    color: #ffffff;
    margin-bottom: 20px;
}
.project-information ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
}
.project-information ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.project-information ul li strong {
    width: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.contact-map {
    height: 400px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-information {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width: 767px) {
.contact-information {
        margin-bottom: 30px;
    }

}
.contact-information h3 {
    margin-bottom: 30px;
}
.contact-information ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.contact-information ul li:last-child {
    margin-bottom: 0;
}
.contact-information ul li .icon {
    width: 50px;
}
.contact-information ul li .icon i {
    font-size: 30px;
}
.contact-information ul li .text {
    max-width: calc(100% - 50px);
}
.contact-information ul li .text span,
.contact-information ul li .text a {
    display: block;
    line-height: 24px;
    max-width: 230px;
}
.contact-information ul li .text span:hover,
.contact-information ul li .text a:hover {
    color: #0c537d;
}
.contact-form h3 {
    margin-bottom: 30px;
}
.contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 5px 20px;
}
.contact-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    resize: none;
}
.contact-form input[type="submit"],
.contact-form button,
.contact-form .submit {
    width: auto;
    height: 50px;
    border: none;
    padding: 5px 30px;
    background-color: #0c537d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.contact-form input[type="submit"]:hover,
.contact-form button:hover,
.contact-form .submit:hover {
    background-color: #e2e2da;
}
.form-message {
    line-height: 2;
}
.swiper-wrapper {
    align-items: center;
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1);
}
.footer-logo {
    padding: 12px;
    background-color: rgba(var(--bs-secondary-rgb));
    width: fit-content;
    margin-bottom: 16px;
}
.project-gallery-area .img-fluid {
    object-fit: none;
    object-position: center;
    width: 100%;
    height: 290px;
}
.project-section .img-fluid {
    object-fit: none;
    object-position: center;
    width: 100%;
    height: 237px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.sticky+.content {
    padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
#navbar .header-navigation {
        display: none;
    }
.mobile-navigation-icon {
        display: block !important;
    }
.content {
        margin-top: -45px;
    }
.bigvid {
        height: 232px !important;
    }
.tagline {
        font-size: 2rem !important;
        top: 50% !important;
    }

}
.mobile-navigation-icon {
    display: none;
    padding: 45px 0;
}
.nav-link.active,
.nav-link:hover {
    color: rgba(0, 0, 0, .9);
    text-decoration: underline;
    cursor: pointer;
}
.bigvid {
    overflow: hidden;
    height: 450px;
    position: relative;
}
.tagline {
    display: none;
    text-align: left;
    top: 60%;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-shadow: 2px 2px 3px #000000;
    font-weight: 500;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}
.sidebar,
.service-grid-item__content,
.project-information {
    background-color: #0679c099 !important;
    color: white;
}
.blog-post-slider__content .post-title a,
.service-grid-item__content .title a,
.service-grid-item__content .subtitle,
.single-feature-icon__title,
.single-feature-icon__content,
.video-cta-content__title,
.video-cta-content__text,
.see-more-link:hover,
.service-grid-item:hover .service-grid-item__content .see-more-link {
    color: white !important;
}
.blog-post-slider__content .post-excerpt {
    color: inherit;
}
.see-more-link {
    color: inherit;
}
.sidebar-title {
    margin: 0;
}
.page-pagination li a {
    background-color: #0c537d;
}
.page-pagination li a:hover,
.ht-btn--round:hover,
.ht-btn--round:focus {
    box-shadow: inset 0px 0px 0px 2px white;
    background-color: #08344e;
    color: white !important;
}
.hero-slider__btn {
    font-size: 24px;
}
.project-information ul li strong {
    width: 120px;
}
.menu-item-has-children a {
    color: initial !important;
}
.form-select,
.form-control,
.input-group-text {
    border-radius: initial;
}
.default-bg {
    background-color: #fffffff0;
    
}
#small-logo {
    float: left;
    padding: 12px 0;
}
.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
    padding: 35px 0;
    color: #0c537d;
    font-size: 16px;
    font-weight: bold;
}
#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 5;
    cursor: pointer;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-close {
    position: absolute;
    cursor: pointer;
    top: 1vh;
    right: 1vw;
    font-size: 42px;
    font-weight: 300;
    color: rgb(2, 122, 255);
}
.image-popup {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.service-grid-item--style2 {
    width: 100% !important;
}
.header-navigation__nav nav>ul>li.has-children>a:after {
    margin-left: -10px;
    content: '';
}
.header-navigation__nav nav>ul>li>a:before {
    background-color: #0c537d;
}
.header-navigation__nav nav>ul>li.active {
    background-color: #0c537d10;
}
.footer-widget__title {
    margin-bottom: 18px;
}
#navbar .row {
    float: right;
}

/* --- site refinements --- */
*:focus-visible {
  outline: 2px solid #0c537d !important;
  outline-offset: 2px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}
#home-video,
#home-video iframe,
.home-video-wrap iframe {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Scale up + nudge up so YouTube's bottom chrome stays clipped */
  transform: translate(-50%, -54%) scale(1.2);
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78%;
  pointer-events: none;
  border: 0;
}
.home-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.45s ease;
  background: transparent;
  pointer-events: none;
}
.home-video-wrap.is-playing {
  opacity: 1;
}
#overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,.85);
}
#overlay .swiper-button-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 10001;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.about-motion-video {
  width: 100%;
  height: auto;
  display: block;
}
/* Honeypot: visible to bots, off-screen for humans */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
