/* Theme Name: Zodkoo - Bootstrap 5 Landing page template
   Author: Coderthemes
   Author e-mail: coderthemes@gmail.com
   Version: 1.5
   Created: May 2016
   Last Update: May 2018
   File Description:Main CSS file of the template
*/
/**********************
01.General
02.Menu
03.Components
04.Helper
05.Hero
05.Intro Form
06.Features
07.Pricing
08.Subscribe
09.Testimoni
11.Team
12.Contact
12.Job
13.Faqs
14.Footer
***********************/
/* 
// variables.scss
*/
/* Fonts */
@import url('https://fonts.cdnfonts.com/css/gadugi');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
    font-family: "Gadugi", "Roboto", sans-serif;
    color: #95A8B7;
    font-size: 1rem;
    background: #F9FAFB;
    line-height: 1.5;
    overflow-x: hidden;
}

a, a:hover, a:focus, .a:active {
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gadugi", "Roboto", sans-serif;
}

html {
    scroll-padding-top: 71px;
    /* height of sticky header */
}

.row > * {
    position: relative;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.navbar-custom {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 15px 0px;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

    .navbar-custom .navbar-nav li a {
        color: rgba(255, 255, 255, 0.75);
        font-size: 20px;
        margin: 10px 0px;
        padding: 4px 15px !important;
    }

    .navbar-custom .navbar-nav li.active a {
        background-color: transparent;
        color: #6a9934;
    }

    .navbar-custom .navbar-nav .nav-link {
        color: #606D76;
    }

        .navbar-custom .navbar-nav .nav-link:focus, .navbar-custom .navbar-nav .nav-link:hover {
            color: #6a9934;
        }

    .navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
        background-color: transparent;
        color: #6a9934;
    }

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #6a9934;
}

.navbar-toggler {
    font-size: 20px;
    border: none !important;
    outline: none !important;
}

    .navbar-toggler .icon-bar {
        background-color: #6a9934;
    }

.navbar-btn {
    padding: 5px 20px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    margin-top: 8px !important;
}

.logo {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff !important;
    letter-spacing: 1px;
}

.navbar-toggle {
    font-size: 30px;
}

.navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
}

.nav .open > a,
.nav .open a:hover,
.nav .open a:focus {
    background-color: transparent;
    border-color: #1175b2;
}

.is-sticky.navbar-custom {
    padding: 10px 0px !important;
}

