@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");

body {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
}

/* Default CSS */
.d-table {
    width: 100%;
    height: 100%;
}

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

a {
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.default-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #6a9b1c;
    color: #ffffff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: 1px solid #6a9b1c;
}

    .default-btn-one:hover {
        text-decoration: none;
        background-color: #ffffff;
        color: #6a9b1c;
        -webkit-transition: .6s;
        transition: .6s;
    }

.gray-bg {
    background-color: #f0f0f055;
}

.bg-style {
    background-color: #2174bd;
}

.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

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

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 36px;
        margin: 0 0 16px 0;
        text-transform: capitalize;
    }

    .section-title p {
        font-size: 16px;
        color: #666666;
        max-width: 550px;
        margin: auto;
        line-height: 30px;
    }

p {
    color: #565656;
    line-height: 1.8;
}

/* Default CSS */
/* Preloader CSS */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}

.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 100px auto;
    left: 0;
    right: 0;
    top: 35%;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6a9b1c;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader CSS */
/* Start Header Style */
.header-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6a9b1c;
}

.header-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
}

    .header-info li {
        list-style-type: none;
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        margin-right: 15px;
    }

        .header-info li:last-child {
            margin-right: 0;
        }

    .header-info i {
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
        color: #ffffff;
    }

        .header-info i::before {
            font-size: 15px;
        }

    .header-info a {
        text-decoration: none;
        color: #ffffff;
    }

.social-links {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}

    .social-links li {
        list-style-type: none;
        display: inline-block;
    }

    .social-links i {
        display: inline-block;
        height: 27px;
        width: 27px;
        background-color: #ffffff;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #3a3737;
        border-radius: 30px;
        margin: 0 0 0 5px;
        border: 1px solid #ffffff;
    }

        .social-links i::before {
            font-size: 13px;
        }

        .social-links i:hover {
            background-color: #6a9b1c;
            color: #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .social-links a {
        text-decoration: none;
    }

/* End Header Style */
/* Start Nav Style */
.spact-mobile-nav {
    display: none;
}

    .spact-mobile-nav.mean-container .mean-nav ul li a.active {
        color: #6a9b1c;
    }

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.spact-nav {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .spact-nav .navbar {
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

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

        .spact-nav .navbar .navbar-nav {
            margin-left: auto;
        }

            .spact-nav .navbar .navbar-nav .nav-item {
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 0;
                padding-right: 0;
            }

                .spact-nav .navbar .navbar-nav .nav-item a {
                    font-size: 14.4px;
                    font-weight: 600;
                    color: #141414;
                    text-transform: uppercase;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                    margin-left: 12px;
                    margin-right: 12px;
                }

                    .spact-nav .navbar .navbar-nav .nav-item a:hover, .spact-nav .navbar .navbar-nav .nav-item a:focus, .spact-nav .navbar .navbar-nav .nav-item a.active {
                        color: #6a9b1c;
                    }

                    .spact-nav .navbar .navbar-nav .nav-item a i {
                        margin-left: -3px;
                        font-size: 13px;
                    }

                .spact-nav .navbar .navbar-nav .nav-item:hover a, .spact-nav .navbar .navbar-nav .nav-item:focus a, .spact-nav .navbar .navbar-nav .nav-item.active a {
                    color: #6a9b1c;
                }

                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    background: #ffffff;
                    position: absolute;
                    border: none;
                    top: 80px;
                    left: 0;
                    width: 250px;
                    z-index: 99;
                    display: block;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    padding-top: 20px;
                    padding-left: 5px;
                    padding-right: 5px;
                    padding-bottom: 20px;
                }

                    .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                        position: relative;
                        padding: 0;
                    }

                        .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            text-transform: capitalize;
                            padding: 8px 15px;
                            margin: 0;
                            display: block;
                            color: #141414;
                            font-size: 15.4px;
                            font-weight: 600;
                        }

                            .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                color: #6a9b1c;
                            }

                        .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            left: 220px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                                color: #141414;
                                text-transform: capitalize;
                            }

                                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                    color: #6a9b1c;
                                }

                            .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
                                position: relative;
                                padding: 0;
                            }

                                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                                    text-transform: capitalize;
                                    padding: 8px 15px;
                                    margin: 0;
                                    display: block;
                                    color: #141414;
                                    font-size: 15.4px;
                                    font-weight: 600;
                                }

                                    .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                        color: #6a9b1c;
                                    }

                                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: 220px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #141414;
                                        text-transform: capitalize;
                                    }

                                        .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #6a9b1c;
                                        }

                                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                                    color: #6a9b1c;
                                }

                                .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                    top: -15px;
                                }

                        .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                            color: #6a9b1c;
                        }

                        .spact-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px;
                        }

                .spact-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 100%;
                }

    .spact-nav .others-options {
        margin-left: 15px;
    }

        .spact-nav .others-options .btn-primary {
            background-color: #6a9b1c;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 50px;
            border-color: #6a9b1c;
        }

            .spact-nav .others-options .btn-primary::before, .spact-nav .others-options .btn-primary::after {
                background: #141414;
            }

            .spact-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .spact-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .spact-nav .others-options .btn-primary.dropdown-toggle {
                background-color: #6a9b1c;
                color: #ffffff;
                border-color: #141414;
            }

            .spact-nav .others-options .btn-primary:hover, .spact-nav .others-options .btn-primary:focus {
                background-color: #ffffff;
                color: #6a9b1c;
                -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
                box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
            }

/* End Nav Style */
/* Start Banner Style */
.banner-slider .banner-slider-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

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

    .banner-slider .banner-slider-item .banner-area-content {
        text-align: center;
    }

        .banner-slider .banner-slider-item .banner-area-content h1 {
            color: #ffffff;
            font-size: 48px;
            font-family: 'Raleway', sans-serif;
            margin: 0 0 24px 0;
        }

        .banner-slider .banner-slider-item .banner-area-content p {
            font-size: 18px;
            color: #ffffff;
            font-weight: 600;
            line-height: 30px;
            max-width: 550px;
            margin: auto;
        }

    .banner-slider .banner-slider-item .banner-btn {
        margin-top: 35px;
        text-align: center;
    }

        .banner-slider .banner-slider-item .banner-btn .banner-btn-one {
            display: inline-block;
            padding: 14px 40px;
            background-color: #6a9b1c;
            color: #ffffff;
            border-radius: 50px;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            border: 1px solid #6a9b1c;
        }

            .banner-slider .banner-slider-item .banner-btn .banner-btn-one:hover {
                text-decoration: none;
                background-color: #ffffff;
                color: #6a9b1c;
                -webkit-transition: .6s;
                transition: .6s;
            }

.banner-slider .slider-one {
    background-image: url(../img/banner/banner-bg.jpg);
}

.banner-slider .slider-two {
    background-image: url(../img/banner/banner-bg2.jpg);
}

.banner-slider .slider-three {
    background-image: url(../img/banner/banner-bg3.jpg);
}

.banner-slider .owl-prev {
    position: absolute;
    left: 4%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #6a9b1c !important;
    color: #ffffff !important;
    border: none;
    border-radius: 50px !important;
}

    .banner-slider .owl-prev:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
    }

.banner-slider .owl-next {
    position: absolute;
    right: 4%;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #6a9b1c !important;
    color: #ffffff !important;
    border: none;
    border-radius: 50px !important;
}

    .banner-slider .owl-next:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
    }

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

.banner-slider .owl-item.active h1 {
    -webkit-animation: 2s .3s fadeInUp both;
    animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active p {
    -webkit-animation: 2s .3s fadeInUp both;
    animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active .banner-btn {
    -webkit-animation: 2s .3s fadeInUp both;
    animation: 2s .3s fadeInUp both;
}

/* End Banner Style */
/* Start Partner Style */
.partner-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

    .partner-section .partner-slider {
        position: relative;
    }

        .partner-section .partner-slider .partner-item {
            text-align: center;
        }

            .partner-section .partner-slider .partner-item img {
                display: inline-block;
                width: 150px;
                margin: auto;
            }

        .partner-section .partner-slider .owl-nav {
            margin-top: 0;
        }

/* End Partner Style */
/* Start About Style */
.about-section {
    padding-bottom: 100px;
    position: relative;
}

.about-area-content .about-content span {
    font-size: 18px;
    color: #2174bd;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

    .about-area-content .about-content span::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #16519a;
        left: 105px;
        margin: 0 auto;
        top: 15px;
    }

.about-area-content .about-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0px 20px 0;
    line-height: 40px;
}

.about-area-content .about-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0px;
}

