/*!
 * Start Bootstrap - Freelancer v4.0.0-alpha (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
/* CSS Index
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Dancing Script', cursive;
*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin-ext,vietnamese');
@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|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i|Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');

body {
    font-family: 'Roboto', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #333333;
}

p {
    font-size: 14px;
}

    p.large {
        font-size: 18px;
    }

    p.small {
        font-size: 12px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #fff;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

hr.star-light,
hr.star-primary {
    max-width: 250px;
    margin: 25px auto 30px;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 5px;
}

    hr.star-light:after,
    hr.star-primary:after {
        font-family: FontAwesome;
        font-size: 2em;
        position: relative;
        top: -.8em;
        display: inline-block;
        padding: 0 .25em;
        content: '\f005';
    }

hr.star-light {
    border-color: white;
}

    hr.star-light:after {
        color: white;
        background-color: #18BC9C;
    }

hr.star-primary {
    border-color: #2C3E50;
}

    hr.star-primary:after {
        color: #2C3E50;
        background-color: white;
    }

.img-centered {
    margin: 0 auto;
}

section {
    position: relative;
    padding: 50px 0;
}

    section h2 {
        font-size: 3em;
        margin: 0;
    }

    section.success {
        color: white;
        background: #18BC9C;
    }

@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }

        section.first {
            padding-top: 75px;
        }
}

.fixed {
    top: 0px;
}

.scroll-top {
    position: fixed;
    z-index: 1049;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        font-size: 16px;
        line-height: 28px;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 100%;
    }

        .scroll-top .btn:focus {
            outline: none;
        }

#mainNav {
    font-family: 'Roboto', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(to bottom, #5b912d 1%, #4c792d 100%);
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

img.logo-1 {
    width: 50px;
}

img.logo-2 {
    width: 200px;
}

#mainNav a:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: white;
}

    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
        color: white;
    }

#mainNav .navbar-nav {
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

    #mainNav .navbar-nav li.nav-item a.nav-link {
        color: white;
        font-size: 0.8rem;
        text-transform: uppercase;
        padding-right: 1.3em;
        padding-left: 1.3em;
        font-size: 16px;
    }

    #mainNav .navbar-nav li.nav-item:hover a.nav-link,
    #mainNav .navbar-nav li.active a.nav-link {
        background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
        outline: none;
    }

    #mainNav .navbar-nav li.nav-item a.nav-link:focus, #mainNav .navbar-nav li.nav-item a.nav-link:active {
        color: white;
    }

    #mainNav .navbar-nav li.nav-item {
        position: relative;
    }

        #mainNav .navbar-nav li.nav-item .submenu {
            display: none;
            position: absolute;
            width: 270px;
            z-index: 9999;
        }

            #mainNav .navbar-nav li.nav-item .submenu:before {
                content: "";
                position: absolute;
                top: 0;
                left: 20px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 9px solid #16a085;
            }

            #mainNav .navbar-nav li.nav-item .submenu .submenu-top {
                background-color: #fff;
                padding: 20px 15px 10px;
            }

            #mainNav .navbar-nav li.nav-item .submenu .submenu-bot {
                background-color: #ededed;
                border-top: thin solid #ccc;
                padding: 10px 15px 15px;
            }

            #mainNav .navbar-nav li.nav-item .submenu ul {
                list-style: circle;
                padding: 0;
                margin-left: 15px;
                -webkit-padding-start: 0;
            }

            #mainNav .navbar-nav li.nav-item .submenu a {
                display: block;
                font-size: 14px;
                /* letter-spacing: 1px; */
                text-transform: none;
                color: #000;
                margin-bottom: 5px;
                font-weight: 300;
                font-family: 'Roboto', sans-serif;
            }

                #mainNav .navbar-nav li.nav-item .submenu a:hover {
                    color: #16a085;
                }

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    top: 0.5em;
    right: 5px;
    color: white;
    border-color: white;
}

    #mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
        color: white;
        border-color: #18BC9C;
        background-color: #3f652d;
        cursor: pointer;
    }

