﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1, h2, h3, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

textarea {
    overflow: auto;
    resize: vertical
}

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

.h3, h1, h2, h3, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.container {
    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
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-md-12, .col-md-6, .col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1
    }

.form-group {
    margin-bottom: 1rem
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: none
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

    .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

    .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

    .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

    .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

    .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

.collapse {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

.navbar {
    position: relative;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.pl-5 {
    padding-left: 3rem !important
}

.text-center {
    text-align: center !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 20px 0 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    height: 55px;
}

.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #ffffff;
        height: 4px;
        margin-top: 3px;
        border-radius: 3px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 55px;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                color: #677294;
                border-top: 1px solid #DBEEFD;
                text-decoration: none;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

/* Responsive Style */
@media only screen and (max-width: 991px) {

    .mean-container .mean-bar {
        background-color: #ffffff;
        padding: 0;
    }

    .mean-container a.meanmenu-reveal {
        padding: 15px 15px 0 0;
    }
}
@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-brands-400.eot);
    src: url(../fonts/la-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/la-brands-400.woff2) format("woff2"),url(../fonts/la-brands-400.woff) format("woff"),url(../fonts/la-brands-400.ttf) format("truetype"),url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-regular-400.eot);
    src: url(../fonts/la-regular-400d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/la-regular-400.woff2) format("woff2"),url(../fonts/la-regular-400.woff) format("woff"),url(../fonts/la-regular-400.ttf) format("truetype"),url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}

.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-angle-double-right:before {
    content: "\f101"
}

.la-arrow-left:before {
    content: "\f060"
}

.la-arrow-right:before {
    content: "\f061"
}

.la-envelope:before {
    content: "\f0e0"
}

.la-long-arrow-alt-up:before {
    content: "\f30c"
}

.la-map-marker:before {
    content: "\f041"
}

.la-phone:before {
    content: "\f095"
}



.las {
    font-family: 'Line Awesome Free';
    font-weight: 900
}


/*
Flaticon icon font: Flaticon
*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/*
@File: Rezon Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Section Title CSS
** - Default btn CSS
** - Top Area CSS
** - Middle Header Area CSS
** - Navbar Area CSS
** - Main Slider Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Services Area CSS
** - Choose Area CSS
** - Video Area CSS
** - Quote Area CSS
** - Projects Area CSS
** - Testimonial Area CSS
** - Team Area CSS
** - Blog Area CSS
** - Newsletter Area CSS
** - Features Area CSS
** - Gallery Area CSS
** - Reasons Area CSS
** - FAQ Area CSS
** - Solution Area CSS
** - Pricing Area CSS
** - Page Title CSS
** - Appointment Area CSS
** - Log In Area CSS
** - Register CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Projects Details Area CSS
** - Sidebar Widget Area CSS
** - Blog Details Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Footer Area CSS
** - Copyright Section CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #02162e;
}

    a:hover, a:focus {
        color: #205e52;
        text-decoration: none;
    }

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6b6b84;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

    p:last-child {
        margin-bottom: 0;
    }

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.h3, h1, h2, h3, h5, h6 {
    color: #02162e;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

    h2:last-child, h3:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

/*================================================
Default btn CSS
=================================================*/
.default-btn {
    display: inline-block;
    background-color: #205e52;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 400;
    font-size: 16px;
}

    .default-btn:hover {
        background-color: #ffffff;
        color: #205e52;
    }

/*================================================
Section Title CSS
=================================================*/
.section-title {
    text-align: center;
    margin-bottom: 45px;
}

    .section-title span {
        font-weight: 600;
        color: #205e52;
    }

    .section-title h2 {
        font-size: 38px;
        margin-top: 14px;
        margin-bottom: 16px;
    }

/*================================================
Top Area CSS
=================================================*/

