.g-recaptcha {
    display: inline-block;
}

.msg-error {
    color: red !important;
    font-size: 12px;
    margin-bottom: 20px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background: #333;
    position: relative;
}

body * {
    font-family: 'Arimo', sans-serif;
}

body img {
    max-width: 100%;
}

section {
    padding: 30px 0;
    background: #fff;
}

/*<editor-fold desc="KV">*/

#kv .kv_bg {
    width: 100%;
    height: 100%;
    background: url("../img/kv_bg.jpg") center top no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 1;
}

#kv {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

#kv h1 {
    position: relative;
    z-index: 2;
    font-size: 70px;
    text-align: center;
    color: #fff;
    padding: 20% 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}

#kv button {
    position: relative;
    z-index: 2;
    background: rgba(241, 210, 4, 1);
    display: block;
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    outline: none;
    border: none;
    color: #5f5f5f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 30px;
}

#kv .scroll_arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin: 90% 0 0 -40px;
    display: block;
    padding: 0;
    border: 2px solid transparent;
    /*border-radius: 50%;*/
    background: transparent;
    cursor: pointer;
    /*background: rgba(140, 124, 124, 0.2);*/
    display: none;
}

#kv .scroll_arrow:hover {
    /*background: rgba(140, 124, 124, 0.6);*/
}

#kv .scroll_arrow span {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 2px;
    border-radius: 15px;
    background: #fff;
    display: block;
    top: 50px;
}

#kv .scroll_arrow .arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    animation: arrow_slide 2s infinite;

}

@keyframes arrow_slide {
    0% {
        top: -25px;
    }
    50% {
        top: -20px;
    }
    100% {
        top: -25px;
    }
}

#kv .scroll_arrow .arrow span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}

#kv .scroll_arrow .arrow span:last-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
}

/*</editor-fold>*/

/*<editor-fold desc="Trips description">*/
#trips_disc {
    z-index: 2;
    position: relative;
    background: #1b2327;
    padding: 40px 0 140px 0;
}

#trips_disc .col-lg-4 {
    display: flex;
}

#trips_disc h2 {
    color: rgba(241, 210, 4, 1);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;

}

#trips_disc .tile {
    /*box-shadow: 0 5px 20px rgba(0,0,0,.2);*/
    box-sizing: border-box;
    background: #fff;
}

#trips_disc .tile img {
    display: block;
    width: 100%;
    height: 213px;
    padding: 0 0 30px 0;
}

#trips_disc h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1b2327;
    margin: 0 0 0 0;
    font-size: 23px;
    line-height: 24px;
    padding: 0 30px;
}

#trips_disc hr {
    background: rgba(241, 210, 4, 1);
    margin-bottom: 60px;
}

#trips_disc p {
    display: block;
    margin: 10px 0 0px 0;
    padding: 10px 30px 30px 30px;
    color: #1b2327;
    font-size: 14px;
    line-height: 18px;
}

/*</editor-fold>*/

/*<editor-fold desc="Google map">*/
#g_maP {
    z-index: 2;
    position: relative;
    padding: 0;
}

#map {
    height: 600px;
    width: 100%;

}

/*</editor-fold>*/

/*<editor-fold desc="Price List">*/
#price_list {
    position: relative;
    z-index: 2;
    background: #1b2327;
}

#price_list * {
    color: #fff;
}

#price_list h2 {
    color: rgba(241, 210, 4, 1);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

#price_list thead th,
#price_list thead tr,
#price_list thead {
    border-top: none;
}

#price_list hr {
    background: rgba(241, 210, 4, 1);
    margin-bottom: 20px;
}

#price_list table {
    font-size: 20px;
}

#price_list table th:nth-child(3),
#price_list table th:nth-child(4) {
    text-align: center;
}

#price_list table td:nth-child(3),
#price_list table td:nth-child(4) {
    text-align: center;
}

#price_list table .font-small {
    font-size: 10px;
}

#price_list .title {
    font-size: 20px;
    margin: 0;
}

#price_list .title .trip_icon {
    width: 20px;
    height: 20px;
    background: red;
    display: inline-block;
    margin-bottom: -3px;
    border-radius: 50%;
    margin-right: 10px;
}

/*</editor-fold>*/

/*<editor-fold desc="Form">*/
#form_section {
    position: relative;
    z-index: 2;
    background: transparent;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}

