/*
 * © Bugaev Ivan
 * This code is protected by copyright.
*/

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #181818;
}

body.biv-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: #2f6d44;
}

a:hover {
    color: #2f6d44;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

body {
    padding: 85px 0px 0px 0px;
}

#header {
    top: 0px;
    padding: 0px 15px 0px 15px;
}

@media (max-width:991px) {
    body {
        padding: 78px 0px 0px 0px;
    }
}

.row {
    margin-bottom: -4px;
}

.noscroll {
    overflow: hidden;
}

.display-none {
    display: none;
}

.bg {
    background-position: center center;
    background-size: cover;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

h5 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.hp {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

p {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.biv-group {
    margin: 0px 0px 30px 0px;
}

.ul {
    margin: 10px 0px 0px 25px;
    padding: 0px;
}

.ul li {
    padding-top: 5px;
}

.ul-square {
    list-style: square;
    margin: 10px 0px 0px 25px;
    padding: 0px;
}

.ul-square li {
    padding-top: 5px;
}

.ol {
    margin: 10px 0px 0px 25px;
    padding: 0px;
}

.ol li {
    padding-top: 5px;
}

.quote {
    position: relative;
    padding: 0px 20px 0px 18px;
    text-align: justify;
}

.quote::before,
.quote::after {
    position: absolute;
}

.quote::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f10d";
    color: #272d33;
    font-size: 10px;
    line-height: 10px;
    top: 5px;
    left: 0;
}

.quote::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f10e";
    font-size: 10px;
    line-height: 10px;
    color: #272d33;
    bottom: 5px;
    right: 0;
}

.btn-type-1 {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    border-radius: 7px;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: 0.3s linear;
    text-decoration: none;
}

.btn-type-1:hover {
    text-decoration: none;
}

.btn-type-1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.btn-type-1:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    opacity: 1;
}

.btn-type-1 i {
    margin-right: 5px;
}

.btn-type-2 {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    border-radius: 7px;
    padding: 13px 28px 13px 28px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: 0.3s linear;
    text-decoration: none;
}

.btn-type-2:hover {
    text-decoration: none;
}

.btn-type-2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.btn-type-2:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    opacity: 1;
}

.btn-type-2 i {
    margin-right: 5px;
    transition: 0.3s linear;
}

.btn-type-1.btn-color-1 {
    background-color: #2f6d44;
    color: #fff;
}

.btn-type-1.btn-color-1:hover {
    color: #fff;
}

.btn-type-1.btn-color-1::before {
    background-color: #456ac1;
}

.btn-type-1.btn-color-1 i {
    color: #fff;
}

.btn-type-2.btn-color-1 {
    border: 2px solid #2f6d44;
    color: #2f6d44;
}

.btn-type-2.btn-color-1:hover {
    border: 2px solid #2f6d44;
    color: #fff;
}

.btn-type-2.btn-color-1::before {
    background-color: #2f6d44;
}

.btn-type-2.btn-color-1 i {
    color: #2f6d44;
}

.btn-type-2.btn-color-1:hover i {
    color: #fff;
}

.btn-type-1.btn-color-2 {
    background-color: #0ed3ca;
    color: #fff;
}

.btn-type-1.btn-color-2:hover {
    color: #fff;
}

.btn-type-1.btn-color-2::before {
    background-color: #3be8e0;
}

.btn-type-1.btn-color-2 i {
    color: #fff;
}

.btn-type-2.btn-color-2 {
    border: 2px solid #0ed3ca;
    color: #0ed3ca;
}

.btn-type-2.btn-color-2:hover {
    border: 2px solid #0ed3ca;
    color: #fff;
}

.btn-type-2.btn-color-2::before {
    background-color: #0ed3ca;
}

.btn-type-2.btn-color-2 i {
    color: #0ed3ca;
}

.btn-type-2.btn-color-2:hover i {
    color: #fff;
}

.btn-type-2.btn-color-3 {
    border: 2px solid #fff;
    color: #fff;
}

.btn-type-2.btn-color-3:hover {
    border: 2px solid #fff;
    color: #202f39;
}

.btn-type-2.btn-color-3::before {
    background-color: #fff;
}

.btn-type-2.btn-color-3 i {
    color: #fff;
}

.btn-type-2.btn-color-3:hover i {
    color: #202f39;
}

@media (max-width:991px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    hp {
        font-size: 24px;
        line-height: 32px;
    }
}


/* 404 page */

.biv-page-not-found {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.biv-page-not-found-content {
    display: inline-block;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    border-radius: 24px;
}

.biv-page-not-found-title {
    margin-bottom: 1px;
}

.biv-page-not-found-desc {
    margin-bottom: 20px;
}

.biv-page-not-found-btn {
    margin-bottom: 15px;
}


/* Header */

.biv-contacts-top {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background-color: #2f6d44c2;
}

.biv-contacts-top-schedule {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0px 15px 0px;
}

.biv-contacts-top-schedule span {
    margin-left: 7px;
}

.biv-contacts-top-email {
    float: right;
}

.biv-contacts-top-email a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-decoration: none;
}

.biv-contacts-top-email a:hover {
    color: #fff;
    text-decoration: none;
}

.biv-contacts-top-email a span {
    margin-left: 7px;
}

.biv-contacts-top-phone {
    float: right;
    padding-left: 30px;
}

.biv-contacts-top-phone a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-decoration: none;
}

.biv-contacts-top-phone a:hover {
    color: #fff;
    text-decoration: none;
}

.biv-contacts-top-phone a span {
    margin-left: 7px;
}

@media (max-width:991px) {
    .biv-contacts-top {
        display: none;
    }
}

#header {
    position: absolute;
    width: 100%;
    /* top: 48px; */
    left: 0px;
    z-index: 9999;
    padding: 0px 15px 0px 15px;
    background-color: #fff;
}

#header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0px 0px 0px 0px;
}

.biv-header {
    height: 88px;
    position: relative;
}

#header.fixed .biv-header::before {
    width: 0px;
    height: 0px;
}

.biv-header-content {
    position: absolute;
    width: 100%;
    height: 88px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: 0s linear;
}

.biv-header-logo {
    float: left;
    /* padding: 5px; */
}

.biv-header-logo a {
    display: inline-block;
    /* padding: 5px 15px 5px 73px; */
    text-decoration: none;
    position: relative;
}

.biv-header-logo a:hover {
    text-decoration: none;
}

.biv-header-logo a img {
    height: 90px;
    padding: 10px;
    /* position: absolute;
  top: 0px;
  left: 0px; */
}

.biv-header-logo-title {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2f6d44;
    margin-bottom: 6px;
}

.biv-header-logo-desc {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #2f6d44;
}

.biv-header-nav {
    float: right;
    padding: 20px 0px 0px 0px;
}

.biv-header-nav ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-header-nav ul li {
    display: inline-block;
    position: relative;
}

.biv-header-nav ul li:hover {
    color: #fff;
    text-decoration: none;
}

.biv-header-nav ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding: 11px 30px 11px 30px;
    text-decoration: none;
}

.biv-header-nav ul li a:hover {
    color: #2f6d44c2;
    text-decoration: none;
}

.biv-header-nav ul li span {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding: 11px 30px 11px 30px;
    position: relative;
    cursor: pointer;
}

.biv-header-nav ul li:hover span {
    color: #2f6d44c2;
}

.biv-header-nav ul li.biv-header-nav-submenu:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    position: absolute;
    top: 16px;
    right: 11px;
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

.biv-header-nav ul li.biv-header-nav-submenu:hover:before {
    color: #2f6d44c2;
}

.biv-header-nav ul li ul li {
    display: block;
    border-left: 5px solid #0ed3ca;
    color: #000;
    transition: 0.5s linear;
}

.biv-header-nav ul li ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.biv-header-nav ul li ul li a:hover {
    color: #2f6d44c2;
}

.biv-header-nav ul li:hover ul li {
    color: #000;
}

.biv-header-nav ul li.biv-header-nav-submenu ul li:before {
    display: none;
}

.biv-header-btns {
    float: right;
    padding: 20px 15px 0px 30px;
}

.biv-header-btns span {
    padding: 15px 13px 15px 13px;
}

.biv-header-btn {
    float: right;
    padding-left: 15px;
}

.biv-header-btn span {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    color: #2f6d44;
    border: 2px solid #2f6d44;
    text-align: center;
    transition: 0.5s linear;
    cursor: pointer;
    border-radius: 7px;
}

.noscroll #header {
    transition: 0s linear;
}

@media (max-width:1199px) {
    .biv-header-btns {
        display: none;
    }
    .biv-header-nav {
        margin-right: -30px;
    }
}