.navbar-toggler {
    z-index: 1;
}

@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
}

a.product-img-wrap {
    height: 230px;
    overflow: hidden;
    display: block;
}

@media (min-width: 992px) {
    #mainNav {
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        #mainNav .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            padding-top: 0.3rem;
            padding-bottom: 0.5rem;
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
            color: white;
            border-radius: 0px;
            background: #3f652d;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active {
                color: white;
                background: #3f652d;
            }

        #mainNav.navbar-shrink {
            padding: 0;
        }

            #mainNav.navbar-shrink .navbar-brand {
                /* font-size: 1.5em; */
            }
}

header.masthead {
    text-align: center;
    color: white;
    background: #195a82;
}

    header.masthead .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header.masthead img {
        display: block;
        margin: 0 auto;
    }

    header.masthead .intro-text .name {
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 2em;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
    }

    header.masthead .intro-text .skills {
        font-size: 1.25em;
        font-weight: 300;
    }

@media (min-width: 768px) {
    header.masthead .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header.masthead .intro-text .name {
        font-size: 4.75em;
    }

    header.masthead .intro-text .skills {
        font-size: 1.75em;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        position: relative;
        display: block;
        max-width: 400px;
        margin: 0 auto;
        cursor: pointer;
    }

        #portfolio .portfolio-item .portfolio-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
            opacity: 0;
            background: rgba(24, 188, 156, 0.9);
        }

            #portfolio .portfolio-item .portfolio-link .caption:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content {
                font-size: 20px;
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                color: white;
            }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
                #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portfolio-modal .modal-dialog .modal-content {
        padding: 100px 0;
        border: 0;
        border-radius: 0;
    }

        .portfolio-modal .modal-dialog .modal-content h2 {
            font-size: 3em;
            margin: 0;
        }

        .portfolio-modal .modal-dialog .modal-content img {
            margin-bottom: 30px;
        }

        .portfolio-modal .modal-dialog .modal-content .item-details {
            margin: 30px 0;
        }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        /* Safari and Chrome */
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #2C3E50;
    }

        .portfolio-modal .close-modal .lr .rl {
            /* Safari and Chrome */
            z-index: 1052;
            width: 1px;
            height: 75px;
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            background-color: #2C3E50;
        }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eeeeee;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        font-size: 1.5em;
        position: relative;
        z-index: 1;
        padding-right: 0;
        padding-left: 0;
        resize: none;
        border: none;
        border-radius: 0;
        background: none;
        box-shadow: none !important;
    }

    .floating-label-form-group label {
        font-size: .85em;
        line-height: 1.764705882em;
        position: relative;
        z-index: 0;
        top: 2em;
        display: block;
        margin: 0;
        -webkit-transition: top .3s ease, opacity .3s ease;
        -moz-transition: top .3s ease, opacity .3s ease;
        -ms-transition: top .3s ease, opacity .3s ease;
        transition: top .3s ease, opacity .3s ease;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
    }

    .floating-label-form-group:not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #eeeeee;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 20px;
        background-color: #f0f0f0;
    }

    footer .footer-col {
        margin-bottom: 20px;
    }

    footer .footer-below {
        padding: 25px 0;
        background-color: #2c3e50;
    }

.btn-outline {
    font-size: 20px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    color: white;
    border: solid 2px white;
    background: transparent;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
        color: #18BC9C;
        border: solid 2px white;
        background: white;
    }

.btn-primary {
    font-weight: 700;
    color: white;
    border-color: #2C3E50;
    background-color: #2C3E50;
}

    .btn-primary:focus, .btn-primary.focus {
        color: white;
        border-color: black;
        background-color: #1a252f;
    }

    .btn-primary:hover {
        color: white;
        border-color: #161f29;
        background-color: #1a252f;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: white;
        border-color: #161f29;
        background-color: #1a252f;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: white;
            border-color: black;
            background-color: #0d1318;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        border-color: #2C3E50;
        background-color: #2C3E50;
    }

    .btn-primary .badge {
        color: #2C3E50;
        background-color: white;
    }

