/*
Table Of Contents
00) Common style
01) Preloader
02) Header Section
03) Banner Section

 ===============================================*/


/**
* Importing Styles.
**/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@import url('font-awesome.min.css');
@import url('owl.carousel.css');
@import url('prettyPhoto.css');
@import url('owl.theme.default.min.css');
@import url('owl.transitions.css');
@import url('hover.css');
@import url('global.css');
@import url('pe-icon-7-stroke.css');
@import url('datepicker-custom.css');

/*
 00) - common style
 ----------------------------------------*/

.section-header h1 {
    color: #333333;
    font-family: "Raleway", "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.section-header .h-bold {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-header span.line {
    background: #00AEF0;
    display: block;
    height: 5px;
    margin: 0 auto;
    position: relative;
    width: 50px;
    z-index: 2;
}

.section-header span.line::before {
    border-bottom: 1px solid #00AEF0;
    content: " ";
    position: absolute;
    top: 2px;
    left: -50px;
    width: 150px;
    z-index: 1;
}

.section-header h2 {
    color: #333333;
    font-family: "Raleway", "Helvetica Neue", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-header samp.line {
    background: #00AEF0 none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin-bottom: 10px;
    width: 50px;
}

.section-padding {
    padding: 70px 0;
}

.over-bg {
    background: rgba(29, 29, 31, 0.7);
    height: 100%;
    width: 100%;
}

.ceo-section .container,
.team-section .container,
.clients-section .client-list,
.header-section .social-links {
    position: relative;
    z-index: 2;
}

.header-space {
    padding: 48px 0;
    clear: both;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-10-sm {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-15-sm {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-30-sm {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .m-t-10-xs {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .m-t-15-xs {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .m-t-30-xs {
        margin-top: 30px;
    }
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-tb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.no-p {
    padding: 0;
}

.no-p-t {
    padding-top: 0;
}

.no-p-l {
    padding-left: 0;
}

.no-p-r {
    padding-right: 0;
}

.no-p-b {
    padding-bottom: 0;
}

.no-p-tb {
    padding-bottom: 0;
    padding-top: 0;
}

.no-p-lr {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .p-l-10-xs {
        padding-left: 10px;
    }
}

.bg-color {
    background: #00AEF0
}

.bg-red {
    background: #DD473C;
}
.black{
    color: #333!important;
}
.white{
    color:#FFFFFF !important;;
}


/*---------------------------------------
01) Preloader
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/pl.GIF);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


/*
 02) Header Section
 ----------------------------------------*/

.top-header {
    background: #21252B;
    position: relative;
    overflow: hidden;
}

.contact-detail2 {
    margin: 0px;
}

.contact-detail2 i {
    background: #474747 none repeat scroll 0 0;
    border: 1px solid #616161;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    margin-right: 9px;
    position: relative;
    text-align: center;
    width: 30px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 10px 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.contact-detail2 li a {
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
}
.login{
    padding: 10px 0;
}
.login a{
    padding: 5px 12px;
}
.social-links {
    display: block;
    overflow: hidden;
    padding:10px 0;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
    float: left;
}

.social-icons li:last-child {
    margin-right: 0;
}


.social-icons a i {
    background: #474747 none repeat scroll 0 0;
    color: #b5b8bd;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    width: 30px;
    border-radius: 100%;
}

.social-icons a i:hover {
    color: #fff
}

.social-icons a:hover .fa-twitter {
    background-color: #00acee;
}

.social-icons a:hover .fa-facebook {
    background-color: #3b5998;
}

.social-icons a:hover .fa-dribbble {
    background-color: #ea4c89;
}

.social-icons a:hover .fa-linkedin {
    background-color: #007fb1;
}

.social-icons a:hover .fa-skype {
    background-color: #00acee;
}

.social-icons a:hover .fa-pinterest {
    background-color: #EE2C34;
}

.navbar-static-top {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.affix {
    position: fixed !important;
    z-index: 999;
    top: 0;
    background-color: #fff;
    min-height: 70px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.affix .navbar-brand {
    padding: 20px 15px;
    transition: all 400ms ease 0s;
}

.affix .navbar-nav {
    border-bottom: none;;
    transition: all 400ms ease 0s;
}

.affix .header-right-toggle a {
    margin-top: 20px;
}

.navbar {
    background: #ffffff;
    padding: 0;
    margin: 0;
    min-height: 90px;
    position: absolute;
    border: 0;
}

.navbar-brand {
    opacity: 1;
    width: 230px;
    height: auto!important;
}

.logo-text {
    color: #313131;
    font-size: 30px;
    letter-spacing: 0;
    margin-right: 3px;
    text-transform: none;
    font-weight: 500;
    line-height: 36px;
}

.logo-text span {
    color: #212121;
    font-size: 30px;
    letter-spacing: 0;
    margin-right: 3px;
    text-transform: none;
    font-weight: 500;
}

.logo-text samp {
    background: #0FB247 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    text-align: center;
    width: 36px;
    font-weight: 800;
}
#home .navbar {
    margin-bottom: 0;
    min-height: 50px;
    font-size: 14px; font-weight: bold;
}
#home .navbar-right{
    margin:0;
}
#home .navbar-default {
    background-color: #ffffff;
    *border-color: #ecf0f1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border: 0;
}

#home .navbar-brand img {
    width: 125px;
}

#home .navbar-default .navbar-brand {
    color: #000;
}

#home .navbar-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#home .navbar-default .navbar-nav > li > a {
    color: #131313;
}

#home .navbar-default .navbar-nav > li > a:hover,
#home .navbar-default .navbar-nav > li > a:focus {
    color: #00AEF0;
}

#home .dropdown-menu {
    font-size: 13px;
    min-width: 255px;
    left: 0;
    top: 102%;
    padding: 0;
}

#home .dropdown-menu > li > a {
    color: #2c3e50;
    font-weight: 400;
    text-transform: uppercase;
}

#home .dropdown-menu > li > a:hover,
#home .dropdown-menu > li > a:focus {
    color: #00AEF0;
}