/*================================================
Middle Header Area CSS
=================================================*/

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    padding-top: 0;
}

    .main-navbar .navbar {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .main-navbar .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .main-navbar .navbar .navbar-nav {
            margin: auto;
            justify-content: center;
            display: flex;
        }

            .main-navbar .navbar .navbar-nav .nav-item {
                position: relative;
                margin-left: 20px;
                margin-right: 20px;
            }

                .main-navbar .navbar .navbar-nav .nav-item a {
                    color: #092546 !important;
                    font-weight: 600;
                    text-transform: capitalize;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 25px;
                    padding-bottom: 25px;
                    font-family: "Roboto", sans-serif;
                    font-size: 19px;
                }

                    .main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus {
                        color: #205e52 !important;
                    }

                .main-navbar .navbar .navbar-nav .nav-item:last-child {
                    margin-right: 0;
                }

                .main-navbar .navbar .navbar-nav .nav-item:first-child {
                    margin-left: 0;
                }

                .main-navbar .navbar .navbar-nav .nav-item:hover a {
                    color: #205e52;
                }

@media only screen and (max-width: 1050px) {
    .main-responsive-nav {
        display: block;
    }

        .main-responsive-nav .main-responsive-menu {
            position: relative;
        }

            .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px;
            }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            color: #02162e;
        }

            .main-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #02162e;
                position: relative;
            }

        .main-responsive-nav .logo {
            position: relative;
        }

            .main-responsive-nav .logo img {
                max-width: 100px !important;
            }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-navbar {
        display: none;
    }
}

/*================================================
Main Slider Area CSS
=================================================*/

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
    position: relative;
    z-index: 1;
    background-image: url(../img/warehouse3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    background-attachment: fixed;
}

    .main-banner-item::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        opacity: .70;
        z-index: -1;
    }

.main-banner-content {
    max-width: 720px;
    margin: auto;
    text-align: center;
}

    .main-banner-content h1 {
        font-size: 55px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .main-banner-content .banner-btn {
        margin-top: 35px;
    }
.white-logo-image {
    max-height: 380px;
}
.phone-small-bpi {
    max-height: 32px;
}
.navbar-bpi-logo {
    max-height: 68px;
}
.text-transfrom-none{
    text-transform:none!important;
}
.margin-bottom-25{
    margin-bottom:25px;
}
.text-white{
    color:white!important;
}
/*================================================
About Area CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}

    .about-area::before {
        position: absolute;
        content: "";
        background-image: url(../img/about-shape-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 30%;
        z-index: -1;
    }

    .about-area.bg-ffffff {
        overflow: hidden;
    }

        .about-area.bg-ffffff::before {
            display: none;
        }

.about-content span {
    color: #205e52;
    font-weight: 500;
}

.about-content h3 {
    font-size: 38px;
    margin-top: 14px;
    margin-bottom: 16px;
}

.about-content p {
    margin-bottom: 0;
}

.about-inner {
    margin-top: 25px;
}

    .about-inner p {
        margin-bottom: 0;
    }

.about-warp {
    position: absolute;
    top: -255px;
}

.about-information {
    background-color: #efefef;
    padding: 30px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
}

    .about-information::before {
        position: absolute;
        bottom: -16px;
        right: -5px;
        width: 0;
        height: 0;
        content: "";
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 25px solid #e6757c;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .about-information h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .about-information h6 {
        font-size: 22px;
        margin-bottom: 0;
    }

        .about-information h6 a {
            color: #205e52;
        }

        .about-information h6 i {
            font-size: 35px;
            margin-right: 5px;
        }

.about-warp-image {
    position: relative;
    padding-bottom: 50px;
    padding-left: 50px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
    background-image: url(../img/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
}

    .services-area .section-title span {
        color: #205e52;
    }

    .services-area .section-title h2 {
        color: #ffffff;
    }

    .services-area.bg-ffffff {
        background-image: url(../img/services-bg2.jpg);
    }

        .services-area.bg-ffffff .section-title h2 {
            color: #02162e;
        }

.single-services {
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-services .image {
        position: relative;
    }

        .single-services .image a img {
            display: inline-block;
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

    .single-services .content {
        background-color: #ffffff;
        padding: 45px 30px 30px 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        z-index: 1;
        border-radius: 0 0 8px 8px;
    }

        .single-services .content::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: -1;
            width: 100%;
            height: 0%;
            background: #205e5261;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 0 0 8px 8px;
        }

    .single-services:hover .content::before {
        height: 100%;
    }

/*================================================
Choose Area CSS
=================================================*/

/*================================================
Video Area CSS
=================================================*/

/*================================================
Quote Area CSS
=================================================*/

/*================================================
Projects Area CSS
=================================================*/
.projects-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

    .projects-item .image {
        position: relative;
    }

        .projects-item .image .icon {
            position: absolute;
            right: 12px;
            bottom: -10px;
            z-index: 9;
        }

            .projects-item .image .icon i {
                display: inline-block;
                height: 30px;
                width: 35px;
                line-height: 30px;
                background-color: #205e52;
                color: #ffffff;
                text-align: center;
                border-radius: 5px;
                font-size: 22px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    .projects-item .content {
        background-color: #f6f6f6;
        padding: 30px;
        position: relative;
        z-index: 1;
        border-radius: 0 0 8px 8px;
    }

        .projects-item .content h3 {
            font-size: 25px;
            margin-bottom: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .projects-item .content::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: -1;
            width: 100%;
            height: 0%;
            background: #205e52;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 0 0 8px 8px;
        }

    .projects-item:hover .image .icon i {
        background-color: #02162e;
        color: #ffffff;
    }

    .projects-item:hover .content::before {
        height: 100%;
    }

    .projects-item:hover .content h3 a {
        color: #ffffff;
    }

.projects-slider.owl-theme .owl-nav {
    margin-top: 0;
}

    .projects-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: -10px;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 52px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #ffffff;
        color: #205e52;
        border-radius: 50%;
        opacity: 1;
        visibility: hidden;
    }

        .projects-slider.owl-theme .owl-nav [class*=owl-]:hover, .projects-slider.owl-theme .owl-nav [class*=owl-]:focus {
            background-color: #02162e;
        }

        .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: -10px;
        }

        .projects-slider.owl-theme .owl-nav [class*=owl-] i {
            font-size: 25px;
            font-weight: bold;
        }

.projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: -20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: -20px;
    }

.projects-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

/*================================================
Testimonial Area CSS
=================================================*/

/*================================================
Team Area CSS
=================================================*/

/*================================================
Blog Area CSS
=================================================*/

/*================================================
Newsletter Area CSS
=================================================*/

/*================================================
Features Area CSS
=================================================*/

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area {
    overflow: hidden;
}

    .gallery-area .container-fluid {
        padding: 0;
    }

.gallery-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.gallery-slider.owl-theme .owl-nav {
    margin-top: 30px;
    line-height: 0px;
}

    .gallery-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: 10px;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 52px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #ffffff;
        color: #205e52;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
    }

        .gallery-slider.owl-theme .owl-nav [class*=owl-]:hover, .gallery-slider.owl-theme .owl-nav [class*=owl-]:focus {
            background-color: #02162e;
        }

        .gallery-slider.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 10px;
        }

        .gallery-slider.owl-theme .owl-nav [class*=owl-] i {
            font-size: 25px;
            font-weight: bold;
        }

.gallery-slider.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
}

.gallery-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #205e52;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

    .gallery-slider.owl-theme .owl-dots .owl-dot span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #205e52;
        border-radius: 50%;
        margin: 4px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.gallery-slider.owl-theme .owl-dots .owl-dot:hover span::before, .gallery-slider.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*================================================
Reasons Area CSS
=================================================*/

/*================================================
FAQ Area CSS
=================================================*/

/*================================================
Solution Area CSS
=================================================*/

/*================================================
Pricing Area CSS
=================================================*/

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/cover.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

    .page-title-area::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: .50;
    }

