/* Template Name: Landflow - Responsive Landing Page Template
   Author: UniquecrewDesign
   Website: http://shreethemes.in/
   Mail: Uniquecrewdesign@gmail.com
   Version: 1.0.0
   Created: October 2020
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  General              *
 *     03.  Helper               *
 *     04.  Bootstrap Custom     *
 *     05.  Components           *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Team                 *
 *     10.  Work                 *
 *     11.  C.T.A                *
 *     12.  Testi                *
 *     13.  Pricing              *
 *     14.  Blog                 *
 *     15.  Contact              *
 *     16.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

body {
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: rgba(66, 89, 237, 0.9);
    color: #ffffff;
}

::selection {
    background: rgba(66, 89, 237, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(52, 58, 64, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.heading-title {
    line-height: 26px;
}

.heading-title .heading {
    font-size: 42px !important;
    letter-spacing: 1px;
}

.heading-title .title {
    font-size: 32px !important;
    letter-spacing: 1px;
}

.heading-title .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 21px !important;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.shape.seo-hero {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .shape.seo-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.seo-hero {
        height: 60px;
    }
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.spin-anything {
    -webkit-animation: spinner-animation 5s linear infinite;
    animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-top-100 .heading {
        font-size: 40px !important;
    }
}

@media (max-width: 768px) {
    .heading-title .heading {
        font-size: 36px !important;
    }

    .heading-title .para-desc {
        font-size: 18px;
    }

    .section-title .title {
        font-size: 24px !important;
    }

    .mt-60 {
        margin-top: 60px;
    }
}

h1 {
    font-size: 42px !important;
}

h2 {
    font-size: 36px !important;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 15px !important;
}

h6 {
    font-size: 16px !important;
}

.h7 {
    font-size: 10px !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.bg-primary {
    background-color: #355A3D !important;
}

.bg-soft-primary {
    background-color: rgba(66, 89, 237, 0.1) !important;
    border: 1px solid rgba(66, 89, 237, 0.1) !important;
    color: #355A3D !important;
}

.text-primary {
    color: #355A3D !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2b45eb !important;
}

.bg-secondary {
    background-color: #9091a8 !important;
}

.bg-soft-secondary {
    background-color: rgba(144, 145, 168, 0.1) !important;
    border: 1px solid rgba(144, 145, 168, 0.1) !important;
    color: #9091a8 !important;
}

.text-secondary {
    color: #9091a8 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #82839d !important;
}

.bg-success {
    background-color: #00b090 !important;
}

.bg-soft-success {
    background-color: rgba(0, 176, 144, 0.1) !important;
    border: 1px solid rgba(0, 176, 144, 0.1) !important;
    color: #00b090 !important;
}

.text-success {
    color: #00b090 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-success:hover,
a.text-success:focus {
    color: #00977b !important;
}

.bg-warning {
    background-color: #ffcd35 !important;
}

.bg-soft-warning {
    background-color: rgba(255, 205, 53, 0.1) !important;
    border: 1px solid rgba(255, 205, 53, 0.1) !important;
    color: #ffcd35 !important;
}

.text-warning {
    color: #ffcd35 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ffc71c !important;
}

.bg-info {
    background-color: #36a3f7 !important;
}

.bg-soft-info {
    background-color: rgba(54, 163, 247, 0.1) !important;
    border: 1px solid rgba(54, 163, 247, 0.1) !important;
    color: #36a3f7 !important;
}

.text-info {
    color: #36a3f7 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-info:hover,
a.text-info:focus {
    color: #1d98f6 !important;
}

.bg-danger {
    background-color: #f03e55 !important;
}

.bg-soft-danger {
    background-color: rgba(240, 62, 85, 0.1) !important;
    border: 1px solid rgba(240, 62, 85, 0.1) !important;
    color: #f03e55 !important;
}

.text-danger {
    color: #f03e55 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ee2640 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-soft-dark {
    background-color: rgba(52, 58, 64, 0.1) !important;
    border: 1px solid rgba(52, 58, 64, 0.1) !important;
    color: #343a40 !important;
}

.text-dark {
    color: #343a40 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #292d32 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.text-light {
    color: #f8f9fc !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.bg-footer {
    background-color: #355A3D !important;
}

.bg-soft-footer {
    background-color: rgba(39, 49, 79, 0.1) !important;
    border: 1px solid rgba(39, 49, 79, 0.1) !important;
    color: #27314f !important;
}

.text-footer {
    color: #27314f !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #1e273e !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}

.card .card-body {
    padding: 1.5rem;
}

.btn-primary {
    background-color: #355A3D !important;
    border: 1px solid #355A3D !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #355A3D !important;
    border-color: #355A3D !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(66, 89, 237, 0.1) !important;
    border: 1px solid rgba(66, 89, 237, 0.1) !important;
    color: #355A3D !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #355A3D !important;
    border-color: #355A3D !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #355A3D;
    color: #355A3D;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #355A3D;
    border-color: #355A3D;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
    box-shadow: 0 3px 5px 0 rgba(66, 89, 237, 0.3);
}

.btn-secondary {
    background-color: #9091a8 !important;
    border: 1px solid #9091a8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #737592 !important;
    border-color: #737592 !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(144, 145, 168, 0.1) !important;
    border: 1px solid rgba(144, 145, 168, 0.1) !important;
    color: #9091a8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #9091a8 !important;
    border-color: #9091a8 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #9091a8;
    color: #9091a8;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #9091a8 border-color: #9091a8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
    box-shadow: 0 3px 5px 0 rgba(144, 145, 168, 0.3);
}

.btn-success {
    background-color: #00b090 !important;
    border: 1px solid #00b090 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #007d66 !important;
    border-color: #007d66 !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(0, 176, 144, 0.1) !important;
    border: 1px solid rgba(0, 176, 144, 0.1) !important;
    color: #00b090 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #00b090 !important;
    border-color: #00b090 !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #00b090;
    color: #00b090;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #00b090;
    border-color: #00b090;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 176, 144, 0.3);
}

.btn-warning {
    background-color: #ffcd35 !important;
    border: 1px solid #ffcd35 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #ffc002 !important;
    border-color: #ffc002 !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(255, 205, 53, 0.1) !important;
    border: 1px solid rgba(255, 205, 53, 0.1) !important;
    color: #ffcd35 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffcd35 !important;
    border-color: #ffcd35 !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #ffcd35;
    color: #ffcd35;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffcd35;
    border-color: #ffcd35;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
    box-shadow: 0 3px 5px 0 rgba(255, 205, 53, 0.3);
}

.btn-info {
    background-color: #36a3f7 !important;
    border: 1px solid #36a3f7 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #0a8cf0 !important;
    border-color: #0a8cf0 !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(54, 163, 247, 0.1) !important;
    border: 1px solid rgba(54, 163, 247, 0.1) !important;
    color: #36a3f7 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #36a3f7 !important;
    border-color: #36a3f7 !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #36a3f7;
    color: #36a3f7;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #36a3f7;
    border-color: #36a3f7;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
    box-shadow: 0 3px 5px 0 rgba(54, 163, 247, 0.3);
}

.btn-danger {
    background-color: #f03e55 !important;
    border: 1px solid #f03e55 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #e9122e !important;
    border-color: #e9122e !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(240, 62, 85, 0.1) !important;
    border: 1px solid rgba(240, 62, 85, 0.1) !important;
    color: #f03e55 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #f03e55 !important;
    border-color: #f03e55 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #f03e55;
    color: #f03e55;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f03e55;
    border-color: #f03e55;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
    box-shadow: 0 3px 5px 0 rgba(240, 62, 85, 0.3);
}

.btn-dark {
    background-color: #343a40 !important;
    border: 1px solid #343a40 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #1d2124 !important;
    border-color: #1d2124 !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(52, 58, 64, 0.1) !important;
    border: 1px solid rgba(52, 58, 64, 0.1) !important;
    color: #343a40 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #343a40;
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
    box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important;
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-footer {
    background-color: #27314f !important;
    border: 1px solid #27314f !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #161c2d !important;
    border-color: #161c2d !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(39, 49, 79, 0.1) !important;
    border: 1px solid rgba(39, 49, 79, 0.1) !important;
    color: #27314f !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #27314f !important;
    border-color: #27314f !important;
    color: #ffffff !important;
}

.btn-outline-footer {
    border: 1px solid #27314f;
    color: #27314f;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #27314f;
    border-color: #27314f;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
    box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 6px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn.btn-light {
    color: #343a40 !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: white !important;
    color: #343a40 !important;
}

.btn.btn-soft-light {
    color: rgba(52, 58, 64, 0.5) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    background-color: rgba(248, 249, 252, 0.1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #343a40 !important;
}

.btn.btn-soft-light-alt {
    background-color: rgba(248, 249, 252, 0.1);
    color: #f8f9fc;
    border: 1px solid rgba(248, 249, 252, 0.1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
}

.btn.btn-soft-light-alt:hover,
.btn.btn-soft-light-alt:focus,
.btn.btn-soft-light-alt:active,
.btn.btn-soft-light-alt.active,
.btn.btn-soft-light-alt.focus {
    background: #ffffff;
    color: #343a40 !important;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #343a40 !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc !important;
}

.btn.btn-outline-light-alt {
    border: 1px solid #dee2e6 !important;
    color: #ffffff !important;
    background-color: transparent;
}

.btn.btn-outline-light-alt:hover,
.btn.btn-outline-light-alt:focus,
.btn.btn-outline-light-alt:active,
.btn.btn-outline-light-alt.active,
.btn.btn-outline-light-alt.focus {
    background-color: #f8f9fc !important;
    color: #343a40 !important;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important;
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
}

.shadow-md {
    -webkit-box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
}

.badge-primary {
    background-color: #355A3D !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #355A3D !important;
    border: 1px solid #355A3D !important;
}

.badge-soft-primary {
    background-color: rgba(66, 89, 237, 0.1) !important;
    border: 1px solid rgba(66, 89, 237, 0.1) !important;
    color: #355A3D !important;
}

.badge-secondary {
    background-color: #9091a8 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #9091a8 !important;
    border: 1px solid #9091a8 !important;
}

.badge-soft-secondary {
    background-color: rgba(144, 145, 168, 0.1) !important;
    border: 1px solid rgba(144, 145, 168, 0.1) !important;
    color: #9091a8 !important;
}

.badge-success {
    background-color: #00b090 !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #00b090 !important;
    border: 1px solid #00b090 !important;
}

.badge-soft-success {
    background-color: rgba(0, 176, 144, 0.1) !important;
    border: 1px solid rgba(0, 176, 144, 0.1) !important;
    color: #00b090 !important;
}

.badge-warning {
    background-color: #ffcd35 !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #ffcd35 !important;
    border: 1px solid #ffcd35 !important;
}

.badge-soft-warning {
    background-color: rgba(255, 205, 53, 0.1) !important;
    border: 1px solid rgba(255, 205, 53, 0.1) !important;
    color: #ffcd35 !important;
}

.badge-info {
    background-color: #36a3f7 !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #36a3f7 !important;
    border: 1px solid #36a3f7 !important;
}

.badge-soft-info {
    background-color: rgba(54, 163, 247, 0.1) !important;
    border: 1px solid rgba(54, 163, 247, 0.1) !important;
    color: #36a3f7 !important;
}

.badge-danger {
    background-color: #f03e55 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #f03e55 !important;
    border: 1px solid #f03e55 !important;
}

.badge-soft-danger {
    background-color: rgba(240, 62, 85, 0.1) !important;
    border: 1px solid rgba(240, 62, 85, 0.1) !important;
    color: #f03e55 !important;
}

.badge-dark {
    background-color: #343a40 !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #343a40 !important;
    border: 1px solid #343a40 !important;
}

.badge-soft-dark {
    background-color: rgba(52, 58, 64, 0.1) !important;
    border: 1px solid rgba(52, 58, 64, 0.1) !important;
    color: #343a40 !important;
}

.badge-muted {
    background-color: #8492a6 !important;
    color: #ffffff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
}

.badge-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.badge-light {
    background-color: #f8f9fc !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
}

.badge-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.badge-footer {
    background-color: #27314f !important;
    color: #ffffff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: #27314f !important;
    border: 1px solid #27314f !important;
}

.badge-soft-footer {
    background-color: rgba(39, 49, 79, 0.1) !important;
    border: 1px solid rgba(39, 49, 79, 0.1) !important;
    color: #27314f !important;
}

.badge {
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.badge.badge-light {
    color: #343a40 !important;
    background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
    color: #343a40 !important;
    border: 1px solid white !important;
    background-color: transparent !important;
}

.badge.badge-pill {
    border-radius: 12px;
}

.badge:focus,
.badge.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #355A3D !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #9091a8 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #00b090 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #ffcd35 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #36a3f7 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f03e55 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #343a40 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f8f9fc !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #27314f !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
    background-color: rgba(66, 89, 237, 0.9);
    color: #ffffff;
    border-color: #355A3D;
}

.alert-primary .alert-link {
    color: #0d1e89;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #355A3D;
    border-color: #355A3D;
}

.alert-secondary {
    background-color: rgba(144, 145, 168, 0.9);
    color: #ffffff;
    border-color: #9091a8;
}

.alert-secondary .alert-link {
    color: #464759;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #9091a8;
    border-color: #9091a8;
}

.alert-success {
    background-color: rgba(0, 176, 144, 0.9);
    color: #ffffff;
    border-color: #00b090;
}

.alert-success .alert-link {
    color: #001713;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #00b090;
    border-color: #00b090;
}

.alert-warning {
    background-color: rgba(255, 205, 53, 0.9);
    color: #ffffff;
    border-color: #ffcd35;
}

.alert-warning .alert-link {
    color: #9b7500;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #ffcd35;
    border-color: #ffcd35;
}

.alert-info {
    background-color: rgba(54, 163, 247, 0.9);
    color: #ffffff;
    border-color: #36a3f7;
}

.alert-info .alert-link {
    color: #06538e;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #36a3f7;
    border-color: #36a3f7;
}

.alert-danger {
    background-color: rgba(240, 62, 85, 0.9);
    color: #ffffff;
    border-color: #f03e55;
}

.alert-danger .alert-link {
    color: #8a0b1b;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #f03e55;
    border-color: #f03e55;
}

.alert-dark {
    background-color: rgba(52, 58, 64, 0.9);
    color: #ffffff;
    border-color: #343a40;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #343a40;
    border-color: #343a40;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #ffffff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-footer {
    background-color: rgba(39, 49, 79, 0.9);
    color: #ffffff;
    border-color: #27314f;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #27314f;
    border-color: #27314f;
}

.alert {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.alert.alert-light {
    background-color: white;
    color: #343a40;
    border-color: #e9ecef;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .close {
    top: -2px;
    right: -10px;
    font-size: 16px !important;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}

.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #343a40;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #355A3D;
}

.breadcrumb .breadcrumb-item.active {
    color: #355A3D;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #343a40;
    font-family: 'Material Design Icons';
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
    color: #343a40;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: rgba(66, 89, 237, 0.9);
    border-color: rgba(66, 89, 237, 0.9);
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #355A3D !important;
    border-color: #355A3D;
    cursor: not-allowed;
}

.avatar.avatar-ut-sm {
    height: 20px;
    width: 20px;
}

.avatar.avatar-ex-sm {
    height: 30px;
    width: 30px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.avatar.avatar-client {
    max-height: 25px;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #ffffff;
    color: #355A3D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\F0415';
    position: absolute;
    right: 20px;
    top: 27% !important;
    font-family: 'Material Design Icons';
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #355A3D;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #ffffff;
    color: #343a40 !important;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #343a40 !important;
}

.faq-content .card .title {
    font-size: 18px;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #343a4041;
    color: #ffffff !important;
}

.nav-pills .nav-link.active {
    background: #355A3D;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important;
}

.nav-pills a .title {
    font-size: 17px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #355A3D !important;
    border-color: transparent transparent #355A3D !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -28px;
    right: -15px;
    font-size: 14px;
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #343a40;
    height: 45px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #355A3D;
}

.form-group textarea {
    height: 120px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #ffffff;
    border-color: #355A3D;
    background-color: #355A3D;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #355A3D;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #343a40 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    border-color: #f2f4f6;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
    cursor: pointer;
}

.table-responsive .table-center tbody tr:hover {
    color: #343a40;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end;
}

.table-responsive .table-padding tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-open {
    padding-right: 0 !important;
}

.social-icon li a {
    color: #343a40;
    border: 1px solid #343a40;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #355A3D;
    border-color: #355A3D !important;
    color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
    fill: #355A3D;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.home-shape-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    z-index: 1;
    text-align: center;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

#countdown .count-down {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    width: 100px;
}

#countdown .count-down .count-number {
    font-size: 50px;
}

#countdown .count-down .count-head {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

#clock {
    color: #ffffff;
}

#clock p {
    width: 80px;
}

#clock p span {
    font-size: 50px;
}

#clock p span.indicator {
    font-size: 14px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px;
    }

    .display-1 {
        font-size: 56px !important;
    }

    .display-2 {
        font-size: 50px !important;
    }

    .display-3 {
        font-size: 42px !important;
    }

    .display-4 {
        font-size: 36px !important;
    }




}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .logo {
    float: left;
    color: #343a40 !important;
}

#topnav .logo .l-dark {
    display: none;
}

#topnav .logo .l-light {
    display: inline-block;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #ffcd35 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #355A3D;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #343a40;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #355A3D;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px 20px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #343a40;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
}

#topnav .buy-button .login-btn-primary {
    display: none;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #355A3D;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #355A3D !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #343a40;
    font-size: 15px;
    background-color: transparent !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #355A3D;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #343a40;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -1px;
    top: 32px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #343a40;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #343a40;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #355A3D;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #355A3D;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #343a40;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #ffcd35 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #ffcd35 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #ffcd35 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #343a40;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(52, 58, 64, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(52, 58, 64, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important;
    }

    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 32px;
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 0 0 6px 6px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        border-top: 3px solid #ffcd35;
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #343a40 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #ffcd35 !important;
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #355A3D;
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #355A3D !important;
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px;
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5);
    }

    #topnav .navigation-menu.nav-light>li.active>a {
        color: #ffffff !important;
    }

    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #ffffff !important;
    }

    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #ffffff !important;
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #ffffff !important;
    }

    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-start !important;
    }

    #topnav .navigation-menu.nav-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important;
    }

    #topnav .logo {
        margin-right: 30px;
    }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
        min-height: 74px;
    }

    #topnav .logo .l-dark {
        display: inline-block !important;
    }

    #topnav .logo .l-light {
        display: none !important;
    }

    #topnav .container {
        width: auto;
    }

    #topnav #navigation {
        max-height: 400px;
    }

    #topnav .navigation-menu {
        float: none;
    }

    #topnav .navigation-menu>li {
        float: none;
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #343a40 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }

    #topnav .navigation-menu>li>a {
        color: #343a40;
        padding: 10px 20px;
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #355A3D;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .buy-button .login-btn-primary {
        display: inline-block !important;
    }

    #topnav .buy-button .login-btn-light {
        display: none;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }

    #topnav .has-submenu.active a {
        color: #355A3D;
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }

    #topnav .buy-button {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none;
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-130 {
    padding: 130px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-profile {
    padding: 80px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-hero {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.home-wrapper:before {
    content: "";
    position: absolute;
    bottom: 40rem;
    right: -11rem;
    width: 90rem;
    height: 35rem;
    -webkit-transform: rotate(99deg);
    transform: rotate(99deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(66, 89, 237, 0.3)), to(transparent));
    background: linear-gradient(90deg, rgba(66, 89, 237, 0.3), transparent);
    z-index: 1;
}

@media (max-width: 768px) {
    .home-wrapper:before {
        right: -25rem;
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: rgba(66, 89, 237, 0.15);
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-slider .slides .bg-slider {
    background-size: cover;
    height: 85vh;
    position: relative;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
    height: 75vh;
}

.flex-control-paging li a {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #355A3D;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    display: block;
}

@media (max-width: 768px) {
    .bg-saas-shape img {
        max-width: 720px;
    }
}

@media (max-width: 767px) {

    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider {
        padding: 150px 0;
        height: auto;
    }

    .bg-saas-shape img {
        max-width: 100%;
        height: auto;
    }
}

.features.feature-primary .title:hover {
    color: #355A3D !important;
}

.features.feature-primary .icon {
    color: #355A3D !important;
    /* background-color: rgba(66, 89, 237, 0.05) !important; */
}