@media (max-width:991px) {
    #header {
        top: 0px;
        padding: 0px 15px 0px 15px;
        background-color: #fff;
    }
    #header.fixed {
        padding: 0px 15px 0px 15px;
    }
    .biv-header {
        height: 78px;
    }
    .biv-header::before {
        height: 78px;
    }
    .biv-header-content {
        height: 78px;
    }
    .biv-header-logo a {
        padding: 5px;
    }
    .biv-header-logo a img {
        height: 70px;
    }
    .biv-header-logo-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .biv-header-logo-desc {
        font-size: 16px;
        line-height: 16px;
    }
    .biv-header-btns {
        display: none;
        padding: 15px 0px 0px 30px;
    }
    .biv-header-nav {
        display: none;
    }
    .biv-header-btn {
        padding: 15px 0px 0px 15px;
    }
    #header {
        transition: 0.0s linear;
    }
    .biv-header-nav {
        margin-right: 0px;
    }
    #header.active {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        top: 0px;
        left: 0px;
        z-index: 9999;
        overflow-y: auto;
        padding: 0px 15px 0px 15px;
    }
    #header.active .biv-header::before {
        width: 0px;
        height: 0px;
        box-shadow: 0px 0px 0px #fff;
        transition: 0s linear;
    }
    #header.active .biv-header-content {
        background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
        box-shadow: 0px 0px 0px #fff;
    }
    #header.active .biv-header-logo {
        padding: 0px 15px 0px 0px;
    }
    #header.active .biv-header-btn {
        padding: 15px 0px 0px 15px;
    }
    #header.active .biv-header-btns {
        display: inline-block;
    }
    #header.active .biv-header-btns a {
        display: inline-block;
        width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 24px;
        padding-top: 12px;
        color: #000;
        text-align: center;
        border-radius: 7px;
        transition: 0.5s linear;
    }
    #header.active .biv-header-btns a span {
        display: none;
    }
    #header.active .biv-header-nav {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #d0d0d0;
    }
    #header.active .biv-header-nav ul li {
        border-top: 1px solid #d0d0d0;
        display: block;
        padding: 0px 0px 0px 0px;
    }
    #header.active .biv-header-nav ul li a {
        display: block;
        padding: 11px 15px 11px 15px;
    }
    #header.active .biv-header-nav ul li.biv-header-nav-submenu {
        padding: 0px 0px 0px 0px;
    }
    #header.active .biv-header-nav ul li span {
        display: block;
        padding: 11px 15px 11px 15px;
    }
    #header.active .biv-header-nav ul li ul {
        display: none;
    }
    #header.active .biv-header-nav ul li.active ul {
        display: block;
    }
    #header.active .biv-header-nav ul li ul li {
        padding: 0px;
        color: #000;
    }
    #header.active .biv-header-nav ul li:hover ul li {
        color: #000;
    }
    #header.active .biv-header-nav ul li ul li a {
        color: #000;
    }
    #header.active .biv-header-nav ul li ul li a:hover {
        color: #2f6d44c2;
    }
}

@media (max-width:767px) {
    .biv-header-logo a {
        padding: 5px;
    }
    .biv-header-logo-title {
        display: none;
    }
    .biv-header-logo-desc {
        display: none;
    }
}

@media (max-width:439px) {
    #header.active .biv-header-btns {
        display: none;
    }
}

@media (min-width:992px) {
    .biv-header-btn {
        display: none;
    }
    .biv-header-btns {
        margin-right: -15px;
    }
    .biv-header-nav ul li ul {
        display: none;
        position: absolute;
        top: 47px;
        left: 0px;
        width: 100%;
        min-width: 250px;
        z-index: 99999;
        background-color: #fff;
        box-shadow: 0px 0px 15px #313131;
    }
    .biv-header-nav ul li.biv-header-nav-submenu:hover ul {
        display: block;
    }
    .biv-header-nav ul li ul li:hover {
        background-color: #fffdfb;
        border-left: 5px solid #0ed3ca;
        color: #000;
    }
}

@media (max-width:991px) {
    .biv-slider-content .row.biv-main-screen-offset {
        padding: 118px 0px 10px 0px;
    }
}

@media (min-width:992px) {
    .biv-slider-content .row.biv-main-screen-offset {
        padding: 208px 0px 80px 0px;
    }
}


/* Page info  */

.biv-page {
    background-position: center center;
    background-size: cover;
}

.biv-page-content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    padding: 0px 15px 0px 15px;
    position: relative;
}

.biv-page-content::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-size: 5760px 100%;
}

.biv-page-info-title {
    text-align: center;
    padding: 120px 0px 190px 0px;
}

.biv-page-info-title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

.biv-page-info-url {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.biv-page-info-url ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-page-info-url ul li {
    display: inline-block;
}

.biv-page-info-url ul li a {
    display: inline-block;
    color: #fff;
    padding: 11px 15px 11px 15px;
}

.biv-page-info-url ul li span {
    display: inline-block;
    color: #b9b9b9;
    padding: 11px 15px 11px 15px;
}

@media (max-width:991px) {
    .biv-page-content::before {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
    .biv-page-info-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
}


/* Main screen */

.biv-main-screen {
    background-position: center center;
    background-size: cover;
}

.biv-main-screen-content {
    padding: 180px 15px 150px 15px;
    position: relative;
}

.biv-main-screen-content::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-size: 5760px 100%;
}

.biv-main-screen-info {
    background-color: #2f6d44;
    border-radius: 7px;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 30px 20px 30px;
}

.biv-main-screen-info-title {
    margin-bottom: 1px;
}

.biv-main-screen-info-title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

.biv-main-screen-info-desc {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 25px;
}

.biv-main-screen-info-btn span {
    margin: 0px 3px 10px 3px;
}

.biv-main-screen-info-btn a {
    margin: 0px 3px 10px 3px;
}

.biv-main-screen-info-btn a i {
    margin-right: 8px;
}

@media (max-width:991px) {
    .biv-main-screen-content::before {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
    .biv-main-screen-info-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .biv-main-screen-info-desc {
        font-size: 24px;
        line-height: 32px;
    }
    .biv-main-screen-info-btn span {
        display: block;
        margin: 0px 0px 15px 0px;
    }
    .biv-main-screen-info-btn a {
        display: block;
        margin: 0px 0px 10px 0px;
    }
}


/* Direction selection form */

.biv-form {
    padding: 60px 15px 60px 15px;
}

.biv-form-info {
    margin-bottom: 30px;
}

.biv-form-info-title {
    text-align: center;
    margin-bottom: 1px;
}

.biv-form-info-title h2 {
    color: #2f6d44;
}


/* Our advantages */

.biv-advantages {
    background-color: #f9f9f9;
}

.biv-advantages-content {
    padding: 90px 15px 60px 15px;
}

.biv-advantages-info {
    margin-bottom: 60px;
}

.biv-advantages-info-title {
    text-align: center;
}

.biv-advantages-info-title h2 {
    color: #000;
}

.biv-advantages-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-advantages-item {
    margin-bottom: 30px;
}

.biv-advantages-item-icon {
    text-align: center;
    margin-bottom: 15px;
}

.biv-advantages-item-icon span {
    border: 2px solid #0ed3ca;
    color: #0ed3ca;
    display: inline-block;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
    padding-top: 14px;
    border-radius: 32px 0px 32px 0px;
    position: relative;
    transition: 0.9s linear;
}

.biv-advantages-item:hover .biv-advantages-item-icon span {
    border-radius: 0px 32px 0px 32px;
}

.biv-advantages-item-title {
    text-align: center;
    margin-bottom: 10px;
}

.biv-advantages-item-title h3 {
    color: #000;
}

.biv-advantages-item-desc {
    text-align: center;
}

.biv-advantages-s-item {
    margin-bottom: 30px;
}

.biv-advantages-s-item-icon {
    text-align: center;
    margin-bottom: 15px;
}

.biv-advantages-s-item-icon span {
    background-color: #2f6d44;
    border: 2px solid #2f6d44;
    color: #fff;
    display: inline-block;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
    padding-top: 14px;
    border-radius: 32px 0px 32px 0px;
    position: relative;
    transition: 0.9s linear;
}

.biv-advantages-s-item:hover .biv-advantages-s-item-icon span {
    border-radius: 0px 32px 0px 32px;
}

.biv-advantages-s-item-title {
    text-align: center;
    margin-bottom: 10px;
}

.biv-advantages-s-item-title h3 {
    color: #000;
}

.biv-advantages-s-item-desc {
    text-align: center;
}


/* Contacts */

.biv-contacts {
    background-color: #fff;
}

.biv-contacts-content {
    padding: 90px 15px 60px 15px;
}

.biv-contacts-item {
    margin-bottom: 30px;
}

.biv-contacts-item-icon {
    text-align: center;
    margin-bottom: 15px;
}

.biv-contacts-item-icon span {
    border: 2px solid #0ed3ca;
    color: #0ed3ca;
    display: inline-block;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
    padding-top: 14px;
    border-radius: 32px 0px 32px 0px;
    position: relative;
    transition: 0.9s linear;
}

.biv-contacts-item:hover .biv-contacts-item-icon span {
    border-radius: 0px 32px 0px 32px;
}

.biv-contacts-item-title {
    text-align: center;
    margin-bottom: 10px;
}

.biv-contacts-item-title h3 {
    color: #000;
}

.biv-contacts-item-desc {
    text-align: center;
}

.biv-contacts-item-desc a {
    color: #181818;
    text-decoration: none;
}

.biv-contacts-item-desc a:hover {
    color: #181818;
    text-decoration: none;
}

.biv-contacts-info {
    padding: 60px 0px 30px 0px;
}

.biv-contacts-info-title {
    text-align: center;
}

.biv-ccontacts-info-title h2 {
    color: #000;
}

.biv-map {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin: 30px 0px 30px 0px;
}

.biv-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#bivFormContentResult3 .form-result {
    text-align: center;
    padding: 15px 15px 30px 15px;
    font-size: 24px;
    line-height: 32px;
    color: #2f6d44;
    font-weight: 700;
}

#bivFormContentResult3 .form-error {
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 30px 15px 30px;
}

#bivFormContentResult3 .form-error span {
    color: #ac0000;
}

#bivFormContentResult3 .form-error ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
}


/* Catalog */

.biv-catalog {
    background-color: #fff;
}

.biv-catalog-content {
    padding: 90px 15px 60px 15px;
}

.biv-catalog-info {
    margin-bottom: 50px;
}