.page-title-content {
    text-align: center;
}

    .page-title-content h2 {
        margin-bottom: 0;
        color: #ffffff;
        margin-bottom: 30px;
        font-size: 35px;
    }

    .page-title-content ul {
        text-align: center;
        position: relative;
        right: 0;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .page-title-content ul li {
            display: inline-block;
            margin-left: 15px;
            font-weight: 600;
            color: #7cd6c5;
            position: relative;
        }

            .page-title-content ul li::before {
                content: '';
                position: absolute;
                left: -10px;
                top: 6px;
                height: 12px;
                width: 1px;
                background-color: #205e52;
            }

            .page-title-content ul li:first-child {
                margin-left: 0;
            }

                .page-title-content ul li:first-child::before {
                    display: none;
                }

            .page-title-content ul li a {
                display: block;
                color: #ffffff;
            }

/*================================================
Appointment Area CSS
=================================================*/

/*================================================
Log In Area CSS
=================================================*/

/*================================================
Register CSS
=================================================*/

/*================================================
404 Error Area CSS
=================================================*/

/*================================================
Privacy Area CSS
=================================================*/

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

    .contact-info-box .icon {
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #f5f5f5;
        border-radius: 50%;
        font-size: 35px;
        color: #205e52;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 12px;
        position: relative;
    }

        .contact-info-box .icon i {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

    .contact-info-box h3 {
        margin-bottom: 12px;
        font-size: 23px;
        font-weight: 700;
    }

    .contact-info-box p {
        margin-bottom: 2px;
    }

        .contact-info-box p a {
            display: inline-block;
            color: #6b6b84;
        }

            .contact-info-box p a:hover {
                color: #205e52;
            }

        .contact-info-box p:last-child {
            margin-bottom: 0;
        }

    .contact-info-box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .contact-info-box:hover .icon {
            background-color: #205e52;
            color: #ffffff;
            border-color: #205e52;
        }

/*================================================
Contact Area CSS
=================================================*/
.contact-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 12px;
}

    .contact-form .form-group .form-control:focus {
        outline: 0;
        background-color: #ffffff;
        border-color: #205e52;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.contact-form .form-group textarea.form-control {
    height: 200px;
    padding: 8px 12px;
    line-height: 1.5rem;
}

.contact-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-form #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

.contact-form .default-btn {
    border: 1px solid #205e52;
}

/*================================================
Services Details Area CSS
=================================================*/

/*================================================
Projects Details Area CSS
=================================================*/

/*================================================
Sidebar Widget Area CSS
=================================================*/

/*================================================
Blog Details Area CSS
=================================================*/

/*================================================
Products Area CSS
=================================================*/

/*================================================
Cart Area CSS
=================================================*/

/*================================================
Checkout Area CSS
=================================================*/

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

    .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
        padding-left: 27px;
        cursor: pointer;
        display: block;
        color: #02162e;
        position: relative;
        margin-bottom: 8px;
        font-weight: 600;
    }

        .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 18px;
            height: 18px;
            border: 1px solid #dddddd;
            border-radius: 50%;
            background: #ffffff;
        }

        .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
            content: '';
            width: 12px;
            height: 12px;
            background: #205e52;
            position: absolute;
            top: 6px;
            left: 3px;
            border-radius: 50%;
            -webkit-transition: .6s;
            transition: .6s;
        }

        .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

/*================================================
Product Details Area CSS
=================================================*/

.product-details-desc {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

    .product-details-desc h3 {
        margin-bottom: 18px;
        font-size: 24px;
        font-weight: 700;
    }

    .product-details-desc p {
        margin-bottom: 0;
    }

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #19212a;
    padding-top: 45px;
}