.features.feature-primary .link {
    color: #355A3D !important;
}

.features.feature-secondary .title:hover {
    color: #9091a8 !important;
}

.features.feature-secondary .icon {
    color: #9091a8 !important;
    background-color: rgba(144, 145, 168, 0.05) !important;
}

.features.feature-secondary .link {
    color: #9091a8 !important;
}

.features.feature-success .title:hover {
    color: #00b090 !important;
}

.features.feature-success .icon {
    color: #00b090 !important;
    background-color: rgba(0, 176, 144, 0.05) !important;
}

.features.feature-success .link {
    color: #00b090 !important;
}

.features.feature-warning .title:hover {
    color: #ffcd35 !important;
}

.features.feature-warning .icon {
    color: #ffcd35 !important;
    background-color: rgba(255, 205, 53, 0.05) !important;
}

.features.feature-warning .link {
    color: #ffcd35 !important;
}

.features.feature-info .title:hover {
    color: #36a3f7 !important;
}

.features.feature-info .icon {
    color: #36a3f7 !important;
    background-color: rgba(54, 163, 247, 0.05) !important;
}

.features.feature-info .link {
    color: #36a3f7 !important;
}

.features.feature-danger .title:hover {
    color: #f03e55 !important;
}

.features.feature-danger .icon {
    color: #f03e55 !important;
    background-color: rgba(240, 62, 85, 0.05) !important;
}