.biv-catalog-info-title {
    text-align: center;
}

.biv-catalog-info-title h2 {
    color: #000;
}

.biv-catalog-info-desc {
    text-align: center;
    margin: 9px 0px 30px 0px;
}

.biv-catalog-item {
    margin-bottom: 30px;
}

.biv-catalog-btn {
    padding: 15px 0px 30px 0px;
    text-align: center;
}

.biv-catalog-sections {
    position: relative;
    text-align: center;
}

.biv-catalog-sections-items span {
    display: inline-block;
    margin: 0px 3px 10px 3px;
    padding: 11px 15px 11px 15px;
    background-color: #2f6d44;
    color: #fff;
    min-width: 100px;
    cursor: pointer;
    border-radius: 7px;
}

.biv-catalog-sections-items span:hover {
    background-color: #456ac1;
    color: #fff;
}

.biv-catalog-sections-items span.biv-catalog-sections-active {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-catalog-sections-items span.biv-catalog-sections-active:hover {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-catalog-sections-loading {
    position: absolute;
    bottom: -35.5px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.biv-catalog-sections-loading span {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

.biv-catalog-sections-loading span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f021";
    display: inline-block;
    color: #2f6d44c2;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.biv-catalog-item {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
    border-radius: 7px;
}

.biv-catalog-item:hover {
    text-decoration: none;
}

.biv-catalog-item-img {
    display: inline-block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 5px #aaa;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 7px;
    transition: 0.3s linear;
    border-radius: 7px;
    position: relative;
}

.biv-catalog-item-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(113, 225, 249, 0.6) none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-catalog-item-img:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-catalog-item-title {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    padding: 2px 15px;
    border-radius: 0px 0px 7px 7px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.biv-catalog-item-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.biv-catalog-item-title p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin: 6px 0px;
}


/* .biv-catalog-item-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0c1";
  display: inline-block;
  text-align: center;
  background-color: #0ed3ca;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-top: 12px;
  z-index: 999;
  transition: 0.6s linear;
  border-radius: 24px;
} */


/* Tours */

.biv-tours {
    background-color: #fff;
}

.biv-tours-content {
    padding: 90px 15px 45px 15px;
}

.biv-tours-info {
    margin-bottom: 50px;
}

.biv-tours-sections {
    position: relative;
    text-align: center;
}

.biv-tours-sections-items a {
    display: inline-block;
    margin: 0px 3px 10px 3px;
    padding: 11px 15px 11px 15px;
    background-color: #2f6d44;
    color: #fff;
    min-width: 100px;
    text-decoration: none;
    border-radius: 7px;
}

.biv-tours-sections-items a:hover {
    background-color: #456ac1;
    color: #fff;
    text-decoration: none;
}

.biv-tours-sections-items a.biv-tours-sections-active {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-tours-sections-items a.biv-tours-sections-active:hover {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-tours-item {
    display: block;
    box-shadow: 0px 0px 5px #acacac;
    border-radius: 24px;
    margin-bottom: 45px;
    text-decoration: none;
}

.biv-tours-item:hover {
    text-decoration: none;
}

.biv-tours-item-info-img span {
    display: block;
    border-radius: 24px 24px 0px 0px;
    background-position: center center;
    background-size: cover;
    transition: 0.3s linear;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.biv-tours-item-info-img span::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-tours-item .biv-tours-item-info-img span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-tours-item:hover .biv-tours-item-info-img span::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-tours-item-info-title {
    padding: 15px 15px 5px 15px;
}

.biv-tours-item-info-title h3 {
    color: #000
}

.biv-tours-item-info-date {
    padding: 0px 15px 10px 40px;
    color: #848484;
    position: relative;
}

.biv-tours-item-info-date::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f017";
    display: inline-block;
    color: #2f6d44;
    width: 25px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 3px;
    left: 15px;
    z-index: 999;
}

.biv-tours-item-info-desc {
    padding: 0px 15px 15px 15px;
    text-align: justify;
    color: #000;
}

.biv-tours-item-info-price {
    border-top: 1px solid #ced4da;
    padding: 27px 15px 15px 15px;
    text-align: center;
}

.biv-tours-item-info-price span {
    display: inline-block;
    position: relative;
    color: #2f6d44;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding: 0px 0px 0px 15px;
}

.biv-tours-item-info-price span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f156";
    color: #2f6d44;
    font-size: 18px;
    line-height: 18px;
    top: 1px;
    left: 0px;
}

.biv-tours-item-info-btn {
    background-color: #0ed3ca;
    padding: 27px 15px 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 0px 0px 24px 24px;
    position: relative;
}

.biv-tours-item-info-btn:hover {
    background-color: #3be8e0;
}

.biv-tours-item-info-btn::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}


/* Tour */

.biv-tour {
    background-color: #fff;
}

.biv-tour-content {
    padding: 90px 15px 0px 15px;
}

.biv-tour-text p {
    text-align: justify;
    margin: 0px 0px 15px 0px;
}

.biv-tour-price {
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-weight: 700;
    position: relative;
}


/* .biv-tour-price::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f156";
  display: inline-block;
  color: #2f6d44;
  width: 25px;
  height: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 999;
} */

.biv-tour-location {
    padding: 0px 0px 15px 30px;
    color: #000;
    position: relative;
}

.biv-tour-location::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f3c5";
    display: inline-block;
    color: #000;
    width: 25px;
    height: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 999;
}

.biv-tour-duration {
    padding: 0px 0px 15px 30px;
    color: #000;
    position: relative;
}

.biv-tour-duration::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f017";
    display: inline-block;
    color: #000;
    width: 25px;
    height: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 999;
}

.biv-tour-btn span {
    min-width: 200px;
}

.biv-similar-tours {
    background-color: #fff;
}

.biv-similar-tours-content {
    padding: 90px 15px 45px 15px;
}

.biv-similar-tours-info {
    margin-bottom: 60px;
}

.biv-similar-tours-info-title {
    text-align: center;
}

.biv-similar-tours-info-title h2 {
    color: #000;
}

.biv-similar-tours-info-desc {
    text-align: center;
    margin-top: 9px;
}

@media (max-width:991px) {
    .biv-tour-info {
        margin-bottom: 30px;
    }
}


/* Gallery */

.biv-gallery {
    background-color: #fff;
}

.biv-gallery-content {
    padding: 90px 15px 60px 15px;
}

.biv-gallery-info {
    margin-bottom: 50px;
}

.biv-gallery-info-title {
    text-align: center;
}

.biv-gallery-info-title h2 {
    color: #000;
}

.biv-gallery-info-desc {
    text-align: center;
    margin: 9px 0px 30px 0px;
}

.biv-gallery-item {
    margin-bottom: 30px;
}

.biv-gallery-btn {
    padding: 15px 0px 30px 0px;
    text-align: center;
}

.biv-gallery-sections {
    position: relative;
    text-align: center;
}

.biv-gallery-sections-items span {
    display: inline-block;
    margin: 0px 3px 10px 3px;
    padding: 11px 15px 11px 15px;
    background-color: #2f6d44;
    color: #fff;
    min-width: 100px;
    cursor: pointer;
    border-radius: 7px;
}

.biv-gallery-sections-items span:hover {
    background-color: #456ac1;
    color: #fff;
}

.biv-gallery-sections-items span.biv-gallery-sections-active {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-gallery-sections-items span.biv-gallery-sections-active:hover {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-gallery-sections-loading {
    position: absolute;
    bottom: -35.5px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.biv-gallery-sections-loading span {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

.biv-gallery-sections-loading span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f021";
    display: inline-block;
    color: #2f6d44c2;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.biv-gallery-item {
    margin-bottom: 30px;
}

.biv-gallery-item span {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 5px #aaa;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: 0.3s linear;
}

.biv-gallery-item span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-gallery-item span:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-gallery-fixed .biv-gallery-item span {
    height: 350px;
}

@media (max-width:991px) {
    .biv-gallery-fixed .biv-gallery-item span {
        height: 250px;
    }
}

@media (max-width:575px) {
    .biv-gallery-fixed .biv-gallery-item span {
        height: 350px;
    }
}

@media (max-width:450px) {
    .biv-gallery-fixed .biv-gallery-item span {
        height: 250px;
    }
}


/* Promotional */

.biv-promotional {
    background-position: center center;
    background-size: cover;
}

.biv-promotional-content {
    padding: 100px 15px 80px 15px;
    position: relative;
    background: rgba(0, 125, 114, 0.8) none repeat scroll 0% 0%;
}

.biv-promotional-content::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-size: 5760px 100%;
}

.biv-promotional-content::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-size: 5760px 100%;
}

.biv-promotional-info-title {
    text-align: center;
    margin-bottom: 17px;
}

.biv-promotional-info-title h2 {
    color: #fff;
}

.biv-promotional-info-desc {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.biv-promotional-btn {
    text-align: center;
}

@media (max-width:991px) {
    .biv-promotional-content::before {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
    .biv-promotional-content::after {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
}


/* About us */

.biv-about {
    background-color: #fff;
}

.biv-about-content {
    padding: 120px 15px 60px 15px;
}

.biv-about-info {
    margin-bottom: 45px;
}

.biv-about-info-title h2 {
    color: #000;
}

.biv-about-info-desc {
    margin: 9px 0px 22px 0px;
}

.biv-about-info-text {
    text-align: justify;
    margin-bottom: 22px;
}

.biv-about-info-btn1 {
    margin: 0px 6px 15px 0px;
}

.biv-about-info-btn2 {
    margin: 0px 0px 15px 0px;
}

.biv-about-info-btn2:hover {
    color: #fff;
    text-decoration: none;
}

.biv-about-info-btn2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background-color: #2f6d44;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-about-info-btn2:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    opacity: 1;
}

.biv-about-img {
    margin-bottom: 30px;
}

.biv-about-img span {
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
    border-radius: 150px 60px 150px 60px;
}

.biv-about-img span::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 17.5px;
    background-size: 1440px 100%;
}

.biv-about-img span::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 17.5px;
    background-size: 1440px 100%;
}

@media (max-width:991px) {
    .biv-about-img span::before {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
    .biv-about-img span::after {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
}

@media (min-width:992px) {
    .biv-about-img {
        margin-right: 15px;
    }
    .biv-about-info {
        margin: 30px 0px 60px 15px;
    }
}

@media (max-width:991px) {
    .biv-about-info-title {
        text-align: center;
    }
    .biv-about-info-desc {
        text-align: center;
    }
    .biv-about-info-btns {
        text-align: center;
    }
}

@media (max-width:767px) {
    .biv-about-info-btn1 {
        margin: 0px 3px 15px 3px;
    }
    .biv-about-info-btn2 {
        margin: 0px 3px 15px 3px;
    }
}


/* Our services */

.biv-services {
    background-color: #fff;
}

.biv-services-content {
    padding: 0px 15px 60px 15px;
}

.biv-services-info {
    margin-bottom: 60px;
}

.biv-services-info-title {
    text-align: center;
}

.biv-services-info-title h2 {
    color: #000;
}

.biv-services-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-services-item {
    border: 2px solid #e3e3e3;
    padding: 30px 25px 30px 25px;
    border-radius: 32px 0px 32px 0px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: 0.3s linear
}

.biv-services-item:hover {
    border: 2px solid #0ed3ca;
}

.biv-services-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background-color: #0ed3ca;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-services-item:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-services-item-icon {
    text-align: center;
    margin-bottom: 15px;
}

.biv-services-item-icon span {
    background-color: #0ed3ca;
    color: #fff;
    display: inline-block;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
    padding-top: 16px;
    border-radius: 32px 0px 32px 0px;
}

.biv-services-item-title {
    text-align: center;
}

.biv-services-item-title h3 {
    color: #000;
    transition: 0.3s linear
}

.biv-services-item:hover .biv-services-item-title h3 {
    color: #fff;
}

.biv-services-item-desc {
    text-align: center;
    transition: 0.3s linear;
    margin-top: 10px;
}

.biv-services-item:hover .biv-services-item-desc {
    color: #fff;
}

.biv-services-s {
    background-color: #fff;
}

.biv-services-s-content {
    padding: 90px 15px 60px 15px;
}

.biv-services-s-item {
    border: 2px solid #e3e3e3;
    padding: 30px 25px 30px 25px;
    border-radius: 32px 0px 32px 0px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: 0.3s linear
}

.biv-services-s-item:hover {
    border: 2px solid #2f6d44;
}

.biv-services-s-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background-color: #2f6d44;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-services-s-item:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-services-s-item-icon {
    text-align: center;
    margin-bottom: 15px;
}

.biv-services-s-item-icon span {
    background-color: #2f6d44;
    color: #fff;
    display: inline-block;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
    padding-top: 16px;
    border-radius: 32px 0px 32px 0px;
}

.biv-services-s-item-title {
    text-align: center;
}

.biv-services-s-item-title h3 {
    color: #000;
    transition: 0.3s linear
}

.biv-services-s-item:hover .biv-services-s-item-title h3 {
    color: #fff;
}

.biv-services-s-item-desc {
    text-align: center;
    transition: 0.3s linear;
    margin-top: 10px;
}

.biv-services-s-item:hover .biv-services-s-item-desc {
    color: #fff;
}


/* Hot tours */

.biv-hot-tours {
    background-color: #fff;
}

.biv-hot-tours-content {
    padding: 90px 15px 45px 15px;
}

.biv-hot-tours-info {
    margin-bottom: 60px;
}

.biv-hot-tours-info-title {
    text-align: center;
}

.biv-hot-tours-info-title h2 {
    color: #000;
}

.biv-hot-tours-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-hot-tours-item {
    cursor: pointer;
    margin-bottom: 45px;
    text-decoration: none;
}

.biv-hot-tours-item-info {
    position: relative;
}

.biv-hot-tours-item-img {
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 50px 50px 0px 0px;
    transition: 0.3s linear;
}

.biv-hot-tours-item-img::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
    transition: 0.9s linear;
}

.biv-hot-tours-item:hover .biv-hot-tours-item-img::before {
    background-size: 1764px 100%;
}

.biv-hot-tours-item-title {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.biv-hot-tours-item-title h3 {
    color: #fff;
}

.biv-hot-tours-item-rating {
    text-align: center;
    position: relative;
    height: 18px;
    margin: 5px 0px 5px 0px;
}

.biv-hot-tours-item-rating::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f005\f005\f005\f005\f005";
    color: #ffde7a;
    font-size: 18px;
    line-height: 18px;
    top: 0px;
    left: 2px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
}

.biv-hot-tours-item-btns {
    display: inline-block;
    width: 100%;
    margin-bottom: -7px;
    overflow: hidden;
    border-radius: 0px 0px 24px 24px;
}

.biv-hot-tours-item-price {
    float: left;
    width: 50%;
    height: 48px;
    padding: 13px 15px 0px 15px;
    background-color: #2f6d44;
    text-align: center;
}

.biv-hot-tours-item-price span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding: 0px 0px 0px 15px;
}