.btn-success {
    font-weight: 700;
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C;
}

    .btn-success:focus, .btn-success.focus {
        color: white;
        border-color: #0a4b3e;
        background-color: #128f76;
    }

    .btn-success:hover {
        color: white;
        border-color: #11866f;
        background-color: #128f76;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: white;
        border-color: #11866f;
        background-color: #128f76;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: white;
            border-color: #0a4b3e;
            background-color: #0e6f5c;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        border-color: #18BC9C;
        background-color: #18BC9C;
    }

    .btn-success .badge {
        color: #18BC9C;
        background-color: white;
    }

.btn-social {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 100%;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}

/* Custom */
.tophead {
    background-color: #eeeeee;
    padding-bottom: 5px;
}

    .tophead .sublogo {
        float: left;
    }

    .tophead ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-padding-start: 0px;
        text-align: center;
    }

    .tophead .sublogo-item {
        display: inline-block;
        margin-top: 5px;
        margin-right: 20px;
        opacity: 0.5;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        text-align: left;
    }

        .tophead .sublogo-item:hover {
            opacity: 1;
            filter: grayscale(0%);
        }

        .tophead .sublogo-item:last-child {
            margin-right: 0;
        }

    .tophead .contact {
        float: right;
    }

    .tophead .contact-item {
        display: inline-block;
        margin-right: 20px;
        margin-top: 5px;
    }

        .tophead .contact-item:last-child {
            margin-right: 0;
        }

    .tophead .contact-link {
        font-size: 14px;
        color: #000;
        line-height: 31px;
    }

    .tophead .contact i {
        font-size: 16px;
        margin-right: 5px;
    }

.book-online {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding: 0 5px;
}

.contact-ul-li a {
    color: #333333;
}

.book-online-item {
    display: block;
    width: 100%;
}

.book-online-link {
    display: block;
    width: 100%;
    background-color: #7bbc08;
    text-align: center;
    padding: 5px;
    margin-top: 2px;
    border-radius: 5px;
    /* border-bottom: 2px solid #025e96; */
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    border: 2px solid #3f652d;
}

#main {
    width: 100%;
    position: relative;
}

.global-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    z-index: 999;
    transition: all .3s ease .15s;
    display: none;
}

    .global-overlay.active {
        display: block;
    }

.section-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
    color: #3f652d;
    font-weight: bolder;
}

.section-desc {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2rem;
}

    .section-desc.text-white * {
        color: #fff;
    }

#intro {
    padding: 0;
}

    #intro .intro-video {
        position: relative;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%);
        /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
        background-size: cover;
        transition: 1s opacity;
    }

.stopfade {
    opacity: .8;
}

.intro-content {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#intro .section-heading {
    font-size: 70px;
    margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
    color: #3f652d;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    margin-top: 30px;
}

#intro .section-desc {
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

#intro .section-content {
    font-family: 'Open Sans', sans-serif;
}

    #intro .section-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: unset;
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    }

#intro .intro-play {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 50px;
    cursor: pointer;
}

    #intro .intro-play p {
        font-size: 22px;
        color: #3f652d;
        margin-top: 10px;
        font-family: 'Dancing Script', cursive;
        font-weight: bold;
    }

#search {
    position: relative;
    padding: 0;
}

.search-bg {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%);
    background-size: cover;
}