@media (max-width: 767px) {
    #home .navbar-default .navbar-nav > .active > a,
    #home .navbar-default .navbar-nav > .active > a:hover,
    #home .navbar-default .navbar-nav > .active > a:focus {
        color: #fff !important;
        background-color: #00AEF0;
        border-bottom: 0;
    }

    #home .navbar-default .navbar-nav > .open > a,
    #home .navbar-default .navbar-nav > .open > a:hover,
    #home .navbar-default .navbar-nav > .open > a:focus {
        border-bottom: 0;
    }

    #home .navbar-default .navbar-nav > .open > a,
    #home .navbar-default .navbar-nav > .open > a:hover,
    #home .navbar-default .navbar-nav > .open > a:focus {
        background-color: #000;
        color: #fff !important;
    }

    #home .navbar-nav > li > a {
        border-bottom: 1px solid #ecf0f1;
    }

    #home .navbar-nav > li:last-child > a {
        border-bottom: 0;
    }

    #home .nav > li.dropdown:before {
        content: "+";
        position: absolute;
        top: 0;
        right: 15px;
        color: #bdc3c7;
        font-size: 30px;
        z-index: 9999;
        font-weight: 200;
    }

    #home .nav > li.dropdown.open:before {
        content: "-";
        right: 17px;
    }

    #home .dropdown-menu > li > a:before {
        content: "-";
        margin-right: 5px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    #home .navbar-brand {
        padding: 28px 15px;
        height: 90px;
    }

    #home .navbar-brand img {
        width: 145px;
    }

    #home .navbar-nav > li > a {
        border-top: 4px solid transparent;
        padding-top: 31px;
        padding-bottom: 35px;
    }

    #home .navbar-default .navbar-nav > li > a:hover,
    #home .navbar-default .navbar-nav > li > a:focus {
        border-top-color: #00AEF0;
    }

    #home .navbar-default .navbar-nav > .active > a,
    #home .navbar-default .navbar-nav > .active > a:hover,
    #home .navbar-default .navbar-nav > .active > a:focus {
        color: #00AEF0;
        *background-color: #00AEF0;
        background-color: transparent;
    }

    #home .navbar-default .navbar-nav > .open > a,
    #home .navbar-default .navbar-nav > .open > a:hover,
    #home .navbar-default .navbar-nav > .open > a:focus {
        *color: #555;
        background-color: #ffffff;
    }

    #home .dropdown-menu {
        border-radius: 0;
        border: 0;
        background-color: #000;
    }

    #home .dropdown-menu > li > a {
        padding: 15px 30px;
        color: #fff;
        font-weight: 400;
    }

    #home .dropdown-menu > li > a:hover,
    #home .dropdown-menu > li > a:focus {
        background-color: #00AEF0;
        color: #fff !important;
    }

    #home .dropdown-menu > .active > a,
    #home .dropdown-menu > .active > a:hover,
    #home .dropdown-menu > .active > a:focus {
        background-color: #00AEF0;
    }
}


#home .navbar-default .navbar-toggle {
    background-color: #00AEF0;
    border: 1px solid #00AEF0;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#home .navbar-default .navbar-toggle .icon-bar {
    border-radius: 0;
    background-color: #ffffff;
    height: 4px;
}

#home .navbar-default .navbar-toggle:hover,
#home .navbar-default .navbar-toggle:focus {
    border-color: #00AEF0;
}
#home .navbar-default .btn-theme{
    background: #00AEF0;
}
/*--
 03) Banner Section
 -----------*/

.banner {
    margin: 0;
    padding: 0;
}

#slide .item {
    min-height: 360px;
	max-height:380px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

#slide .item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#slide .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#slide .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#slide .slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slide .slider-content a {
    margin-right: 15px;
    min-height: 40px;
    line-height: 30px;
}

#slide .slider-content.text-left {
    left: 7%;
}

#slide .slider-content.text-right {
    right: 7%;
}

.slider-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.slide-title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin: 10px 0;
    text-transform: uppercase;
}