.features.feature-danger .link {
    color: #f03e55 !important;
}

.features.feature-dark .title:hover {
    color: #343a40 !important;
}

.features.feature-dark .icon {
    color: #343a40 !important;
    background-color: rgba(52, 58, 64, 0.05) !important;
}

.features.feature-dark .link {
    color: #343a40 !important;
}

.features.feature-muted .title:hover {
    color: #8492a6 !important;
}

.features.feature-muted .icon {
    color: #8492a6 !important;
    background-color: rgba(132, 146, 166, 0.05) !important;
}

.features.feature-muted .link {
    color: #8492a6 !important;
}

.features.feature-light .title:hover {
    color: #f8f9fc !important;
}

.features.feature-light .icon {
    color: #f8f9fc !important;
    background-color: rgba(248, 249, 252, 0.05) !important;
}

.features.feature-light .link {
    color: #f8f9fc !important;
}

.features.feature-footer .title:hover {
    color: #27314f !important;
}

.features.feature-footer .icon {
    color: #27314f !important;
    background-color: rgba(39, 49, 79, 0.05) !important;
}

.features.feature-footer .link {
    color: #27314f !important;
}

.features.core-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features.core-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
}

.features .icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
}

.features .icon i {
    line-height: 68px;
}

.key-feature.feature-primary .icon {
    color: #355A3D !important;
    background: linear-gradient(45deg, transparent, rgba(66, 89, 237, 0.1));
}

