   /*	################################################################
	File Name: style.css
	Template Name: Moghol
	Created By: Md Momin
	http://revolstudio.com

	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) MENU SECTION

################################################################# */


/* ======================
   1. GENERAL SECTION
 ====================== */
* {
    margin: 0;
    padding: 0px;

}
html, body{
    height: 100%;

}
::-webkit-scrollbar {
    display: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}
/*body:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    bottom: 0;
}*/
.cb-slideshow, .cb-slideshow:after{
    background: rgba(0, 0, 0, 0.7);
}

.main-wrapper{
    position: relative;
    z-index: 99
}

.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #fff;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}
:-ms-input-placeholder {
    color: #fff !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #0098d7;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
    color: #01090c;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both
}
.last {
    margin-right: 0
}
audio,
video {
    max-width: 100%;
    height: auto;
}

iframe,embed,object {
    max-width: 100%;
}
input,textarea {
    color: 303
    #232323 !important
}

html, body, .ortfolio-page, .container-fluid, .row, .col-md-12{
    display: block;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
#map {
    width: 100%;
    height: 500px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 #Container .mix{
    display: none;
}
/* Top header section */
.top-header-section{
    background: #24282e;
}
.top-contact-info ul{
    margin: 0;
}
.top-contact-info ul li{
    display: inline-block;
    list-style: none;
}
.top-contact-info ul li a{
    font-size: 14px;
    color: #fefefe;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 18px 13px;
    display: block;
}
.top-contact-info ul li a span{
    margin-right: 6px;
    font-size: 16px;
}

.top-login{
    text-align: right;
}
.top-login ul{
    margin: 0;
}
.top-login ul li{
    list-style: none;
    display: inline-block;
}
.top-login ul li a{
    font-size: 14px;
    color: #fefefe;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 18px 18px;
    display: block;
}
.top-login ul li a span{
    margin-right: 3px;
}
.top-login ul li .login-regi{
    padding-right: 0;
}

.top-header-section{}
/*End Top header section */
.header-section{
    padding: 20px 0;
}
.navbar-default{
    background: transparent;
    margin: 0;
    border: none;
}
.navbar-default .navbar-brand{
    font-size: 30px;
    color: #555252;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-brand span{
    font-weight: 700;
    color: #32a8d6;
}
.navbar-default .navbar-nav > li > a{
    font-size: 14px;
    color: #0f0101;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #32a8d6;
}
.navbar-default .navbar-nav > li{
    position: relative;
}

.navbar-default .navbar-nav > li:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    display: none;
    left: 0;
    right: 0px;
    top: 0%;
    bottom: 0;
    margin: 0 auto;
    background: #32a8d6;
}
.navbar-default .navbar-nav > li:hover:before{
    display: block;
    top: 50%;
}

/* SLIDER SECTION */
.slider-area{
    position: relative;
}
.carousel-control.left, .carousel-control.right{
    background: transparent;
}
a.left.carousel-control {
    left: 0;
    width: 80px;
    height: 50px;
    top: 50%;
}
a.right.carousel-control {
    right: 0;
    width: 80px;
    top: 50%;
}
.carousel-control.left i, .carousel-control.right i{
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    background: #000;
    padding: 10px;
}
.carousel-control.left i:hover, .carousel-control.right i:hover{
    background: #32a8d6;
}
.carousel-control.left i{
    left: 50px;
}