.search-content {
    position: absolute;
    display: block;
    width: 100%;
    /*max-width: 540px;*/
    max-width: 705px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.search-heading h3 {
    font-family: 'UTM-Swiss-721-Black-Condensed', 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.search-heading-top {
    width: 100%;
    font-size: 36px;
}

    .search-heading-top:before,
    .search-heading-top:after {
        content: "";
        display: inline-block;
        background-color: #fff;
        height: 5px;
        border-radius: 2px;
        position: relative;
        vertical-align: middle;
        width: 17%;
    }

    .search-heading-top:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .search-heading-top:after {
        left: 0.5em;
        margin-right: -50%;
    }

.search-heading-bot {
    font-size: 60px;
}

.search-form {
    position: relative;
    margin-top: 40px;
}

.search-input {
    width: 100%;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
}

.search-submit {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 1px;
    right: 0;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
}

#service .section-desc {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.service-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.frontpage_square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 5px;
}

    .frontpage_square img {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translateX(-50%);
    }

.service-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: transparent;  For browsers that do not support gradients 
    background: -webkit-linear-gradient(transparent, #0b2154); /* For Safari 5.1 to 6.0 
    background: -o-linear-gradient(transparent, #0b2154); /* For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(transparent, #0b2154); /* For Firefox 3.6 to 15 
    background: linear-gradient(transparent, #0b2154); /* Standard syntax */
}

.service-content {
    position: absolute;
    bottom: -120px;
    background: #333333; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #333333, #333333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #333333, #333333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #3f652d, #333333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #333333, #333333); /* Standard syntax */
    padding: 20px 20px 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.service-link:hover .service-content {
    bottom: 0;
}

.service-heading {
    margin-bottom: 20px;
    font-size: 22px;
    /*font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto Mono', monospace;
    font-family: 'Dancing Script', cursive;*/
}

.service-desc {
    height: 105px;
    overflow: hidden;
}

#product {
    background-color: #f2f2f2;
}

    #product .section-heading {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
    }

.product-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-wrap {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

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

.product-name {
    padding: 10px 15px;
    border-bottom: thin dashed #ccc;
}

.product-name-link,
.product-name-link:hover,
.product-name-link:focus,
.product-name-link:active {
    font-size: 16px;
    font-weight: 900;
    color: #1579bd;
}

.product-detail {
    font-size: 13px;
    color: #666;
    padding: 5px 15px;
    border-bottom: thin dashed #ccc;
}

.product-type-link,
.product-type-link:hover,
.product-type-link:focus,
.product-type-link:active {
    color: #666;
    text-decoration: underline;
}

.product-price {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #7bbc08;
}

.product-more {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
}

    .product-more:before,
    .product-more:after {
        content: "";
        display: inline-block;
        background-color: #dbdbdb;
        height: 1px;
        border-radius: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .product-more:before {
        right: 0;
        margin-left: -50%;
    }

    .product-more:after {
        left: 0;
        margin-right: -50%;
    }

.product-more-link {
    display: inline-block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #dbdbdb;
    border-radius: 4px;
}

    .product-more-link:hover,
    .product-more-link:focus,
    .product-more-link:active {
        text-decoration: none;
        color: #fff;
        background: #3f652d;
    }

#testimonial {
    background-image: url('../img/bg-testimonial.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding-top: 270px;
    padding-bottom: 25px;
}

    #testimonial .section-desc {
        max-width: 790px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

.testimonial-item {
    text-align: center;
}

.testimonial-img-wrap {
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: thick solid #fff;
    border-radius: 50%;
}

.testimonial-name {
    margin-top: 20px;
    margin-bottom: 0;
}

.testimonial-name,
.testimonial-position {
    font-weight: 500;
}

.testimonial-line {
    width: 90px;
    border-top: thin solid #fff;
}

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

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #724515;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #724515;
}

.typical-cus-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.typical-cus-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 85px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    border: thin solid #e1e1e1;
    border-radius: 5px;
}

.typical-cus-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.6;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.typical-cus-link:hover .typical-cus-img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.section-small {
    padding: 20px 0;
}

.tour-head-img-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 208px;
    overflow: hidden;
}

.tour-head-img {
    width: 100%;
    height: auto;
}

.tour-head-content {
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    border-radius: 6px;
    padding: 30px 40px;
    color: #fff;
    margin-top: 30px;
}

.btn-flag {
    cursor: pointer;
}

.tour-head-heading {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.tour-head-desc {
    font-size: 16px;
    text-align: justify;
}

.tour-content-item {
    /*margin-bottom: 40px;*/
    margin-bottom: -80px;
}

.tour-content-order {
    float: left;
    width: 40px;
}

    .tour-content-order h3 {
        font-size: 24px;
        font-weight: 900;
    }

.tour-content-content {
    float: left;
    width: calc(100% - 40px);
    font-family: roboto;
    font-size: 14px;
    line-height: 25px;
}

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

    .tour-content-content p {
        font-family: roboto;
        font-size: 14px;
        line-height: 25px;
    }

.tour-content-head {
    font-size: 24px;
    font-weight: 900;
}

.tour-content-list {
    width: 100%;
    padding: 0;
    -webkit-padding-start: 0;
}

    .tour-content-list li {
        display: block;
        padding: 10px 20px;
        border-bottom: thin dashed #b4b4b4;
    }

        .tour-content-list li:last-child {
            display: block;
            padding: 10px 20px;
            border-bottom: none;
        }

    .tour-content-list a {
        position: relative;
        display: block;
        color: #333;
        font-size: 16px;
    }

        .tour-content-list a:hover,
        .tour-content-list a:focus,
        .tour-content-list a:active,
        .tour-content-list li.active a, a.mPS2id-highlight {
            color: #3f652d;
            font-weight: 900;
        }

            a.mPS2id-highlight:active > .tour-content-list li a i {
                display: inline-block;
            }

        .tour-content-list a.mPS2id-highlight:hover:before,
        .tour-content-list a.mPS2id-highlight:before {
            content: "\f111";
            position: absolute;
            font-family: FontAwesome;
            font-size: 9px;
            color: #3f652d;
            top: 5px;
            left: -20px;
        }

        .tour-content-list a:hover:before,
        .tour-content-list a:focus:before,
        .tour-content-list a:active:before {
            content: "\f111";
            position: absolute;
            font-family: FontAwesome;
            font-size: 9px;
            color: #3f652d;
            top: 5px;
            left: -20px;
        }

footer {
    border-top: 7px solid #5b912d;
    background-color: #212654;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    text-align: center;
    padding: 20px 0 30px;
}

    footer .f-logo-img {
        margin-bottom: 30px;
    }

    footer p {
        margin-bottom: 5px;
    }

    footer .social {
        margin-top: 25px;
    }

        footer .social a {
            margin: 0 2px;
        }

    footer p.small {
        margin-top: 20px;
    }
/* Breadcrumb */
#ribbon {
    min-height: 40px;
    padding: 0 13px;
    position: relative;
    margin-top: 60px;
}

    #ribbon .breadcrumb {
        display: inline-block;
        margin: 0;
        padding: 11px 34px 11px 0 !important;
        background: 0 0;
        vertical-align: top;
        color: #3f652d;
        /*border: 2px solid #3f652d;*/
        margin-top: 11px;
        background: #eeeeee;
        width: 100%;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        padding: 10px 20px !important;
        color: #3f652d;
    }

        #ribbon .breadcrumb,
        #ribbon .breadcrumb a {
            color: #3f652d;
            text-decoration: none !Important
        }