.key-feature.feature-secondary .icon {
    color: #9091a8 !important;
    background: linear-gradient(45deg, transparent, rgba(144, 145, 168, 0.1));
}

.key-feature.feature-success .icon {
    color: #00b090 !important;
    background: linear-gradient(45deg, transparent, rgba(0, 176, 144, 0.1));
}

.key-feature.feature-warning .icon {
    color: #ffcd35 !important;
    background: linear-gradient(45deg, transparent, rgba(255, 205, 53, 0.1));
}

.key-feature.feature-info .icon {
    color: #36a3f7 !important;
    background: linear-gradient(45deg, transparent, rgba(54, 163, 247, 0.1));
}

.key-feature.feature-danger .icon {
    color: #f03e55 !important;
    background: linear-gradient(45deg, transparent, rgba(240, 62, 85, 0.1));
}

.key-feature.feature-dark .icon {
    color: #343a40 !important;
    background: linear-gradient(45deg, transparent, rgba(52, 58, 64, 0.1));
}

.key-feature.feature-muted .icon {
    color: #8492a6 !important;
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.1));
}

.key-feature.feature-light .icon {
    color: #f8f9fc !important;
    background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.1));
}

.key-feature.feature-footer .icon {
    color: #27314f !important;
    background: linear-gradient(45deg, transparent, rgba(39, 49, 79, 0.1));
}