.biv-hot-tours-item-price span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f156";
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    top: 1px;
    left: 0px;
}

.biv-hot-tours-item-url {
    float: left;
    width: 50%;
    background-color: #0ed3ca;
}

.biv-hot-tours-item-url:hover {
    background-color: #3be8e0;
}

.biv-hot-tours-item-url span {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 48px;
    text-align: center;
    padding: 11px 15px 0px 15px;
}

.biv-hot-tours-item-desc {
    margin-top: 15px;
    color: #000;
    text-align: justify;
}

@media (max-width:499px) {
    .biv-hot-tours-item-price {
        width: 100%;
    }
    .biv-hot-tours-item-url {
        width: 100%;
    }
}


/* Testimonials */

.biv-testimonials-s {
    background-color: #fff;
}

.biv-testimonials-s-content {
    padding: 90px 15px 45px 15px;
}

.biv-testimonials-s-info {
    margin-bottom: 60px;
}

.biv-testimonials-s-info-title {
    text-align: center;
}

.biv-testimonials-s-info-title h2 {
    color: #000;
}

.biv-testimonials-s-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-testimonials-s-item {
    margin-bottom: 45px;
}

.biv-testimonials-s-item-img {
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.biv-testimonials-s-item-img span {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 128px;
    border-radius: 98px;
    box-shadow: 0px 0px 5px #111;
}

.biv-testimonials-s-item-name {
    padding: 7px 15px 10px 15px;
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-testimonials-s-item-text {
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

.biv-testimonials {
    background-color: #fff;
}

.biv-testimonials-content {
    padding: 90px 15px 45px 15px;
}

.biv-testimonials-info {
    margin-bottom: 60px;
}

.biv-testimonials-info-title {
    text-align: center;
}

.biv-testimonials-info-title h2 {
    color: #000;
}

.biv-testimonials-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-testimonials-item {
    background-color: #fff;
    border-radius: 24px 24px 24px 24px;
    box-shadow: 0px 0px 5px #acacac;
    margin-bottom: 45px;
}

.biv-testimonials-item-img {
    text-align: center;
    padding: 30px 30px 15px 30px;
}

.biv-testimonials-item-img span {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 128px;
    border-radius: 98px;
}

.biv-testimonials-item-text {
    text-align: justify;
    padding: 0px 30px 15px 30px;
}

.biv-testimonials-item-name {
    background-color: #0ed3ca;
    padding: 27px 15px 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 0px 0px 24px 24px;
    position: relative;
}

.biv-testimonials-item-name::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-testimonials-t {
    background-color: #fff;
}

.biv-testimonials-t-content {
    padding: 90px 15px 90px 15px;
}

.biv-testimonials-t-info {
    margin-bottom: 60px;
}

.biv-testimonials-t-info-title {
    text-align: center;
}

.biv-testimonials-t-info-title h2 {
    color: #000;
}

.biv-testimonials-t-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-testimonials-t-items {
    padding: 0px 78px 0px 78px;
    position: relative;
}

.biv-testimonials-t-item {
    z-index: 9;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 0px 78px 0px 78px;
}

.biv-testimonials-t-item-img {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.biv-testimonials-t-item-img span {
    display: inline-block;
    width: 128px;
    height: 128px;
    border-radius: 64px;
    background-position: center center;
    background-size: cover;
}

.biv-testimonials-t-item-info-text {
    margin-bottom: 15px;
}

.biv-testimonials-t-item-info-text span {
    display: block;
    position: relative;
    text-align: justify;
    padding: 0px 20px 0px 18px;
}

.biv-testimonials-t-item-info-text span::before,
.biv-testimonials-t-item-info-text span::after {
    position: absolute;
}

.biv-testimonials-t-item-info-text span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f10d";
    color: #181818;
    font-size: 10px;
    line-height: 10px;
    top: 5px;
    left: 0;
}

.biv-testimonials-t-item-info-text span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f10e";
    font-size: 10px;
    line-height: 10px;
    color: #181818;
    bottom: 5px;
    right: 0;
}

.biv-testimonials-t-item-info-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-testimonials-t-item-info-rating {
    text-align: center;
    position: relative;
    height: 18px;
    margin-top: 5px;
}

.biv-testimonials-t-item-info-rating::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f005\f005\f005\f005\f005";
    color: #fc0;
    font-size: 18px;
    line-height: 18px;
    top: 0px;
    left: 2px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
}

.biv-testimonials-t-item-btn-left {
    position: absolute;
    left: 0px;
    z-index: 999;
    margin-top: -24px;
    display: inline-block;
    background-color: #0ed3ca;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}

.biv-testimonials-t-item-btn-left:hover {
    background-color: #3be8e0;
}

.biv-testimonials-t-item-btn-left::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f053";
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    top: 12px;
    right: 2px;
    width: 100%;
    text-align: center;
}

.biv-testimonials-t-item-btn-right {
    position: absolute;
    right: 0px;
    z-index: 999;
    margin-top: -24px;
    display: inline-block;
    background-color: #0ed3ca;
    width: 49px;
    height: 48px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}

.biv-testimonials-t-item-btn-right:hover {
    background-color: #3be8e0;
}

.biv-testimonials-t-item-btn-right::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    top: 12px;
    left: 2px;
    width: 100%;
    text-align: center;
}

