/*Footer part-1*/
.FOOT-1 {
    padding: 0;
    border-top: 10px #000 solid;
}

.FOOT-1 .footer-top {
    background: #0c0b09;
    padding: 40px 0
}

.FOOT-1 .footer-bottom {
    padding: 15px 0;
    color: #707070;
    font-size: 13px;
    background: #0c0b09;
    border-top: 1px #171614 solid;
}

/*.FOOT-1 [class*="col-"]{border-left:1px solid #cccccc; min-height: 230px;padding: 0 30px }
.FOOT-1 [class*="col-"]:first-child{border: 0;padding-left: 15px}*/
.FOOT-1 .footer-contact a,
.FOOT-1 .footer-contact {
    color: #bfbfbf;
    margin-bottom: 10px;
}

.FOOT-1 .footer-contact i {
    color: #bfbfbf
}

.FOOT-1 .footer-top h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
}

.FOOT-1 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-1 .footer-list li {
    margin-bottom: 2px;
    display: inline-block;
    width: 32%;
}

.FOOT-1 .footer-list li a {
    color: #bfbfbf
}

.FOOT-1 .footer-list li a:hover {
    color: #fff;
    text-decoration: none;
}

.FOOT-1 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-1 .social-top-link a {
    color: #bfbfbf;
    font-size: 18px;
    margin: 0 2px;
}

.FOOT-1 .social-top-link a:hover {
    color: #fff;
}

.FOOT-1 .newsletter {
    border: 1px #282725 solid;
    color: #fff;
    border-radius: 0;
    height: 30px;
    background: none;
    width: 80%;
    display: inline-block;
    padding-left: 10px;
}

.FOOT-1 .newsbttn {
    border: none;
    border-radius: 0;
    background: #a77c40;
    margin-bottom: 25px;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 80%;
    display: block;
}

.FOOT-1 .newsbttn:hover {
    background: #333 !important;
}

/*end of Footer part-1*/