.key-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.key-feature:hover {
    -webkit-box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
}

.features-absolute {
    position: relative;
    margin: -200px 0 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}

.features-absolute.career-form {
    margin: -145px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute.career-form {
        margin: -105px 0 0px;
    }
}

.team {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team .team-social {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}

.team:hover .team-social {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.avatar-profile {
    position: relative;
    top: -80px;
}

.container-filter li {
    padding: 0px 15px;
}

.container-filter li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #8492a6 !important;
}

.container-filter li a.active,
.container-filter li a:hover {
    color: #355A3D !important;
}

.container-filter .categories:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(66, 89, 237, 0.2);
    right: 0;
    left: 0;
    bottom: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter .categories.active:after,
.container-filter .categories:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    height: 6px;
}

.spacing {
    padding: 7px;
}

.work-container.work-primary .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-primary .content a.title:hover,
.work-container.work-primary .content a.tag:hover,
.work-container.work-primary .content a.author:hover,
.work-container.work-primary .content a.link:hover {
    color: #355A3D !important;
}

/* .work-container.work-primary.work-border {
    border-top: 4px solid #355A3D !important;
} */

.work-container.work-secondary .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-secondary .content a.title:hover,
.work-container.work-secondary .content a.tag:hover,
.work-container.work-secondary .content a.author:hover,
.work-container.work-secondary .content a.link:hover {
    color: #9091a8 !important;
}

.work-container.work-secondary.work-border {
    border-top: 4px solid #9091a8 !important;
}

.work-container.work-success .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-success .content a.title:hover,
.work-container.work-success .content a.tag:hover,
.work-container.work-success .content a.author:hover,
.work-container.work-success .content a.link:hover {
    color: #00b090 !important;
}

.work-container.work-success.work-border {
    border-top: 4px solid #00b090 !important;
}

.work-container.work-warning .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-warning .content a.title:hover,
.work-container.work-warning .content a.tag:hover,
.work-container.work-warning .content a.author:hover,
.work-container.work-warning .content a.link:hover {
    color: #ffcd35 !important;
}

.work-container.work-warning.work-border {
    border-top: 4px solid #ffcd35 !important;
}

.work-container.work-info .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-info .content a.title:hover,
.work-container.work-info .content a.tag:hover,
.work-container.work-info .content a.author:hover,
.work-container.work-info .content a.link:hover {
    color: #36a3f7 !important;
}

.work-container.work-info.work-border {
    border-top: 4px solid #36a3f7 !important;
}