@media (min-width: 768px) {
    .nav-custom-left {
        margin-left: 5%;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-custom > .container {
        width: 90%;
    }
}

.btn {
    border-radius: 2px;
    padding: 8px 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}

    .btn:focus {
        box-shadow: none !important;
    }

    .btn.btn-sm {
        padding: 5px 10px !important;
    }

    .btn.btn-primary {
        background-color: #6a9934 !important;
        border: 2px solid #6a9934 !important;
        color: #ffffff !important;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
            background-color: transparent !important;
            border: 2px solid #6a9934 !important;
            color: #6a9934 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-primary {
        border: 2px solid #6a9934 !important;
        color: #6a9934 !important;
    }

        .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
            background-color: #6a9934 !important;
            border: 2px solid #6a9934 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-secondary {
        background-color: #496174 !important;
        border: 2px solid #496174 !important;
        color: #ffffff !important;
    }

        .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
            background-color: transparent !important;
            border: 2px solid #496174 !important;
            color: #496174 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-secondary {
        border: 2px solid #496174 !important;
        color: #496174 !important;
    }

        .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
            background-color: #496174 !important;
            border: 2px solid #496174 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-blue {
        background-color: #4db5ed !important;
        border: 2px solid #4db5ed !important;
        color: #ffffff !important;
    }

        .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:active, .btn.btn-blue.active {
            background-color: transparent !important;
            border: 2px solid #4db5ed !important;
            color: #4db5ed !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-blue {
        border: 2px solid #4db5ed !important;
        color: #4db5ed !important;
    }

        .btn.btn-outline-blue:hover, .btn.btn-outline-blue:focus, .btn.btn-outline-blue.focus, .btn.btn-outline-blue:active, .btn.btn-outline-blue.active {
            background-color: #4db5ed !important;
            border: 2px solid #4db5ed !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-info {
        background-color: #56c6e6 !important;
        border: 2px solid #56c6e6 !important;
        color: #ffffff !important;
    }

        .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
            background-color: transparent !important;
            border: 2px solid #56c6e6 !important;
            color: #56c6e6 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-info {
        border: 2px solid #56c6e6 !important;
        color: #56c6e6 !important;
    }

        .btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
            background-color: #56c6e6 !important;
            border: 2px solid #56c6e6 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-warning {
        background-color: #f9e605 !important;
        border: 2px solid #f9e605 !important;
        color: #ffffff !important;
    }

        .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
            background-color: transparent !important;
            border: 2px solid #f9e605 !important;
            color: #f9e605 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-warning {
        border: 2px solid #f9e605 !important;
        color: #f9e605 !important;
    }

        .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
            background-color: #f9e605 !important;
            border: 2px solid #f9e605 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-danger {
        background-color: #e55a55 !important;
        border: 2px solid #e55a55 !important;
        color: #ffffff !important;
    }

        .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
            background-color: transparent !important;
            border: 2px solid #e55a55 !important;
            color: #e55a55 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-danger {
        border: 2px solid #e55a55 !important;
        color: #e55a55 !important;
    }

        .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
            background-color: #e55a55 !important;
            border: 2px solid #e55a55 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-pink {
        background-color: #ff8acc !important;
        border: 2px solid #ff8acc !important;
        color: #ffffff !important;
    }

        .btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink.focus, .btn.btn-pink:active, .btn.btn-pink.active {
            background-color: transparent !important;
            border: 2px solid #ff8acc !important;
            color: #ff8acc !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-pink {
        border: 2px solid #ff8acc !important;
        color: #ff8acc !important;
    }

        .btn.btn-outline-pink:hover, .btn.btn-outline-pink:focus, .btn.btn-outline-pink.focus, .btn.btn-outline-pink:active, .btn.btn-outline-pink.active {
            background-color: #ff8acc !important;
            border: 2px solid #ff8acc !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-dark {
        background-color: #343a40 !important;
        border: 2px solid #343a40 !important;
        color: #ffffff !important;
    }

        .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
            background-color: transparent !important;
            border: 2px solid #343a40 !important;
            color: #343a40 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-dark {
        border: 2px solid #343a40 !important;
        color: #343a40 !important;
    }

        .btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
            background-color: #343a40 !important;
            border: 2px solid #343a40 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-muted {
        background-color: #95A8B7 !important;
        border: 2px solid #95A8B7 !important;
        color: #ffffff !important;
    }

        .btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
            background-color: transparent !important;
            border: 2px solid #95A8B7 !important;
            color: #95A8B7 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-muted {
        border: 2px solid #95A8B7 !important;
        color: #95A8B7 !important;
    }

        .btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
            background-color: #95A8B7 !important;
            border: 2px solid #95A8B7 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-light {
        background-color: #dee2e6 !important;
        border: 2px solid #dee2e6 !important;
        color: #ffffff !important;
    }

        .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
            background-color: transparent !important;
            border: 2px solid #dee2e6 !important;
            color: #dee2e6 !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-light {
        border: 2px solid #dee2e6 !important;
        color: #dee2e6 !important;
    }

        .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
            background-color: #dee2e6 !important;
            border: 2px solid #dee2e6 !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-white {
        background-color: #ffffff !important;
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
    }

        .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
            background-color: transparent !important;
            border: 2px solid #ffffff !important;
            color: #ffffff !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-white {
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
    }

        .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
            background-color: #ffffff !important;
            border: 2px solid #ffffff !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-teal {
        background-color: #00b19d !important;
        border: 2px solid #00b19d !important;
        color: #ffffff !important;
    }

        .btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal.focus, .btn.btn-teal:active, .btn.btn-teal.active {
            background-color: transparent !important;
            border: 2px solid #00b19d !important;
            color: #00b19d !important;
            box-shadow: none !important;
        }

    .btn.btn-outline-teal {
        border: 2px solid #00b19d !important;
        color: #00b19d !important;
    }

        .btn.btn-outline-teal:hover, .btn.btn-outline-teal:focus, .btn.btn-outline-teal.focus, .btn.btn-outline-teal:active, .btn.btn-outline-teal.active {
            background-color: #00b19d !important;
            border: 2px solid #00b19d !important;
            box-shadow: none;
            color: #ffffff !important;
        }

    .btn.btn-light, .btn.btn-white {
        background-color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.75);
        color: #6a9934 !important;
    }

        .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
            background-color: transparent;
            border: 2px solid rgba(255, 255, 255, 0.75);
            color: #ffffff !important;
            box-shadow: none;
        }

    .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
        background-color: #ffffff;
        color: #6a9934 !important;
        box-shadow: none;
    }