.about-area-content .about-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}

    .about-area-content .about-features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        font-weight: 600;
        color: #565656;
        font-size: 15px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
    }

        .about-area-content .about-features-list li i::before {
            margin-right: 6px;
            color: #16519a;
        }

.about-area-content .btn-box {
    margin-top: 35px;
}

.about-video {
    position: relative;
}

    .about-video .video-btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -50px;
    }

        .about-video .video-btn a {
            color: #ffffff;
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 72px;
            background: #8dc63f;
            position: relative;
            font-size: 30px;
            z-index: 1;
            border-radius: 50%;
            padding-left: 2px;
        }

            .about-video .video-btn a::after {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 70px;
                height: 70px;
                -webkit-animation: ripple 1.6s ease-out infinite;
                animation: ripple 1.6s ease-out infinite;
                opacity: 0;
                border-radius: 50%;
                background: #8dc63f;
            }

            .about-video .video-btn a:hover {
                color: #000000;
                background: #ffffff;
                -webkit-transition: .6s;
                transition: .6s;
            }

        .about-video .video-btn i {
            font-weight: 900;
        }

            .about-video .video-btn i::before {
                font-size: 40px;
            }

/* End About Style */
/* Start Offer Style */
.offer-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f0f0;
    position: relative;
    z-index: 1;
}

    .offer-section::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        background-color: #ffffff;
        z-index: -1;
    }

    .offer-section .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .offer-section .section-title h2 {
            font-size: 18px;
            color: #2174bd;
            margin: 0 0 15px 0;
            font-family: 'Raleway', sans-serif;
            position: relative;
        }

            .offer-section .section-title h2::before {
                content: "";
                position: absolute;
                height: 1px;
                width: 50px;
                background-color: #16519a;
                right: -180px;
                left: 0;
                margin: 0 auto;
                top: 16px;
            }

        .offer-section .section-title p {
            font-size: 30px;
            color: #061933;
            font-weight: 600;
            max-width: 645px;
            margin: auto;
            line-height: 40px;
        }

    .offer-section .therapy-slider .therapy-content {
        background-color: #f9f9f9;
        padding: 20px;
    }

        .offer-section .therapy-slider .therapy-content h2 {
            font-size: 18px;
            color: #061933;
            margin: 0 0 10px 0;
        }

        .offer-section .therapy-slider .therapy-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            line-height: 30px;
        }

        .offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one {
            display: inline-block;
            color: #6a9b1c;
            font-weight: 600;
            -webkit-transition: .6s;
            transition: .6s;
        }

            .offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one:hover {
                letter-spacing: 1px;
            }

            .offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one i::before {
                position: relative;
                top: 1px;
                font-size: 11px;
            }

    .offer-section .therapy-slider .owl-prev {
        position: absolute;
        left: -5%;
        top: 28%;
        height: 50px;
        width: 50px;
        line-height: 30px;
        font-size: 28px !important;
        background-color: #d6d9dc;
        color: #000000;
        border: 1px solid #d6d9dc !important;
        border-radius: 50px;
    }

        .offer-section .therapy-slider .owl-prev:hover {
            background-color: #ffffff;
            color: #000000;
            -webkit-transition: .6s;
            transition: .6s;
        }

    .offer-section .therapy-slider .owl-next {
        position: absolute;
        right: -5%;
        top: 28%;
        height: 50px;
        width: 50px;
        line-height: 30px;
        font-size: 28px !important;
        background-color: #d6d9dc;
        color: #000000;
        border: 1px solid #d6d9dc !important;
        border-radius: 50px;
    }

        .offer-section .therapy-slider .owl-next:hover {
            background-color: #ffffff;
            color: #000000;
            -webkit-transition: .6s;
            transition: .6s;
        }

/* End Offer Style */
/* Start Counter Style */
.counter-section {
    background-color: #061933;
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
}

.single-counter {
    text-align: center;
    margin-bottom: 30px;
}

    .single-counter h3 {
        color: #ffffff;
        font-size: 48px;
    }

    .single-counter .sub-title {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 18px;
        margin-top: 15px;
        color: #ffffff;
        display: block;
    }

.shape-img1 {
    position: absolute;
    right: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 30px;
}

.shape-img2 {
    position: absolute;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 0;
}

/* End Counter Style */
/* Start Customer Services Style */
.customer-services-section {
    padding-bottom: 100px;
    position: relative;
    margin-top: -50px;
}

.customer-area {
    position: absolute;
    background: #fff;
    max-width: 750px;
    bottom: 26%;
    right: 18%;
    padding: 45px;
}

    .customer-area h2 {
        font-size: 30px;
        color: #061933;
        line-height: 45px;
        margin: 0 0 20px 0;
    }

    .customer-area p {
        font-size: 16px;
        color: #565656;
        line-height: 30px;
        margin: 0;
    }

    .customer-area .customer-btn {
        margin-top: 30px;
    }

/* End Customer Services Style */
/* Start Advantags Style */
.advantags-section {
    padding-bottom: 100px;
}

.advantags-content h3 {
    font-size: 15px;
    color: #2174bd;
    margin: 0 0 15px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

    .advantags-content h3::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #16519a;
        right: 28%;
        left: 0;
        margin: 0 auto;
        top: 14px;
    }

.advantags-content h4 {
    font-size: 30px;
    color: #061933;
    line-height: 40px;
    margin: 0 0 12px 0;
}

.advantags-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.advantags-content .advantags-btn {
    margin-top: 10px;
}

.advantags-area .advantags-text-content {
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 35px 20px 20px 110px;
    margin-top: 28px;
}

    .advantags-area .advantags-text-content:hover {
        border: 1px solid #2174bd;
        -webkit-transition: .6s;
        transition: .6s;
    }

    .advantags-area .advantags-text-content h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #061933;
        margin: 0 0 8px 0;
    }

    .advantags-area .advantags-text-content p {
        font-size: 16px;
        color: #565656;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
    }

    .advantags-area .advantags-text-content i {
        position: absolute;
        left: 40px;
        top: 28px;
        z-index: 1;
    }

        .advantags-area .advantags-text-content i::before {
            font-size: 30px;
        }

    .advantags-area .advantags-text-content img {
        position: absolute;
        left: 20px;
        top: 20px;
    }

/* End Advantags Style */
/* Start Desk Style */
.help-desk-section {
    padding-bottom: 100px;
}

.help-desk-area {
    max-width: 500px;
    margin-right: auto;
    padding-left: 30px;
}

    .help-desk-area .desk-form-content {
        background-color: #f0f0f0;
        padding: 30px;
        text-align: center;
        -webkit-box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
    }

        .help-desk-area .desk-form-content h3 {
            font-size: 24px;
            color: #061933;
            margin: 0 0 20px 0;
        }

        .help-desk-area .desk-form-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            line-height: 30px;
            margin: 0 0 16px 0;
        }

        .help-desk-area .desk-form-content .get-form-area .form-group {
            margin-bottom: 15px;
        }

            .help-desk-area .desk-form-content .get-form-area .form-group .form-control {
                height: 50px;
                padding: 15px;
                font-size: 15px;
                color: #a6a6a6;
                background-color: #ffffff;
                border: 1px solid #c7c7c7;
                border-radius: 0;
            }

                .help-desk-area .desk-form-content .get-form-area .form-group .form-control:focus {
                    color: #495057;
                    background-color: #ffffff;
                    border-color: #ffffff;
                    outline: 0;
                    -webkit-box-shadow: unset;
                    box-shadow: unset;
                    border: none;
                }

        .help-desk-area .desk-form-content .get-form-area .send-btn {
            text-align: center;
            margin-top: 30px;
        }

/* End Desk Style */
/* Start Video Style */
.video-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

    .video-section::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #000000;
        opacity: 0.8;
        z-index: -1;
    }

.video-area .video-title {
    text-align: center;
    margin-bottom: 100px;
}

    .video-area .video-title h2 {
        color: #ffffff;
        text-transform: capitalize;
        margin: -6px 0 20px 0;
        font-size: 36px;
        font-family: 'Raleway', sans-serif;
    }

    .video-area .video-title p {
        font-size: 24px;
        color: #ffffff;
        line-height: 30px;
        margin: auto;
        max-width: 465px;
        line-height: 35px;
    }