.work-container.work-danger .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-danger .content a.title:hover,
.work-container.work-danger .content a.tag:hover,
.work-container.work-danger .content a.author:hover,
.work-container.work-danger .content a.link:hover {
    color: #f03e55 !important;
}

.work-container.work-danger.work-border {
    border-top: 4px solid #f03e55 !important;
}

.work-container.work-dark .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-dark .content a.title:hover,
.work-container.work-dark .content a.tag:hover,
.work-container.work-dark .content a.author:hover,
.work-container.work-dark .content a.link:hover {
    color: #343a40 !important;
}

.work-container.work-dark.work-border {
    border-top: 4px solid #343a40 !important;
}

.work-container.work-muted .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-muted .content a.title:hover,
.work-container.work-muted .content a.tag:hover,
.work-container.work-muted .content a.author:hover,
.work-container.work-muted .content a.link:hover {
    color: #8492a6 !important;
}

.work-container.work-muted.work-border {
    border-top: 4px solid #8492a6 !important;
}

.work-container.work-light .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-light .content a.title:hover,
.work-container.work-light .content a.tag:hover,
.work-container.work-light .content a.author:hover,
.work-container.work-light .content a.link:hover {
    color: #f8f9fc !important;
}

.work-container.work-light.work-border {
    border-top: 4px solid #f8f9fc !important;
}

.work-container.work-footer .content a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-footer .content a.title:hover,
.work-container.work-footer .content a.tag:hover,
.work-container.work-footer .content a.author:hover,
.work-container.work-footer .content a.link:hover {
    color: #27314f !important;
}

.work-container.work-footer.work-border {
    border-top: 4px solid #27314f !important;
}