.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    line-height: 36px;
    margin: 20px 0;
    color: #00AEF0;
    font-weight: 700;
    text-transform: uppercase;
}
.slide-sub-title span{
    color:#F9C133; /* #E2AC3D */
}
.slider-description {
    color: #fff;
    font-size:16px;
    line-height: 30px;
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

.slider .btn {
    border: 2px solid transparent;
}


/* Carousel control */

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 50% !important;
    background: #fff;
    transition: all 0.5s ease;
    border: 0;
}

#slide .carousel-indicators li.active,
#slide .carousel-indicators li:hover {
    background: #00AEF0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 10px !important;
    height: 20px !important;
    border-radius: 4px!important;
}

#slide .carousel-control.left,
#slide .carousel-control.right,
#slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#slide:hover .carousel-control.left,
#slide:hover .carousel-control.right,
#slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slide .carousel-control .fa-angle-left,
#slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slide .carousel-control .fa-angle-left {
    left: 20px;
}

#slide .carousel-control .fa-angle-right {
    right: 20px;
}

#slide .carousel-control i {
    background:rgba(0, 0, 0, 0.5);
    color: #00AEF0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 36px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#slide .carousel-control i:hover {
    background: #00AEF0;
    color: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}


/*-- Animation effect */

.carousel .item.active .animate2 {
    -webkit-animation: slideInLeft 1s ease-in 360ms both;
    animation: slideInLeft 1s ease-in 350ms both;
}

.carousel .item.active .animate3 {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 310ms both;
    animation: fadeInLeft 1.5s ease-in-out 310ms both;
}

.carousel .item.active .animate4 {
    -webkit-animation: lightSpeedIn 1.5s ease-in 310ms both;
    animation: lightSpeedIn 1.5s ease-in 310ms both;
}

.carousel .item.active .animate5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 110ms both;
    animation: bounceInLeft 1s ease-in-out 110ms both;
}

.carousel .item.active .animate6 {
    -webkit-animation: fadeInRight 1s ease-in 210ms both;
    animation: fadeInRight 1s ease-in 210ms both;
}

.carousel .item.active .animate7 {
    -webkit-animation: fadeInRight 1.5s ease-in 310ms both;
    animation: fadeInRight 1.5s ease-in 310ms both;
}
.carousel .item.active .animate8 {
    -webkit-animation: fadeInUp 1.5s ease-in 400ms both;
    animation: fadeInUp 1.5s ease-in 400ms both;
}
.carousel .item.active .animate9 {
    -webkit-animation: fadeInDown 1.5s ease-in 100ms both;
    animation: fadeInDown 1.5s ease-in 100ms both;
}



/*
  05) search-tour-box
  ----------------------------------------*/

.search-tour-box {
    background: #00AEF0;
    padding: 40px 0;
    color: #2f363e;
    margin-top: -1px;
    position: relative;
}

.search-box-title h2 {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400;
}

.select-box select{
    -moz-appearance: none;
    color:#a8a8a8;
    outline: none !important;
    cursor:pointer;
}
.select-box {
    position: relative;z-index:1;
}
.select-box::before{
    display:block;
    position:absolute;
    top:0;
    right:0;
    content: "\f107";
    font-family: "FontAwesome", sans-serif;
    padding:12px 17px;
    pointer-events: none;
    border:0;
    color:#fff;
    cursor:pointer;
    z-index:2;
}
.select-box::before {
    background-color: #009FE1;
}
.select-box .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    min-height: 49px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select-box select option {
    padding: 7px 10px !important;
}
.select-box select {
    -moz-appearance: none;
    color: #a8a8a8;
}
.btn_submit_search {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #009FE1;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 49px;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.btn_submit_search:hover {
    background-color: #009FE1;
    border: 2px solid #009FE1;
    color: #fff;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.search-tour-box .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    height: 49px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.search-tour-box .input-group-addon{
    border-radius: 0;
    border: 0;
    background-color: #009FE1;
    color:#fff;
}

/*
06) TOP DEALS
-------------------*/
.top-deals {
    background: #f5f5f5 none repeat scroll 0 0;
}

.popular-destination {
    text-align: center;
}
.popular-destinatonbox {
    position: relative;
}

.popular-destination-left {
    padding-right: 0;
}
.popular-destination-left .popular-destination-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: rgba(243,163,22,0.6);
    padding: 48px 47px;
    text-align: center;
}

.popular-destination-right .popular-destination-info a,
.popular-destination-left .popular-destination-info a {
    background-color: transparent;
    text-decoration: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    margin: 0;
    padding: 0;
}
.popular-destination-right .popular-destination-info a:hover,
.popular-destination-left .popular-destination-info a:hover{
    background-color: transparent;
}
.popular-destination-left .popular-destination-info a:hover h3{
    color: #000;
}
.popular-destination-right .popular-destination-info a:hover h3{
    color: #3abefb;
}

.popular-destination-right .popular-destination-info h3,
.popular-destination-left .popular-destination-info h3{
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.popular-destination-left .popular-destination-info h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: 0;
    color: #fff;
}
.popular-destination-left .popular-destination-info span{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.05px;
    line-height: 26px;
    display: block;
}
.popular-destination-left .popular-destination-info .amount{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0;
    margin-top: 60px;
}