@media (max-width:767px) {
    .biv-testimonials-t-content {
        padding: 90px 0px 153px 0px;
    }
    .biv-testimonials-t-items {
        padding: 0px 0px 0px 0px;
    }
    .biv-testimonials-t-item {
        padding: 0px 0px 0px 0px;
    }
    .biv-testimonials-t-item-btn-left {
        bottom: -63px;
    }
    .biv-testimonials-t-item-btn-right {
        bottom: -63px;
    }
}

@media (min-width:768px) {
    .biv-testimonials-t-item-btn-left {
        top: 50%;
    }
    .biv-testimonials-t-item-btn-right {
        top: 50%;
    }
}


/* Our partners */

.biv-partners {
    background-color: #fff;
}

.biv-partners-content {
    padding: 90px 15px 60px 15px;
}

.biv-partners-info {
    margin-bottom: 60px;
}

.biv-partners-info-title {
    text-align: center;
}

.biv-partners-info-title h2 {
    color: #000;
}

.biv-partners-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-partners-item {
    border: 2px solid #e3e3e3;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    text-align: center;
}

.biv-partners-item img {
    width: 100%;
    max-width: 200px;
}


/* Other pages */

.biv-content-static {
    background-color: #fff;
    padding: 90px 15px 60px 15px;
}


/* Our team */

.biv-team-s {
    background-color: #fff;
}

.biv-team-s-content {
    padding: 90px 15px 45px 15px;
}

.biv-team-s-info {
    margin-bottom: 60px;
}

.biv-team-s-info-title {
    text-align: center;
}

.biv-team-s-info-title h2 {
    color: #000;
}

.biv-team-s-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-team-s-item {
    background-color: #fff;
    margin-bottom: 45px;
    padding: 64px 0px 0px 0px;
    position: relative;
}

.biv-team-s-item-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.biv-team-s-item-img span {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 128px;
    border-radius: 98px;
    box-shadow: 0px 0px 5px #111;
}

.biv-team-s-item-info {
    box-shadow: 0px 0px 5px #acacac;
    border-radius: 7px 7px 7px 7px;
    padding: 79px 15px 110px 15px;
    text-align: center;
}

.biv-team-s-item-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-team-s-item-position {
    margin-top: 1px;
}

.biv-team-s-item-social {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #2f6d44;
    border-radius: 0px 0px 7px 7px;
    text-align: center;
    padding: 27px 12px 10px 12px;
}

.biv-team-s-item-social::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-team-s-item-social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    margin: 0px 3px 10px 3px;
    text-decoration: none;
}

.biv-team-s-item-social a:hover {
    background-color: #fff;
    color: #2f6d44;
}

.biv-team {
    background-color: #f9f9f9;
}

.biv-team-content {
    padding: 90px 15px 45px 15px;
}

.biv-team-info {
    margin-bottom: 60px;
}

.biv-team-info-title {
    text-align: center;
}

.biv-team-info-title h2 {
    color: #000;
}

.biv-team-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-team-item {
    background-color: #fff;
    border: 2px solid #2f6d44;
    border-radius: 24px;
    margin-bottom: 45px;
}

.biv-team-item-img {
    text-align: center;
    padding: 30px 30px 18px 30px;
}

.biv-team-item-img span {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 128px;
    border-radius: 98px;
}

.biv-team-item-info {
    background-color: #2f6d44;
    padding: 27px 15px 27px 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.biv-team-item-info::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-team-item-info::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-team-item-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-team-item-position {
    margin-top: 1px;
}

.biv-team-item-social {
    text-align: center;
    padding: 18px 12px 10px 12px;
}

.biv-team-item-social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #2f6d44;
    color: #2f6d44;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    margin: 0px 3px 10px 3px;
    text-decoration: none;
}

.biv-team-item-social a:hover {
    background-color: #2f6d44;
    color: #fff;
}

.biv-team-t {
    background-color: #fff;
}

.biv-team-t-content {
    padding: 90px 15px 45px 15px;
}

.biv-team-t-info {
    margin-bottom: 60px;
}

.biv-team-t-info-title {
    text-align: center;
}

.biv-team-t-info-title h2 {
    color: #000;
}

.biv-team-t-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-team-t-item {
    background-color: #fff;
    box-shadow: 0px 0px 5px #acacac;
    border-radius: 24px;
    margin-bottom: 45px;
}

.biv-team-t-item-img {
    text-align: center;
    padding: 30px 30px 18px 30px;
}

.biv-team-t-item-img span {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 128px;
    border-radius: 98px;
}

.biv-team-t-item-info {
    background-color: #0ed3ca;
    padding: 27px 15px 27px 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.biv-team-t-item-info::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-team-t-item-info::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-team-t-item-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-team-t-item-position {
    margin-top: 1px;
}

.biv-team-t-item-social {
    text-align: center;
    padding: 18px 12px 10px 12px;
}

.biv-team-t-item-social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #0ed3ca;
    color: #0ed3ca;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    margin: 0px 3px 10px 3px;
    text-decoration: none;
}

.biv-team-t-item-social a:hover {
    background-color: #0ed3ca;
    color: #fff;
}


/* Tabs and accordions */

.biv-tabs-btns ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-tabs-btns ul li {
    display: inline-block;
    margin: 0px 6px 10px 0px;
    padding: 11px 15px 11px 15px;
    background-color: #2f6d44;
    color: #fff;
    min-width: 100px;
    cursor: pointer;
    border-radius: 7px;
}

.biv-tabs-btns ul li:hover {
    background-color: #456ac1;
    color: #fff;
}

.biv-tabs-btns ul li.active {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-tabs-btns ul li.active:hover {
    background-color: #2f6d44c2;
    color: #fff;
}

.biv-tabs-section {
    display: none;
}

.biv-tabs-section.active {
    display: block;
}

.biv-accordion-item {
    padding-bottom: 20px;
    position: relative;
}

.biv-accordion-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f067";
    position: absolute;
    top: 15px;
    right: 16px;
    color: #2f6d44;
    font-size: 18px;
    line-height: 18px;
}

.biv-accordion-item-title {
    background-color: #f4f4f4;
    color: #000;
    padding: 11px 63px 11px 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
}

.biv-accordion-item-title:hover {
    background-color: #fff;
    color: #000;
}

.biv-accordion-item-desc {
    background-color: #f4f4f4;
    padding: 15px;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    display: none;
}

.biv-accordion-item-active:before {
    content: "\f068";
}

.biv-accordion-item-active .biv-accordion-item-title {
    background-color: #fff;
    color: #000;
}

.biv-accordion-item-active .biv-accordion-item-desc {
    display: block;
}

.biv-table {
    padding: 0px 15px 30px 15px;
}

.biv-table-rows {
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
}

.biv-table-rows div {
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #fff;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: #000;
}

.biv-table-rows.header div {
    background-color: #2f6d44;
    color: #fff;
}

.biv-table-rows.color div {
    background-color: #f4f4f4;
    color: #000;
}

.biv-table.table-col-2 .biv-table-rows div {
    width: 50%;
}

.biv-table.table-col-3 .biv-table-rows div {
    width: 33.333333%;
}

.biv-table.table-col-4 .biv-table-rows div {
    width: 25%;
}

.biv-table.table-col-5 .biv-table-rows div {
    width: 20%;
}