.work-container.work-border {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-container.work-border:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.spacing {
    padding: 10px;
}

.job-catagories:hover.bg-catagory-primary {
    background-color: #355A3D !important;
}

.job-catagories:hover.bg-catagory-secondary {
    background-color: #9091a8 !important;
}

.job-catagories:hover.bg-catagory-success {
    background-color: #00b090 !important;
}

.job-catagories:hover.bg-catagory-warning {
    background-color: #ffcd35 !important;
}

.job-catagories:hover.bg-catagory-info {
    background-color: #36a3f7 !important;
}

.job-catagories:hover.bg-catagory-danger {
    background-color: #f03e55 !important;
}

.job-catagories:hover.bg-catagory-dark {
    background-color: #343a40 !important;
}

.job-catagories:hover.bg-catagory-muted {
    background-color: #8492a6 !important;
}

.job-catagories:hover.bg-catagory-light {
    background-color: #f8f9fc !important;
}

.job-catagories:hover.bg-catagory-footer {
    background-color: #27314f !important;
}

.job-catagories .title,
.job-catagories .sub-title,
.job-catagories .icons {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-catagories .icons {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0.1;
}

.job-catagories:hover {
    -webkit-box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    -webkit-transform: scale(1.05) translateY(-10px);
    transform: scale(1.05) translateY(-10px);
}

.job-catagories:hover .title {
    color: #ffffff !important;
}

.job-catagories:hover .sub-title {
    color: rgba(255, 255, 255, 0.5) !important;
}

.job-catagories:hover .icons {
    color: #ffffff !important;
}

.feature-company {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-company:hover {
    -webkit-box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
}

.feature-company:hover .company-name {
    color: #355A3D !important;
}

.job-vacancy.job-primary:hover {
    background: rgba(66, 89, 237, 0.05) !important;
}

.job-vacancy.job-primary:hover .job-caragory,
.job-vacancy.job-primary:hover .icon {
    color: #355A3D !important;
}

.job-vacancy.job-secondary:hover {
    background: rgba(144, 145, 168, 0.05) !important;
}

.job-vacancy.job-secondary:hover .job-caragory,
.job-vacancy.job-secondary:hover .icon {
    color: #9091a8 !important;
}

.job-vacancy.job-success:hover {
    background: rgba(0, 176, 144, 0.05) !important;
}

.job-vacancy.job-success:hover .job-caragory,
.job-vacancy.job-success:hover .icon {
    color: #00b090 !important;
}

.job-vacancy.job-warning:hover {
    background: rgba(255, 205, 53, 0.05) !important;
}

.job-vacancy.job-warning:hover .job-caragory,
.job-vacancy.job-warning:hover .icon {
    color: #ffcd35 !important;
}

.job-vacancy.job-info:hover {
    background: rgba(54, 163, 247, 0.05) !important;
}

.job-vacancy.job-info:hover .job-caragory,
.job-vacancy.job-info:hover .icon {
    color: #36a3f7 !important;
}

.job-vacancy.job-danger:hover {
    background: rgba(240, 62, 85, 0.05) !important;
}

.job-vacancy.job-danger:hover .job-caragory,
.job-vacancy.job-danger:hover .icon {
    color: #f03e55 !important;
}

.job-vacancy.job-dark:hover {
    background: rgba(52, 58, 64, 0.05) !important;
}

.job-vacancy.job-dark:hover .job-caragory,
.job-vacancy.job-dark:hover .icon {
    color: #343a40 !important;
}

.job-vacancy.job-muted:hover {
    background: rgba(132, 146, 166, 0.05) !important;
}

.job-vacancy.job-muted:hover .job-caragory,
.job-vacancy.job-muted:hover .icon {
    color: #8492a6 !important;
}

.job-vacancy.job-light:hover {
    background: rgba(248, 249, 252, 0.05) !important;
}

.job-vacancy.job-light:hover .job-caragory,
.job-vacancy.job-light:hover .icon {
    color: #f8f9fc !important;
}

.job-vacancy.job-footer:hover {
    background: rgba(39, 49, 79, 0.05) !important;
}

.job-vacancy.job-footer:hover .job-caragory,
.job-vacancy.job-footer:hover .icon {
    color: #27314f !important;
}

.job-vacancy {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-vacancy .job-caragory,
.job-vacancy .icon {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #355A3D;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #355A3D;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #355A3D;
    -webkit-text-fill-color: #355A3D;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}

.cta-review {
    position: relative;
    top: 220px;
}

.cta-section {
    padding-top: 180px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #355A3D !important;
}

.customer-testi {
    cursor: e-resize;
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #343a40;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(52, 58, 64, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(52, 58, 64, 0.15);
}

.customer-testi .quote i {
    position: absolute;
    top: -90px;
    left: -30px;
    opacity: 0.05;
    font-size: 140px;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 10px;
    background: rgba(66, 89, 237, 0.5) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #355A3D !important;
    border-color: #355A3D;
}

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

.testi-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.testi-carousel .owl-nav button i.mdi {
    background: rgba(66, 89, 237, 0.1);
    color: #355A3D;
}

.testi-carousel .owl-nav button:hover i.mdi {
    background: #355A3D;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .testi-carousel .owl-nav {
        display: none;
    }
}

.testi-carousel .owl-nav button,
.owl-roadmap .owl-nav button {
    border-radius: 50% !important;
}

.testi-carousel .owl-nav button i.mdi,
.owl-roadmap .owl-nav button i.mdi {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50% !important;
}

.testi-carousel .owl-nav button:hover i.mdi,
.owl-roadmap .owl-nav button:hover i.mdi {
    background: #355A3D;
    color: #ffffff;
}

.testi-carousel .owl-nav button,
.owl-roadmap-1 .owl-nav button {
    border-radius: 50% !important;
}

.testi-carousel .owl-nav button i.mdi,
.owl-roadmap-1 .owl-nav button i.mdi {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50% !important;
}

.testi-carousel .owl-nav button:hover i.mdi,
.owl-roadmap-1 .owl-nav button:hover i.mdi {
    background: #355A3D;
    color: #ffffff;
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

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

.owl-roadmap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.owl-roadmap:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 17px;
    left: 0;
    height: 2px;
    background: #355A3D;
}

.owl-roadmap .owl-nav {
    position: absolute;
    top: -13px;
    width: 100%;
}

.owl-roadmap .owl-nav button {
    border-radius: 50% !important;
}

.owl-roadmap .owl-nav button.owl-next,
.owl-roadmap .owl-nav button.owl-prev {
    position: absolute;
}

.owl-roadmap .owl-nav button.owl-next {
    right: -20px;
}

.owl-roadmap .owl-nav button.owl-prev {
    left: -20px;
}

.owl-roadmap .owl-nav button i.mdi {
    background: #355A3D;
    color: #ffffff;
}

.owl-roadmap .item-box {
    margin: 70px 15px;
}

.owl-roadmap .item-box:before,
.owl-roadmap .item-box:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #355A3D;
}

.owl-roadmap .item-box:before {
    width: 2px;
    height: 46px;
    top: -46px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-roadmap .item-box:after {
    width: 13px;
    height: 13px;
    top: -59px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.owl-roadmap-1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.owl-roadmap-1:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 17px;
    left: 0;
    height: 2px;
    background: #355A3D;
}

.owl-roadmap-1 .owl-nav {
    position: absolute;
    top: -13px;
    width: 100%;
}

.owl-roadmap-1 .owl-nav button {
    border-radius: 50% !important;
}

.owl-roadmap-1 .owl-nav button.owl-next,
.owl-roadmap-1 .owl-nav button.owl-prev {
    position: absolute;
}

.owl-roadmap-1 .owl-nav button.owl-next {
    right: -20px;
}

.owl-roadmap-1 .owl-nav button.owl-prev {
    left: -20px;
}

.owl-roadmap-1 .owl-nav button i.mdi {
    background: #355A3D;
    color: #ffffff;
}

.owl-roadmap-1 .item-box {
    margin: 70px 15px;
}

.owl-roadmap-1 .item-box:before,
.owl-roadmap-1 .item-box:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #355A3D;
}

.owl-roadmap-1 .item-box:before {
    width: 2px;
    height: 46px;
    top: -46px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-roadmap-1 .item-box:after {
    width: 13px;
    height: 13px;
    top: -59px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.pricing {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
    box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
}

.pricing.business-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
}

.brokerage-form label {
    font-size: 18px;
    font-weight: 600 !important;
}

input[type="range"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.custom-range {
    height: 0.5rem !important;
}

.custom-range::-webkit-slider-thumb {
    background-color: #355A3D !important;
}

.custom-range::-moz-range-thumb {
    background-color: #355A3D !important;
}

.custom-range::-ms-thumb {
    background-color: #355A3D !important;
}

.blog.blog-primary .tag {
    background: #355A3D !important;
}

.blog.blog-primary .title:hover {
    color: #355A3D !important;
}

.blog.blog-primary .link {
    color: #355A3D !important;
}

.blog.blog-secondary .tag {
    background: #9091a8 !important;
}

.blog.blog-secondary .title:hover {
    color: #9091a8 !important;
}

.blog.blog-secondary .link {
    color: #9091a8 !important;
}

.blog.blog-success .tag {
    background: #00b090 !important;
}

.blog.blog-success .title:hover {
    color: #00b090 !important;
}

.blog.blog-success .link {
    color: #00b090 !important;
}

.blog.blog-warning .tag {
    background: #ffcd35 !important;
}

.blog.blog-warning .title:hover {
    color: #ffcd35 !important;
}

.blog.blog-warning .link {
    color: #ffcd35 !important;
}

.blog.blog-info .tag {
    background: #36a3f7 !important;
}

.blog.blog-info .title:hover {
    color: #36a3f7 !important;
}

.blog.blog-info .link {
    color: #36a3f7 !important;
}

.blog.blog-danger .tag {
    background: #f03e55 !important;
}

.blog.blog-danger .title:hover {
    color: #f03e55 !important;
}

.blog.blog-danger .link {
    color: #f03e55 !important;
}

.blog.blog-dark .tag {
    background: #343a40 !important;
}

.blog.blog-dark .title:hover {
    color: #343a40 !important;
}

.blog.blog-dark .link {
    color: #343a40 !important;
}

.blog.blog-muted .tag {
    background: #8492a6 !important;
}

.blog.blog-muted .title:hover {
    color: #8492a6 !important;
}

.blog.blog-muted .link {
    color: #8492a6 !important;
}

.blog.blog-light .tag {
    background: #f8f9fc !important;
}

.blog.blog-light .title:hover {
    color: #f8f9fc !important;
}

.blog.blog-light .link {
    color: #f8f9fc !important;
}

.blog.blog-footer .tag {
    background: #27314f !important;
}

.blog.blog-footer .title:hover {
    color: #27314f !important;
}

.blog.blog-footer .link {
    color: #27314f !important;
}

.blog {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
    box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
}

.blog:hover .tag {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #f03e55;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f03e55;
    color: #f03e55;
    border-radius: 6px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #00b090;
    font-size: 22px;
}

footer {
    padding: 30px 0;
    position: relative;
    color: #fff;
}

footer .text-foot {
    color: #fff;
}

footer .footer-head {
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500;
}

footer .footer-list {
    margin-bottom: 0;
}

footer .footer-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .footer-list li a:hover {
    color: #e6e8ea;
}

footer .footer-list li:last-child {
    margin-bottom: 0;
}

footer .footer-bar,
footer.footer-bar {
    border-top: 1px solid #313e64;
}

/*# sourceMappingURL=style.css.map */

/* style-switcher */
#style-switcher {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
    right: -250px;
    position: fixed;
    top: 17%;
    width: 250px;
    z-index: 9999;
    padding: 10px 5px
}

#style-switcher div {
    padding: 5px 10px
}

#style-switcher div h3 {
    color: #343a40;
    font-size: 16px;
    margin: 0 3px 12px
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 40px;
    position: absolute;
    left: -41px;
    top: 0px;
    width: 40px;
    padding: 2px 0 0 9px;
    border-radius: 30px 0 0 30px;
}

ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px
}

ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

ul.pattern .color1 {
    background-color: #355A3D
}

ul.pattern .color2 {
    background-color: #52cc99
}

ul.pattern .color3 {
    background-color: #7952B3
}

ul.pattern .color4 {
    background-color: #ff8066
}

ul.pattern .color5 {
    background-color: #6cf
}

ul.pattern .color6 {
    background-color: #ffbf66
}

ul .t-dark,
ul .t-rtl-light {
    display: inline-block
}

ul .t-ltr-light,
ul .t-light,
ul .t-rtl-dark,
ul .t-ltr-dark {
    display: none
}

@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none
    }
}