/* - Popular Destination Right */
.popular-destination-right  {
    padding-left: 6px;
}
.popular-destination-right .col-md-6:nth-child(2n+1) {
    padding-right: 5px;
}
.popular-destination-right .col-md-6:nth-child(2n) {
    padding-left: 5px;
}
.popular-destination-right .popular-destinatonbox {
    position: relative;
    margin-bottom: 10px;
    max-width: 285px;
    overflow: hidden;
}
.popular-destination-right .popular-destinatonbox::before {
    background-color: rgba(0, 0, 0, 0.35);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.popular-destination-right .popular-destination-info {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.popular-destination-right  .popular-destination-info span{
    font-size: 15px;
    color: #f3a316;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 3px;
}
.popular-destination-right  .popular-destination-info h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    letter-spacing: 0.4px;
}
.popular-destination a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    line-height: 26px;
    background-color: #3abefb;
    padding: 11.5px 37px;
    border-radius: 3px;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: 50px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.popular-destination a:hover {
    background-color: #f3a316;
}

.destination-mainblock .popular-destination {
    margin-bottom: 107px;
}
.destination-mainblock .section-padding:last-of-type{
    padding-top: 17px;
    padding-bottom: 17px;
}

/* -- Direction Section */
.direction-section {
    background-color: #F8FDFF;
}
.direction-section .section-header {
    text-align: left;
    margin-bottom: 70px;
}
.direction-section .section-header h3 {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}
.direction-section .section-header h3::before,
.direction-section .section-header h3::after {
    content: "";
    left: 0;
    position: absolute;
}
.direction-section .section-header h3::before {
    background-color: #d0d0d0;
    bottom: 9px;
    height: 2px;
    width: 114px;
}

.direction-section .section-header p {
    padding: 0;
}
.dir-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.dir-box {
    display: inline-block;
    text-transform: uppercase;
}
.dir-box + .dir-box {
    border-left: 3px solid #d0d0d0;
    margin-left: 80px;
    padding-left: 80px;
}
.dir-box h4 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}
.dir-box h4 sub {
    font-size: 18px;
    left: -10px;
    bottom: 0.1em;
}
.dir-box p {
    margin-bottom: 0;
}




/*
06) Cat One
-------------------*/

.cat-one {
    background: #fff;
}

.cat-one .section-header p {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0;
}

figure.pref-image {
    height: 90px;
    line-height: 130px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    width: 90px;
}

.cat-one h3.pref-title {
    color: #454545;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

.blue-back {
    background-color: #05bcd2;
}

.green-back {
    background-color: #8fc984;
}

.yellow-back {
    background-color: #00AEF0;
}

.cat-one .full-width {
    margin-top: 30px;
}

/*
09) Blog
--------------------------*/

.blog-news {
    background-color: #F5F5F5;
}

.blog-news .section-header p {
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
}

.blog-news .tittle h2 {
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-news .blog-item {
    background: #fff;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 25px;
}

.blog-item-content {
    background-color: #fff;
    overflow: inherit;
    padding: 34px 27px 20px;
    text-align: left;
    position: relative;
}

.blog-box-icon {
    background: #00AEF0;
    border: 4px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 38px;
    margin-top: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -44px;
    width: 45px;
    z-index: 1;
}

.blog-news .blog-item:last-child {
    border-bottom: 0;
}

.blog-news .blog-item .up-content ul {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}

.blog-news .blog-item .up-content ul li {
    border-right: 1px solid #eeeeee;
    color: #888888;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding-right: 10px;
}

.blog-news .blog-item .up-content ul li a {
    color: #00519d;
    text-transform: none;
}

.blog-news .blog-item .up-content ul li:last-child {
    border-right: medium none;
    margin-left: 10px;
}

.blog-news .blog-item .up-content .tittle h2 {
    margin-bottom: 5px;
    margin-top: 6px;
}

.blog-news .blog-item .up-content .tittle h2:hover {
    color: #00519d;
}

.blog-news .blog-item .up-content .tittle a {
    text-decoration: none;
}

.blog-news .blog-item p {
    margin: 10px 0 20px 0;
}

.blog-news .blog-item a {
    font-size: 13px;
}

.blog-news .blog-item a:hover {
    text-decoration: none;
}

.blog-page .blog-item {
    margin-bottom: 40px;
}

.blog-page .blog-item img {
    max-width: 100%;
}

.blog-page .blog-item .down-content {
    margin: 20px 0;
}

.blog-page .blog-item .down-content .post-info {
    border-left: 4px solid #00AEF0;
    padding-left: 15px;
}

.blog-page .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-page .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}

.blog-page .blog-item .down-content ul li a {
    color: #0181ec;
    text-transform: none;
}

.blog-page .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}

.blog-page .blog-item .down-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}

.blog-page .blog-item .down-content .tittle h2:hover {
    color: #00AEF0;
}

.blog-page .blog-item .down-content .tittle a {
    text-decoration: none;
}

.blog-page .blog-item p {
    margin-top: 20px;
}

.blog-page .blog-item a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin-top: 15px;
}