.video-area .video-content {
    position: relative;
}

    .video-area .video-content .video-btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -50px;
    }

        .video-area .video-content .video-btn a {
            color: #000000;
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 102px;
            background: #ffffff;
            position: relative;
            font-size: 30px;
            z-index: 1;
            border-radius: 50%;
            padding-left: 2px;
        }

            .video-area .video-content .video-btn a::after {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100px;
                height: 100px;
                -webkit-animation: ripple 1.6s ease-out infinite;
                animation: ripple 1.6s ease-out infinite;
                opacity: 0;
                border-radius: 50%;
                background: #ffffff;
            }

            .video-area .video-content .video-btn a:hover {
                color: #000000;
                background: #ffffff;
                -webkit-transition: .6s;
                transition: .6s;
            }

        .video-area .video-content .video-btn i {
            font-weight: 900;
        }

            .video-area .video-content .video-btn i::before {
                font-size: 60px;
            }

.video-text {
    position: relative;
    text-align: center;
    margin-top: 208px;
}

    .video-text h3 {
        color: #ffffff;
        font-size: 18px;
        margin: 0;
    }

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/* End Video Style */
/* Start Testimonial Style */
.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .testimonial-section .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .testimonial-section .section-title h2 {
            font-size: 30px;
            color: #061933;
            font-family: 'Raleway', sans-serif;
            position: relative;
            margin: 0;
        }

            .testimonial-section .section-title h2::before {
                content: "";
                position: absolute;
                height: 2px;
                width: 50px;
                background-color: #061933;
                right: -33%;
                left: 0;
                margin: 0 auto;
                top: 25px;
            }

.testimonial-slider .testimonial-content {
    background-image: url(../img/pattern.png);
    background-position: center center;
    background-size: cover;
    padding: 35px;
    text-align: center;
}

    .testimonial-slider .testimonial-content i::before {
        font-size: 40px;
        color: #6a9b1c;
        line-height: normal;
    }

    .testimonial-slider .testimonial-content p {
        font-size: 16px;
        color: #565656;
        font-weight: 400;
        line-height: 30px;
        margin: 10px 0 16px 0;
        font-style: italic;
    }

    .testimonial-slider .testimonial-content .star-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .testimonial-slider .testimonial-content .star-list li {
            list-style-type: none;
            display: inline-block;
        }

        .testimonial-slider .testimonial-content .star-list i::before {
            font-size: 24px;
            color: #fac917;
            line-height: normal;
            margin-right: 8px;
        }

    .testimonial-slider .testimonial-content .rectangle-image {
        position: relative;
    }

        .testimonial-slider .testimonial-content .rectangle-image img {
            width: 70px;
            position: absolute;
            left: 4%;
            bottom: -70px;
        }

.testimonial-slider .testimonial-content-area {
    padding-left: 40px;
    margin-top: 40px;
}

    .testimonial-slider .testimonial-content-area img {
        width: 100px;
        display: inline-block;
    }

    .testimonial-slider .testimonial-content-area h2 {
        font-size: 16px;
        color: #6a9b1c;
        margin: 8px 0px 6px 0;
        padding-left: 10px;
    }

    .testimonial-slider .testimonial-content-area p {
        font-size: 14px;
        color: #565656;
        font-weight: 400;
        margin: 0;
        padding-left: 24px;
    }

.testimonial-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
}

    .testimonial-slider .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 6px;
        background: #bdbebb;
        display: block;
        border-radius: 30px;
        border: none;
    }

        .testimonial-slider .owl-dots .owl-dot span:hover {
            background-color: #ffffff;
            -webkit-transition: .6s;
            transition: .6s;
        }

    .testimonial-slider .owl-dots .owl-dot.active span {
        background: #6a9b1c;
    }

/* End Testimonial Style */
/* Start Welcome Style */
.welcome-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #061933;
    position: relative;
}

.welcome-content h2 {
    font-size: 36px;
    color: #ffffff;
    margin: 16px 0 0 0;
}

.welcome-content span {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: relative;
}

.welcome-btn {
    margin-top: 24px;
}

.shape-img10 {
    position: absolute;
    right: 25px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 30px;
}

.shape-img11 {
    position: absolute;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
    bottom: 70px;
}

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

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

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

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

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* End Welcome Style */
/* Start Blog Style */
.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .blog-section .section-title {
        text-align: center;
        margin-bottom: 60px;
    }

        .blog-section .section-title h2 {
            font-size: 16px;
            color: #2174bd;
            margin: 0 0 15px 0;
            font-family: 'Raleway', sans-serif;
            position: relative;
        }

            .blog-section .section-title h2::before {
                content: "";
                position: absolute;
                height: 2px;
                width: 50px;
                background-color: #16519a;
                right: -220px;
                left: 0;
                margin: 0 auto;
                top: 14px;
            }

        .blog-section .section-title p {
            font-size: 30px;
            color: #061933;
            font-weight: 600;
            max-width: 645px;
            margin: auto;
            line-height: 40px;
        }

.blog-item .blog-content {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 25px;
}

    .blog-item .blog-content span {
        font-size: 14px;
        color: #6a9b1c;
        font-weight: 400;
    }

    .blog-item .blog-content h2 {
        font-size: 20px;
        color: #061933;
        margin: 10px 0 12px 0;
        line-height: 30px;
    }

    .blog-item .blog-content a {
        color: #061933;
    }

        .blog-item .blog-content a:hover {
            color: #6a9b1c;
        }

    .blog-item .blog-content p {
        font-size: 16px;
        color: #565656;
        font-weight: 400;
        line-height: 30px;
    }

    .blog-item .blog-content .blog-btn-one {
        font-size: 16px;
        color: #2174bd;
        font-weight: 600;
    }

        .blog-item .blog-content .blog-btn-one:hover {
            letter-spacing: 1px;
        }

/* End Blog Style */
/* Start Footer Style */
.footer-section {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

    .footer-section::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.7;
        z-index: -1;
    }

.footer-content {
    margin-bottom: 28px;
}

    .footer-content h2 {
        font-size: 24px;
        color: #ffffff;
        margin: 0;
        font-family: 'Lato', sans-serif;
    }

.footer-item p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    margin: 28px 0px 0px 0;
}

.footer-item .footer-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

    .footer-item .footer-links li {
        list-style-type: none;
        display: inline-block;
    }

    .footer-item .footer-links i {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: #ffffff;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ffffff;
        color: #2174bd;
        border-radius: 10px;
        margin: 0 4px 0 0px;
    }

        .footer-item .footer-links i:hover {
            background-color: #2174bd;
            color: #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .footer-item .footer-links a {
        text-decoration: none;
    }

.menu-item {
    padding-left: 45px;
}

    .menu-item .physio-menu {
        margin-bottom: 0;
        padding-left: 0;
    }

        .menu-item .physio-menu li {
            font-size: 16px;
            color: #ffffff;
            font-weight: 500;
            list-style-type: none;
            line-height: 40px;
        }

        .menu-item .physio-menu a {
            color: #ffffff;
        }

            .menu-item .physio-menu a:hover {
                color: #6a9b1c;
                -webkit-transition: .6s;
                transition: .6s;
                text-decoration: none;
            }

.menu-item-content .quick-menu {
    margin-bottom: 0;
    padding-left: 0;
}

    .menu-item-content .quick-menu li {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        list-style-type: none;
        line-height: 40px;
    }

    .menu-item-content .quick-menu a {
        color: #ffffff;
    }

        .menu-item-content .quick-menu a:hover {
            color: #6a9b1c;
            -webkit-transition: .6s;
            transition: .6s;
            text-decoration: none;
        }

.footer-info h3 {
    font-size: 14px;
    color: #ffffff;
    margin: 1px 0 25px 0;
}

    .footer-info h3:last-child {
        margin-bottom: 0;
    }

.footer-info i::before {
    font-size: 20px;
    margin-right: 8px;
    font-weight: 900;
    position: relative;
    top: 3px;
}

.footer-info a {
    text-decoration: none;
    color: #ffffff;
}

.footer-info span {
    font-size: 16px;
    color: #ffffff;
}

/* End Footer Style */
/* Start Footer-bottom Style */
.footer-bottom {
    background-color: #06131e;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer-bottom .bottom-content {
        text-align: center;
    }

        .footer-bottom .bottom-content p {
            font-size: 15px;
            color: #ffffff;
            margin: 0;
            font-weight: 500;
        }

/* End Footer-bottom Style */
/* Start Button style */
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99999;
    background: #6a9b1c;
    color: #ffffff;
    border: 1px solid #6a9b1c;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

    #toTop:hover {
        background-color: #ffffff;
        color: #6a9b1c;
        -webkit-transition: .6s;
        transition: .6s;
    }

    #toTop .top-arrow i::before {
        color: #ffffff;
        display: inline-block;
        font-size: 25px;
        top: 3px;
        position: relative;
    }