.FOOT-1 .social-top-link a {
    color: #fff;
    font-size: 22px;
    margin: 0 6px 0 0;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.FOOT-1 .social-top-link a.facebook {
    background-color: #3b5998;
}

.FOOT-1 .social-top-link a.twitter {
    background-color: #1da1f2;
}

.FOOT-1 .social-top-link a.instagram {
    background-color: #e1306c;
}

.FOOT-1 .social-top-link a.youtube {
    background-color: #ff0000;
}

.FOOT-1 .social-top-link a.linkedin {
    background-color: #0077b5;
}

.FOOT-1 .social-top-link a.tripadvisor {
    background-color: #00af87;
}

.FOOT-1 .social-top-link a:hover {
    background-color: #fff;
    color: #333;
}

.FOOT-1 .social-top-link a:not(.social_link) {
    width: auto;
    line-height: 1;
}

.FOOT-1 .social-top-link a:not(.social_link) img {
    margin: 0 !important;
    height: 100%;
    display: block;
    width: auto;
    line-height: 1;
}

.FOOT-1 .social-top-link {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
    .FOOT-1 .social-top-link a {
        margin: 0 3px 0 0;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width:767px) {
    .FOOT-1 .footer-top {
        padding: 20px 0;
    }

    .FOOT-1 .footer-top h5 {
        margin: 20px 0 10px;
    }

    /* .FOOT-1 .footer-list li{border-bottom:1px #666 solid;} */
}

@media only screen and (max-width:480px) {
    .FOOT-1 .footer-list li {
        display: block;
        width: 100%;
    }
}

/*********************==========END=============*****************************/


/*Footer part-2*/
.FOOT-2 {
    padding: 0;
    position: relative;
}

.FOOT-2>div * {
    position: relative;
    z-index: 2;
}

.FOOT-2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: #f6f6f6;
    z-index: 1;
}

.FOOT-2 .footer-top {
    background: #fff;
    padding: 40px 0
}

.FOOT-2 .footer-bottom {
    padding: 15px 0;
    color: #707070;
    font-size: 13px;
    background: #171614;
}

.FOOT-2 .footer-contact a,
.FOOT-2 .footer-contact {
    color: #222;
    margin-bottom: 10px;
}

.FOOT-2 .footer-contact i {
    color: #222;
    margin-right: 4px;
}

.FOOT-2 .footer-top h5 {
    color: #222;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

.FOOT-2 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-2 .footer-list li {
    margin-bottom: 2px;
    display: inline-block;
    width: 32%;
    position: relative;
    padding-left: 15px;
}

.FOOT-2 .footer-list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.FOOT-2 .footer-list li a {
    color: #222
}

.FOOT-2 .footer-list li a:hover {
    color: #555;
    text-decoration: none;
}

.FOOT-2 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-2 .social-top-link a {
    color: #fff;
    font-size: 22px;
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.FOOT-2 .social-top-link a.facebook {
    background-color: #3b5998;
}

.FOOT-2 .social-top-link a.twitter {
    background-color: #1da1f2;
}

.FOOT-2 .social-top-link a.instagram {
    background-color: #e1306c;
}

.FOOT-2 .social-top-link a.youtube {
    background-color: #ff0000;
}

.FOOT-2 .social-top-link a.linkedin {
    background-color: #0077b5;
}

.FOOT-2 .social-top-link a.tripadvisor {
    background-color: #00af87;
}

.FOOT-2 .social-top-link a:hover {
    background-color: #fff;
    color: #333;
}

.FOOT-2 .newsletter {
    border: 1px #282725 solid;
    color: #fff;
    height: 35px;
    background: none;
    width: 100%;
    padding: 0 10px;
}

.FOOT-2 .newsbttn {
    border: none;
    background: #d94602;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
}

.FOOT-2 .newsbttn:hover {
    background-color: #333 !important;
}

.FOOT-2 .copyright_text {
    color: #222;
    font-size: 12px;
    padding-top: 10px;
    margin: 0;
}

.FOOT-2 .footer_logo {
    max-width: 110px;
    max-height: 70px;
    margin-top: 15px;
}

.captcha_container {
    margin: 15px 0 5px;
    display: flex;
    flex-direction: column;
}

.captcha_container .BDC_CaptchaDiv {
    display: flex;
    margin-bottom: 5px;
}

.captcha_container .BDC_CaptchaDiv+input {
    width: 180px;
    height: 34px;
    background-color: transparent;
    border: 1px solid #666;
    padding: 0 10px;
}

.captcha_container .BDC_CaptchaIconsDiv {
    margin-left: 10px;
}

/*end of Footer part-2*/

@media only screen and (max-width:991px) {
    .FOOT-2::after {
        display: none;
    }

    .FOOT-2 .footer-list li {
        width: 49%;
    }

    .contactDetails {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:768px) {
    .FOOT-2 .footer-top {
        padding: 20px 0;
    }

    .FOOT-2 .footer-top h5 {
        margin: 20px 0 10px;
    }

    /* .FOOT-2 .footer-list li{border-bottom:1px #222 solid;} */
}

@media only screen and (max-width:767px) {
    .contactDetails {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-2 .footer-list li {
        width: 100%;
    }
}

/****************************=========End==========***************************/


/*Footer part-3*/
.FOOT-3 {
    padding: 0;
}

.FOOT-3 .footer-top {
    background: #eaeaea;
    padding: 30px 0
}

.FOOT-3 .copy_text {
    padding: 15px 0 0;
    color: #707070;
    font-size: 13px;
}

.FOOT-3 [class*="col-"] {
    border-left: 1px solid #cccccc;
    min-height: 230px;
    padding: 0 30px
}

.FOOT-3 [class*="col-"]:first-child {
    border: 0;
}

.FOOT-3 .footer-contact a,
.FOOT-3 .footer-contact {
    color: #42413f;
    margin-bottom: 10px;
}

.FOOT-3 .footer-contact i {
    color: #00c8d1
}

.FOOT-3 .footer-top h5 {
    color: #42413f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.FOOT-3 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-3 .footer-list li {
    margin-bottom: 5px;
    display: inline-block;
    width: 49%;
}

.FOOT-3 .footer-list li a {
    color: #42413f
}

.FOOT-3 .footer-list li a:hover {
    color: #000000;
    text-decoration: none;
}

.FOOT-3 .footer_logo_area {
    text-align: left;
}

.FOOT-3 .footer-logo {
    margin: 0 0 50px;
    display: inline-block;
}

.FOOT-3 .footer-logo img {
    max-height: 100px;
    max-width: 150px;
}

.FOOT-3 .social-top-link a {
    color: #7e7e7e;
    font-size: 18px;
    margin: 0 10px;
}

.FOOT-3 .social-top-link a:hover {
    color: #e3c30c
}

@media only screen and (max-width:991px) {
    .FOOT-3 [class*="col-"] {
        min-height: 0;
        border: none;
    }

    .FOOT-3 .footer-top h5 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .FOOT-3 .footer-logo {
        margin: 0 0 10px;
    }

    .FOOT-3 [class*="col-"] {
        min-height: 0;
        border: none;
        padding: 0 15px;
    }

    .FOOT-3 .footer-list li {
        width: calc((100% / 4) - 4px);
    }

    .FOOT-3 .footer-top h5 {
        border-bottom: 1px #666 solid;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width:640px) {
    .FOOT-3 .footer-list li {
        width: calc((100% / 3) - 4px);
    }
}

@media only screen and (max-width:480px) {
    .FOOT-3 .footer-list li {
        width: 100%;
    }
}

/*end of Footer part-3*/

/*Footer part-4*/
.FOOT-4 {
    padding: 0;
}

.FOOT-4 .footer-top {
    background: #0c0b09;
    padding: 40px 0
}

.FOOT-4 .footer-top .footer_logo_image {
    max-height: 50px;
    margin-bottom: 15px;
}

.FOOT-4 .footer-contact a,
.FOOT-4 .footer-contact {
    color: #bfbfbf;
}

.FOOT-4 .footer-contact i {
    color: #bfbfbf
}

.FOOT-4 .footer-top h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}

.FOOT-4 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-4 .footer-list li {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.FOOT-4 .footer-list li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.FOOT-4 .footer-list li a:hover {
    color: #a77c40;
    text-decoration: none;
}

.FOOT-4 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-4 .newsletter {
    border: none;
    color: #333;
    border-radius: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: #fff;
    display: inline-block;
    padding-left: 10px;
}

.FOOT-4 .newsbttn {
    border: none;
    border-radius: 0;
    background: #e9d813;
    padding: 8px 30px;
    color: #222;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.FOOT-4 .newsbttn i {
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.FOOT-4 .footer-contact a {
    color: #fff;
}

.FOOT-4 .footer-contact {
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-right: 20px;
}

.FOOT-4 .footer-contact i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.FOOT-4 .footer-bottom {
    padding: 20px 0;
    background: #fff;
}

.FOOT-4 .footer-bottom p.footer_text {
    color: #777;
    font-size: 13px;
    margin: 0;
}

.FOOT-4 .footer-bottom .social_icon {
    text-align: right;
}

.FOOT-4 .footer-bottom .social_icon a {
    display: inline-block;
    color: #9c9c9c;
    font-size: 18px;
    padding: 0 0 0 10px;
    line-height: 10px;
}

.FOOT-4 .foot_logo_text {
    color: #e6e6e6;
    font-family: 'Poppins', sans-serif;
}

.FOOT-4 .footer_contact_bar {
    background: #000;
    padding: 25px 0;
    text-align: center;
}

.FOOT-4 .footer_contact_bar * {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width:991px) {
    .FOOT-4 .footer-list {
        margin-bottom: 20px;
    }

    .FOOT-4 .footer-list li {
        width: auto;
        margin-right: 15px;
    }

    .FOOT-4 [class*="col-"] {
        width: 100%;
    }

    .FOOT-4 .footer-top h5 br {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .FOOT-4 .newsbttn {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:640px) {

    /* .FOOT-4 .footer-list li{width: calc((100% / 3) - 4px);} */
    .FOOT-4 .footer_contact_bar {
        text-align: left;
        padding: 10px;
    }

    .FOOT-4 .footer-bottom {
        text-align: center;
    }

    .FOOT-4 .footer-bottom .social_icon {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-4 .footer-list li {
        width: 100%;
    }
}

/*end of Footer part-4*/

/*Footer part-5*/
.FOOT-5 {
    padding: 0;
    background: #162634;
    font-family: 'Roboto', sans-serif;
}

.FOOT-5 .footer-top {
    padding: 40px 0
}

.FOOT-5 .footer-bottom {
    padding: 40px 0;
    color: #647b8c;
    font-size: 13px;
    border-top: 1px #2a3f50 solid;
}

.FOOT-5 .footer-contact a,
.FOOT-5 .footer-contact {
    color: #bfbfbf;
    margin-bottom: 10px;
}

.FOOT-5 .footer-contact i {
    color: #bfbfbf
}

.FOOT-5 .footer-top .foot_about_text {
    font-size: 18px;
    color: #c5dbeb;
    line-height: 24px;
    margin: 0;
    padding: 25px 0 0;
    font-weight: 300;
}

.FOOT-5 .footer-top h5 {
    color: #02b4a2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px;
}

.FOOT-5 .footer_menu {
    background: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.FOOT-5 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-5 .footer-list li {
    margin-bottom: 2px;
    display: inline-block;
}

.FOOT-5 .footer-list li a {
    color: #6a8192;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
}

.FOOT-5 .footer-list li a:hover {
    color: #0d151a;
    text-decoration: none;
}

.FOOT-5 .footer-logo {
    margin: 0 0 35px;
    display: inline-block;
}

.FOOT-5 .social-top-link {
    float: right;
}

.FOOT-5 .social-top-link a {
    color: #6a8192;
    font-size: 18px;
    margin: 0 3px;
}

.FOOT-5 .social-top-link a:hover {
    color: #fff;
}

.FOOT-5 .footer-top .footer_logo {
    max-height: 100px;
    max-width: 200px;
}

/*end of Footer part-1*/

@media only screen and (max-width:1100px) {

    /* .FOOT-5 .footer-list li{width: calc((100% / 6) - 4px)} */
    .FOOT-5 .footer-list li {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:991px) {
    /* .FOOT-5 .footer-list li{width: calc((100% / 5) - 4px)} */
}

@media only screen and (max-width:767px) {
    .FOOT-5 .footer-top [class*="col-"] {
        width: 50%;
        float: left;
    }

    /* .FOOT-5 .footer-list li{width: calc((100% / 3) - 4px)}	 */
}

@media only screen and (max-width:480px) {
    .FOOT-5 .footer-list li {
        display: block;
        width: 100%;
        text-align: left;
    }

    .FOOT-5 .footer-top .footer_logo {
        max-width: 100%;
    }

    .FOOT-5 .footer-top {
        padding: 15px 0;
    }

    .FOOT-5 .footer-top [class*="col-"] {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/*end of Footer part-5*/


/*Footer part-6*/
.FOOT-6 {
    padding: 0;
    font-family: 'Arimo', sans-serif;
}

.FOOT-6 .footer-top {
    padding: 50px 0;
    background: #2f2013;
}

.FOOT-6 .footer-bottom {
    padding: 70px 0;
    background: #2f2013;
    border-top: 1px #110b06 solid;
    position: relative;
}

.FOOT-6 .footer-contact a,
.FOOT-6 .footer-contact {
    color: #bfbfbf;
    margin-bottom: 10px;
}

.FOOT-6 .footer-contact i {
    color: #bfbfbf
}

.FOOT-6 .footer-top .foot_about_text {
    font-size: 16px;
    color: #908a85;
    line-height: 24px;
    font-family: 'Arimo', sans-serif;
    margin: 0;
    padding: 0;
}

.FOOT-6 .footer-top h5 {
    color: #908a85;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    font-family: 'Arimo', sans-serif;
}

.FOOT-6 .footer-list {
    padding: 0 0 30px;
    margin: 0 0 30px;
    list-style: none;
    border-bottom: 1px #3e2b1a solid;
}

.FOOT-6 .footer-list li {
    margin-bottom: 5px;
    display: inline-block;
    width: calc((100% / 5) - 5px);
}

.FOOT-6 .footer-list li a {
    color: #908a85;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}

.FOOT-6 .footer-list li a:hover {
    color: #fff;
    text-decoration: none;
}

.FOOT-6 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-6 .social-top-link {
    text-align: right;
}

.FOOT-6 .social-top-link a {
    color: #908a85;
    font-size: 18px;
    margin: 0 6px;
}

.FOOT-6 .social-top-link a:hover {
    color: #fff;
}

.FOOT-6 .copy_text {
    font-size: 13px;
    color: #908a85;
    margin: 0;
    padding: 0;
}

.FOOT-6 .post_date {
    color: #a38745;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
}

.FOOT-6 .post_text {
    color: #908a85;
    font-size: 16px;
    margin: 0;
    padding: 0 0 30px;
    line-height: 24px;
}

.FOOT-6 .footer_logo {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    max-height: 80px;
    background: #2f2013;
    padding: 10px 40px;
}

/*end of Footer part-1*/

@media only screen and (max-width:767px) {
    .FOOT-6 .footer-list li {
        width: calc((100% / 3) - 4px);
    }

    .FOOT-6 .social-top-link {
        text-align: center;
    }

    .FOOT-6 .copy_text {
        text-align: center;
    }

    .FOOT-6 .footer-bottom {
        padding: 30px 0 15px;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-6 .footer-list li {
        width: 100%;
    }
}

/*end of Footer part-6*/


/*Footer part-7*/
.FOOT-7 {
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.FOOT-7 .footer-top {
    padding: 40px 0 20px;
    background: #34302b;
}

.FOOT-7 .footer-bottom {
    padding: 15px 0;
    color: #707070;
    font-size: 13px;
    background: #171614;
}

.FOOT-7 .footer-contact a,
.FOOT-7 .footer-contact {
    color: #bfbfbf;
    margin-bottom: 10px;
}

.FOOT-7 .footer-contact i {
    color: #bfbfbf
}

.FOOT-7 .footer-top h5 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0 0 20px;
}

.FOOT-7 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-7 .footer-list li {
    margin-bottom: 2px;
    display: inline-block;
    width: 32%;
}

.FOOT-7 .footer-list li a {
    color: #bfbfbf
}

.FOOT-7 .footer-list li a:hover {
    color: #fff;
    text-decoration: none;
}

.FOOT-7 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-7 .social-top-link a {
    color: #bfbfbf;
    font-size: 18px;
    margin: 0 2px;
}

.FOOT-7 .social-top-link a:hover {
    color: #fff;
}

.FOOT-7 .news_form {
    position: relative;
    margin-bottom: 30px;
}

.FOOT-7 .newsletter {
    border: 1px #bfbfbf solid;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    background: none;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}

.FOOT-7 .newsbttn {
    border: none;
    color: #fff;
    position: absolute;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
    right: 15px;
    background: url(../../images/template7-news-bttn.png) center no-repeat;
    width: 15px;
    height: 6px;
    font-size: 0px;
}

@media only screen and (max-width:991px) {
    .FOOT-7 .footer-list {
        margin-bottom: 20px;
    }

    .FOOT-7 .footer-list li {
        width: calc((100% / 4) - 4px);
    }

    .FOOT-7 .footer-top h5 {
        margin: 0 0 5px;
    }
}

@media only screen and (max-width:767px) {
    .FOOT-7 .footer-top {
        padding: 20px 0;
    }

    .FOOT-7 .news_form {
        margin-bottom: 0;
    }

    .FOOT-7 .footer-list {
        margin-bottom: 0;
    }

    .FOOT-7 .footer-top h5 {
        margin-top: 10px;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-7 .footer-list li {
        display: block;
        width: 100%;
    }

    .FOOT-5 .footer-bottom {
        text-align: center;
    }

    .FOOT-5 .social-top-link {
        float: none;
    }
}

/*end of Footer part-7*/

/****************************=======================================************************************************/

/*NewsLetter 5 area Starts*/
.NEWSLETTER-5 {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.NEWSLETTER-5:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.NEWSLETTER-5 .container {
    position: relative;
    z-index: 1;
}

.NEWSLETTER-5 .section-heading {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.NEWSLETTER-5 .section-heading span {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.NEWSLETTER-5 .news_text {
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
}

.NEWSLETTER-5 .form-inline .form-control {
    width: 400px;
    background: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
}

.NEWSLETTER-5 .form-inline .submit_btn {
    background: #a77c40;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 50px;
    padding: 0 40px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

.NEWSLETTER-5 .form-inline .submit_btn:hover {
    background: #333 !important;
}

@media only screen and (max-width:767px) {
    .NEWSLETTER-5 {
        padding: 20px 0;
    }

    .NEWSLETTER-5 .section-heading {
        font-size: 40px;
    }

    .NEWSLETTER-5 .form-inline .form-control {
        width: 100%;
    }

    .NEWSLETTER-5 .form-inline .submit_btn {
        width: 100%;
    }
}

/************END*****************/

/*NewsLetter 6 area Starts*/
.NEWSLETTER-6 {
    padding: 30px 0;
    background: #7c5b1f;
    width: 100%;
    position: relative;
}

.NEWSLETTER-6 .container {
    position: relative;
    z-index: 2;
}

.NEWSLETTER-6 .section-heading {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    padding: 0 30px 0 0;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

.NEWSLETTER-6 .news_text {
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
}

.NEWSLETTER-6 .form-inline {
    display: inline-block;
    vertical-align: middle;
}

.NEWSLETTER-6 .form-inline .form-control {
    width: 400px;
    background: #fff;
    border: none;
    border-radius: 0;
    height: 40px;
}

.NEWSLETTER-6 .form-inline .submit_btn {
    background: #a27d39;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 40px;
    padding: 0 40px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

@media only screen and (max-width:1000px) {
    .NEWSLETTER-6 .section-heading {
        display: block;
        padding: 0 0 15px;
    }
}

@media only screen and (max-width:767px) {
    .NEWSLETTER-6 {
        padding: 20px 0;
    }

    .NEWSLETTER-6 .section-heading {
        font-size: 40px;
    }

    .NEWSLETTER-6 .form-inline .form-control {
        width: 100%;
    }

    .NEWSLETTER-6 .form-inline {
        display: block;
    }
}

/************END*****************/

/* Defult Style For All Footer after 1100 Screen Size */
@media only screen and (max-width:1100px) {
    #footer-section {
        margin-bottom: 42px;
    }
}

/* End */


/*Footer part-2*/
.FOOT-8 {
    padding: 0;
    position: relative;
}

.FOOT-8>div * {
    position: relative;
    z-index: 2;
}

.FOOT-8:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: #333;
    z-index: 1;
}

.FOOT-8 .footer-top {
    background: #222;
    padding: 40px 0
}

.FOOT-8 .footer-bottom {
    padding: 15px 0;
    color: #555;
    font-size: 13px;
    background: #171614;
}

.FOOT-8 .footer-contact a,
.FOOT-8 .footer-contact {
    color: #fff;
    margin-bottom: 10px;
}

.FOOT-8 .footer-contact i {
    color: #fff;
    margin-right: 4px;
}

.FOOT-8 .footer-top h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

.FOOT-8 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-8 .footer-list li {
    margin-bottom: 2px;
    display: inline-block;
    width: 32%;
    position: relative;
    padding-left: 15px;
}

.FOOT-8 .footer-list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.FOOT-8 .footer-list li a {
    color: #fff
}

.FOOT-8 .footer-list li a:hover {
    color: #555;
    text-decoration: none;
}

.FOOT-8 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-8 .social-top-link a {
    color: #fff;
    font-size: 22px;
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #aaa;
}

.FOOT-8 .social-top-link a.facebook {
    background-color: #3b5998;
}

.FOOT-8 .social-top-link a.twitter {
    background-color: #1da1f2;
}

.FOOT-8 .social-top-link a.instagram {
    background-color: #e1306c;
}

.FOOT-8 .social-top-link a.youtube {
    background-color: #ff0000;
}

.FOOT-8 .social-top-link a.linkedin {
    background-color: #0077b5;
}

.FOOT-8 .social-top-link a.tripadvisor {
    background-color: #00af87;
}

.FOOT-8 .social-top-link a:hover {
    background-color: #555;
    color: #fff;
}

.FOOT-8 .newsletter {
    border: 1px #555 solid;
    color: #fff;
    height: 35px;
    background: none;
    width: 100%;
    padding: 0 10px;
}

.FOOT-8 .newsbttn {
    border: none;
    background: #d94602;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
}

.FOOT-8 .newsbttn:hover {
    background-color: #fff !important;
}

.FOOT-8 .copyright_text {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    margin: 0;
}

.FOOT-8 .footer_logo {
    max-width: 110px;
    max-height: 70px;
    margin-top: 15px;
}

/*end of Footer part-8*/
.FOOT-8 .captcha_container .BDC_CaptchaDiv+input {
    background-color: transparent;
    border: 1px solid #555;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .FOOT-8::after {
        display: none;
    }

    .FOOT-8 .footer-list li {
        width: 49%;
    }
}

@media only screen and (max-width:768px) {
    .FOOT-8 .footer-top {
        padding: 20px 0;
    }

    .FOOT-8 .footer-top h5 {
        margin: 20px 0 10px;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-8 .footer-list li {
        width: 100%;
    }
}



/*Footer part-9*/
.FOOT-9 {
    padding: 0;
    position: relative;
}

.FOOT-9>div * {
    position: relative;
    z-index: 2;
}

.FOOT-9:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: #000;
    z-index: 1;
}

.FOOT-9 .footer-top {
    background: #000;
    padding: 40px 0
}

.FOOT-9 .footer-bottom {
    padding: 15px 0;
    color: #d6d1cb;
    font-size: 13px;
    background: #171614;
}

.FOOT-9 .footer-contact a,
.FOOT-9 .footer-contact {
    color: #d6d1cb;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
}

.FOOT-9 .footer-contact i {
    color: #d6d1cb;
    margin: 3px 8px 0 0;
}

.FOOT-9 .footer-top h5 {
    color: #d6d1cb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

.FOOT-9 .footer-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.FOOT-9 .footer-list li {
    margin-bottom: 5px;
    display: inline-block;
    width: 49%;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.FOOT-9 .footer-list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ab936b;
}

.FOOT-9 .footer-list li a {
    color: #d6d1cb
}

.FOOT-9 .footer-list li a:hover {
    color: #555;
    text-decoration: none;
}

.FOOT-9 .footer-logo {
    margin: 0 0 35px;
    display: inline-block
}

.FOOT-9 .social-top-link a {
    color: #fff;
    font-size: 22px;
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.FOOT-9 .social-top-link a.facebook {
    background-color: #3b5998;
}

.FOOT-9 .social-top-link a.twitter {
    background-color: #1da1f2;
}

.FOOT-9 .social-top-link a.instagram {
    background-color: #e1306c;
}

.FOOT-9 .social-top-link a.youtube {
    background-color: #ff0000;
}

.FOOT-9 .social-top-link a.linkedin {
    background-color: #0077b5;
}

.FOOT-9 .social-top-link a.tripadvisor {
    background-color: #00af87;
}

.FOOT-9 .social-top-link a:hover {
    background-color: #fff;
    color: #d6d1cb;
}

.FOOT-9 .newsletter {
    border: 1px #555 solid;
    color: #fff;
    height: 42px;
    background: none;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
}

.FOOT-9 .newsbttn {
    border: none;
    background: #d94602;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
}

.FOOT-9 .newsbttn:hover {
    background-color: #333 !important;
}

.FOOT-9 .copyright_text {
    color: #d6d1cb;
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
}

.FOOT-9 .footer_logo {
    max-width: 110px;
    max-height: 70px;
    margin-top: 15px;
}

.captcha_container {
    margin: 15px 0 5px;
    display: flex;
    flex-direction: column;
}

.captcha_container .BDC_CaptchaDiv {
    display: flex;
    margin-bottom: 5px;
}

.captcha_container .BDC_CaptchaDiv+input {
    width: 180px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #555;
    padding: 0 10px;
}

.captcha_container .BDC_CaptchaIconsDiv {
    margin-left: 10px;
}

/*end of Footer part-9*/

@media only screen and (max-width:991px) {
    .FOOT-9::after {
        display: none;
    }

    .FOOT-9 .footer-list li {
        width: 49%;
    }

    .contactDetails {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:768px) {
    .FOOT-9 .footer-top {
        padding: 20px 0;
    }

    .FOOT-9 .footer-top h5 {
        margin: 20px 0 10px;
    }

    /* .FOOT-9 .footer-list li{border-bottom:1px #222 solid;} */
}

@media only screen and (max-width:767px) {
    .contactDetails {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:480px) {
    .FOOT-9 .footer-list li {
        width: 100%;
    }
}

/****************************=========End==========***************************/