.blog-page .blog-item a:hover {
    text-decoration: underline;
    color: #00AEF0;
}

.blog-page .blog-item-video {
    margin-bottom: 30px;
    position: relative;
}

.blog-page .blog-item-video img {
    width: 100%;
    overflow: hidden;
}

.blog-page .blog-item-video .video-content {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.blog-page .blog-item-video .video-content .inner-content {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }
}

.blog-page .blog-item-video .video-content .inner-content i {
    margin-right: 15px;
    color: #ffffff;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.2);
}

@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content i {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.blog-page .blog-item-video .video-content .inner-content i:hover {
    color: #00AEF0;
    cursor: pointer;
}

.blog-page .blog-item-video .video-content .inner-content .tittle h2 {
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 10px;
}

.blog-page .tittle h2 {
    color: #454545;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 30px;
}

.blog-page .blog-item-video .video-content .inner-content .tittle h2:hover {
    color: #00AEF0;
}

.blog-page .blog-item-video .video-content .inner-content .tittle a {
    text-decoration: none;
}

.blog-page .blog-item-video .video-content .inner-content .tittle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content .tittle ul {
        display: none;
    }
}

.blog-page .blog-item-video .video-content .inner-content .tittle ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-left: 10px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
}

.blog-page .blog-item-video .video-content .inner-content .tittle ul li a {
    color: #00AEF0;
}

.blog-page .blog-item-video .video-content .inner-content .tittle ul li:last-child {
    border-right: none;
    margin-left: 10px;
}

.blog-page .blog-item-video .video-content .inner-content .tittle ul li:first-child {
    margin-left: 0px;
}

.blog-grid .blog-item {
    margin-bottom: 40px;
}

.blog-grid .blog-item img {
    max-width: 100%;
}

.blog-grid .blog-item .down-content {
    margin-top: 20px;
}

.blog-grid .blog-item .down-content .post-info {
    border-left: 4px solid #00AEF0;
    padding-left: 15px;
}

.blog-grid .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-grid .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}

.blog-grid .blog-item .down-content ul li a {
    color: #00AEF0;
    text-transform: none;
}

.blog-grid .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}

.blog-grid .blog-item .down-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}

.blog-grid .blog-item .down-content .tittle h2:hover {
    color: #00AEF0;
}

.blog-grid .blog-item .down-content .tittle a {
    text-decoration: none;
}

.blog-grid .blog-item p {
    margin-top: 20px;
}

.blog-grid .blog-item a {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #00AEF0;
}

.blog-grid .blog-item a:hover {
    text-decoration: underline;
}

.single-blog .blog-item {
    margin-bottom: 40px;
}

.single-blog .blog-item img {
    max-width: 100%;
}

.single-blog .blog-item .down-content {
    margin: 20px 0;
}

.single-blog .blog-item .down-content .post-info {
    border-left: 4px solid #00AEF0;
    padding-left: 15px;
}

.single-blog .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-blog .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}

.single-blog .blog-item .down-content ul li a {
    color: #00AEF0;
    text-transform: none;
}

.single-blog .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}

.single-blog .blog-item .down-content .tittle h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 6px;
}

.single-blog .blog-item .down-content .tittle h2:hover {
    color: #00AEF0;
}

.single-blog .blog-item .down-content .tittle a {
    text-decoration: none;
}

.single-blog .blog-item p {
    margin-top: 20px;
}

.single-blog .blog-item blockquote {
    border-left: none;
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-style: italic;
    color: #888888;
    display: block;
}

.single-blog .blog-item blockquote em {
    margin-right: 15px;
    text-align: center;
    color: #ffffff;
    line-height: 65px;
    width: 50px;
    height: 50px;
    background-color: #00AEF0;
    display: block;
    font-size: 34px;
    float: left;
}

.single-blog .blog-item h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0px;
}

.single-blog .author-writen {
    padding: 20px 0px 25px 0px;
    margin: 50px 20px 0px 20px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.single-blog .author-writen img {
    float: left;
    max-width: 100%;
    border-radius: 50%;
    margin-right: 15px;
}

.single-blog .author-writen .border-button {
    float: right;
    margin-top: 6px;
}

.single-blog .author-writen span {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    display: inline-block;
}

.single-blog .author-writen h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0px;
}

.single-blog .comments {
    margin-top: 50px;
}

.single-blog .comments h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.single-blog .comments .comment-item {
    border-bottom: 1px solid #eeeeee;
}

.single-blog .comments .comment-item img {
    max-width: 100%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.single-blog .comments .comment-item .reply-button {
    float: right;
}

.single-blog .comments .comment-item .reply-button a {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    color: #00AEF0;
}

.single-blog .comments .comment-item .reply-button a:hover {
    text-decoration: underline;
}

.single-blog .comments .comment-item h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    display: inline;
    margin-right: 15px;
}

.single-blog .comments .comment-item .thumbs,
.single-blog .author-writen .thumbs {
    width: 60px;
}

.single-blog .comments .comment-item span {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
}

.single-blog .comments .comment-item span i {
    margin-right: 3px;
}