#form_section .form-control,
#form_section .form-control:hover,
#form_section .form-control:active,
#form_section .form-control:focus,
#form_section .form-control:visited {
    border: none;
    box-shadow: none;
    border-bottom: 4px solid rgba(241, 210, 4, 1);
}

#form_section .invalid .form-control,
#form_section .invalid .form-control:hover,
#form_section .invalid .form-control:active,
#form_section .invalid .form-control:focus,
#form_section .invalid .form-control:visited {
    border-bottom: 4px solid red;
}

#form_section .valid .form-control,
#form_section .valid .form-control:hover,
#form_section .valid .form-control:active,
#form_section .valid .form-control:focus,
#form_section .valid .form-control:visited {
    border-bottom: 4px solid #5ca74c;
}

#form_section textarea:visited,
#form_section textarea:active,
#form_section textarea:hover,
#form_section textarea:focus,
#form_section textarea,
#form_section select:visited,
#form_section select:active,
#form_section select:hover,
#form_section select:focus,
#form_section select,
#form_section .select_opt,
#form_section .select_opt:visited,
#form_section .select_opt:active,
#form_section .select_opt:hover,
#form_section .select_opt:focus,
#form_section input:visited,
#form_section input:active,
#form_section input:hover,
#form_section input:focus,
#form_section input {
    border-radius: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    color: #000 !important;
    height: 40px;
}

::placeholder {
    color: #000 !important;
}

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

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

#form_section label {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

#form_section label span {
    font-size: 12px;
    line-height: 12px;
    display: block;
}

#form_section .validation-info {
    display: none;
    font-size: 12px;
    color: red;
}

#form_section .validation-info.show {
    display: block;
}

#form_section * {
    color: #fff;
}

#form_section .form-border {
    padding: 20px 40px;
    background: #1b2327;
    display: block;
}

#form_section button {
    font-family: 'Poppins', sans-serif;
    outline: none;
    border-radius: 0;
    background: rgba(241, 210, 4, 1);
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: bold;
}

#form_section button:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #333;
}

#form_section textarea {
    width: 100%;
    display: block;
    min-height: 144px;
}

#form_section .form_title {
    background: #1b2327;
    padding: 10px;
}

#form_section hr {
    background: rgba(241, 210, 4, 1);
    margin-bottom: 20px;
}

#form_section .form_title h1 {
    color: rgba(241, 210, 4, 1);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

/*</editor-fold>*/

@media screen and (max-width: 991px) {
    #kv h1 {
        padding: 30% 0 0 0;
        font-size: 55px;
        line-height: 60px;
    }

    #trips_disc .tile {
        margin: 20px 0;
    }

    #trips_disc .tile img {
        width: auto;
    }

    #trips_disc .tile img {
        width: 42%;
        float: left;
        padding: 0;
    }

    #trips_disc .tile_text {
        padding: 15px 0 0 0;
        width: 58%;
        float: left;
        padding: 0;
        padding: 10px 0 0 0;
    }

    #trips_disc p {
        font-size: 13px;
        line-height: 15px;
        padding: 6px 10px 0 10px;
        margin: 0;
    }

    #price_list .title,
    #price_list table {
        font-size: 16px;
    }

    #trips_disc {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    #trips_disc h2,
    #price_list h2,
    #form_section .form_title h1 {
        font-size: 30px;
    }

    #trips_disc p {
        padding: 10px;
    }

    .contact_bar .contact_tile {
        margin: 2px;
    }

    #form_section {
        padding-bottom: 140px;
    }
    #form_section .form-border{
        padding: 20px;
    }
}

@media screen and (max-width: 574px) {
    #kv h1 {
        padding: 60% 0 0 0;
        font-size: 30px;
        line-height: 40px;
    }

    #trips_disc .tile img,
    #trips_disc .tile_text {
        width: 100%;
    }

    #price_list table .font-small {
        font-size: 9px;
    }
}


#agreeLabel input:focus,
#agreeLabel input:hover,
#agreeLabel input {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0!important;
    border: none!important;
    /*outline: 2px solid #fff;*/
    box-shadow: none!important;
    background: #fff;
    /*-webkit-appearance: unset !important;*/
}
#agreeLabel .invalid input:hover,
#agreeLabel .invalid input {
    outline: 2px solid red;
}
#agreeLabel .valid input:hover,
#agreeLabel .valid input {
    outline: 2px solid #5ca74c;
}
#agreeLabel label {
    display: inline-block;
    width: calc(100% - 40px);
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 10px;
}