.breadcrumb > li {
    display: inline-block
}

    .breadcrumb > li + li:before {
        content: "\00bb";
        padding: 0 5px;
        color: #3f652d;
    }

.breadcrumb > .active {
    color: #999
}


.breadcrumb-item {
    float: left;
}

.fixed-on {
    position: fixed;
    top: 70px;
    /* max-width: 270px; */
    /* background: #fff; */
    z-index: 99;
    /* margin-bottom: 300px; */
}
/* #ribbon .breadcrumb li:last-child,
#ribbon .breadcrumb>.active {
} */

/* Partner Content  */
.partnerImg-wrap {
    text-align: center;
}

/*.partnerHeading {
    font-family: 'UTM-Swiss-721-Black-Condensed', 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 0;
}*/
.partnerHeading {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #3f652d;
}

.galleryTitle-wrap h1 {
    font-size: 30px;
    color: #3f652d;
}

.partnerHead {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.partner-lg-img {
    width: 100%;
}

.partnerImg {
    max-width: 100%;
    margin: 45px 0px 0px 0px;
}

.partnerContent {
    margin: 35px 0px 0px 0px;
    padding: 0px 30px 0px 0px;
    font-size: 14pt;
    color: #02428c;
    text-align: justify;
    line-height: 1.3em;
}

    .partnerContent a {
        color: #02428c;
    }

/* Gallery */
#bottomGallery {
    padding: 0px
}