@media (max-width:991px) {
    .biv-table-rows div {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .biv-table-rows div {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width:499px) {
    .biv-table-rows div {
        font-size: 12px;
        line-height: 20px;
    }
}

.biv-price {
    background-color: #f9f9f9;
}

.biv-price-content {
    padding: 90px 15px 45px 15px;
}

.biv-price-info {
    margin-bottom: 60px;
}

.biv-price-info-title {
    text-align: center;
}

.biv-price-info-title h2 {
    color: #000;
}

.biv-price-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-price-item {
    background-color: #fff;
    margin-bottom: 45px;
    border-radius: 30px 30px 30px 30px;
    position: relative;
}

.biv-price-item::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    border-radius: 30px 30px 0px 0px;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-price-item-info {
    border-radius: 30px 30px 0px 0px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.biv-price-item-title {
    border-radius: 30px 30px 0px 0px;
    padding: 72px 15px 0px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}

.biv-price-item-title h3 {
    color: #fff;
}

.biv-price-item-price {
    text-align: center;
    padding: 10px 15px 60px 15px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}

.biv-price-item-price span {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 0px 15px;
}

.biv-price-item-price span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f156";
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    top: 1px;
    left: 0px;
}

.biv-price-item-content {
    box-shadow: 0px 0px 5px #acacac;
    border-radius: 0px 0px 7px 7px;
    padding: 25px 15px 10px 15px;
}

.biv-price-item-service {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.biv-price-item-service::before {
    position: absolute;
    content: " ";
    border-bottom: 1px dashed #464646;
    font-size: 14px;
    line-height: 14px;
    bottom: 7px;
    left: 0;
    z-index: -1;
    width: 100%;
}

.biv-price-item-service-name {
    float: left;
    background-color: #fff;
    padding: 0px 15px 0px 0px;
}

.biv-price-item-service-price {
    float: right;
    background-color: #fff;
    padding: 0px 0px 0px 15px;
    color: #2f6d44c2;
    font-weight: 700;
}

.biv-price-item-service-price span {
    margin-left: 5px;
}

.biv-price-item-btn {
    padding-top: 15px;
}

.biv-price-item-btn span {
    width: 100%;
}


/* Latest news */

.biv-news {
    background-color: #fff;
}

.biv-news-content {
    padding: 90px 15px 60px 15px;
}

.biv-news-info {
    margin-bottom: 60px;
}

.biv-news-info-title {
    text-align: center;
}

.biv-news-info-title h2 {
    color: #000;
}

.biv-news-info-desc {
    text-align: center;
    margin-top: 9px;
}

.biv-news-item {
    display: block;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
    text-decoration: none;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 9;
    transition: 0.3s linear;
}

.biv-news-item:hover {
    text-decoration: none;
}

.biv-news-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-news-item:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-news-item-info-title {
    background-color: #2f6d44;
    color: #fff;
    padding: 11px 15px 11px 15px;
    text-align: center;
}

.biv-news-item-info-date {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    color: #fff;
    padding: 5px 15px 5px 15px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.biv-news-btn {
    padding: 15px 0px 30px 0px;
    text-align: center;
}


/* Blog */

.biv-blog {
    background-color: #fff;
}

.biv-blog-content {
    padding: 90px 15px 45px 15px;
}

.biv-blog-item {
    display: block;
    box-shadow: 0px 0px 5px #acacac;
    border-radius: 24px;
    margin-bottom: 45px;
    text-decoration: none;
}

.biv-blog-item:hover {
    text-decoration: none;
}

.biv-blog-item-info-img span {
    display: block;
    border-radius: 24px 24px 0px 0px;
    background-position: center center;
    background-size: cover;
    transition: 0.3s linear;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.biv-blog-item-info-img span::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-blog-item .biv-blog-item-info-img span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-blog-item:hover .biv-blog-item-info-img span::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.biv-blog-item-info-title {
    padding: 15px 15px 5px 15px;
}

.biv-blog-item-info-title h3 {
    color: #000
}

.biv-blog-item-info-date {
    padding: 0px 15px 10px 15px;
    color: #848484;
}

.biv-blog-item-info-desc {
    padding: 0px 15px 15px 15px;
    text-align: justify;
    color: #000;
}

.biv-blog-nav {
    text-align: center;
    padding: 0px 0px 37px 0px;
}

.biv-blog-nav ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-blog-nav ul li {
    display: inline-block;
}

.biv-blog-nav ul li a {
    display: inline-block;
    text-decoration: none;
    background-color: #2f6d44;
    color: #fff;
    min-width: 48px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 15px 15px 15px;
    margin: 0px 2px 8px 2px;
    border-radius: 7px;
}

.biv-blog-nav ul li a:hover {
    background-color: #456ac1;
    color: #fff;
    text-decoration: none;
}

.biv-blog-nav ul li span {
    display: inline-block;
    background-color: #2f6d44c2;
    color: #fff;
    min-width: 48px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 15px 15px 15px;
    margin: 0px 2px 8px 2px;
    border-radius: 7px;
}

@media (max-width:767px) {
    .biv-blog-nav ul li a.prev {
        display: none;
    }
    .biv-blog-nav ul li a.next {
        display: none;
    }
}


/* Blog post */

.biv-blog-post {
    background-color: #fff;
}

.biv-blog-post-content {
    padding: 90px 15px 0px 15px;
}

.biv-blog-post-info {
    padding: 0px 0px 15px 0px;
}

.biv-blog-post-center {
    text-align: center;
}

.biv-blog-post-right {
    text-align: right;
}

.biv-blog-post-info h2 {
    margin: 0px 0px 30px 0px;
}

.biv-blog-post-info h3 {
    margin: 0px 0px 15px 0px;
}

.biv-blog-post-info p {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: justify;
}

.biv-blog-post-info img {
    margin: 5px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    border-radius: 7px;
}

.biv-blog-post-info ul {
    margin-bottom: 17px;
}

.biv-blog-comments-title {
    margin: 25px 0px 20px 0px;
}

.biv-blog-comments-item {
    background-color: #f9f9f9;
    border-radius: 7px;
    margin-bottom: 30px;
}

.biv-blog-comments-item-answer {
    margin-left: 91px;
}

.biv-blog-comments-item-img span {
    display: inline-block;
    width: 128px;
    height: 128px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    border-radius: 64px;
}

.biv-blog-comments-item-name {
    margin: 6px 0px 2px 0px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.biv-blog-comments-item-date {
    margin-bottom: 15px;
}

.biv-blog-comments-item-text {
    text-align: justify;
}

.biv-blog-comments-item-text span {
    font-weight: 400;
}

.biv-blog-comments-new-title {
    margin: 10px 0px 20px 0px;
}

.biv-blog-comments-new-input {
    padding: 0px 0px 20px 0px;
}

.biv-blog-comments-new-input input {
    height: 48px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 7px;
}

.biv-blog-comments-new-input textarea {
    height: 174px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 7px;
    padding: 16px 12px 16px 12px;
}

.biv-blog-comments-new-block {
    display: inline-block;
    width: 100%;
}

.biv-blog-comments-new-agreement {
    min-height: 63px;
    padding: 0px 7.5px 0px 0px;
    display: block;
    float: left;
    width: 60%;
}

.biv-blog-comments-new-agreement label {
    display: block;
    position: relative;
    padding: 0px 0px 0px 63px;
}

.biv-blog-comments-new-agreement-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    border-radius: 7px;
    padding-top: 9px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.biv-blog-comments-new-agreement-text {
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}

.biv-blog-comments-new-agreement-text a {
    color: #000;
    border-bottom: 1px dashed #b8b8b8;
    text-decoration: none;
}

.biv-blog-comments-new-agreement-text a:hover {
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.biv-blog-comments-new-btn {
    padding: 0px 0px 0px 7.5px;
    display: block;
    float: left;
    width: 40%;
}

.biv-blog-comments-new-btn span {
    width: 100%;
}

@media (max-width:991px) {
    .biv-blog-comments-item {
        padding: 30px 30px 30px 30px;
    }
    .biv-blog-comments-item {
        text-align: center;
    }
    .biv-blog-comments-item-img {
        position: relative;
        margin: 10px 0px 5px 0px;
    }
    .biv-blog-comments-new-agreement {
        width: 50%;
    }
    .biv-blog-comments-new-btn {
        width: 50%;
    }
}

@media (max-width:767px) {
    .biv-blog-comments-new-agreement {
        padding: 0px 0px 15px 0px;
        width: 100%;
    }
    .biv-blog-comments-new-btn {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
}

@media (min-width:992px) {
    .biv-blog-comments-item {
        position: relative;
        padding: 25px 30px 30px 188px;
        min-height: 200px;
    }
    .biv-blog-comments-item-img {
        position: absolute;
        top: 30px;
        left: 30px;
    }
}


/* Forms */

.biv-form-input {
    position: relative;
    margin-bottom: 30px;
}

.biv-form-input span {
    display: inline-block;
    border-radius: 7px 0px 0px 7px;
    width: 48px;
    height: 48px;
    background-color: #2f6d44;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.biv-form-input input {
    height: 48px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 14px 15px 14px 63px;
}

.biv-form-textarea {
    position: relative;
    margin-bottom: 30px;
}

.biv-form-textarea span {
    display: inline-block;
    border-radius: 7px 0px 0px 7px;
    width: 48px;
    height: 100%;
    background-color: #2f6d44;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.biv-form-textarea textarea {
    height: 150px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 14px 15px 14px 63px;
}

.biv-form-select {
    position: relative;
    margin-bottom: 30px;
}

.biv-form-select span {
    display: inline-block;
    border-radius: 7px 0px 0px 7px;
    width: 48px;
    height: 48px;
    background-color: #2f6d44;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.biv-form-select select {
    height: 48px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 0px 15px 0px 63px;
}

.biv-form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.biv-form-btn {
    margin-bottom: 30px;
}

.biv-form-btn span {
    width: 100%;
    margin: 0px 3px 10px 3px;
}

.biv-form-agreement {
    padding: 0px 0px 30px 0px;
    min-height: 48px;
}

.biv-form-agreement label {
    display: block;
    position: relative;
    padding: 15px 0px 0px 63px;
}

.biv-form-agreement-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 9px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.biv-form-agreement-text {
    color: #737373;
}

.biv-form-agreement-text a {
    color: #000;
    border-bottom: 1px dashed #b8b8b8;
    text-decoration: none;
}

.biv-form-agreement-text a:hover {
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.biv-form-social {
    text-align: center;
    padding: 60px 0px 20px 0px;
}

.biv-form-social-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #2f6d44;
    margin-bottom: 15px;
}

.biv-form-social ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-form-social ul li {
    display: inline-block;
}

.biv-form-social ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    margin: 0px 3px 10px 3px;
    text-decoration: none;
}

.biv-form-social ul li a:hover {
    text-decoration: none;
}

.biv-form-social ul li a.whatapp-color {
    background-color: #65bc54;
    color: #fff;
}

.biv-form-social ul li a.whatapp-color:hover {
    background-color: #65bc54;
    color: #fff;
}

.biv-form-social ul li a.viber-color {
    background-color: #7b519d;
    color: #fff;
}

.biv-form-social ul li a.viber-color:hover {
    background-color: #7b519d;
    color: #fff;
}

.biv-form-social ul li a.facebook-color {
    background-color: #52b1f2;
    color: #fff;
}

.biv-form-social ul li a.facebook-color:hover {
    background-color: #52b1f2;
    color: #fff;
}

.biv-form-social ul li a.skype-color {
    background-color: #00aff0;
    color: #fff;
}

.biv-form-social ul li a.skype-color:hover {
    background-color: #00aff0;
    color: #fff;
}

#bivFormContentResult2 .form-result {
    text-align: center;
    padding: 15px 15px 30px 15px;
    font-size: 24px;
    line-height: 32px;
    color: #0ed3ca;
    font-weight: 700;
}

#bivFormContentResult2 .form-error {
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 30px 15px 30px;
}

#bivFormContentResult2 .form-error span {
    color: #ac0000;
}

#bivFormContentResult2 .form-error ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
}

@media (max-width:991px) {
    .biv-form-agreement label {
        padding: 4px 0px 0px 63px;
    }
}


/* About the company in numbers */

.biv-numbers {
    background: #0ed3ca;
    background: -moz-linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    background: -webkit-linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    background: linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ed3ca', endColorstr='#2f6d44c2', GradientType=1);
}

.biv-numbers-content {
    padding: 90px 15px 60px 15px;
}

.biv-numbers-item {
    margin-bottom: 30px;
    text-align: center;
}

.biv-numbers-item-value {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

.biv-numbers-item-desc {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

@media (max-width:991px) {
    .biv-numbers-item-value {
        font-size: 32px;
        line-height: 40px;
    }
}

.biv-numbers-second {
    background-color: #fff;
}

.biv-numbers-second-content {
    padding: 90px 15px 60px 15px;
}

.biv-numbers-second-item {
    padding: 29px 0px 0px 0px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.biv-numbers-second-item::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f773";
    display: block;
    text-align: center;
    color: #2f6d44;
    width: 100%;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.biv-numbers-second-item-value {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #2f6d44;
}

.biv-numbers-second-item-desc {
    color: #2f6d44;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

@media (max-width:991px) {
    .biv-numbers-second-item-value {
        font-size: 32px;
        line-height: 40px;
    }
}

.biv-numbers-third {
    background-position: center center;
    background-size: cover;
}

.biv-numbers-third-content {
    background: rgba(0, 125, 114, 0.4) none repeat scroll 0% 0%;
    padding: 90px 15px 60px 15px;
}

.biv-numbers-third-item {
    margin-bottom: 30px;
    text-align: center;
}

.biv-numbers-third-item-value {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.biv-numbers-third-item-desc {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

@media (max-width:991px) {
    .biv-numbers-third-item-value {
        font-size: 32px;
        line-height: 40px;
    }
}


/* Progress bars */

.biv-progress {
    padding-bottom: 30px;
}

.biv-progress-title span {
    display: inline-block;
    color: #0ed3ca;
    font-weight: 700;
}

.biv-progress-line {
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #2f6d44;
    position: relative;
}

.biv-progress-line span {
    display: inline-block;
    background-color: #0ed3ca;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.biv-progress.wave .biv-progress-line {
    margin-top: 10px;
    height: 25px;
    position: relative;
}

.biv-progress.wave .biv-progress-line::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-progress.wave .biv-progress-line::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    background-size: 882px 100%;
}

.biv-progress.wave .biv-progress-line span {
    height: 25px;
    position: relative;
}


/* Promotion timer */

.biv-promotion-timer {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.biv-promotion-timer-content {
    display: inline-block;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    border-radius: 24px;
}

.biv-promotion-timer-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1px;
}

.biv-promotion-timer-title span {
    color: #3be8e0;
}

.biv-promotion-timer-desc {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

.biv-promotion-timer-btn {
    margin-bottom: 15px;
}

.biv-time-action-time {
    text-align: center;
    padding-bottom: 15px;
}

.biv-time-action-time-section {
    display: inline-block;
    background-color: #2f6d44;
    color: #fff;
    width: 80px;
    height: 83px;
    text-align: center;
    padding-top: 15px;
    margin: 0px 10px 20px 10px;
    border-radius: 7px;
}

.biv-time-action-time-section-number {
    display: block;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}

.biv-time-action-time-section-text {
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.biv-timer-btns {
    text-align: center;
}

.biv-timer-btns span {
    display: inline-block;
    background-color: #035395;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 14px 25px 14px 25px;
    border-radius: 24px;
    cursor: pointer;
}

.biv-timer-btns span:hover {
    background-color: #0f64aa;
    color: #fff;
}

@media (max-width:991px) {
    .biv-promotion-timer-title {
        font-size: 32px;
        line-height: 40px;
    }
    .biv-promotion-timer-desc {
        font-size: 32px;
        line-height: 40px;
    }
    .biv-time-action-time-section {
        margin: 0px 5px 20px 5px;
        padding-top: 10px;
        width: 64px;
        height: 57px;
    }
    .biv-time-action-time-section-number {
        font-size: 20px;
        line-height: 20px;
    }
    .biv-time-action-time-section-text {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width:499px) {
    .biv-time-action-time-section {
        width: 120px;
        height: 57px;
    }
}

@media (max-width:449px) {
    .biv-time-action-time-section {
        width: 100px;
        height: 57px;
    }
}

@media (max-width:349px) {
    .biv-time-action-time-section {
        width: 80px;
        height: 57px;
    }
}


/* Footer */

.biv-footer {
    background: #0ed3ca;
    background: -moz-linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    background: -webkit-linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    background: linear-gradient(45deg, #0ed3ca 0%, #2f6d44c2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ed3ca', endColorstr='#2f6d44c2', GradientType=1);
    position: relative;
    padding: 70px 0px 0px 0px;
}

.biv-footer::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-image: url("../img/background/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-size: 5760px 100%;
}

.biv-footer-content {
    padding: 60px 0px 30px 0px;
}

.biv-footer-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.biv-footer-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.biv-footer-links ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.biv-footer-links ul li {
    display: block;
}

.biv-footer-links ul li a {
    display: inline-block;
    color: #fff;
    padding: 11px 0px 11px 0px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
}

.biv-footer-bottom {
    background-color: #dfd2c2;
    padding: 30px 0px 30px 0px;
    text-align: center;
}

.biv-footer-contacts {
    padding-bottom: 15px;
}

.biv-footer-contacts-item-text {
    padding: 11px 0px 11px 30px;
    color: #fff;
    position: relative;
}

.biv-footer-contacts-item-text span {
    position: absolute;
    top: 11px;
    left: 0px;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.biv-footer-contacts-item a {
    display: inline-block;
    padding: 11px 0px 11px 30px;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.biv-footer-contacts-item a:hover {
    text-decoration: none;
}

.biv-footer-contacts-item a span {
    position: absolute;
    top: 11px;
    left: 0px;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.biv-footer-social {
    padding-top: 15px;
}

.biv-footer-social ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.biv-footer-social ul li {
    display: inline-block;
}

.biv-footer-social ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    margin: 0px 5px 10px 0px;
    text-decoration: none;
}

.biv-footer-social ul li a:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #0ed3ca;
    text-decoration: none;
}

.biv-footer-tours {
    padding-bottom: 15px;
}

.biv-footer-tour {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}

.biv-footer-tour-img {
    float: left;
    width: 30%;
    background-position: center center;
    background-size: cover;
    border-radius: 7px;
}

.biv-footer-tour-info {
    float: left;
    width: 70%;
    padding-left: 15px;
}

.biv-footer-tour-title {
    color: #fff;
    font-weight: 700;
    padding: 3px 0px 2px 0px;
}

.biv-footer-tour-desc {
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 25px;
}

.biv-footer-tour-desc::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f017";
    position: absolute;
    top: 3px;
    left: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

@media (max-width:991px) {
    .biv-footer::before {
        width: 100%;
        height: 35px;
        background-size: 2880px 100%;
    }
    .biv-footer-title {
        font-size: 24px;
        line-height: 32px;
    }
    .biv-footer-links ul {
        width: 33.333333%;
    }
}

@media (max-width:767px) {
    .biv-footer-links ul {
        width: 100%;
    }
    .biv-footer-tour-img {
        width: 45%;
    }
    .biv-footer-tour-info {
        width: 55%;
    }
}


/* Preloader */

.biv-preloader {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: none;
}

.biv-preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -128px;
    width: 256px;
    text-align: center;
}

.biv-preloader-icon {
    display: inline-block;
    width: 48px;
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    color: #fff;
}


/* Modal window */

#bivModalWindowBg {
    display: none;
}

#bivModalWindow {
    display: none;
}

.biv-modal-window {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0%;
    left: 0%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0px;
}

.biv-modal-window-content-title {
    padding: 30px 78px 20px 30px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    position: relative;
}

.biv-modal-window-content-title span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #eee;
    color: #3a3d3d;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
}

.biv-modal-window-content-title span:hover {
    background-color: #f9f9f9;
    color: #3a3d3d;
}

.biv-modal-window-content-input {
    padding: 0px 30px 15px 30px;
}

.biv-modal-window-content-input input {
    height: 48px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.biv-modal-window-content-agreement {
    padding: 0px 30px 15px 30px;
    min-height: 63px;
}

.biv-modal-window-content-agreement label {
    display: block;
    position: relative;
    padding: 0px 0px 0px 63px;
}

.biv-modal-window-content-agreement-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-top: 9px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.biv-modal-window-content-agreement-text {
    color: #737373;
}

.biv-modal-window-content-agreement-text a {
    color: #000;
    border-bottom: 1px dashed #b8b8b8;
    text-decoration: none;
}

.biv-modal-window-content-agreement-text a:hover {
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.biv-modal-window-content-btn {
    padding: 0px 30px 30px 30px;
}

.biv-modal-window-content-btn span {
    display: block;
    background-color: #0ed3ca;
    color: #fff;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: 0.3s linear;
}

.biv-modal-window-content-btn span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background-color: #3be8e0;
    width: 0px;
    height: 0px;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}

.biv-modal-window-content-btn span:hover::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    opacity: 1;
}

@media (max-width:767px) {
    .biv-modal-window {
        height: 100%;
        border-radius: 0px;
    }
    .biv-modal-window-content {
        margin-top: -155px;
        top: 50%;
        left: 0px;
        width: 100%;
        position: absolute;
    }
    .biv-modal-window-content-title {
        padding: 8px 78px 8px 30px;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .biv-modal-window-content-agreement {
        font-size: 14px;
        line-height: 20px;
    }
    .biv-modal-window-content-agreement label {
        padding: 9px 0px 0px 63px;
    }
    .biv-modal-window-content-btn {
        padding: 0px 30px 0px 30px;
    }
}

@media (min-width:768px) {
    .biv-modal-window {
        width: 450px;
        top: 50%;
        left: 50%;
    }
}

@media (min-width:992px) {
    .biv-modal-window {
        width: 450px;
    }
}

@media (min-width:1200px) {
    .biv-modal-window {
        width: 450px;
    }
}

.biv-modal-window-bg {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#bivFormContentResult1 .form-result {
    text-align: center;
    padding: 15px 15px 30px 15px;
    font-size: 24px;
    line-height: 32px;
    color: #2f6d44;
    font-weight: 700;
}

#bivFormContentResult1 .form-error {
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 30px 15px 30px;
}

#bivFormContentResult1 .form-error span {
    color: #ac0000;
}

#bivFormContentResult1 .form-error ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
}


/* owl ceousel */

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-item img {
    border-radius: 10px !important;
    max-height: 400px !important;
}

.no_of_person .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    /* height: 20px; */
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no_of_person .value-button:hover {
    cursor: pointer;
}

.no_of_person #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    color: #000;
}

.no_of_person #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    color: #000;
}

.no_of_person #input-wrap {
    margin: 0px;
    padding: 0px;
}

.no_of_person input#person {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

.no_of_person input[type=number]::-webkit-inner-spin-button,
.no_of_person input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Tour page crousel */

#tour_slider {
    margin: auto;
    padding: 10px;
    border-radius: 3px;
    /* width: calc(100% - 20px); */
    display: inline-block;
    height: auto;
    border: solid 1px #556155;
    max-width: 1122px;
    display: flex;
}

@media(max-width:990px) {
    #tour_slider .all .slider .item-box {
        height: 180px !important;
    }
}

#tour_slider .all {
    width: 100%;
    height: auto;
    display: inline-block;
}

#tour_slider .all .slider {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

#tour_slider .all .slider .owl-nav,
#tour_slider .all .slider .owl-dots {
    display: none;
}