/* End Button style */
/* Start Main Banner style */
.main-slider {
    position: relative;
}

    .main-slider .main-banner-item {
        position: relative;
        height: 100vh;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

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

    .main-slider .item-bg {
        background-image: url(../img/slider/bg.jpg);
    }

    .main-slider .item-bg-two {
        background-image: url(../img/slider/bg2.jpg);
    }

    .main-slider .item-bg-three {
        background-image: url(../img/slider/bg3.jpg);
    }

    .main-slider .banner-area-content {
        max-width: 550px;
        text-align: left;
    }

        .main-slider .banner-area-content h1 {
            color: #ffffff;
            font-size: 45px;
            font-family: 'Raleway', sans-serif;
            margin: 0 0 10px 0;
            line-height: 70px;
        }

        .main-slider .banner-area-content p {
            font-size: 18px;
            color: #ffffff;
            font-weight: 600;
            line-height: 30px;
            max-width: 450px;
        }

        .main-slider .banner-area-content .banner-btn {
            margin-top: 35px;
        }

    .main-slider .owl-prev {
        position: absolute;
        left: 2%;
        top: 45%;
        height: 50px;
        width: 50px;
        line-height: 30px;
        font-size: 28px !important;
        background-color: #6a9b1c !important;
        color: #ffffff !important;
        border: none;
        border-radius: 50px !important;
    }

        .main-slider .owl-prev:hover {
            background-color: #ffffff !important;
            color: #000000 !important;
            -webkit-transition: .6s;
            transition: .6s;
        }

    .main-slider .owl-next {
        position: absolute;
        right: 2%;
        top: 45%;
        height: 50px;
        width: 50px;
        line-height: 30px;
        font-size: 28px !important;
        background-color: #6a9b1c !important;
        color: #ffffff !important;
        border: none;
        border-radius: 50px !important;
    }

        .main-slider .owl-next:hover {
            background-color: #ffffff !important;
            color: #000000 !important;
            -webkit-transition: .6s;
            transition: .6s;
        }

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

    .main-slider .owl-item.active h1 {
        -webkit-animation: 2s .3s fadeInUp both;
        animation: 2s .3s fadeInUp both;
    }

    .main-slider .owl-item.active p {
        -webkit-animation: 2s .3s fadeInUp both;
        animation: 2s .3s fadeInUp both;
    }

    .main-slider .owl-item.active .banner-btn {
        -webkit-animation: 2s .3s fadeInUp both;
        animation: 2s .3s fadeInUp both;
    }

.banner-video {
    position: relative;
    background-image: url(../img/about.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

    .banner-video .video-btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -50px;
    }

        .banner-video .video-btn a {
            color: #ffffff;
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 72px;
            background: #8dc63f;
            position: relative;
            font-size: 30px;
            z-index: 1;
            border-radius: 50%;
            padding-left: 2px;
        }

            .banner-video .video-btn a::after {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 70px;
                height: 70px;
                -webkit-animation: ripple 1.6s ease-out infinite;
                animation: ripple 1.6s ease-out infinite;
                opacity: 0;
                border-radius: 50%;
                background: #8dc63f;
            }

            .banner-video .video-btn a:hover {
                color: #000000;
                background: #ffffff;
                -webkit-transition: .6s;
                transition: .6s;
            }

        .banner-video .video-btn i {
            font-weight: 900;
        }

            .banner-video .video-btn i::before {
                font-size: 40px;
            }

/* End Main Banner style */
/* Start Top Services style */
.top-services-section {
    padding-bottom: 100px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.no-padding {
    padding: 5px;
}

.top-services-content {
    padding: 30px;
    text-align: center;
    background-image: url(../img/top-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .top-services-content h2 {
        font-size: 24px;
        color: #ffffff;
        margin: 20px 0 14px 0;
    }

    .top-services-content p {
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
        margin: -1px 0 0px 0;
    }

    .top-services-content span {
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
    }

    .top-services-content i {
        display: inline-block;
        height: 80px;
        width: 80px;
        line-height: 80px;
        background-color: #fff;
        color: #609bd0;
        border-radius: 50px;
    }

        .top-services-content i::before {
            font-size: 35px;
        }

/* End Top Services style */
/* Start Expertise style */
.expertise-section {
    padding-bottom: 100px;
    position: relative;
}

.expertise-content-area h2 {
    font-size: 18px;
    color: #2174bd;
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

    .expertise-content-area h2::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #2174bd;
        right: 40%;
        left: 0;
        margin: 0 auto;
        top: 15px;
    }

.expertise-content-area h3 {
    font-size: 36px;
    color: #061933;
    margin: 0 0px 20px 0;
    line-height: 50px;
}

.expertise-content-area p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    font-weight: 400;
}

.expertise-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
    margin-top: 10px;
}

    .expertise-features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        font-weight: 600;
        color: #061933;
        font-size: 15px;
        padding-right: 15px;
        padding-left: 22px;
        margin-top: 10px;
        position: relative;
    }

        .expertise-features-list li::before {
            content: "";
            position: absolute;
            height: 16px;
            width: 16px;
            background-color: transparent;
            border: 2px solid #6a9b1c;
            border-radius: 30px;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: bold;
        }

.expertise-box {
    margin-top: 35px;
}

.back-image {
    position: absolute;
    right: 0;
    top: -20%;
    z-index: -1;
}

.expertise-image {
    text-align: right;
}

/* End Expertise style */
/* Start Choose style */
.choose-section {
    background-image: url(../img/choose-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

    .choose-section::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background-color: #000000;
        opacity: 0.5;
        z-index: -1;
    }

.choose-area {
    margin-bottom: 60px;
}

    .choose-area .choose-title h2 {
        font-size: 20px;
        color: #6a9b1c;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .choose-area .choose-title h2::before {
            content: "";
            position: absolute;
            height: 2px;
            width: 50px;
            background-color: #6a9b1c;
            right: 30%;
            left: 0;
            margin: 0 auto;
            top: 15px;
        }

    .choose-area .choose-title h3 {
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        margin: 0;
        line-height: 45px;
    }

    .choose-area .p-text {
        margin-top: 35px;
    }

        .choose-area .p-text p {
            font-size: 16px;
            color: #ffffff;
            font-weight: 500;
            margin: 0;
            line-height: 30px;
        }

.choose-content {
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 35px 20px 20px 110px;
    margin-bottom: 30px;
    z-index: 1;
}

    .choose-content:hover {
        -webkit-transition: .6s;
        transition: .6s;
        background-color: #6a9b1c;
        border: 1px solid #6a9b1c;
    }

    .choose-content::before {
        content: "";
        position: absolute;
        height: 5px;
        width: 50px;
        background-color: #6a9b1c;
        right: 0;
        margin: 0 auto;
        top: -1px;
    }

    .choose-content::after {
        content: "";
        position: absolute;
        height: 4px;
        width: 50px;
        background-color: #6a9b1c;
        right: -24px;
        top: 22px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .choose-content h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        color: #ffffff;
        margin: 0 0 8px 0;
    }

    .choose-content p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
    }

    .choose-content i {
        position: absolute;
        left: 40px;
        top: 28px;
        z-index: 1;
        color: #115fa4;
        z-index: 11;
    }

        .choose-content i::before {
            font-size: 30px;
        }

    .choose-content img {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 1;
    }

.choose-image {
    position: absolute;
    top: -1px;
    right: 15px;
}

.choose-btn {
    margin-top: 20px;
    text-align: center;
}

/* End Choose style */
/* Start What We style */
.what-we-section {
    padding-top: 100px;
    padding-bottom: 90px;
}

.what-we-area {
    margin-bottom: 60px;
}

    .what-we-area .what-we-title h2 {
        font-size: 20px;
        color: #2174bd;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .what-we-area .what-we-title h2::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #2174bd;
            right: 55%;
            left: 0;
            margin: 0 auto;
            top: 16px;
        }

    .what-we-area .what-we-title h3 {
        font-size: 30px;
        color: #061933;
        margin: 0;
        line-height: 45px;
    }

    .what-we-area .p-text {
        margin-top: 15px;
    }

        .what-we-area .p-text p {
            font-size: 16px;
            color: #061933;
            font-weight: 500;
            margin: 0;
            line-height: 30px;
        }

.what-we-slider .what-we-item .what-we-image {
    position: relative;
}

    .what-we-slider .what-we-item .what-we-image .what-we-text {
        position: absolute;
        border-radius: 10px;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: .6s;
        transition: .6s;
        bottom: 0;
        background: #317aba;
        margin: 10px;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: center;
        visibility: hidden;
    }

        .what-we-slider .what-we-item .what-we-image .what-we-text p {
            position: absolute;
            margin: 0;
            top: 30%;
            color: #ffffff;
            font-weight: 600;
            font-size: 18px;
            line-height: 30px;
            padding: 20px;
        }

.what-we-slider .what-we-item .what-we-content {
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0;
}

    .what-we-slider .what-we-item .what-we-content h2 {
        font-size: 18px;
        color: #061933;
        margin: 0 0 18px 0;
        line-height: 28px;
    }

    .what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one {
        display: inline-block;
        color: #2174bd;
        -webkit-transition: .6s;
        transition: .6s;
    }

        .what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one:hover {
            letter-spacing: 1px;
        }

        .what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one i::before {
            position: relative;
            top: 0px;
            font-size: 11px;
        }

.what-we-slider .what-we-item:hover .what-we-image .what-we-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.what-we-slider .owl-prev {
    position: absolute;
    left: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000000 !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
}

    .what-we-slider .owl-prev:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
    }

.what-we-slider .owl-next {
    position: absolute;
    right: -5%;
    top: 28%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #000000 !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
}

    .what-we-slider .owl-next:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        -webkit-transition: .6s;
        transition: .6s;
    }