/*  cutom  */
.fz12 {
    font-size: 12px;
}

.img_80 {
    width: 80%;
}

.img_60 {
    width: 60%;
    height: auto;
}


.profile_card {
    display: flex;
}

.profile_left {
    width: 50%;
}

.profile_right {
    width: 50%;
}






@media (max-width: 768px) {

    /* 전문가들 */
    .profile_card {
        flex-direction: column;
    }

    .profile_left {
        width: 100%;
    }

    .profile_right {
        width: 100%;
    }
}


/*-------------------------------------------------------------------------------------------*/
/* 모달(modal)창  설정   ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


.modal_bg {
    display: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}


.modal_wrap {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 35%;
    width: 327px;
    min-height: 440px;
    left: calc(50% - 160px);
}

.modal_header {
    font-size: 16px;
    font-weight: bold;
    color: #0056b3;
    margin: 0px 16px;
}

.modal_content {
    position: relative;
    display: none;
    border-radius: 3px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
    max-height: 320px;
    white-space: pre-line;
    z-index: 999;
    height: 320px;
}


/* 모달 취소버튼 */
.modal_close {
    width: 100px;
    height: 40px;
    position: absolute;
    right: calc(50% - 50px);
    background: #ffc002 ;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}


/* 이용약관동의 취소버튼 */
.mtclose {
    top: 85%;
}

.modaltxt {
    position: absolute;
    top: 0;
    font-family: 'KoPubWorldDotumPL';
    font-size: 14px;
    line-height: 1.38;
    color: #333333;

}

/* 팝업 모달창 텍스트박스 */
.mptxt {
    padding: 0px 0 0 16px;
}

@media (max-width: 991px) {
    .modal_wrap{
        top: 30%;
    }
}
@media (max-width: 768px) {
    .modal_wrap{
        top: 33%;
    }
}


.mobile-only{
    display: block;
}

.pc-only{
    display: none;
}

/* custom */
@media (min-width: 641px) {
    .mobile-only{
        display: none;
    }
    .pc-only{
        display: block;
    }
}