.single-blog .comments .comment-item p {
    margin-top: 10px;
    margin-left: 75px;
    padding-bottom: 10px;
}

.single-blog .comments .first-comment {
    margin-top: 25px;
}

.single-blog .comments .second-comment {
    margin-top: 20px;
    margin-left: 75px;
}

.single-blog .comments .second-comment p {
    padding-bottom: 15px;
}

.single-blog .comments .third-comment {
    margin-top: 20px;
}

.single-blog .comments .third-comment p {
    padding-bottom: 15px;
}

.single-blog .leave-comment {
    margin-top: 50px;
}

.single-blog .leave-comment h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

.single-blog .leave-comment input {
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 25px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
    height: 40px;
    padding-left: 15px;
    outline: none;
}

.single-blog .leave-comment textarea {
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
    height: 40px;
    padding: 10px 15px;
    outline: none;
}


/*
Pagination
-----------------*/

.pagination {
    display: inline-block;
    width: 100%;
}

.pagination .prev {
    text-align: left;
    margin-bottom: -36px;
}

.pagination .prev a {
    background-color: #00AEF0;
    border: 1px solid #00AEF0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-transform: none;
}

.pagination .prev a i {
    margin-right: 5px;
}

.pagination .next {
    text-align: right;
    margin-top: -36px;
}

.pagination .next a {
    background-color: #00AEF0;
    border: 1px solid #00AEF0;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    border-radius: 0;
}

.pagination .next a i {
    margin-left: 5px;
}

.pagination .page-numbers {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 245px;
}

.pagination .page-numbers ul {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

.pagination .page-numbers ul li {
    display: inline-block;
    padding: 0 8px;
}

.pagination .page-numbers ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 36px;
    color: #00AEF0;
}

.pagination .page-numbers ul .active a {
    border-bottom: 2px solid #00AEF0;
    padding-bottom: 7px;
    padding-right: 3px;
    padding-left: 3px;
}




/*
 12) About Us
 ----------------------------------------*/

.about-section {
    position: relative;
}

.about-section h2{
    font-size: 24px;
}
.about-list .about-item {
    background: #fff;
    padding: 15px 0;
}

.about-list .about-item h6 {
    margin-top: 30px;
    text-transform: uppercase;
}

.about-section p {
    margin-bottom: 30px;
    line-height: 24px;
}
.about-section .group-list .about-us-list {
    width: 220px;
}
.about-section .group-list .box-media {
    margin-top: 40px;
}
.about-section .group-button {
    margin-top: 25px;
}
.about-section .about-us-list {
    display: inline-block;
    margin-bottom: 0;
}
.about-section .about-us-list li {
    padding: 10px 0;
    list-style: none;
}
.about-section .about-us-list li .text {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.about-section .about-us-list li .text::after {
    color: #c6c6c6;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
}

.about-section .btn {
    margin-right: 20px !important;
}

.about-section .btn-theme2 {
    background: #e0e0e0!important;
}




/*
15) clients Section
----------------------------------------*/

.clients-section {
    background: #fff;
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.clients-section .container {
    position: relative;
    z-index: 2;
}

.clients-section .section-header h1::before {
    left: 47%;
    padding-bottom: 50px;
}

.clients-section .section-header p {
    padding: 40px 0;
    font-size: 15px;
    line-height: 25px;
}

.clients-section ul li {
    float: left;
    list-style-type: none;
}

.clients-section p {
    font-size: 15px;
    padding: 15px 0;
    line-height: 25px;
}

.clients-section #logo .item {
    text-align: center;
    width: 200px;
}

.clients-section #logo {
    margin-top: 0;
}

.clients-section .owl-pagination .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #00AEF0;
    border-radius: 0;
    height: 7px;
    opacity: 0.5;
    width: 20px;
    margin-top: 25px;
}

.clients-section .owl-pagination .owl-page.active span {
    background: #00AEF0 none repeat scroll 0 0;
    opacity: 1;
}




/*
21) Testimonial Section
----------------------------------------*/

.testimonial  {
    background: url("../images/parallax/parallax-2.jpg")  center center / cover;
}
.testimonial_wrapper {
    margin-top: 91px;
}

.single_testimonial {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 75px 72px 60px;
    margin: 55px 15px 0 15px;

}

.single_testimonial .testmonial_img {
    display: inline-block;
    height: 110px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
}

.single_testimonial .testmonial_img img {
    width: 100%;
    border-radius: 50%;
}

.name_desig .name {
    font-size: 14px;
    color: #00AEF0;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

.name_desig .desig {
    font-weight: 300;
    font-style: italic;
    color: #8e8e8e;
    font-size: 12px;
}

.testimonial_text {
    margin-top: 9px;
    position: relative;
}

.testimonial_text::before {
    content: "\f10d";
    position: absolute;
    right: calc(100% + 10px);
    top: -12px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #00AEF0;
}

/*
22)Contact
----------------------------------------*/

.contact-section {
    color: #656565;
}

.contact-section .page-header {
    margin: 0px 0px 15px;
}

.contact-section .section-header .sm-title {
    color: #e84c3d;
}

.contact-form .col-sm-6 {
    padding-right: 0px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .col-sm-6 input {
    border-right: 0px;
}

.contact-form .col-sm-5 {
    padding-left: 0px;
}

.contact-form input,
.contact-form textarea {
    background: none;
    border: 1px solid #e4e3e7;
    border-radius: 0px;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #656565;
    background: #fff;
    border-radius: 0;
}

#contact .success,
#contact .error {
    display: none;
    margin-bottom: 48px;
}

#contact .success .fa,
#contact .error .fa {
    font-size: 18px;
    margin-right: 5px;
}