.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget .logo {
        margin-bottom: 25px;
    }

        .single-footer-widget .logo h2 a {
            color: #ffffff;
        }

    .single-footer-widget h3 {
        font-size: 22px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 25px;
        color: #205e52;
    }

        .single-footer-widget h3::before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            height: 2px;
            width: 50px;
            background-color: #205e52;
        }

    .single-footer-widget .quick-links {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .quick-links li {
            margin-bottom: 15px;
            color: #ffffff;
            font-size: 15px;
        }

            .single-footer-widget .quick-links li a {
                display: inline-block;
                color: #ffffff;
                font-weight: 500;
                position: relative;
            }

                .single-footer-widget .quick-links li a:hover {
                    color: #205e52;
                }

                    .single-footer-widget .quick-links li a:hover::before {
                        width: 100%;
                    }

                .single-footer-widget .quick-links li a::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    height: 1px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    background-color: #205e52;
                }

            .single-footer-widget .quick-links li i {
                color: #205e52;
            }

            .single-footer-widget .quick-links li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .footer-contact-info li {
            margin-bottom: 20px;
            color: #ffffff;
            position: relative;
            padding-left: 35px;
        }

            .single-footer-widget .footer-contact-info li i {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 25px;
                color: #205e52;
            }

            .single-footer-widget .footer-contact-info li span {
                display: block;
                font-weight: 600;
                margin-bottom: 5px;
                color: #ffffff;
            }

            .single-footer-widget .footer-contact-info li a {
                display: inline-block;
                color: #ffffff;
                font-weight: 400;
                position: relative;
                font-size: 15px;
            }

                .single-footer-widget .footer-contact-info li a:hover {
                    color: #205e52;
                }

                    .single-footer-widget .footer-contact-info li a:hover::before {
                        width: 100%;
                    }

                .single-footer-widget .footer-contact-info li a::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    height: 1px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    background-color: #205e52;
                }

            .single-footer-widget .footer-contact-info li:last-child {
                margin-bottom: 0;
            }

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
    background-color: #0f171f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .copyright-area p {
        color: #ffffff;
    }

        .copyright-area p a {
            color: #ffffff;
            display: inline-block;
            font-weight: 600;
        }

            .copyright-area p a:hover {
                color: #205e52;
            }

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #02162e;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .go-top:hover {
        background-color: #205e52;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .default-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .section-title {
        margin-bottom: 30px;
    }

        .section-title h2 {
            font-size: 25px;
        }

    .mean-container a.meanmenu-reveal {
        padding: 4px 0 0 0;
    }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #000;
            height: 4px;
            margin-top: -5px;
            border-radius: 3px;
            position: relative;
            top: 8px;
        }

    .mean-container .mean-bar {
        background-color: unset;
        border-bottom: none;
    }

    .mean-container .mean-nav {
        margin-top: 45px;
    }

    .about-content h3 {
        font-size: 25px;
    }

    .projects-slider.owl-theme .owl-nav [class*=owl-] {
        left: 0;
        visibility: visible;
    }

        .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
            right: 0;
        }

    .projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
        left: 0;
    }

        .projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
            right: 0;
        }

    .projects-item .content {
        padding: 20px;
    }

        .projects-item .content h3 {
            font-size: 22px;
        }

    .footer-area {
        padding-top: 70px;
    }

    .pl-5 {
        padding-left: 0 !important;
    }

    .main-banner-item {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .main-banner-content h1 {
        font-size: 30px;
    }

    .about-warp {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .about-information {
        padding: 20px;
        margin-top: 30px;
    }

    .about-warp-image {
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .gallery-area .container-fluid {
        padding: 15px;
    }

    .page-title-area {
        height: 200px;
    }

    .page-title-content h2 {
        font-size: 30px;
    }

    .page-title-content ul {
        position: relative;
        left: 0;
        margin-top: 25px;
    }

    .projects-area .container-fluid {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 4px 0 0 0;
    }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #000;
            height: 4px;
            margin-top: -5px;
            border-radius: 3px;
            position: relative;
            top: 8px;
        }

    .mean-container .mean-bar {
        background-color: unset;
        border-bottom: none;
    }

    .mean-container .mean-nav {
        margin-top: 45px;
    }

    .projects-slider.owl-theme .owl-nav [class*=owl-] {
        left: 0;
        visibility: visible;
    }

        .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
            right: 0;
        }

    .projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
        left: 0;
    }

        .projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
            right: 0;
        }

    .footer-area {
        padding-top: 100px;
    }

    .pl-5 {
        padding-left: 0 !important;
    }

    .main-banner-item {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-warp {
        position: relative;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }

    .about-information {
        padding: 20px;
        margin-top: 30px;
    }

    .about-warp-image {
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .gallery-area .container-fluid {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .mean-container a.meanmenu-reveal {
        padding: 4px 0 0 0;
    }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #000;
            height: 4px;
            margin-top: -5px;
            border-radius: 3px;
            position: relative;
            top: 8px;
        }

    .mean-container .mean-bar {
        background-color: unset;
        border-bottom: none;
        padding: 2px 0 0;
    }

    .mean-container .mean-nav {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .container {
        max-width: 1270px;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////*/
.logo-in {
    z-index: 999;
    max-width: 200px;
}

.slideimage-in {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
}

.banner-in {
    color: white;
    font-size: 35px;
}

@media only screen and (max-width: 767px){
    .banner-in {
        font-size: 25px;
        margin-bottom: 36px;
    }
}


.list-products {
    color: #02162e;
    font-size: 20px;
}

.projects-item .image {
    border: 4px solid #f6f6f6;
}

.mb-15{
    margin-bottom:20px;
}

.section-title-in {
    font-size: 38px;
    margin-top: 14px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #092546;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
}

@media only screen and (max-width: 767px){
    .section-title-in {
        font-size: 23px;
    }
}


.footer-contacts {
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #205e52;
}

    .footer-contacts::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 2px;
        width: 50px;
        background-color: #205e52;
    }

.slogan-title {
    font-size: 55px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin-top: -10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px){
    .slogan-title {
        font-size: 30px;
    }
}


.hidden-slogan {
    display: none;
    font-size: 0px;
    width: 0px;
    height: 0px;
}

.for-gallery img {
    margin-top: 10px;
}