.jour-wrap {
    text-align: center
}

.jour-box {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

    .jour-box img {
        width: 100%
    }

    .jour-box a {
    }

        .jour-box a h1 {
            padding: 20px 0px 20px 0px;
            background-color: white;
            font-size: 18px;
            font-weight: 500;
            color: #0d1318;
        }

    .jour-box:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.galleryTitle-wrap {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    font-size: 24px;
    color: #0075bd;
}

/* === bottomGallery ====*/

.thumb {
    position: relative;
    overflow: hidden;
}

    .thumb img {
        width: 100%
    }

.gallery-content {
}

    .gallery-content h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 1px;
        color: #333333;
        padding: 20px 0px 20px 0px;
        font-size: 14px;
    }

.moreGallery-wrap {
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    line-height: 1.42857143;
    webkit-transition: all 0.2s ease-in-out;
    moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    text-align: center;
}

.overlayGallery {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    webkit-transition: all 0.2s ease-in-out;
    moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .overlayGallery img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 31px;
        height: 33px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.moreGallery-wrap:hover .overlayGallery {
    background-color: #4a5076;
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* === Gallery Detail === */
/* --- Heading Gallery Detail --- */

/* --- Left Content --- */
.backgroundDetail {
    background-image: url("../img/detailGallery.png")
}

.content-detail {
    padding: 60px 50px
}

.title-Detail {
    padding-bottom: 33px;
    margin-bottom: 24px;
    border-bottom: 1px solid #848890
}

    .title-Detail h1 {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 1.5em;
    }

.subTitle-Detail {
}

    .subTitle-Detail p {
        font-size: 18px;
        color: #FFFFFF;
    }

    .subTitle-Detail a {
        font-size: 18px;
        color: #2f91cd
    }

/* --- Right Content ---*/
.videodetail-wrap {
    padding: 30px
}


/* --- Middle Gallery Detail --- */
#imgGallery {
    padding: 0px;
}

.grid {
}
/* ---- grid-item ---- */

.grid-item {
    width: 360px;
    height: 214px;
    float: left;
    border-radius: 5px;
    padding: 10px;
}

.grid-item--height2 {
    height: 202px;
}

.grid-item--height3 {
    height: 240px;
}

.grid-item--height4 {
    height: 260px;
}

.grid-item--height5 {
    height: 542px;
}


.imgMansory {
    width: 100%
}

/* --- Bottom Gallery Detail */
#bottomGalleryDetail {
    background-color: #eeeeee
}

/* Blog */
.blogHeading {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-top: 5px;
    padding-bottom: 15px;
    color: #3f652d;
    margin-top: 15px;
}
/* ===== Left Blog ===== */
#headingleft {
    padding: 0;
}

.headBlogLeft {
    float: left;
    background-color: #f0f0f0;
    padding-bottom: 0px;
}

.headBlog-img {
    float: left;
    margin-right: 15px;
    position: relative;
}

    .headBlog-img a img {
        width: 100%
    }

.headBlog-desc {
}

    .headBlog-desc h4 {
        padding: 10px 10px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
    }

        .headBlog-desc h4 a {
            color: #16a085;
        }

.headBlog-post {
    margin-top: 10px;
}

    .headBlog-post p {
        padding: 0px 25px 0px 0px;
        font-size: 14px;
        line-height: 25px;
    }

#subHeading {
    float: left;
    border-bottom: 3px solid #16a085;
    padding-bottom: 10px;
    padding-top: 30px;
}

.subHeading-wrap {
}

.subImg a img {
    width: 185px;
}

.subDesc a p {
    margin-top: 15px;
    color: #000000;
    text-align: justify;
    font-weight: bold;
    display: inline-block;
}
/*  */
#bottomLeft {
    float: left;
    padding: 0px;
}

.news-wrap {
    margin-top: 30px;
}

.newsImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
}

    .newsImg a img {
        width: 100%
    }