.carousel-indicators li{
    border: 2px solid #f3b800;
    height: 15px;
    width: 15px;
    display: none;
}
.carousel-indicators .active{
    background-color: #f3b800;
    height: 16px;
    width: 16px;
}
.carousel-inner .item img{
    width: 100%;
    position: relative;
}
.carousel-inner .item:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.carousel-caption {
    padding: 0;
    top: 26%;
    z-index: 9999;
}
.carousel-caption h1{
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
    z-index: 99999;
    margin-bottom: 0;
    padding-bottom: 0;
}
.carousel-caption h1 span{
    color: #32a8d6;
}
.carousel-caption p{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-shadow: none;
    padding: 0 0 24px 0;
}
.slider-btn{
    display: inline-block;
    border: 2px solid #32a8d6;
    border-radius: 5px;
}
.slider-btn a{
    padding: 10px 35px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.view-tour-btn{
    margin-right: 11px;
}
.slider-btn a:hover{
    background: #32a8d6;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/* Slider bottom tab section */
.tab-section {
    position: absolute;
    bottom: 0;
    width: 1134px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab-content form .form-group{
    width: 164px;
    float: left;
    margin: 0 15px;
}
.tab-content form .form-group .form-control{
    font-size: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 18px 12px;
}
.tab-content form .form-group .form-control select option{
}
select option {
    margin:40px;
    background: rgba(0,0,0,0.3);
    color:#fff;
    text-shadow: none;
}
span.pe-7s-timer.form-control-feedback {
    padding: 9px 0;
    font-size: 18px;
}
.tab-content form .form-group {
    width: 164px;
    float: left;
    margin: 0 15px;
    background: transparent;
    border-radius: 0;
    height: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
.custom-btn-default {
    padding: 9px 31px;
    border-radius: 4px;
    border: none;
    background: #32a8d6;
    color: #fff;
    text-transform: uppercase;
}
.nav-tabs{
    border-bottom: 0;
}
.tab-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 45px 20px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    padding: 10px 35px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #32a8d6;
    border: none;
    border-bottom-color: transparent;
}
/* About us section */
.about-us-section {
    padding: 80px 0;
}
.section-title{
    text-align: center;
    margin-bottom: 62px;
}
.section-title h1{
    font-size: 55px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #555252;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.section-title .section-border{
   width: 161px;
   height: 5px;
   margin: 0 auto;
   background: #32a8d6;
   display: block;
}
.section-title h1 span{
    color: #32a8d6;
}
.our-service-list{
    text-align: center;
    border: 1px solid #555252;
    padding: 28px 0;
}
.our-service-list:hover{
    border: 1px solid #32a8d6;
}
.our-service-list span{
    font-size: 70px;
    color: #555252;
}
.our-service-list:hover.our-service-list span{
    color: #32a8d6;
}
.our-service-list h3{
    font-size: 18px;
    color: #555252;
    margin: 0;
    padding: 27px 0 21px 0;
    font-weight: 600;
}
.our-service-list:hover.our-service-list h3{
    color: #32a8d6;
}
.our-service-list p{
    font-size: 14px;
    color: #555252;
}
/* Top tour section */
.top-tour-section{
    background: url(../img/travel-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 100px;
}
.top-tour-section > .container > .row{
    z-index: 99999;
    position: relative;
}
.top-tour-section:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
}
.top-tour-section .section-title h1{
    color: #fff;
}
.our-top-tours{
    background: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 22px;
}
.top-toues-images{
    position: relative;
    overflow: hidden;
}
.top-toues-images img{
    width: 100%;
}
/* Roted area */
.search-icon{
    width: 160px;
    height: 120px;
    padding: 0;
    position: absolute;
    bottom: -97px;
    right: -126px;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search-icon span{
    font-size: 35px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    z-index: 99999;
    margin-left: -25px;
    width: 159px;
    margin-top: 19px;
}
.search-icon:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #32a8d6;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.top-toues-images:hover .search-icon{
    bottom: -53px;
    right: -82px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

/* End roted */
.our-tour-caption{
    margin-bottom: 20px;
}
.our-tour-caption h3{
    font-size: 22px;
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 16px;
}
.our-tour-caption .tour-member{
    font-size: 16px;
    color: #444444;
    font-weight: 300;
    padding: 0 16px;
}
.our-tour-caption .tour-member span{
    font-size: 22px;
}
.our-tour-caption ul{
    float: right;
    margin: 0;
    padding-right: 16px;
}
.our-tour-caption ul li{
    display: inline-block;
    list-style: none;
}
.our-tour-caption ul li a{
    font-size: 22px;
    color: #444444;
}
.our-tour-caption ul .rating-color a{
    color: #32a8d6;
}

.tour-free-btn{
    width: 50%;
    float: left;
}
.tour-free-btn1{
    padding-left: 16px;
}
.tour-free-btn2{
    text-align: right;
    padding-right: 16px;
}

.tour-free-btn a{
    font-size: 16px;
    color: #32a8d6;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 25px;
    border: 2px solid #32a8d6;
    border-radius: 4px;
}
.tour-free-btn1 a{
    background: #32a8d6;
    color: #fff;
}
.tour-free-btn2 a{
    padding: 6px 15px;
}
.tour-free-btn2 a:hover{
    background: #32a8d6;
    color: #fff;
    border: 2px solid #32a8d6;
}
/* galery section */
.gallery-section{
    padding: 78px 0 100px;
}
.control-bar{
    text-align: center;
}
span.btn.filter {
    background: transparent;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 18px;
    box-shadow: none !important;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
span.btn.active{
    background: #32a8d6 !important;
    color: #fff;
    box-shadow: none !important;
    border: none;
    padding: 6px 18px;
}

#Container .mix {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
#Container .mix img{
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#Container .mix:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}
#Container .mix:hover:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#Container .mix h3{
    position: absolute;
    bottom: -70px;
    margin: 0;
    z-index: 9999999;
    background: #32a8d6;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#Container .mix:hover.mix h3{
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.mix-hover-btns .pe-7s-link{
    background: url(../img/icon-bg1.png) no-repeat;
    background-position: center;
    position: absolute;
    top: -34%;
    width: 100%;
    text-align: center;
    padding: 14px 0 0 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.mix-hover-btns .pe-7s-search{
    background: url(../img/icon-bg2.png) no-repeat;
    background-position: center;
    position: absolute;
    bottom: -34%;
    width: 100%;
    text-align: center;
    padding: 7px 0 0 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.mix-hover-btns span{
    color: #fff;
    font-size: 20px;
    width: 82px;
    margin: 0 auto;
    height: 42px;
    z-index: 999999;
}
#Container .mix:hover .mix-hover-btns .pe-7s-link{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: 34%;
}
#Container .mix:hover .mix-hover-btns .pe-7s-search{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    bottom: 34%;
}
#Container{
    overflow: hidden;
    margin-top: 62px;
}
/* Video section */
.video-section{
    background: url(../img/video-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.video-section:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.modal-header .close {
    margin-top: -7px;
    display: block;
    position: relative;
    z-index: 9999999;
}
.modal-header{
    border-bottom: none;
}
.video-section .container{
    padding: 11% 15px;
}

.video-display{
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 5px solid #fff;
    border-radius: 50%;
    line-break: 50px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    color: #fff;
    background: transparent;
    font-size: 100px !important;
    border: none !important;
    outline: none !important;
    text-decoration: none;
    padding: 10px 0 0 20px;
}
.favorite-room-section{
    padding: 80px 0;
    background: #fffcf4;
}
.room-image{
    position: relative;
    overflow: hidden;
}
.room-image img{
    width: 100%;
}
.favorite-rooms .search-icon {
    width: 160px;
    height: 120px;
    padding: 0;
    position: absolute;
    bottom: -103px;
    right: -126px;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.favorite-rooms:hover.favorite-rooms .search-icon {
    bottom: -54px;
    right: -77px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.favorite-rooms-caption{
    float: left;
    width: 85%;
    padding: 15px 0 0 18px;
}
.favorite-rooms-caption h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #555252;
}
.favorite-rooms-caption p{
    font-size: 14px;
    color: #555252;
    font-weight: 300;
}
.favorite-room-section .container-fluid .col-sm-4{
    padding: 0;
    background: #fff;
}
.favorite-room-section .col-md-4{
    padding: 0;
}
.favorite-inner-caption{
    width: 100%;
}

.rooms-rate{
    width: 15%;
    float: left;
    text-align: center;
    background: #e4e4e4;
    padding: 26px 0 26px;
}
.rooms-rate span{
    font-size: 24px;
    color: #555252;
}
/* Our agent section */
.our-agent-section{
    background: #fffcf4;
    padding: 80px 0 100px;
}
.our-agent{
    position: relative;
    overflow: hidden;
}
.our-agent a img{
    width: 100%;
}
.agent-caption-with-media{
    background: rgba(50, 168, 214, 0.7);
    position: absolute;
    bottom: -59px;
    width: 100%;
    text-align: center;
    padding: 12px 0 8px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.our-agent:hover .agent-caption-with-media{
   bottom: 0px;
   -webkit-transition: all 1s;
   -moz-transition: all 1s;
   -o-transition: all 1s;
   transition: all 1s;
}
.agent-caption h3{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;

}
.agent-caption p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 3px 0 13px;
}
.agent-caption-with-media ul li{
    list-style: none;
    display: inline-block;
}
.agent-caption-with-media ul li a{
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 37px;
    transition: all 1s;
}
.agent-caption-with-media ul li a:hover{
    background: #fff;
    color: #32a8d6;
    transition: all 1s;
}

/* Our partners section */
.our-partner-section{
    background: #e9f0fd;
    padding: 80px 0 100px;
    overflow: hidden;
}
.parters-logo{
    position: relative;
    border: 1px dashed #32a8d6;
    overflow: hidden;
}
.parters-logo:hover .search-icon {
    bottom: -51px;
    right: -80px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.parters-logo a img{
    height: 151px;
    width: 100%;
}
.parters-logo .search-icon{

}
/* Client testimonial */
.testimonial-section{
    background: url(../img/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.testimonial-section .container-fluid{
    padding: 80px 0;
}
.testimonial-section:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.testimonial-section .section-title h1{
    color: #fff;
}
.owl-item .item{
    text-align: center;
}
.owl-item .item p{
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

}
.contents{
   background: url(../img/client-array.png) no-repeat;
   background-position: center 117.8px;
   padding-bottom: 60px;

}
.owl-item .item a img{
    border: 4px solid  rgba(50, 168, 214, 0.5);
    border-radius: 50%;
}

.owl-item .item h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.owl-theme .owl-controls{
    position: absolute;
    right: 0;
    bottom: 0;
}
.owl-theme .owl-controls .owl-page{
    display: block;
}
.owl-theme .owl-controls .owl-page span {
    width: 70px;
    background: #fff !important;
    border-radius: 0;
    float: right;
    margin: 3px 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 100px;
    background: #32a8d6 !important;
}
/* our blog section */
.our-blog-section{
    padding: 80px 0 100px;
}
.blog-post-images {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.blog-post-images a img{
    width: 100%
}
.blog-post-images .search-icon{
    width: 160px;
    height: 120px;
    padding: 0;
    position: absolute;
    bottom: -45px;
    right: -81px;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.blog-post-images .search-icon1{
    top: -102px;
    left: -123px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.blog-post-images:hover .search-icon1{
    top: -41px;
    left: -76px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.blog-post-images .search-icon1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #32a8d6;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.blog-post-images .search-icon1 span {
    font-size: 35px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(180deg);
    display: block;
    z-index: 99999;
    margin-left: 124px;
    width: 0;
    margin-top: 62px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.blog-caption h4{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #555252;
    margin: 0;
    padding: 20px 0 12px 0;
}
.blog-caption h4:before{
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 4px;
    background: #32a8d6;
    bottom: 0;
}

.blog-caption p{
    font-size: 14px;
    font-weight: 400;
    color: #555252;
    line-height: 26px;
    margin: 9px 0 0 0;
}
/* Get in tuch section */
.get-in-tuch-section{
    background: url(../img/get-in-tuch-bg.jpg) no-repeat;
    position: relative;
    background-size: cover;
}
.get-in-tuch-section:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.get-in-tuch-section .container{
    padding: 80px 0 98px;
}
.get-in-tuch-section .section-title h1{
    color: #fff;
}
.contact-form .form-control{
    background: transparent;
    border-radius: 0;
    height: 48px;
}
textarea.form-control {
    min-height: 170px;
    padding: 15px 0 0 13px;
}
.contact-btn-default{
    text-align: center;
}
.contact-btn-default .btn-default, .contact-btn-default .btn-default:hover, .contact-btn-default .btn-default:active, .contact-btn-default .btn-default:focus{
    background: #32a8d6;
    width: 262px;
    height: 42px;
    border: none;
    box-shadow: none;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}
/* Footer section */
/* Footer top section */
.footer-top{
    background: #2d3237;
    padding: 60px 0 65px;
}
.footer-inner h1{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 24px 0;
    padding: 0 0 10px 0;
    color: #fff;
    text-transform: uppercase;
}
.footer-inner h1:before{
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #32a8d6;
    bottom: 0;
}
.footer-inner p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.footer-inner form{
    position: relative;
}
.footer-inner form .form-group{
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-inner form .form-group input{
    border-radius: 4px;
}

.footer-inner form .contact-btn-default{
    background: #32a8d6;
    width: 120px;
    height: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.footer-inner form .form-control{
    background: transparent;
    border-radius: 0;
    height: 48px;
}
.footer-open-hour ul li{
    list-style: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer-open-hour ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 50%;
    float: left;
    border-bottom: 1px solid #6e7174;
    padding: 7px 0;
}
.footer-open-hour ul li span{
    width: 50%;
    float: right;
    border-bottom: 1px solid #6e7174;
    padding: 7px 0;
    text-align: right;

}
.list1{
    padding-top: 0 !important;
}
.list2{
    border-bottom: none !important;
}
.footer-address .address li{
    list-style: none;
}
.footer-address .address li a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}
.footer-address .address li a span{
    font-weight: 700;
}

.footer-address .footer-social-media{
    margin-top: 14px;
}
.footer-address .footer-social-media li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.footer-address .footer-social-media li a{
    font-size: 25px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    transition: all 1s;
}
.footer-address .footer-social-media li a:hover{
    background: #32a8d6;
    border: 1px solid #32a8d6;
    transition: all 1s;
}
/* Footer bottom section */
.footer-bottom{
    background: #000000;
}
.footer-bottom{
    padding: 30px 0;
}
.footer-bottom p{
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.footer-bottom p a{
    color: #32a8d6;
}
@media (max-width: 767px) {
    .top-header-section{
        display: none;
    }

    .top-contact-info ul li {
        display: block;
    }
    .top-contact-info ul li a{
        padding: 6px 13px;
    }
    .top-login ul li{
        display: block;
    }
    .top-login ul li a{
        padding: 6px 13px;
        text-align: center;
    }
    .header-section {
        padding: 4px 0;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .carousel-inner > .item img{
        min-height: 250px;

    }
    .carousel-caption h1 {
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
    .carousel-control.left i, .carousel-control.right i {
        font-size: 40px;
        padding: 6px;
    }
    a.right.carousel-control, a.left.carousel-control {
        width: 50px;
    }
    .slider-btn a {
        padding: 6px 9px;
        font-size: 12px;
    }
    .nav-tabs > li > a, .nav-tabs > li > a:hover {
        font-size: 14px;
        padding: 10px 23px;
    }
    .tab-section {
        position: relative;
        width: 100%;
    }
    .tab-content form .form-group {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .section-title h1 {
        font-size: 24px;
    }
    .section-title .section-border {
        width: 70px;
        height: 3px;
    }
    .about-us-section {
        padding: 36px 0 6px;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .our-service-list h3 {
        padding: 9px 0 8px 0;
    }
    .top-tour-section {
        padding: 35px 0 15px;
    }
    .our-tour-caption h3 {
        font-size: 18px;
        padding: 8px 16px 4px;
    }
    .our-tour-caption .tour-member {
        font-size: 14px;
    }
    .our-tour-caption ul {
        margin: 5px 0 0 0;
    }
    .our-tour-caption ul li a {
        font-size: 20px;
    }
    .tour-free-btn a {
        font-size: 14px;
        padding: 5px 20px;
    }
    .our-top-tours {
        margin-bottom: 30px;
    }
    span.btn.filter {
        padding: 3px 6px;
        font-size: 12px;
    }
    .gallery-section {
        padding: 35px 0 40px;
    }
    #Container .mix {
        width: 50%;
    }
    #Container {
        margin-top: 30px;
    }
    .modal-open .modal {
        display: none !important;
    }
    .video-display {
        width: 100px;
        height: 100px;
        border: 3px solid #fff;
        line-height: 50px;
    }
    .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        font-size: 70px !important;
        padding: 5px 0 0 12px;
    }
    .favorite-room-section {
        padding: 35px 0;
    }
    .favorite-rooms-caption {
        width: 81%;
        padding: 15px 0 0 0;
    }
    .rooms-rate {
        width: 19%;
    }
    .our-agent-section {
        padding: 5px 0 15px;
    }
    .our-agent{
        margin-bottom: 30px;
    }

    .our-agent img{
        width: 100%;
        height: auto;
    }
    .our-partner-section {
        padding: 35px 0 15px;
    }
    .parters-logo{
        margin-bottom: 30px;
    }
    .testimonial-section .container-fluid {
        padding: 36px 0;
    }
    .owl-item .item p {
        padding: 20px 10px;
        width: 100%;
    }
    .owl-item .item p {
        font-size: 14px;
    }
    .contents{
        padding-bottom: 25px;
    }
    .owl-item .item h3 {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 60px !important;
        height: 8px;
    }
    .our-blog-section {
        padding: 5px 0 15px;
    }
    .our-blogs-post{
        margin-bottom: 30px;
    }
    .get-in-tuch-section .container {
        padding: 35px 0 44px;
    }
    .footer-top {
        padding: 5px 0 31px;
    }
    .footer-inner h1 {
        font-size: 20px;
        margin: 0 0 14px 0;
    }
    .footer-inner {
        margin-top: 30px;
        display: block;
        overflow: hidden;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .testimonial-section{
        overflow: hidden;
    }
    .get-in-tuch-section {
        overflow: hidden;
    }
    .favorite-room-section .col-sm-4{
        overflow: hidden;
    }
    .contents {
        background: transparent;
    }
    .top-contact-info {
        text-align: center;
    }
    .navbar-right {
        margin-top: 6px;
    }
    .carousel-caption { 
        top: 18%;
    }

}
@media (min-width: 470px) and (max-width: 570px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 31%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 31%;
    }
    #Container .mix h3 {
        font-size: 14px;
    }
}
@media (min-width: 375px) and (max-width: 469px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 25%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 25%;
    }
    #Container .mix h3 {
        font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 375px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 20%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 20%;
    }
    #Container .mix h3 {
        font-size: 14px;
        padding: 5px 0;
    }
}
@media (max-width: 992px) {
    .our-service-list {
        padding: 20px 8px;
        margin-bottom: 30px;
    }
    .tab-section {
        position: relative;
        width: 100%;
    }
    .tab-content form .form-group {
        width: 100% !important;
        margin: 0 0 15px 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .top-login ul li a {
        padding: 16px 4px;
    }
    .top-contact-info ul li a {
        padding: 16px 7px;
    }
   .header-section .nav > li > a {
        padding: 10px 10px;
    }
    .our-tour-caption .tour-member {
        font-size: 13px;
    }
    .our-tour-caption .tour-member span {
        font-size: 15px;
    }
    .our-tour-caption ul li a {
        font-size: 12px;
    }
    .footer-address .footer-social-media li a {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
    .footer-inner form .contact-btn-default {
        width: 71px;
    }
}
@media (min-width: 768px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 25%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 25%;
    }
    #Container .mix h3 {
        font-size: 14px;
    }
    .our-tour-caption h3 {
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }
    .tab-content form .form-group {
        width: 164px;
    }
    .favorite-rooms-caption {
        width: 80%;
    }
    .rooms-rate {
        width: 20%;
    }
    .contents {
        background: transparent;
    }

}
@media (min-width: 992px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 31%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 31%;
    }
    #Container .mix h3 {
        font-size: 14px;
    }
    .our-tour-caption ul li a {
        font-size: 20px;
    }
    .our-tour-caption h3 {
        font-size: 22px;
    }
    .carousel-caption h1 {
        font-size: 45px;
    }
    .tab-section {
        width: 980px;
    }
    .tab-content form .form-group {
        width: 133px;
    }
    .favorite-rooms-caption {
        width: 80%;
    }
    .rooms-rate {
        width: 20%;
    }
    .contents {
        background: transparent;
    }

}
@media (min-width: 1200px) {
    #Container .mix:hover .mix-hover-btns .pe-7s-link{
        top: 34%;
    }
    #Container .mix:hover .mix-hover-btns .pe-7s-search{
        bottom: 34%;
    }
    #Container .mix h3 {
        font-size: 22px;
    }
    .our-tour-caption ul li a {
        font-size: 22px;
    }
    .our-tour-caption h3 {
        font-size: 18px;
    }
    .carousel-caption h1 {
        font-size: 55px;
    }
    .tab-section {
        width: 1134px;
    }
    .tab-content form .form-group {
        width: 164px;
    }
    .favorite-rooms-caption {
        width: 85%;
    }
    .rooms-rate {
        width: 15%;
    }
    .contents {
        background: url(../img/client-array.png) no-repeat;
        background-position: center 117.8px;
        padding-bottom: 60px;
    }

}