.what-we-slider .owl-nav {
    margin-top: 0;
}

/* End What We style */
/* Start Treatments style */
.treatments-section {
    padding-top: 150px;
    padding-bottom: 100px;
}

.treatments-area-content span {
    font-size: 18px;
    color: #2174bd;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

    .treatments-area-content span::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #16519a;
        left: 105px;
        margin: 0 auto;
        top: 15px;
    }

.treatments-area-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0px 20px 0;
    line-height: 40px;
}

.treatments-area-content p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0px;
}

.treatments-features-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
    margin-top: 10px;
}

    .treatments-features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        font-weight: 600;
        color: #061933;
        font-size: 16px;
        margin-top: 16px;
        position: relative;
        background-color: #a6c7e4;
        padding: 15px;
        background: -webkit-gradient(linear, left top, right top, from(#a7c8e5), color-stop(#c3d4ec), color-stop(#dae1f3), color-stop(#eff0f9), to(#ffffff));
        background: linear-gradient(to right, #a7c8e5, #c3d4ec, #dae1f3, #eff0f9, #ffffff);
    }

    .treatments-features-list i {
        font-size: 20px;
        padding-right: 8px;
    }

        .treatments-features-list i::before {
            font-size: 20px;
        }

.treatments-box {
    margin-top: 40px;
    text-align: center;
}

/* End Treatments style */
/* Start Customer style */
.customer-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/choose-bg.jpg);
    background-position: center center;
    background-size: cover;
}

    .customer-section .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .customer-section .section-title h2 {
            font-size: 30px;
            color: #ffffff;
            font-family: 'Raleway', sans-serif;
            position: relative;
            margin: 0;
        }

            .customer-section .section-title h2::before {
                content: "";
                position: absolute;
                height: 2px;
                width: 50px;
                background-color: #ffffff;
                right: -30%;
                left: 0;
                margin: 0 auto;
                top: 25px;
            }

.customer-slider .customer-item {
    position: relative;
    margin-top: 68px;
}

    .customer-slider .customer-item .customer-content {
        background-color: #ffffff;
        padding: 35px;
        text-align: left;
        position: relative;
    }

        .customer-slider .customer-item .customer-content .last-icon {
            position: absolute;
            bottom: 0;
            right: 30px;
        }

            .customer-slider .customer-item .customer-content .last-icon i::before {
                font-size: 50px;
                color: #9fc3e3;
            }

        .customer-slider .customer-item .customer-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            line-height: 30px;
            margin: 10px 0 16px 0;
        }

        .customer-slider .customer-item .customer-content .customer-pic {
            position: absolute;
            left: 30px;
            top: -52px;
        }

            .customer-slider .customer-item .customer-content .customer-pic img {
                width: 100px;
                display: inline-block;
            }

        .customer-slider .customer-item .customer-content h2 {
            font-size: 16px;
            color: #2174bd;
            margin: 30px 0px 0px 0;
        }

        .customer-slider .customer-item .customer-content span {
            font-size: 14px;
            color: #b4b4b4;
            font-weight: 400;
            margin: 0;
        }

    .customer-slider .customer-item .star-list {
        padding-left: 0;
        margin-bottom: 0;
        position: absolute;
        right: 30px;
        top: 60px;
    }

        .customer-slider .customer-item .star-list li {
            list-style-type: none;
            display: inline-block;
        }

            .customer-slider .customer-item .star-list li i {
                padding-right: 4px;
            }

                .customer-slider .customer-item .star-list li i::before {
                    font-size: 20px;
                    color: #fac917;
                }

.customer-slider .owl-dots .owl-dot {
    position: relative;
    top: 15px;
}

    .customer-slider .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 6px;
        background: #bdbebb;
        display: block;
        border-radius: 30px;
        border: none;
    }

        .customer-slider .owl-dots .owl-dot span:hover {
            background-color: #ffffff;
            -webkit-transition: .6s;
            transition: .6s;
        }

    .customer-slider .owl-dots .owl-dot.active span {
        background: #6a9b1c;
    }

/* End Customer style */
/* Start Team style */
.team-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.team-area {
    margin-bottom: 45px;
}

    .team-area .team-title h2 {
        font-size: 20px;
        color: #2174bd;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .team-area .team-title h2::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #2174bd;
            right: 55%;
            left: 0;
            margin: 0 auto;
            top: 16px;
        }

    .team-area .team-title h3 {
        font-size: 30px;
        color: #061933;
        margin: 0;
        line-height: 45px;
    }

    .team-area .p-text {
        margin-top: 15px;
    }

        .team-area .p-text p {
            font-size: 16px;
            color: #061933;
            font-weight: 500;
            margin: 0;
            line-height: 30px;
        }