.video-btn {
    color: #ffffff !important;
    letter-spacing: 1px;
    outline: none !important;
}

    .video-btn i {
        margin-right: 7px;
        width: 20px;
        height: 20px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        line-height: 17px;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        padding-left: 3px;
        margin-left: -12px;
    }

.dropdown-menu {
    box-shadow: none;
    padding: 4px;
    border-radius: 4px !important;
    animation: dropdownOpen 0.3s ease-out;
    border: 2px solid #606d764a;
    background-color: #ffffffee;
}

    .dropdown-menu > li > a {
        padding: 6px 20px;
        font-size: 15px !important;
        color: #496174 !important;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #6a9934 !important;
        }

@keyframes dropdownOpen {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.modal .video-modal {
    border: 0;
    background-color: transparent;
}

    .modal .video-modal .video-box {
        position: relative;
    }

    .modal .video-modal .btn-close {
        width: 26px;
        height: 26px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 6px;
        position: absolute;
        top: 10px;
        right: 10px;
        opacity: 0;
        z-index: 3;
    }

        .modal .video-modal .btn-close video:focus {
            outline: none;
        }

    .modal .video-modal:hover .btn-close {
        opacity: 0.5;
    }

.alert {
    padding: 0.75rem;
}

.text-primary {
    color: #6a9934 !important;
}

.bg-primary {
    background-color: #3E4735 !important;
}

.text-secondary {
    color: #496174 !important;
}

.bg-secondary {
    background-color: #496174 !important;
}

.text-blue {
    color: #4db5ed !important;
}

.bg-blue {
    background-color: #4db5ed !important;
}

.text-info {
    color: #56c6e6 !important;
}

.bg-info {
    background-color: #56c6e6 !important;
}

.text-warning {
    color: #f9e605 !important;
}

.bg-warning {
    background-color: #f9e605 !important;
}

.text-danger {
    color: #e55a55 !important;
}

.bg-danger {
    background-color: #e55a55 !important;
}

.text-pink {
    color: #ff8acc !important;
}

.bg-pink {
    background-color: #ff8acc !important;
}

.text-dark {
    color: #343a40 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-muted {
    color: #7A9325 !important;
}

.bg-muted {
    background-color: #95A8B7 !important;
}

.text-light {
    color: #dee2e6 !important;
}

.bg-light {
    background-color: #DEE2E4 !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-teal {
    color: #00b19d !important;
}

.bg-teal {
    background-color: #00b19d !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

::selection {
    background: rgba(249, 230, 5, 0.5);
    color: #496174;
}

::-moz-selection {
    background: rgba(249, 230, 5, 0.5);
    color: #496174;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-first {
    padding-top: 180px;
    padding-bottom: 40px;
}

.sub-title {
    margin-bottom: 40px;
    font-size: 15px;
    color: white;
}

    .sub-title > p {
        color: white!important;
    }

.title {
    margin-top: 12px;
    margin-bottom: 20px;
}

.font-weight-medium {
    font-weight: 500;
}

.line-height-1_6 {
    line-height: 1.6;
}

.line-height-1_4 {
    line-height: 1.4;
}

.font-size-12 {
    font-size: 12px;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

/* Back to top */
.back-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    border-radius: 3px;
    background-color: #496174;
}

    .back-to-top-btn i {
        color: #ffffff;
        font-size: 22px;
        display: block;
        line-height: 30px;
    }

    .back-to-top-btn:hover {
        background-color: #6a9934;
    }

.bg-light {
    background-color: #f3f6fa !important;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
}

/* Background Images */
.bg-img-1 {
    background: url("../images/background.jpg") no-repeat;
    background-size: cover;
}

.bg-img-1-bottom {
    background: url("../images/background.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.header-title-box {
    padding-top: 190px;
    padding-bottom: 155px;
}

    .header-title-box h3 {
        font-size: 30px;
        font-weight: 300;
    }

.title-about h3 {
    margin-bottom: 30px !important;
}

.wide-img-showcase-row {
    position: relative;
}

.no-padding.img {
    background: url("../images/showcase-1.jpg") scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-2 {
    background: url("../images/showcase-2.jpg") scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.about-detail-img-box {
    padding: 15% 0;
}

@media (max-width: 768px) {
    .no-padding.img, .no-padding.img-2 {
        position: relative;
        height: 300px;
    }

    .video-wrapper {
        padding-top: 50px;
    }
}

.home-fullscreen {
    height: 100vh;
    min-height: 400px;
}

.home-wrapper {
    padding: 200px 0px 150px 0px;
}

    .home-wrapper h1 {
        color:#0A476B;
        line-height: 46px;
        width: 80%;
        margin: 0 auto;
    }

    .home-wrapper h4 {
        color: #0A476B;
        line-height: 24px;
        font-size: 16px;
        font-weight: 400;
        width: 80%;
        margin: 30px auto 50px auto;
    }

.home-sm {
    padding: 175px 0px 125px 0px !important;
}

    .home-sm .h1 {
        margin-top: 30px !important;
    }

.home-wrapper-alt {
    display: table-cell;
    vertical-align: middle;
}

.full-screen {
    display: table;
    height: 100%;
    width: 100%;
}

.or-space {
    margin: 0 20px;
}

iframe {
    max-width: 100%;
}

.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 5px 5px;
}

@media (max-width: 768px) {
    .home-fullscreen {
        height: auto !important;
    }

    .home-wrapper {
        padding: 150px 0px 110px 0px;
    }
}

.intro-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 22px 45px -15px rgba(0, 0, 0, 0.5) !important;
}

    .intro-form h3 {
        color: #778fa2;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .intro-form input {
        border: 1px solid #eeeeee;
        height: 38px;
        box-shadow: none !important;
        font-size: 14px;
    }

    .intro-form .form-group:last-of-type {
        margin-bottom: 0;
    }

.help-block small a {
    color: #1384c1;
}

    .help-block small a:hover {
        color: #0f6492;
    }

@media (max-width: 768px) {
    .intro-form {
        margin-top: 50px;
    }
}

.feat-description p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px;
}

.feat-description h4 {
    font-weight: 300;
    line-height: 28px;
}

.title-box-icon {
    margin-bottom: 20px;
}

    .title-box-icon i {
        vertical-align: top;
        font-size: 32px;
    }

    .title-box-icon span {
        font-size: 24px;
        margin-bottom: 30px;
    }

.features-box {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

    .features-box i {
        font-size: 48px;
    }

@media (max-width: 768px) {
    .feat-description {
        margin-bottom: 50px;
        text-align: center;
    }
}

.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

    .pricing-column .inner-box {
        position: relative;
        margin: 20px auto 0px auto;
        max-width: 320px;
        padding: 0px 30px 50px;
        border: 2px solid #95A8B7;
    }

        .pricing-column .inner-box p {
            padding: 0px 20px;
            text-align: center;
            font-size: 15px;
            line-height: 26px;
            color: #8399ab;
            margin-bottom: 30px;
        }

        .pricing-column .inner-box.active {
            transform: scale(1.05);
        }

    .pricing-column .plan-header {
        position: relative;
        padding: 30px 20px 25px;
    }

        .pricing-column .plan-header .plan-title {
            font-size: 16px;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
        }

        .pricing-column .plan-header .plan-price {
            font-size: 38px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .pricing-column .plan-header .plan-duration {
            font-size: 13px;
            color: #95A8B7;
        }

    .pricing-column .plan-stats {
        position: relative;
        padding: 30px 20px 15px;
    }

        .pricing-column .plan-stats li {
            margin-bottom: 15px;
            line-height: 24px;
        }

            .pricing-column .plan-stats li i {
                font-size: 18px;
                width: 26px;
                vertical-align: middle;
            }

.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

    .pricing-column .inner-box {
        position: relative;
        margin: 20px auto 0px auto;
        max-width: 320px;
        padding: 0px 30px 50px;
        border: 2px solid #95A8B7;
    }

        .pricing-column .inner-box p {
            padding: 0px 20px;
            text-align: center;
            font-size: 15px;
            line-height: 26px;
            color: #8399ab;
            margin-bottom: 30px;
        }

        .pricing-column .inner-box.active {
            transform: scale(1.05);
        }

    .pricing-column .plan-header {
        position: relative;
        padding: 30px 20px 25px;
    }

        .pricing-column .plan-header .plan-title {
            font-size: 16px;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
        }

        .pricing-column .plan-header .plan-price {
            font-size: 38px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .pricing-column .plan-header .plan-duration {
            font-size: 13px;
            color: #95A8B7;
        }

    .pricing-column .plan-stats {
        position: relative;
        padding: 30px 20px 15px;
    }

        .pricing-column .plan-stats li {
            margin-bottom: 15px;
            line-height: 24px;
        }

            .pricing-column .plan-stats li i {
                font-size: 18px;
                width: 26px;
                vertical-align: middle;
            }

.input-subscribe {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
    height: 50px;
    padding-left: 20px;
    box-shadow: none !important;
    margin-bottom: 10px;
}

    .input-subscribe:focus {
        border: 2px solid rgba(255, 255, 255, 0.6);
    }

input.input-subscribe::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
}

input.input-subscribe:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

label.valid {
    color: #ffffff;
    font-weight: normal;
    margin: 10px 0;
}

.testimonial-description {
    margin-top: 50px;
    border-radius: 5px;
    padding: 30px 30px 20px 30px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
}

    .testimonial-description:after {
        content: "";
        bottom: -15px;
        left: 50px;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 15px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .testimonial-description p {
        line-height: 24px;
        font-size: 14px;
        font-style: italic;
    }

.testimonial-user-thumb.user-thumb {
    margin-right: 15px;
}

    .testimonial-user-thumb.user-thumb img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

.testimonial-user-info {
    padding-left: 30px;
    margin-top: 35px;
}

    .testimonial-user-info .testimonial-user-name {
        margin-bottom: 0px;
    }

    .testimonial-user-info .user-position {
        font-weight: 400;
        display: block;
    }

    .testimonial-user-info .user-thumb,
    .testimonial-user-info .user-text {
        display: inline-block;
        vertical-align: bottom;
    }

.testimonial-description {
    margin-top: 50px;
    border-radius: 5px;
    padding: 30px 30px 20px 30px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(221, 221, 221, 0.32);
}

    .testimonial-description:after {
        content: "";
        bottom: -15px;
        left: 50px;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 15px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .testimonial-description p {
        line-height: 24px;
        font-size: 14px;
        font-style: italic;
    }

.testimonial-user-thumb.user-thumb {
    margin-right: 15px;
}

    .testimonial-user-thumb.user-thumb img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

.testimonial-user-info {
    padding-left: 30px;
    margin-top: 35px;
}

    .testimonial-user-info .testimonial-user-name {
        margin-bottom: 0px;
    }

    .testimonial-user-info .user-position {
        font-weight: 400;
        display: block;
    }

    .testimonial-user-info .user-thumb,
    .testimonial-user-info .user-text {
        display: inline-block;
        vertical-align: bottom;
    }

.team img {
    max-width: 240px;
    margin: 0px auto;
    background-color: #f3f6fa;
}

.team .team-member {
    margin: 30px 0px;
}

    .team .team-member h4 {
        padding-top: 20px;
        margin-bottom: 5px;
    }

    .team .team-member p {
        margin-bottom: 0px;
    }

.contact-form .form-control {
    height: 42px;
    box-shadow: none;
    border: 2px solid rgba(47, 62, 71, 0.3);
}

textarea {
    max-width: 100%;
}

    textarea.form-control {
        height: auto !important;
    }

.contact-detail {
    margin-bottom: 40px;
}

    .contact-detail i {
        float: left;
        width: 40px;
        font-size: 24px;
    }

    .contact-detail p,
    .contact-detail address {
        overflow: hidden;
    }

    .contact-detail a {
        color: #496174;
    }

.parsley-errors-list {
    padding-left: 0px;
}

    .parsley-errors-list li {
        list-style: none;
        color: #e55a55;
        margin-top: 3px;
        font-size: 13px;
    }

.job-box {
    padding: 20px 30px;
    background-color: #f3f6fa;
    border: 1px solid #e5ebf4;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .job-box h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
    }

.btn-job {
    padding: 6px 20px !important;
    font-size: 12px;
    text-transform: none;
    margin-top: 10px;
}

.question {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0A476B;
}

    .footer h5 {
        color: #7A9325;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .footer a {
        color: rgba(255, 255, 255, 0.4);
    }

        .footer a:hover {
            color: rgba(255, 255, 255, 0.6);
        }

    .footer ul li {
        margin: 5px 0px;
    }

    .footer address {
        color: rgba(255, 255, 255, 0.4);
        line-height: 24px;
    }

    .footer span {
        color: rgba(255, 255, 255, 0.4);
        line-height: 24px;
        font-size: 13px;
    }

.footer-alt {
    margin-top: 30px;
    padding-top: 20px;
}
/*# sourceMappingURL=style.css.map */