#tour_slider .all .slider:hover .left {
    visibility: visible;
    opacity: 1;
    left: 20px;
}

#tour_slider .all .slider:hover .right {
    visibility: visible;
    opacity: 1;
    right: 20px;
}

#tour_slider .all .slider .item-box {
    padding: 20px;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    height: 500px;
    position: relative;
    border-radius: 3px;
    background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;
    background-size: contain;
}

#tour_slider .all .slider .item-box:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #a39a9a); */
}

#tour_slider .all .slider .left {
    position: absolute;
    z-index: 1;
    top: 167px;
    left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: left ease 0.25s;
    /* transform: rotate(0deg); */
    background: url(https://bookacamp.in/images/leftarrow.png) top left;
    background-size: cover;
}


/* #tour_slider .all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  background: url(https://bookacamp.in/images/leftarrow.png) top left;
  transform: rotate(180deg);
  background-size: cover;
} */

#tour_slider .all .slider .left.nonl {
    left: -20px;
    opacity: 0;
    visibility: hidden;
}

#tour_slider .all .slider .right {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 167px;
    right: -20px;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: right ease 0.25s;
    background: url(https://bookacamp.in/images/rightarrow.png) top left;
    /* transform: rotate(180deg); */
    background-size: cover;
}


/* #tour_slider .all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  background: url(https://bookacamp.in/images/rightarrow.png) top left;
  transform: rotate(0deg);
  background-size: cover;
} */