.titleDesc h4 {
    font-size: 20px;
    line-height: 25px;
}

    .titleDesc h4 a {
        color: #16a085;
    }

.contDesc p {
    text-align: left;
    font-size: 14px;
}

.item-blog {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.item-clear {
    clear: both;
}

#infoDesc {
    min-height: 28px;
    padding: 0 13px;
    position: relative
}

#meta-info .infoMeta {
    display: inline-block;
    margin: 0;
    padding: 11px 34px 11px 0 !important;
    background: 0 0;
    vertical-align: top;
    color: #666666;
}

    #meta-info .infoMeta,
    #meta-info .infoMeta a {
        text-decoration: none !important;
    }

.infoMeta > li {
    display: inline-block;
    font-size: 14px;
}

    .infoMeta > li > a {
        color: #9a9a9a;
    }

.infoMeta .paras:after {
    content: ",";
    padding: 0 1px;
    color: #9a9a9a
}

.infoMeta .para:before {
    content: "|";
    padding: 0 5px;
    color: #9a9a9a
}

.infoMeta > .active {
    color: #999
}


.infoMeta-item {
    float: left;
}

/* ===== Right Blog ===== */

#rightBlog {
    /*padding: 0px;
    padding-bottom: 10px;
    border-left: 1px solid #bbb;*/
    /* border-bottom: 1px solid #bbb; */
    /*padding-top: 10px;*/
    margin-bottom: -25px;
    padding-top: 0;
}

.wrapBlog {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
    margin-top: 15px;
}
/* Heading  */
.heading {
    padding: 0px 14px;
    border-radius: 5px;
    display: inline-block;
}

    .heading h4 {
        font-size: 18px;
        font-weight: bold;
    }

/* === Right Top === */

.topRightImg {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
}

    .topRightImg a img {
        width: 100%
    }

.topRightTitle {
}

    .topRightTitle a h5 {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: normal;
        color: #000000;
    }
/* === Right Middle  */

.midInfo {
    margin-left: 10px;
    margin-top: 15px;
}

    .midInfo ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        color: #001936;
    }

        .midInfo ul li {
            margin-bottom: 10px;
        }

            .midInfo ul li a {
                color: #001936;
            }

.spanMidInfo {
    float: right;
    color: #0075bd;
    font-size: 15px;
}

    .spanMidInfo:after {
        content: ")";
    }

    .spanMidInfo:before {
        content: "(";
    }

/* === Right Bottom === */
.rightImg-bottom {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

    .rightImg-bottom a img {
        width: 100%
    }

.info-bottom {
    border-bottom: 1.2px dashed #cccccc;
    padding-bottom: 10px;
}

    .info-bottom h5 {
        line-height: 1.3em;
        color: #1579bd;
        font-size: 16px;
        font-weight: bold;
    }

        .info-bottom h5 a {
            color: #1579bd;
        }

    .info-bottom span {
        display: block;
        margin: 0;
        line-height: 1.7;
    }

.priceInfo {
    color: #7bbc08;
}

/* === Blog Detail === */

#newsDetail {
    padding: 0px;
}

.imgDetail {
    text-align: center;
}

.ingDetail img {
    width: 100%;
}

.contentDetail-warp {
    width: 720px;
    margin: 0 auto;
}