.contact-form input {
    height: 50px;
}

.contact-detail ul {
    padding: 0px;
}

.contact-detail h6 {
    margin-bottom: 15px;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}

.contact-form h3,
.contact-detail h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #454545;
}

.contact-detail ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 30px;
    background: #f3f3f3;
    border-radius: 4px;
}

.contact-detail li p {
    padding-left: 35px;
    padding-top: 5px;
    position: relative;
}

.contact-detail li p i {
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 0;
    border: 1px solid #00AEF0;
    padding: 5px;
    text-align: center;
    width: 25px;
    color: #00AEF0;
}

.contact-form .btn {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
}

.contact-form .form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 13px;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #666;
    font-size: 13px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #666;
    font-size: 13px;
}


/*
32) Purchase Now
 ----------------------------------------*/

.purchase-now {
    background: #00AEF0;
    padding: 40px 0;
}

.purchase-now .btn-theme {
    font-size: 16px;
}

.purchase-now .content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
}

.purchase-now .content strong {
    color: #212121;
}

.buy-now {
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 40px;
    margin-top: -7px;
    font-weight: 700;
}


/*
24)Page Header
-----------------*/

.product-header {
    background: #00AEF0 url("../images/bg.png") no-repeat scroll center center / cover;
    color: #fff;
    padding: 30px 0;
    position: relative;
}

.product-header h2 {
    margin-bottom: 5px;
    color: #fff;
}

.product-header a {
    color: #fff;
}

.product-header i.fa {
    color: #fff;
}

span.credits {
    color: #909090;
    font-size: 12px;
    margin: 10px 0;
}


/*
 28) Footer
 ----------------------------------------*/

.footer-section-top {
    background: #292929;
}

.footer-section-top .section-padding {
    padding: 20px 0;
}

.footer-section-top .newsletter-widget input[type="email"] {
    background: #F2F9FF none repeat scroll 0 0;
    border: 1px solid #283a48;
    border-radius: 0;
    color: #666666;
    display: inline;
    height: 40px;
    line-height: 24px;
    margin-right: 20px;
    max-width: 300px;
    padding: 7px 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.footer-section-top .newsletter-widget .btn-theme {
    border: 1px solid #313d6a;
    display: inline;
    font-size: 14px;
    height: 40px;
    vertical-align: top;
}

.subscription-success i,
.subscription-error i {
    font-size: 15px;
    font-weight: normal;
    margin-right: 5px;
}

.subscription-success {
    color: #717171;
    width: 70%;
}

.subscription-error {
    color: #a94442;
    width: 70%;
}

.footer-section-top .social-footer {
    overflow: hidden;
    margin-left: 0;
    margin-top: 10px;
}

.footer-section-top h3 {
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 15px;
    margin: 20px 0 0 35px;
}

.footer-section-top .social-footer li {
    display: inline;
    float: left;
    font-size: 16px;
    list-style-type: none;
}

.footer-section-top .social-footer li a {
    color: #fff;
    float: right;
    font-size: 16px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: 35px;
}

.footer-section-top .social-footer li a:hover {
    color: #1ec3e1;
}

.footer-section-mid {
    background: rgba(0, 0, 0, 0) url("../images/parallax/parallax-2.jpg") repeat  center center / cover ;
    padding-bottom: 0;
}

.footer-section-mid .section-padding {
    padding: 50px 0;
}
.footer-section-mid .over-bg{
    background: rgba(0, 0, 0, 0.8);
}
.footer-section-mid .footer-mid {
    overflow: hidden;
}

.footer-section-mid .footer-mid .footer-widget h3.footer-widget-header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.footer-section-mid .footer-mid .footer-widget span.line {
    background: #00AEF0;
    display: block;
    height: 3px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    width: 30px;
}

.footer-section-mid .footer-mid .footer-widget ul li a {
    color: #dcdcdc;
    transition: color 0.3s ease 0s;
}

.footer-section-mid .footer-mid .footer-widget ul li a:hover {
    color: #00AEF0;
}

.footer-section-mid .footer-mid .footer-about-widget .footer-logo-wrapper {
    line-height: 0.7;
    margin-bottom: 30px;
    overflow: hidden;
}

.footer-section-mid .footer-mid .footer-about-widget .footer-logo-wrapper a {
    display: inline-block;
    overflow: hidden;
}

.footer-section-mid .footer-mid ul {
    padding: 0;
}

.footer-section-mid .footer-mid .footer-about-widget ul li,
.footer-section-mid .footer-mid .footer-link-widget ul li,
.footer-section-mid .footer-mid .about-link-widget ul li {
    margin-bottom: 10px;
    display: block;
    list-style: none;
}

.footer-section-mid .footer-mid .footer-about-widget .company-address ul li {
    color: #dcdcdc;
    padding-bottom: 13px;
    padding-left: 40px;
    position: relative;
}

.footer-section-mid .footer-mid .footer-about-widget .company-address ul li:last-child {
    padding-bottom: 0;
}

.footer-section-mid .footer-mid .footer-about-widget .company-address ul li i {
    color: #dcdcdc;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 3px;
}

.footer-section-mid .footer-mid .footer-link-widget ul li:last-child,
.footer-section-mid .footer-mid .about-link-widget ul li:last-child {
    margin-bottom: 0;
}


/*
    Flickr Widget
*/

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery {
    overflow: hidden;
}

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery li {
    float: left;
    height: 70px;
    list-style: outside none none;
    margin: 0 2px 2px 0;
    width: 80px;
}

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery li img {
    width: 100%;
}

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery {
    overflow: hidden;
}

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery li {
    width: 70px;
    height: 70px;
    margin: 0 2px 2px 0;
    float: left;
    list-style: none;
}

.footer-section-mid .footer-mid .flickr-widget #flickr-gallery li img {
    width: 100%;
}