#tour_slider .all .slider .right.nonr {
    right: -20px;
    opacity: 0;
    visibility: hidden;
}

#tour_slider .all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

#tour_slider .all .slider-two .owl-nav,
#tour_slider .all .slider-two .owl-dots {
    display: none;
}

#tour_slider .all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 3px;
}

#tour_slider .all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 3px;
}

#tour_slider .all .slider-two .item {
    transition: all ease 0.25s;
    height: 100px;
    border-radius: 3px;
    /* border: solid 3px #e6ecf2; */
    cursor: pointer;
    background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;
    background-size: cover;
}

#tour_slider .all .slider-two .item.active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 3px #2f6d44;
}

#tour_slider .all .slider-two .owl-stage {
    padding: 20px 0;
}

#tour_slider .all .slider-two .left-t {
    /* transform: rotate(180deg); */
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
    background: no-repeat url(https://bookacamp.in/images/leftarrow.png) center center;
    left: -40px;
    background-size: contain;
}

#tour_slider .all .slider-two .left-t:hover {
    visibility: visible;
    opacity: 1;
    left: 3px;
}

#tour_slider .all .slider-two .left-t.nonl-t {
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

#tour_slider .all .slider-two .right-t {
    background: no-repeat url(https://bookacamp.in/images/rightarrow.png) center center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    right: -40px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
    /* background-color: #2f6d44; */
    background-size: contain;
}

#tour_slider .all .slider-two .right-t:hover {
    visibility: visible;
    opacity: 1;
    right: 3px;
}

#tour_slider .all .slider-two .right-t.nonr-t {
    right: -40px;
    opacity: 0;
    visibility: hidden;
}


/*
.item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
}
body{
  padding:0;
  margin:80px 0 0 0;
  font-family:'Montserrat', sans-serif;
  background:#f0e8d5;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}



.owl-controls{position:absolute; margin-top:300px;}
*/

.booking_form {
    background: #2f6d44;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}

.profile-card-2 {
    max-width: 300px;
    height: 200px;
    background-color: #000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    opacity: 0.5;
    width: 100%;
}

.profile-card-2 .profile-name {
    position: absolute;
    top: 50%;
    /* left: 38%; */
    text-align: center;
    width: 100%;
    transform: translate(0%, -50%);
    font-size: 23px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}


/* ######################### layout - 17 ####################3 */

.cgt-services-row {
    margin: 40px 0;
}

.cgt-services-row-box {
    width: 100%;
    height: 150px;
    /* margin: 80px 0; */
    background: #fff;
    text-align: center;
    border: 5px solid #0054d1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #ebf1fa;
}

.cgt-services-row-box .cgt-icon-holder {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px;
    background: white;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cgt-services-row-box .cgt-heading {
    position: relative;
    top: 0px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: seagreen;
    font-weight: y00;
    font-size: 25px;
}

.cgt-services-row-box .cgt-icon-holder>img.icon {
    width: 60px;
}

.cgt-services-row-box .cgt-icon-holder>i {
    font-size: 50px;
    color: seagreen;
}

.cgt-services-row-box:hover {
    border-color: #00a8ff;
}

.cgt-services-row-box:hover .cgt-icon-holder {
    top: -30px;
}

.cgt-services-row-box:hover .cgt-heading {
    top: -30px;
}

.cgt-services-row-box .cgt-description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cgt-services-row-box:hover .cgt-description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cgt-middle {
    transform: scale(0.9);
}

.cgt-left,
.cgt-right {
    transform: scale(0.9)
}

@media (max-width:769px) {
    .cgt-middle {
        transform: scale(0.9);
    }
}

.amenitie .btn:link,
.btn:visited {
    /* text-transform: uppercase; */
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.2s;
    width: 100%;
    /* position: absolute; */
}

.amenitie .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.amenitie .btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.amenitie .btn-white {
    background-color: seagreen;
    color: #fff !important;
}

.amenitie .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.amenitie .btn-white::after {
    background-color: #fff;
}

.amenitie .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.amenitie .btn-animated {
    animation: moveInBottom 1s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* rating */

:root {
    --star-size: 50px;
    --star-color: #9e9e9e61;
    ;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* tour page */

.qualities-list .list-unstyled i {
    font-weight: 900;
    font-size: 20px;
    color: green;
    float: left;
}

.qualities-list .list-unstyled li {
    padding-left: 25px;
}

.side_amenities p {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.amenities_icon {
    background: wheat;
    padding: 10px;
    border-radius: 50%;
}

.amenities_icon img {
    max-width: 45px;
}