.team-item .team-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 20px;
    text-align: center;
    max-width: 230px;
    position: relative;
    left: 13px;
    top: -45px;
}

    .team-item .team-content::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 40px;
        background-color: #115fa4;
        left: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .team-item .team-content::after {
        content: "";
        position: absolute;
        height: 4px;
        width: 26px;
        background-color: #115fa4;
        left: -12px;
        bottom: 11px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .team-item .team-content h3 {
        font-size: 18px;
        color: #061933;
        margin: 0 0 8px 0;
    }

    .team-item .team-content span {
        font-size: 16px;
        color: #72a8d8;
        font-weight: 500;
    }

    .team-item .team-content .social-team-links {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .team-item .team-content .social-team-links li {
            list-style-type: none;
            display: inline-block;
        }

        .team-item .team-content .social-team-links i {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 27px;
            background-color: #2174bd;
            border: 1px solid #2174bd;
            color: #ffffff;
            border-radius: 50px;
            margin: 0 0 0 6px;
        }

            .team-item .team-content .social-team-links i:hover {
                background-color: #ffffff;
                color: #2174bd;
                -webkit-transition: .6s;
                transition: .6s;
            }

            .team-item .team-content .social-team-links i::before {
                font-size: 14px;
                font-weight: 900;
            }

    .team-item .team-content .bar {
        position: absolute;
        left: 0;
    }

/* End Team style */
/* Start FAQ style */
.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        margin-bottom: 14px;
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

        .faq-accordion .accordion .accordion-item .accordion-title {
            padding: 12px 35px 12px 15px;
            color: #ffffff;
            position: relative;
            width: 100%;
            background: #ffffff;
            border-radius: 0;
            display: inline-block;
            font-size: 15.5px;
            font-weight: 600;
            background-color: #2174bd;
        }

            .faq-accordion .accordion .accordion-item .accordion-title i {
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #ffffff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
                content: "\eab2";
            }

        .faq-accordion .accordion .accordion-item .accordion-content {
            display: none;
            background-color: #ffffff;
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 30px;
            padding: 15px;
            border: 1px solid #cccccc;
            border-top: none;
        }

            .faq-accordion .accordion .accordion-item .accordion-content.show {
                display: block;
            }

.faq-image {
    padding-left: 70px;
    margin-top: 0px;
}

/* End FAQ style */
/* Start Page area Style */
.page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/page-banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

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

    .page-banner .page-banner-content {
        text-align: left;
    }

        .page-banner .page-banner-content h2 {
            font-size: 36px;
            color: #fefafa;
            margin: 0 0 16px 0;
        }

        .page-banner .page-banner-content p {
            font-size: 16px;
            color: #ffffff;
            margin: 0;
        }

            .page-banner .page-banner-content p a {
                color: #ffffff;
            }

                .page-banner .page-banner-content p a:hover {
                    color: #8dc63f;
                    -webkit-transition: .5s;
                    transition: .5s;
                }

/* End Page area Style */
/* Start Physical Style */
.physical-section {
    padding-top: 100px;
}

.single-physical-item .physical-content span {
    font-size: 18px;
    color: #2174bd;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

    .single-physical-item .physical-content span::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #16519a;
        left: 160px;
        margin: 0 auto;
        top: 15px;
    }

.single-physical-item .physical-content h3 {
    font-size: 30px;
    color: #061933;
    margin: 10px 0 20px 0;
}

.single-physical-item .physical-content p {
    font-size: 16px;
    color: #061933;
    font-weight: 500;
    line-height: 30px;
}

.single-physical-item .physical-btn {
    margin-top: 28px;
}

/* End Physical Style */
/* Start Superior Style */
.superior-section {
    padding-top: 100px;
}

.superior-area {
    margin-bottom: 45px;
}

    .superior-area .superior-title h2 {
        font-size: 20px;
        color: #2174bd;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .superior-area .superior-title h2::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #2174bd;
            right: 35%;
            left: 0;
            margin: 0 auto;
            top: 16px;
        }

    .superior-area .superior-title h3 {
        font-size: 30px;
        color: #061933;
        margin: 0;
        line-height: 45px;
    }

    .superior-area .p-text {
        margin-top: 25px;
        padding-left: 30px;
    }

        .superior-area .p-text p {
            font-size: 16px;
            color: #061933;
            font-weight: 600;
            margin: 0;
            line-height: 30px;
        }

.superior-content {
    padding-left: 30px;
}

    .superior-content p {
        font-size: 16px;
        color: #565656;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
    }

/* End Superior Style */
/* Start Mission Style */
.mission-section {
    padding-top: 100px;
}

.mission-area {
    margin-bottom: 45px;
}

    .mission-area .mission-title h2 {
        font-size: 20px;
        color: #2174bd;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .mission-area .mission-title h2::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #2174bd;
            right: 45%;
            left: 0;
            margin: 0 auto;
            top: 16px;
        }

    .mission-area .mission-title h3 {
        font-size: 30px;
        color: #061933;
        margin: 0;
        line-height: 45px;
    }

    .mission-area .p-text {
        margin-top: 25px;
        padding-left: 30px;
    }

        .mission-area .p-text p {
            font-size: 16px;
            color: #061933;
            font-weight: 600;
            margin: 0;
            line-height: 30px;
        }

.mission-item .mission-content h3 {
    font-size: 18px;
    color: #061933;
    margin: 20px 0 10px 0;
}

.mission-item p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* End Mission Style */
/* Start Services Style */
.services-section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.services-area {
    margin-bottom: 60px;
}

    .services-area .services-title h2 {
        font-size: 20px;
        color: #2174bd;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .services-area .services-title h2::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #2174bd;
            right: 75%;
            left: 0;
            margin: 0 auto;
            top: 16px;
        }

    .services-area .services-title h3 {
        font-size: 30px;
        color: #061933;
        margin: 0;
        line-height: 45px;
    }

    .services-area .p-text {
        margin-top: 30px;
    }

        .services-area .p-text p {
            font-size: 17px;
            color: #061933;
            font-weight: 600;
            margin: 0;
            line-height: 30px;
        }

.services-item {
    margin-bottom: 30px;
}

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

        .services-item .services-image .services-text {
            position: absolute;
            border-radius: 10px;
            top: 0;
            right: 0;
            left: 0;
            -webkit-transition: .6s;
            transition: .6s;
            bottom: 0;
            background: #317aba;
            margin: 10px;
            opacity: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
            text-align: center;
            visibility: hidden;
        }

            .services-item .services-image .services-text p {
                position: absolute;
                margin: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #ffffff;
                font-weight: 600;
                font-size: 18px;
                line-height: 30px;
                padding: 20px;
            }

    .services-item .services-content {
        padding: 10px;
        margin-top: 10px;
        padding-bottom: 0;
    }

        .services-item .services-content h2 {
            font-size: 18px;
            color: #061933;
            margin: 0 0 10px 0;
        }

        .services-item .services-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            line-height: 30px;
            margin: 0;
        }

        .services-item .services-content .services-btn {
            margin-top: 20px;
        }

            .services-item .services-content .services-btn .services-btn-one {
                display: inline-block;
                color: #2174bd;
                -webkit-transition: .6s;
                transition: .6s;
            }

                .services-item .services-content .services-btn .services-btn-one:hover {
                    letter-spacing: 1px;
                }

                .services-item .services-content .services-btn .services-btn-one i::before {
                    position: relative;
                    top: 0px;
                    font-size: 11px;
                }

    .services-item:hover .services-image .services-text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

/* End Services Style */
/* Start Appoinment Style */
.appoinment-section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.appoinment-area {
    position: relative;
    background-image: url("../img/appoinment-bg.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 600px;
}

    .appoinment-area .appoinment-form-content {
        background-color: #ffffff;
        padding: 30px;
        text-align: center;
        margin-top: 30px;
        -webkit-box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
        box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
        max-width: 465px;
        margin-left: auto;
        position: absolute;
        bottom: -50px;
        right: 100px;
    }

        .appoinment-area .appoinment-form-content h3 {
            font-size: 24px;
            color: #061933;
            margin: 0 0 20px 0;
        }

        .appoinment-area .appoinment-form-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            line-height: 30px;
            max-width: 350px;
            margin: 20px auto;
        }

        .appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control {
            height: 50px;
            padding: 15px;
            font-size: 15px;
            color: #a6a6a6;
            background-color: transparent;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #b5b4b4;
            border-radius: 0;
        }

            .appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control:focus {
                color: #495057;
                background-color: transparent;
                border-bottom: 1px solid #6a9b1c !important;
                outline: 0;
                -webkit-box-shadow: unset;
                box-shadow: unset;
                border: none;
            }

        .appoinment-area .appoinment-form-content .appoinment-form .send-btn {
            text-align: center;
            margin-top: 30px;
        }

            .appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one {
                display: inline-block;
                padding: 16px 45px;
                background-color: #6a9b1c;
                color: #ffffff;
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                font-weight: bold;
                border: 1px solid #6a9b1c;
                width: 100%;
                text-transform: uppercase;
            }

                .appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one:hover {
                    text-decoration: none;
                    background-color: #ffffff;
                    color: #6a9b1c;
                    -webkit-transition: .6s;
                    transition: .6s;
                }

.appoinment-style {
    padding-left: 45px;
    max-width: 580px;
    padding-right: 45px;
}

    .appoinment-style .appoinment-content span {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        font-family: 'Raleway', sans-serif;
        position: relative;
    }

        .appoinment-style .appoinment-content span::before {
            content: "";
            position: absolute;
            height: 2px;
            width: 50px;
            background-color: #ffffff;
            left: 90px;
            margin: 0 auto;
            top: 15px;
        }

    .appoinment-style .appoinment-content h3 {
        font-size: 28px;
        color: #ffffff;
        margin: 10px 0px 0 0;
        line-height: 40px;
    }

    .appoinment-style .appoinment-content .appoinment-btn {
        margin-top: 45px;
    }

        .appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one {
            display: inline-block;
            padding: 14px 30px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            color: #6a9b1c;
            border-radius: 50px;
        }

            .appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one:hover {
                background-color: #6a9b1c;
                color: #ffffff;
            }

/* End Appoinment Style */
/* Start Single Team Style */
.single-team-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.single-team-item .single-team-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    padding: 20px;
    text-align: center;
    max-width: 230px;
    margin: auto;
    position: relative;
    left: 0;
    top: -45px;
}

    .single-team-item .single-team-content .social-team-links {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-team-item .single-team-content .social-team-links li {
            list-style-type: none;
            display: inline-block;
        }

        .single-team-item .single-team-content .social-team-links i {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 34px;
            background-color: #2174bd;
            border: 1px solid #2174bd;
            color: #ffffff;
            border-radius: 50px;
            margin: 0 0 0 6px;
        }

            .single-team-item .single-team-content .social-team-links i:hover {
                background-color: #ffffff;
                color: #2174bd;
                -webkit-transition: .6s;
                transition: .6s;
            }

            .single-team-item .single-team-content .social-team-links i::before {
                font-size: 16px;
            }

    .single-team-item .single-team-content .bar {
        position: absolute;
        left: 0;
    }

.single-team-area {
    margin-bottom: 40px;
}

    .single-team-area .single-team-content h3 {
        font-size: 24px;
        color: #061933;
        margin: 14px 0 14px 0;
    }

    .single-team-area .single-team-content span {
        font-size: 16px;
        color: #72a8d8;
        font-weight: 500;
    }

    .single-team-area .single-team-content p {
        font-size: 16px;
        color: #565656;
        font-weight: 400;
        margin: 12px 0 0 0;
        line-height: 30px;
    }

    .single-team-area .single-team-details {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .single-team-area .single-team-details li {
            list-style-type: none;
            font-size: 17px;
            color: #464646;
            font-weight: 600;
            padding-top: 12px;
        }

            .single-team-area .single-team-details li:first-child {
                padding-top: 0;
            }

        .single-team-area .single-team-details span {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            padding-left: 20px;
        }

/* End Single Team Style */
/* Start Work-Injury Style */
.work-injury-section {
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}

.work-injury-area .work-injury-content h2 {
    font-size: 30px;
    color: #061933;
    margin: 0px 0 20px 0;
}

.work-injury-area .work-injury-content strong {
    font-size: 17px;
    color: #061933;
    line-height: 30px;
}

.work-injury-area .work-injury-content p {
    font-size: 16px;
    color: #565656;
    line-height: 30px;
    margin: 20px 0 10px 0;
}

.work-injury-area .injury-list {
    padding-left: 0;
    margin-bottom: 0;
}

    .work-injury-area .injury-list li {
        list-style-type: none;
        font-size: 16px;
        color: #565656;
        font-weight: 600;
        position: relative;
        padding-top: 14px;
        padding-left: 25px;
    }

        .work-injury-area .injury-list li::before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            background-color: #16519a;
            left: 0;
            border-radius: 50px;
            top: 50%;
        }

/* End Work-Injury Style */
/* Start Payment Style */
.payment-content {
    padding-left: 10px;
}

    .payment-content p {
        font-size: 16px;
        color: #565656;
        line-height: 28px;
        margin: 0;
        font-weight: 500;
    }

/* End Payment Style */
/* Start Details Style */
.details-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.details-content {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

    .details-content h2 {
        font-size: 25px;
        color: #061933;
        margin: 0 0 20px 0;
    }

    .details-content p {
        font-size: 15px;
        color: #061933;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
    }

    .details-content .details-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .details-content .details-list li {
            font-size: 15px;
            color: #061933;
            font-weight: 500;
            list-style-type: none;
            padding-top: 10px;
        }

    .details-content .details-style {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .details-content .details-style li {
            font-size: 14px;
            color: #061933;
            font-weight: 600;
            list-style-type: none;
            padding-top: 10px;
        }

        .details-content .details-style .details-button {
            margin-top: 26px;
        }

            .details-content .details-style .details-button .details-button-one {
                display: inline-block;
                padding: 8px 30px;
                background-color: #061933;
                color: #ffffff;
                border: 1px solid #061933;
            }

                .details-content .details-style .details-button .details-button-one:hover {
                    background-color: #ffffff;
                    color: #061933;
                }

.details-payment {
    background-color: #061933;
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
}

    .details-payment h3 {
        font-size: 25px;
        color: #ffffff;
        margin: 0 0 20px 0;
    }

    .details-payment p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
    }

    .details-payment .details-style {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .details-payment .details-style .details-button {
            margin-top: 26px;
        }

            .details-payment .details-style .details-button .details-button-one {
                display: inline-block;
                padding: 8px 30px;
                background-color: #ffffff;
                color: #061933;
                border: 1px solid #ffffff;
            }

                .details-payment .details-style .details-button .details-button-one:hover {
                    background-color: #061933;
                    color: #ffffff;
                }

/* End Details Style */
/* Start Map Style */
.map iframe {
    height: 510px;
    width: 100%;
}

/* End Map Style */
/* Start Contact Style */
.contact-section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact-box {
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    padding-left: 115px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

    .contact-box .icon {
        position: absolute;
        left: 25px;
        top: 30px;
        width: 70px;
        height: 70px;
        line-height: 68px;
        font-size: 35px;
        text-align: center;
        border-radius: 50%;
        color: #6a9b1c;
        border: 1px solid #6a9b1c;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .contact-box:hover .icon {
        background: #6a9b1c;
        color: #ffffff;
    }

    .contact-box h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .contact-box p {
        margin: 0;
        line-height: 25px;
        font-weight: 400;
    }

        .contact-box p a {
            color: #777777;
        }

            .contact-box p a:hover {
                color: #6a9b1c;
            }

.get-in-touch {
    margin-top: 40px;
}

    .get-in-touch h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .get-in-touch p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }

    .get-in-touch ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .get-in-touch ul li {
            display: inline-block;
        }

            .get-in-touch ul li a {
                color: #ffffff;
                margin-right: 5px;
                display: inline-block;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background: #6a9b1c;
                text-align: center;
                font-size: 18px;
                border-radius: 50px;
                border: 1px solid #6a9b1c;
            }

                .get-in-touch ul li a:hover {
                    background-color: #ffffff;
                    color: #6a9b1c;
                }

.contactForm {
    margin-top: 40px;
}

    .contactForm .form-group {
        margin-bottom: 15px;
    }

    .contactForm .form-control {
        background: transparent;
        border: 1px solid #eeeeee;
        border-radius: 0px;
        height: 50px;
    }

        .contactForm .form-control:focus {
            border: 1px solid #6a9b1c;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contactForm textarea.form-control {
        height: 100px !important;
    }

    .contactForm .send-btn {
        margin-top: 10px;
    }

        .contactForm .send-btn .send-btn-one {
            display: inline-block;
            padding: 12px 40px;
            background-color: #6a9b1c;
            color: #ffffff;
            border: 1px solid #6a9b1c;
            font-size: 16px;
            font-weight: 600;
        }

            .contactForm .send-btn .send-btn-one:hover {
                background-color: #ffffff;
                color: #6a9b1c;
                text-decoration: none;
                -webkit-transition: .6s;
                transition: .6s;
            }

/* End Contact Style */
/* Start Blog Page Style */
.blog-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-page-item {
    margin-bottom: 40px;
}

    .blog-page-item:last-child {
        margin-bottom: 0;
    }

    .blog-page-item .single-image img {
        width: 100%;
    }

    .blog-page-item .blog-page-content {
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        padding: 40px 28px;
    }

        .blog-page-item .blog-page-content h3 {
            font-size: 24px;
            color: #061933;
            margin: 12px 0 10px 0;
        }

        .blog-page-item .blog-page-content a {
            color: #061933;
        }

            .blog-page-item .blog-page-content a:hover {
                color: #6a9b1c;
            }

        .blog-page-item .blog-page-content span {
            color: #8dc63f;
            display: block;
            text-transform: uppercase;
            font-size: 14px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .blog-page-item .blog-page-content p {
            font-size: 16px;
            color: #565656;
            font-weight: 400;
            margin: 0;
            line-height: 30px;
        }

        .blog-page-item .blog-page-content .read-button {
            margin-top: 20px;
        }

            .blog-page-item .blog-page-content .read-button .read-btn-one {
                font-size: 16px;
                color: #ffffff;
                font-weight: 600;
                padding: 10px 30px;
                background-color: #6a9b1c;
                border: 1px dashed #6a9b1c;
                display: inline-block;
            }

                .blog-page-item .blog-page-content .read-button .read-btn-one:hover {
                    color: #6a9b1c;
                    background-color: #ffffff;
                    letter-spacing: 1px;
                }

        .blog-page-item .blog-page-content .blog-list {
            padding-left: 0;
            margin-bottom: 0;
            line-height: normal;
        }

            .blog-page-item .blog-page-content .blog-list li {
                display: inline-block;
                font-size: 15px;
                color: #666;
                line-height: 1;
                margin-right: 15px;
                margin-bottom: 5px;
                font-weight: 500;
            }

            .blog-page-item .blog-page-content .blog-list a {
                color: #666666;
            }

                .blog-page-item .blog-page-content .blog-list a:hover {
                    color: #6a9b1c;
                }

            .blog-page-item .blog-page-content .blog-list i {
                color: #666666;
                margin-right: 6px;
                font-weight: bold;
                line-height: normal;
            }

                .blog-page-item .blog-page-content .blog-list i::before {
                    font-size: 16px;
                }

.sidebar .widget {
    margin-bottom: 30px;
}

    .sidebar .widget.widget-search {
        -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
        box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
        padding: 20px;
    }

        .sidebar .widget.widget-search form {
            position: relative;
        }

            .sidebar .widget.widget-search form button {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                border: none;
                background: #8dc63f;
                outline: 0;
                color: #fff;
                padding: 12px;
                cursor: pointer;
            }

            .sidebar .widget.widget-search form .form-control {
                height: 50px;
                padding: 16px;
                font-size: 15px;
                color: #a6a6a6;
                background-color: transparent;
                border-bottom: 1px solid #b5b4b4;
            }

                .sidebar .widget.widget-search form .form-control:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border: 1px solid #8dc63f;
                }

    .sidebar .widget h3, .sidebar .widget .widget-title {
        font-size: 22px;
        margin-bottom: 18px;
        position: relative;
    }

        .sidebar .widget h3 span, .sidebar .widget .widget-title span {
            z-index: 2;
            position: relative;
        }

    .sidebar .widget ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .sidebar .widget.widget-categories {
        padding: 20px;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }

        .sidebar .widget.widget-categories ul {
            padding-left: 0;
        }

            .sidebar .widget.widget-categories ul li {
                position: relative;
                border-top: 1px solid #eeeeee;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 0;
            }

                .sidebar .widget.widget-categories ul li:last-child {
                    border-bottom: 1px solid #eeeeee;
                }

                .sidebar .widget.widget-categories ul li a {
                    color: #0064ff;
                    margin-left: 6px;
                }

                    .sidebar .widget.widget-categories ul li a:hover {
                        color: #6a9b1c;
                    }

    .sidebar .widget.widget-recent-entries {
        padding: 20px;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }

        .sidebar .widget.widget-recent-entries ul li {
            position: relative;
            padding-left: 100px;
            margin-bottom: 15px;
        }

            .sidebar .widget.widget-recent-entries ul li a {
                display: block;
            }

                .sidebar .widget.widget-recent-entries ul li a img {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    width: 85px;
                    height: 65px;
                }

            .sidebar .widget.widget-recent-entries ul li h5 {
                font-size: 15px;
                line-height: 22px;
                margin-bottom: 2px;
            }

            .sidebar .widget.widget-recent-entries ul li a {
                color: #172841;
            }

                .sidebar .widget.widget-recent-entries ul li a:hover {
                    color: #6a9b1c;
                }

            .sidebar .widget.widget-recent-entries ul li p {
                color: #6084a4;
                line-height: 30px;
                font-weight: 400;
                font-size: 14px;
            }

    .sidebar .widget.widget-tag-cloud {
        padding: 20px;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }

        .sidebar .widget.widget-tag-cloud .tagcloud a {
            font-size: 15px !important;
            border: 1px dashed #8dc63f;
            padding: 10px 25px;
            color: #495057;
            display: inline-block;
            background: transparent;
            margin: 5px;
        }

            .sidebar .widget.widget-tag-cloud .tagcloud a:hover {
                background: #8dc63f;
                color: #ffffff;
            }

.pagination-area {
    margin-top: 30px;
    text-align: center;
}

    .pagination-area .page-numbers {
        width: 40px;
        height: 40px;
        margin: 0 3px;
        display: inline-block;
        background-color: #ffffff;
        line-height: 40px;
        color: #000000;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        font-size: 17px;
        font-weight: 600;
    }

        .pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
            background: #6a9b1c;
            color: #ffffff;
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

/* End Blog Page Style */
/* Start Single Blog Style */
.single-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-details {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

    .blog-details .article-img {
        position: relative;
    }

        .blog-details .article-img .date {
            position: absolute;
            bottom: 15px;
            width: 80px;
            left: 15px;
            height: 90px;
            text-align: center;
            font-size: 22px;
            font-style: italic;
            border-radius: 5px;
            padding-top: 15px;
            line-height: 30px;
            background-color: #6a9b1c;
            color: #ffffff;
        }

    .blog-details .article-content {
        padding: 30px;
    }

        .blog-details .article-content h3 {
            font-size: 22px;
            margin-bottom: -2px;
            line-height: 30px;
        }

        .blog-details .article-content p {
            margin-bottom: 0;
            margin-top: 15px;
        }

        .blog-details .article-content .blockquote {
            margin-bottom: 20px;
            margin-top: 20px;
            background: #f9f9f9;
            padding: 30px;
            border-left: 4px solid #6a9b1c;
        }

            .blog-details .article-content .blockquote p {
                margin-top: 0;
                font-size: 18px;
            }

        .blog-details .article-content ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

    .post-controls-buttons .controls-left {
        float: left;
    }

    .post-controls-buttons .controls-right {
        float: right;
    }

    .post-controls-buttons div a {
        border: 1px solid #eeeeee;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 500;
        color: #06131e;
    }

        .post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
            color: #ffffff;
            background: #8dc63f;
            border-color: #8dc63f;
        }

.post-comments {
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

    .post-comments h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .post-comments .single-comment {
        position: relative;
        padding-left: 95px;
        margin-top: 30px;
    }

        .post-comments .single-comment .comment-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 75px;
            height: 75px;
        }

            .post-comments .single-comment .comment-img img {
                border-radius: 50%;
            }

        .post-comments .single-comment .comment-content h4 {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .post-comments .single-comment .comment-content span {
            color: #141414;
        }

        .post-comments .single-comment .comment-content p {
            margin-bottom: 15px;
        }

        .post-comments .single-comment .comment-content a {
            position: absolute;
            right: 0;
            bottom: 0;
            color: #141414;
        }

        .post-comments .single-comment.left-m {
            margin-left: 85px;
        }

.leave-a-reply {
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 25px;
}

    .leave-a-reply h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .leave-a-reply .form-group {
        margin-bottom: 15px;
    }

        .leave-a-reply .form-group .form-control {
            height: 45px;
            padding: 10px;
            font-size: 14px;
            border: 1px solid #eeeeee;
            border-radius: 2px;
            color: #818992;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .leave-a-reply .form-group .form-control:focus {
                border-color: #6a9b1c;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .leave-a-reply .form-group textarea.form-control {
            height: 120px !important;
        }

    .leave-a-reply .send-btn {
        margin-top: 10px;
    }

        .leave-a-reply .send-btn .send-btn-one {
            display: inline-block;
            padding: 12px 40px;
            background-color: #6a9b1c;
            color: #ffffff;
            border: 1px solid #6a9b1c;
            font-size: 16px;
            font-weight: 600;
        }

            .leave-a-reply .send-btn .send-btn-one:hover {
                background-color: #ffffff;
                color: #6a9b1c;
                text-decoration: none;
                -webkit-transition: .6s;
                transition: .6s;
            }

/* End Single Blog Style */
/* Start Gallery Style */
.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .gallery-section .filter-menu {
        list-style-type: none;
        padding: 0;
        text-align: center;
        margin-bottom: 40px;
    }

        .gallery-section .filter-menu li {
            border: none;
            background: #f4f4f4;
            padding: 9px 24px;
            text-transform: capitalize;
            cursor: pointer;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            border-radius: 30px;
            color: #828893;
            outline: 0 !important;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            margin-right: 10px;
        }

            .gallery-section .filter-menu li:hover {
                background: #6a9b1c;
                color: #ffffff;
                -webkit-transition: .6s;
                transition: .6s;
            }

        .gallery-section .filter-menu .filter.active {
            color: #ffffff;
            background-color: #6a9b1c;
        }

    .gallery-section .single-work {
        margin-bottom: 30px;
    }

        .gallery-section .single-work .work-image {
            display: block;
            position: relative;
        }

            .gallery-section .single-work .work-image::before {
                content: "";
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-transition: .4s;
                transition: .4s;
            }

            .gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {
                height: 100%;
                background-color: #6a9b1cbe;
            }

            .gallery-section .single-work .work-image .popup-btn {
                position: absolute;
                left: 0;
                top: 50%;
                text-align: center;
                right: 0;
                color: #ffffff;
                margin-top: 0;
                font-size: 24px;
                opacity: 0;
                visibility: hidden;
            }

                .gallery-section .single-work .work-image .popup-btn:hover {
                    text-decoration: none;
                }

            .gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {
                opacity: 1;
                visibility: visible;
                margin-top: -15px;
            }

    .gallery-section #Container .mix {
        display: none;
    }

    .gallery-section .gallery-btn {
        margin-top: 30px;
        text-align: center;
    }

        .gallery-section .gallery-btn .gallery-btn-one {
            display: inline-block;
            padding: 12px 40px;
            background-color: #6a9b1c;
            color: #ffffff;
            border: 1px solid #6a9b1c;
            font-size: 16px;
            font-weight: 600;
        }

            .gallery-section .gallery-btn .gallery-btn-one:hover {
                background-color: #ffffff;
                color: #6a9b1c;
                text-decoration: none;
                -webkit-transition: .6s;
                transition: .6s;
            }

/* End Gallery Style */
/*# sourceMappingURL=style.css.map */