.contentDetail {
    padding-top: 30px;
}

    .contentDetail p {
        text-align: justify;
        font-size: 16px;
    }

    .contentDetail h2 {
        font-size: 24px;
        font-weight: 900;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.more-News {
    padding: 0px;
}

.moreTitle {
    font-size: 24px;
    color: #0075bd;
    font-weight: 900;
}

.moreNews {
    border-top: 1px solid #0075bd;
    padding-top: 20px;
}
/*contact*/
.bg-gray {
    background-color: #f3f6f5;
}

.contact-info {
    height: 100%;
    padding-left: 50px;
    padding-right: 80px;
    padding-top: 50px;
}

    .contact-info h2 {
        color: #333333;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 30px;
        font-family: 'Dancing Script', cursive;
        text-transform: capitalize;
    }

    .contact-info p {
        color: #666666;
        padding-bottom: 30px;
    }

    .contact-info ul li {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .contact-info ul li:last-child {
            border-bottom: none;
        }

        .contact-info ul li i {
            font-size: 18px;
            padding-right: 10px;
        }

    .contact-info .working-time h3 {
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .contact-info .working-time p span {
        color: #333333;
        padding-right: 10px;
    }

.contact-message h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 30px;
    font-family: 'Dancing Script', cursive;
}

.contact-message input, .contact-message textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f3f6f5;
    margin-bottom: 30px;
}

.contact-info ul {
    margin: 0;
    padding: 0;
}

    .contact-info ul li {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        margin-bottom: 15px;
        list-style: none;
    }

.contact-message textarea {
    height: 150px;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.contact-message {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 50px;
}

#map_content {
    height: 500px;
}

section#section-contact {
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn__bg {
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: #62d2a2;
    cursor: pointer;
}

    .btn__bg:hover {
        border-radius: 4px;
        background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    }
/*about us*/
.about-image-wrap {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
    font-family: roboto;
    font-size: 14px;
    line-height: 25px;
}

    .about-image-wrap:after {
        border: 5px solid #62d2a2;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
        z-index: -1;
    }

.about-text-wrap h2 {
    color: #3f652d;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
}

.about-text-wrap p {
    font-family: roboto;
    font-size: 14px;
    line-height: 25px;
}

.about-text-wrap img {
    max-width: 100%;
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

.team-member {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .team-member .team-thumb {
        position: relative;
        text-align: center;
        overflow: hidden;
    }

        .team-member .team-thumb img {
            width: 100%;
        }

        .team-member .team-thumb .team-social {
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px 0;
            position: absolute;
            background-color: #fff;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            opacity: 0;
            visibility: hidden;
        }

            .team-member .team-thumb .team-social a {
                color: #333333;
                width: 30px;
                height: 30px;
                font-size: 14px;
                display: inline-block;
                text-align: center;
                line-height: 35px;
                background-color: #f5f5f5;
                border-radius: 5px;
                margin-right: 5px;
            }

                .team-member .team-thumb .team-social a:hover {
                    color: #fff;
                    background-color: #62d2a2;
                    border-color: #62d2a2;
                }

    .team-member .team-content {
        padding: 5px;
    }

        .team-member .team-content h3 {
            color: #333333;
            font-size: 16px;
            font-weight: 600;
            line-height: 28px;
            padding-top: 15px;
            text-transform: capitalize;
        }

        .team-member .team-content h6 {
            font-size: 14px;
            color: #62d2a2;
            line-height: 20px;
            text-transform: capitalize;
        }

        .team-member .team-content p {
            padding-top: 10px;
        }

    .team-member:hover .team-social {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .team-member:hover .team-thumb img {
        opacity: 0.5;
    }

h1.title-our-team {
    color: #3f652d;
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    /* display: inline-block; */
    padding-bottom: 9px;
    /* margin-top: -8px; */
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

    h1.title-our-team:after {
        bottom: 0;
        left: 0;
        width: 66px;
        right: 0;
        height: 2px;
        content: "";
        display: block;
        margin: auto;
        position: absolute;
        background-color: #62d2a2;
    }
.tour-content-item-villa {
    font-size: 16px;
    padding-top: 0;
}
    .tour-content-item-villa p {
        font-size: 16px;
    }
    .tour-content-item-villa .tour-content-content {
        font-size: 16px;
    }
/*.fixed-top {
    z-index: 10;
}*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-bar {
    background: rgb( 30, 115, 190, .7 );
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9997;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(47,42,62, 1);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(47,42,62, 1);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: rgba(47,42,62, 1);
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

.hotline-bar {
    position: absolute;
    background: #009556;
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.sl-wrapper .sl-close, .sl-wrapper .sl-counter, .sl-wrapper .sl-navigation button {
    z-index: 9999 !important;
}
.sl-overlay {
    z-index: 9998 !important;
}