.footer-section-bottom {
    background: #202020;
    padding: 10px 0;
}

.footer-section-bottom ul {
    overflow: hidden;
    margin: 5px 0;
}

.footer-section-bottom h3 {
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    margin: 10px 0;
}

.footer-section-bottom li {
    display: inline;
    float: left;
    list-style-type: none;
}

.footer-section-bottom li a {
    color: #fff;
    float: right;
    font-size: 14px;
    text-align: center;
}

.footer-section-bottom li a:hover {
    color: #1ec3e1;
}

.footer-section-bottom .copyright {
    color: #a2a2a2;
    line-height: 24px;
    margin: 10px 0;
}

.footer-section-bottom .copyright a {
    color: #00AEF0;
}


/*
29) Scroll top
-----------------*/
.scrollup {
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 18px;
    text-align: center;
    background: #181818;
    color: #3F56B4;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    top: 85%;
    z-index: 60;
}




@media (max-width: 991px) {
    .scrollup {
        right: 20px;
        bottom: 20px;
    }
}

@media (min-width: 992px) {
    .scrollup {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}


.front-type-tourism { font-family: 'Roboto', Arial, Tahoma, Verdana; font-size:17px; color:#CC3300; font-weight:bold; text-align:center; line-height: 20px !important; margin-top:10px;}
.front-type-tourism  a{ font-family: 'Roboto', Arial, Tahoma, Verdana; font-size:17px; color:#CC3300; font-weight:bold; line-height: 20px !important;  margin-top:10px;}

.resort-main-content { width:75%; margin-left:auto; margin-right:auto;  float:left; padding:10px; padding-left:30px; padding-right:10px; }
.resort-sidebar  { width:22%; float:left; margin-left:40px;}

.slogan-text { background-color:#F86B43; color:#FFFFFF; font-size: 21px; width:100%; padding-top:15px; padding-bottom:15px; margin: 0px; }

div .slogan-text { background-color:#F86B43; color:#FFFFFF; font-size: 21px;  width:100%; padding-top:15px; padding-bottom:15px; margin: 0px; }

.top-cols-5 { width: 20%;  float:left;  margin:0px !important;}

.front-hotel-name { color:#0066CC; font-size:14px; line-height: 14px !important; font-family: 'Raleway', Tahoma, Verdana, Helvetica, Arial,sans-serif; font-weight:bold; }

@media  screen and (min-width: 576px) and (max-width: 767px){
.resort-main-content { width:100%; margin-left:auto; margin-right:auto;  clear:both;  padding-left:10px; }
.resort-sidebar  { width:100%; clear:both; padding:20px; } 
.top-cols-5 { width: 48%; float:left;  }   
div .slogan-text { font-size: 17px; padding-top:10px; padding-bottom:10px;}
}

@media screen and (max-width: 700px) {
 .resort-main-content { width:100%; margin-left:auto; margin-right:auto;  clear:both;     padding-left:10px; }
.resort-sidebar  { width:100%; clear:both;  padding:20px;  padding-left:20px; } 
.top-cols-5 { width: 48%; float:left;  } 
div .slogan-text { font-size: 15px; padding-top:10px; padding-bottom:10px;}
}

@media screen and (max-width: 500px) {
 .resort-main-content { width:100%; margin-left:auto; margin-right:auto;  clear:both;    padding-left:10px; }
.resort-sidebar  { width:100%; clear:both;  padding:20px;  pading-left:20px; } 
 .top-cols-5 { width: 98%; clear:both;  }   
 .front-hotel-name { color:#0066CC; font-size:16px; line-height: 16px !important; font-family: 'Raleway', Tahoma, Verdana, Helvetica, Arial,sans-serif; font-weight:bold; margin-top:5px; }
div .slogan-text { font-size: 14px; padding-top:5px; padding-bottom:5px; padding-left:20px; padding-right:20px;}
}

