/*------------------------------------------------------------------

* Project:        Tourperator

* Author:         Crenoveative 

* URL:            http://crenoveative.com or https://themeforest.net/user/crenoveative/portfolio 

* Created:        10/09/2019 

-------------------------------------------------------------------*/



/*------------------------------------------------------------------

* Table of Content

* 1. Layout

* 2. Header

* 3. Horizontal Sticky Navigation

* 4. Login Form

* 5. Hero Banner

* 6. Back To Top

* 7. Footer

* 8. Title, Heading, Content Box, Sidebar box

* 9. Page title and breadcrumb

* 10. Pagination

* 11. Product items

* 12. Featured

* 13. Result page

* 14. Detail page

* 15. Blog

* 16. Menu style

* 17. Testimonial

* 18. Error Page and faq

* 19. Dashboard

* 20. Contact page

* 21. Miscellaneous

-------------------------------------------------------------------*/



/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); */





/**

 * Layout

 */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



 h1, h2, h3, h4, h5, h6 {

    font-family: "Poppins", sans-serif;

 }

 p {

    font-family: "Poppins", sans-serif;

 }

 a {

    font-family: "Poppins", sans-serif;

 }

 button {

    font-family: "Poppins", sans-serif;

 }

 span {

    font-family: "Poppins", sans-serif;

 }

section,

.section {

    padding: 108px 0;

}



.page-wrapper {

    padding-bottom: 80px;

}



.section-xs {

    padding-top: 70px;

    padding-bottom: 70px;

}



.extra-bg {

    position: relative;

    margin-top: -100px;

}



.extra-bg:before {

    content: "";

    position: absolute;

    left: -70px;

    right: -70px;

    top: -70px;

    height: 250px;

    background-color: #FFF;

}



.extra-bg-inner {

    position: relative;

    z-index: 1;

}



.page-box > .container {

    background-color: #FFF;

    position: relative;

}



.page-box > .container:before,

.page-box > .container:after {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    width: 35px;

    background-color: #FFF;

}



.page-box > .container:before {

    left: -35px;

}



.page-box > .container:after {

    right: -35px;

}



.page-wrapper.page-box {

    padding-top: 0;

}



.page-wrapper.page-box > .container {

    padding-top: 40px;

    margin-top: -112px;

}



.content-wrapper.pv {

    /* padding-top: 50px; */

    padding-bottom: 50px;

}



@media (min-width: 576px) {



}



@media (min-width: 768px) {

    .container {

        max-width: 750px;

    }

}



@media (min-width: 992px) {

    .container {

        max-width: 970px;

    }

}



@media (min-width: 1200px) {

    section,

    .section {

        padding: 150px 0;

    }

	.page-wrapper {

		padding: 120px 0;

	}

    .container {

max-width: 1200px;

}

}







/**

 * Header

 */

 .header-main {

    min-height: 10px;

    margin: 0;

    background-color: transparent;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    z-index: 9

}



.header-main .header-inner {

    position: relative;

    /* padding: 10px 15px; */

}



.header-main .navbar {

    padding: 0;

}



.header-main .main-logo {

    width: 160px;

    padding-top: 5px;

    padding-bottom: 0;

}



.header-main .navbar-wrapper {

    position: relative;

}



.header-main .navbar-wrapper .navbar {

    float: right;

}



.header-main .main-menu-nav {

    position: relative;

    width: 100%;

}





/* Main Menu Dropdown */



.header-main .main-nav {

/* margin: 0; */

/* background-color: #333; */

/* display: flex; */

/* justify-content: space-between; */

/* width: 100%; */
}



.header-main .main-nav li {

    position: relative;

}



.header-main .main-nav li a {

    font-size: 14px;

    font-weight: 600;

    color: rgba(255, 255, 255, 0.7);

    display: block;

    line-height: 1.25;

    padding: 5px 0;

    font-weight: 400;

    position: relative;

}



.header-main .main-nav > li {

    float: left;

    padding-top: 27px;

    padding-bottom: 27px;

}



.header-main .main-nav > li > a {

    line-height: 1;

    font-size: 12px;

    padding: 10px 0;

    padding-right: 15px;

    /* text-transform: uppercase; */

    font-weight: 600;

    letter-spacing: 1px;

    color: #000;

}



.header-main .main-nav li ul {

    z-index: 9999;

    position: absolute;

    top: 33px;

    left: 0;

    width: 190px;

    display: none;

    background-color: #333;

    padding: 20px;

}



.header-main .main-nav li ul li ul,

.header-bg-white .header-main .main-nav li ul li ul {

    left: 169px;

    top: 0;

}



.header-main .main-nav li a:hover,

.main-nav li ul > li:hover > a {

    color: rgba(255, 255, 255, 1);

}



.header-main .main-nav > li:hover > a,

.header-main .main-nav > li > a:hover {

/* color: #0057a8; */

/* background: #eff6ff; */

/* border-radius: 10px; */

/* padding: 10px; */
}





/* Mega Menu */



.header-main .main-nav > li.mega-menu {

    position: inherit;

    left: 0;

    color: rgba(255, 255, 255, 0.7);

}



.header-main .main-nav > li.mega-menu ul {

    right: 0;

    position: absolute;

    top: 33px;

    padding: 15px;

    width: 100%;

}



.header-main .main-nav > li.mega-menu ul li a:hover {

    color: rgba(255, 255, 255, 1);

}



.header-main .main-nav > li.mega-menu ul > li:hover > a {

    color: #4f617a;

}



.header-main .main-nav > li.mega-menu .megamenu-container .arrow-indicator {

    display: none;

}





/* Mini Menu */



/* .header-main ul.nav-mini-right {

    float: right;

} */



.header-main ul.nav-mini-right > li {

    float: left;

    margin-left: 15px;

}



.header-main ul.nav-mini-right > li:last-child {

    margin-left: 0;

}



.header-main ul.nav-mini-right > li > a {

    line-height: 1;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 1px;

    color: #000;

    position: relative;

}



.header-main ul.nav-mini-right > li > a:hover {

    color: #4f617a;

}



.header-main ul.nav-mini-right > li > a .icon-font {

    font-size: 18px;

    display: inline-block;

    vertical-align: middle;

    margin-top: -3px;

    margin-right: 3px;

}





/* Menu Arrow */



.header-main .navbar-arrow .arrow-indicator {

    color: #003466;

}



.header-main .navbar-arrow ul li .arrow-indicator {

    display: inline-block;

    vertical-align: middle;

    font-size: 9px;

    margin-left: 5px;

}



/* .header-main .navbar-arrow ul li .arrow-indicator:after {

    font-family: 'simple-line-icons';

    content: "\e604";

    display: block;

    line-height: 1;

} */



.header-main .navbar-arrow ul li ul li .arrow-indicator {

    margin: 0;

    position: absolute;

    top: 16px;

    right: -10px;

}



/* .header-main .navbar-arrow ul li ul li .arrow-indicator:after {

    content: "\e606";

} */



.header-main .navbar-arrow > ul > li:hover .arrow-indicator {

    color: #4f617a;

}



.header-main .navbar-arrow > ul > li:hover li .arrow-indicator {

    color: #AAA;

}



.header-main .navbar-arrow > ul > li li:hover .arrow-indicator {

    color: #FFF;

}





/* Button to open/close collase on mobile for header */



.header-main .btn.btn-toggle {

    font: inherit;

    text-transform: inherit;

    background-color: transparent;

    padding: 0;

    margin: 0;

    letter-spacing: inherit;

    line-height: 1;

    font-size: 14px;

    color: rgb(5 35 95);

    border: 0;

    margin-left: 15px;

}



.header-main .btn.btn-toggle:before {

    font-family: "Ionicons";

    content: "\f2d7";

    width: 18px;

    height: 18px;

    line-height: 18px;

    display: block;

    font-size: 22px;

}



.header-main .btn.btn-toggle.collapsed:before {

    content: "\f394";

}



.dropdown-currency,

.dropdown-language {

    margin-top: -3px;

}



.dropdown-currency .btn-text-inherit,

.dropdown-language .btn-text-inherit {

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    padding-left: 0;

}



.dropdown-currency .btn-text-inherit .icon-font {

    font-size: 13px;

    vertical-align: top;

    margin-top: -4px;

    display: inline-block;

}



.dropdown-currency .dropdown-menu,

.dropdown-language .dropdown-menu {

    min-width: 60px;

    padding: 0 !important;

    background: #FFF;

    border: 0;

    margin-top: 0;

    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);

    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);

    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);

}



.dropdown-currency .dropdown-menu a.dropdown-item,

.dropdown-language .dropdown-menu a.dropdown-item {

    background-color: transparent;

    color: #000;

    font-size: 12px;

    font-weight: 600;

    padding: 7px 20px;

    display: block;

    line-height: 1;

}



.dropdown-currency .dropdown-menu a.dropdown-item:hover,

.dropdown-language .dropdown-menu a.dropdown-item:hover {

    text-decoration: underline;

}



.dropdown-currency .dropdown-menu a.dropdown-item .icon-font {

    width: 25px;

    display: inline-block;

    text-align: center;

    font-size: 14px;

}



.dropdown-currency .btn-interactive:after,

.dropdown-language .btn-interactive:after {

    -moz-transition: all 0.15s ease-out;

    -webkit-transition: all 0.15s ease-out;

    transition: all 0.15s ease-out;

}



.show.dropdown.dropdown-currency .btn-interactive:after,

.show.dropdown.dropdown-language .btn-interactive:after {

    font-size: 26px;

    margin-top: 11px;

    margin-right: -5px;

    color: #BCBCBC;

    right: auto;

    left: 18px;

}



.dropdown-currency .dropdown-menu-inner,

.dropdown-language .dropdown-menu-inner {

    padding: 10px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,8e8e8e+100&0+0,0.65+100 */

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(142, 142, 142, 0.65) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(142, 142, 142, 0.65) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(142, 142, 142, 0.65) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a68e8e8e', GradientType=0);

    /* IE6-9 */

}



.dropdown-language .btn-text-inherit .image {

    width: 18px;

    vertical-align: top;

    margin-top: -4px;

    display: inline-block;

    margin-right: 5px;

}



.dropdown-language .dropdown-menu a.dropdown-item .image {

    width: 21px;

    vertical-align: top;

    margin-top: -5px;

    display: inline-block;

    margin-right: 7px;

}



.header-bg-white .header-main {

    -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    background-color: #FFF;

}



.header-bg-white .header-main .header-inner {

    padding-top: 20px;

    padding-bottom: 20px;

}



@media (min-width: 768px) {

    .header-bg-white .header-main .header-inner {

        padding-top: 18px;

        padding-bottom: 18px;

    }

}



@media (min-width: 992px) {

    .header-main .header-inner {

        /* padding-top: 10px; */

        padding-left: 40px;

        padding-right: 40px;

        -moz-transition: all 0.3s ease-out;

        -webkit-transition: all 0.3s ease-out;

        transition: all 0.3s ease-out;

        /* margin-bottom: 20px; */

        /* border: 1px solid #f2f2f2; */

    }

    .header-main .main-menu-nav:before {

        display: none;

    }

    .header-main .main-nav {

/* margin-left: 15px; */

/* display: flex; */

/* justify-content: space-around; */

}

    .header-main .main-nav li a {

        font-size: 13px;

        padding: 10px 0;

    }

    .header-main .main-nav > li > a {

        padding-left: 8px;

        padding-right: 8px;



    }

    .header-main .main-nav li ul {

        top: 58px;

    }

    .header-main .main-nav > li.mega-menu ul {

        top: 71px;

        padding: 15px 30px;

        min-width: 700px;

        margin-left: -100px;

    }

    .header-main ul.nav-mini-right {

        margin-left: 50px;

    }

    .header-main ul.nav-mini-right > li {

        margin-left: 20px;

    }

    .header-main ul.nav-mini-right > li > a {

        font-size: 14px;

    }

    .header-main .arrow-indicator {

        display: inline-block;

    }

    .header-main .btn.btn-toggle {

        display: none;

    }

    .header-waypoint-sticky.header-main {

        /* position: fixed; */

        top: 0;

        left: 0;

        right: 0;

        z-index: 1030;

        background-color: #FFF;

        -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

        -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

        box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    }

    .header-waypoint-sticky.header-main .header-inner {

        /*padding-top: 0;

        padding-bottom: 0;*/

    }

    .header-waypoint-sticky.header-main .main-nav > li > a {

        padding-bottom: 17px;

    }

    .header-waypoint-sticky.header-main ul.nav-mini-right {

        padding-top: 0px;

    }

    .header-main.header-mobile-menu .main-menu-nav {

        display: block;

    }

    .dropdown-currency,

    .dropdown-language {

        margin-top: 0;

    }

    .dropdown-currency .btn-text-inherit,

    .dropdown-language .btn-text-inherit {

        padding-top: 15px;

    }

    .header-bg-white .header-main .header-inner {

        padding-top: 6px;

        padding-bottom: 11px;

    }

    .header-bg-white .header-main .main-nav li ul {

        top: 71px;

    }

    .header-bg-white .header-waypoint-sticky.header-main .header-inner {

        padding-top: 0;

        padding-bottom: 6px;

    }

    .header-bg-white .header-waypoint-sticky.header-main .main-nav li ul {

        top: 63px;

    }

}



@media (min-width: 1200px) {

    .header-main .header-inner {

        

    }

    .header-main .main-nav > li.mega-menu ul {

        width: 100%;

        min-width: 900px;

        margin-left: -450px;

    }

    .header-main .main-nav > li > a {

font-size: 16px;

color: #003970;

text-decoration: none;

position: relative;

font-weight: 400;

font-family: "Poppins", sans-serif;

}

    .header-main ul.nav-mini-right {

        padding-top: 0px;

    }

    .header-bg-white .header-main .header-inner {

        padding-top: 8px;

        padding-bottom: 17px;

    }

    .header-bg-white .header-main .main-nav li ul {

        top: 78px;

    }

    .header-bg-white .header-waypoint-sticky.header-main .header-inner {

        padding-top: 6px;

        padding-bottom: 11px;

    }

    .header-bg-white .header-waypoint-sticky.header-main .main-nav li ul {

        top: 69px;

    }

}



@media only screen and (max-width: 991px) {

    .header-main.with-absolute-navbar .navbar {

        position: fixed;

        left: -15px;

        right: -15px;

         top: 60px;

        background: #fff;

        z-index: 999998;

        margin-top: 0px;

        height: auto;

        line-height: 0;

        min-height: 0;

        border: 0;

    }

    

    .header-main.with-absolute-navbar .navbar:before,

    .with-absolute-navbar .navbar:after {

        display: none;

        content: "";

        position: absolute;

        top: 0;

        bottom: 0;

        width: 3000px;

        background-color: #333;

        display: block;

    }

    .header-main.with-absolute-navbar .navbar:before {

        left: -3000px;

    }

    .header-main.with-absolute-navbar .navbar:after {

        right: -3000px;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav {

        margin: 0;

        background-color: #fff;

        height: 100vh;

        overflow: scroll;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li {

        float: none;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li > a {

     

        color: rgb(5 35 95);;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

        padding-right: 20px;

        height: 50px;

        /* display: flex; */

        align-items: center;

        width: 100%;

        position: relative;

        font-family: "Poppins",sans-serif!important;

        padding: 13px 15px!important;

        font-size: 16px !important;

        font-weight: 600;

        color: #003466;

        line-height: 25px;

        text-transform: capitalize;

    }

    li.menu-item-has-children:after {

        font-family: "Poppins",sans-serif!important;

        width: calc(100% - 30px);

        height: 1px;

        content: "";

        margin: 0 15px;

        background: #d0d5e1;

        display: block;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li > a:hover {

        color: #003466;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li .arrow-indicator {

        margin: 0;

        position: absolute;

        top: 14px;

        right: 0;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover .arrow-indicator {

        color: #003466;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover li .arrow-indicator {

        color: rgba(255, 255, 255, 0.5);

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li li:hover .arrow-indicator {

        color: #003466;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li .arrow-indicator:after {

        /* font-family: "Ionicons";

        content: "\f218"; */

        font-family: 'Font Awesome 5 Free';

        content: "\f078";

        font-size: 1rem;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:hover > a .arrow-indicator:after,

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li > ul> li:hover > a .arrow-indicator:after {

        content: "\f078";

        font-family: 'Font Awesome 5 Free';

        font-size: 1rem;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li:last-child > a {

        border-bottom: 0;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul {

        position: relative;

        top: 0;

        left: 0;

        width: 100%;

        border: 0;

        background-color: transparent;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a {

        color: #003466;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a:hover {

        color: #003466;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li .arrow-indicator {

        margin-left: 7px;

        position: relative;

        top: 1px;

        right: auto;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul {

        left: 0;

        width: 100%;

        padding: 0 10px;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul li a {

        padding: 5px 0;

    }

    .header-main.header-mobile-menu .main-menu-nav .main-nav > li.mega-menu ul {

        width: 100%;

    }

    .header-bg-white .header-main.with-absolute-navbar .navbar {

        margin-top: 18px;

    }

}







/**

* Horizontal Sticky Navigation

*/

/* .fullwidth-horizon-sticky {

    position: relative;

    background: #FFF;

    border-bottom: 1px solid #E7E7E7;

    border-top: 1px solid #E7E7E7;

} */



.fullwidth-horizon-sticky.fixed {

    /* position: fixed; */

    top: 0;

    left: 0;

    width: 100%;

    box-sizing: border-box;

    z-index: 1009;

}



.fullwidth-horizon-sticky .fullwidth-horizon-sticky-item {

    transition: all .2s ease;

    -webkit-transition: all .2s ease;

    -moz-transition: all .2s ease

}



ul.horizon-sticky-nav {

    margin: 0;

    padding: 0;

}



ul.horizon-sticky-nav > li {

    display: inline-block;

    margin: 0;

    padding: 0;

    margin-right: 25px;

}



ul.horizon-sticky-nav > li a {

    display: inline-block;

    padding: 16px 24px;

    font-size: 14px;

    font-weight: 600;

    color: #64748b;

    text-decoration: none !important;

    position: relative;

    transition: all 0.25s ease;

    font-family: 'Poppins', sans-serif;

    letter-spacing: 0.01em;

    border-bottom: 3px solid transparent;

}



ul.horizon-sticky-nav > li a:hover {

    color: white;

}



ul.horizon-sticky-nav > li.active a {

    color: #2a2967

}



.fullwidth-horizon-sticky.fixed .fullwidth-horizon-sticky-item {

    width: 100%;

    border: 0

}



.fullwidth-horizon-sticky.fixed ul.horizon-sticky-nav {

    border-bottom: 0;

    border-top: 0;

}



.fullwidth-horizon-sticky-item {

    padding: 0

}



.fullwidth-horizon-sticky.fixed .fullwidth-horizon-sticky-item {

    border: 0;

    padding: 0;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none

}



.fullwidth-horizon-sticky.none-sticky-hide {

    opacity: 0;

    height: 0;

    overflow: hidden;

    border-width: 0;

    o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.fullwidth-horizon-sticky.none-sticky-hide.fixed {

    opacity: 1;

    height: 46px;

    margin-top: 0;

    border-width: 1px;

}



@media (min-width: 992px) {

    ul.horizon-sticky-nav > li {

        margin-right: 35px;

    }

    .fullwidth-horizon-sticky.fixed {

        top: 75px;

    }

    .fullwidth-horizon-sticky.none-sticky-hide {

        overflow: hidden;

        left: 10000px;

        right: -10000px;

    }

    .fullwidth-horizon-sticky.none-sticky-hide.fixed {

        top: 62px;

        left: 0;

        right: 0;

        o-transition: all 0.3s ease-out;

        -ms-transition: all 0.3s ease-out;

        -moz-transition: all 0.3s ease-out;

        -webkit-transition: all 0.3s ease-out;

        transition: all 0.3s ease-out;

    }

}



@media (min-width: 1200px) {

    .fullwidth-horizon-sticky.none-sticky-hide.fixed {

        top: 48px;

    }

}







/**

 * Login Form

 */



.form-login-modal.modal .modal-dialog {

    max-width: 100%;

}



.form-login {

    width: 100%;

    padding: 40px 30px 10px;

}



.form-login .form-header {

    margin-bottom: 40px;

}



.form-login .form-header h4 {

    line-height: 1.25;

    margin: 0 0 5px;

}



.form-login .form-header p {

    font-size: 18px;

    letter-spacing: 0.5px;

    font-weight: 300;

}



.form-login .form-login-socials {

    margin-top: 40px;

    border-top: 1px solid #E5E5E5;

    padding-top: 40px;

}



.form-login .btn-login-with {

    position: relative;

    padding-left: 35px;

}



.form-login .btn-login-with i {

    position: absolute;

    left: 10px;

    top: 10px;

    font-size: 17px;

}



.form-login .form-group {

    margin-bottom: 10px;

}



.form-login .form-footer {

    text-align: center;

    padding-top: 60px;

}



.form-login-modal button.close {

    position: relative;

    top: auto;

    right: auto;

    margin: 0;

    float: none;

}



@media (min-width: 576px) {

    .form-login-modal.modal .modal-dialog {

        max-width: 500px;

    }

    .form-login {

        width: 500px;

    }

}



@media (min-width: 992px) {

    .form-login-modal.modal .modal-dialog {

        max-width: 700px;

    }

    .form-login {

        width: 700px;

        padding: 60px 60px 10px;

    }

    .form-login .form-login-socials {

        margin-top: 0;

        border-top: 0;

        padding-top: 0;

        margin-left: 40px;

        border-left: 1px solid #E5E5E5;

        padding-left: 40px;

    }

    .form-login .form-login-socials .login-socials-inner {

        width: 200px;

    }

}







/**

 * Hero Banner

 */



.hero-banner {

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    color: #FFF;

}



.hero-banner:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-color: #000;

    opacity: 0.5;

    display: block;

}



.hero-banner.overlay-white,

.hero-banner.overlay-light {

    color: inherit;

}



.hero-banner.overlay-white:before {

    background-color: #FFF;

}



.hero-banner.overlay-light:before {

    background-color: #E5E5E5;

}



.hero-banner.overlay-primary:before {

    background-color: #4f617a;

}



.hero-banner .hero-inner {

    position: relative;

}



.hero-banner .hero-flex {

    display: flex;

    align-items: center;

    justify-content: center;

}



.hero-banner .hero-top {

    align-self: flex-start;

    padding-top: 30px;

}



.hero-banner .hero-bottom {

    align-self: flex-end;

    padding-bottom: 30px;

}



.hero-banner[class*=opacity] {

    opacity: 1;

}



.hero-banner.opacity-0:before {

    opacity: 0;

}



.hero-banner.opacity-1:before {

    opacity: 0.1;

}



.hero-banner.opacity-2:before {

    opacity: 0.2;

}



.hero-banner.opacity-3:before {

    opacity: 0.3;

}



.hero-banner.opacity-4:before {

    opacity: 0.4;

}



.hero-banner.opacity-5:before {

    opacity: 0.5;

}



.hero-banner.opacity-6:before {

    opacity: 0.6;

}



.hero-banner.opacity-7:before {

    opacity: 0.7;

}



.hero-banner.opacity-8:before {

    opacity: 0.8;

}



.hero-banner.opacity-9:before {

    opacity: 0.9;

}



.hero-banner.opacity-10:before {

    opacity: 1;

}



.hero-banner-01 {

    padding-top: 250px;

    padding-bottom: 250px;

}



.hero-banner-01 h1 {

    font-size: 48px;

    line-height: 0.9;

    letter-spacing: -4px;

    margin-bottom: 15px;

}



.hero-banner-01 .font-lg {

    font-size: 20px;

    line-height: 1.45;

}



.hero-banner-01 .search-form-main {

    margin-top: 30px;

    max-width: 93%;

    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

}



.hero-banner-01 .search-form-main.width-full {

    max-width: 100%;

}



.hero-banner-01 .search-form-main .form-group {

    padding: 10px 15px;

    margin: 0;

    background-color: #FFF;

}



.hero-banner-01 .search-form-main .row .row > div:first-child .form-group {

    border-radius: 3px 3px 0 0;

}



.hero-banner-01 .search-form-main .form-group label {

    margin: 0;

    line-height: 1;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    display: block;

    margin: 8px 0 3px;

}



.hero-banner-01 .search-form-main .form-group .form-control {

    border: 0;

    padding: 1px 0 0;

    border-radius: 3px;

    height: auto;

    font-size: 14px;

    background-color: transparent;

    margin: 0;

}



.hero-banner-01 .search-form-main .form-group.set-width {

    width: 200px;

    border-radius: 0 3px 3px 0;

    border-left: 1px solid #F5F5F5;

}



.hero-banner-01 .search-form-main .btn {

    font-size: 16px;

    margin: 0;

    width: 100%;

    height: 65px;

    line-height: 65px;

    text-align: center;

    display: block;

    padding: 0;

    border-radius: 0 0 3px 3px;

}



.hero-banner.hero-banner-01.overlay-relative .overlay-holder {

    top: auto;

    height: 300px;

}



.hero-banner-01 .search-form-main .chosen-container-single .chosen-single {

    border: 0;

    border-radius: 0;

    color: #6c757d;

    display: block;

    height: 22px;

    overflow: hidden;

    line-height: 1;

    padding: 4px 0 0;

    position: relative;

    font-size: 14px;

    margin: 0;

          

}



.hero-banner-01 .search-form-main .chosen-container-single .chosen-single div {

    top: 0px;

	right: -20px;

}



.hero-banner-01 .search-form-main .chosen-container-single .chosen-single div:after {

    margin-right: -15px;

}



.hero-banner.hero-banner-01.alt-option-03 {

    padding: 0;

}



.hero-banner.hero-banner-01.alt-option-03 .container {

    position: relative;

    padding-top: 120px;

    padding-bottom: 300px;

}



.hero-banner.hero-banner-01.alt-option-03 .overlay-holder {

    top: auto;

    height: 200px;

}



.hero-banner.hero-banner-01.alt-option-03 .search-form-main {

    margin: 0;

    position: absolute;

    left: 0;

    right: 0;

    bottom: -35px;

    background-color: #E5E5E5;

    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.4);

    margin-left: 15px;

}



.slick-hero-wrapper {

    padding-top: 65px;

}



.slick-hero-wrapper .slick-hero .slick-item .image img {

    height: 400px;

    width: auto;

}



.slick-hero-wrapper .slick-prev,

.slick-hero-wrapper .slick-next {

    z-index: 3;

    margin-top: -5px;

    width: 50px;

    height: 50px;

    background-color: #FFF;

    transition: all 0.2s ease-out;

}



.slick-hero-wrapper .slick-prev:hover,

.slick-hero-wrapper .slick-next:hover {

    background-color: #4f617a;

    color: #FFF;

}



.slick-hero-wrapper .slick-prev {

    left: 20px;

}



.slick-hero-wrapper .slick-next {

    right: 20px;

}



.slick-hero-wrapper .slick-prev:before,

.slick-hero-wrapper .slick-next:before {

    font-size: 40px;

    opacity: 1;

    transition: all 0.1s ease-out;

}



.slick-hero-wrapper .slick-prev:before,

.slick-hero-wrapper .slick-next:before {

    font-family: "Ionicons";

    font-weight: normal;

}



.slick-hero-wrapper .slick-prev:before {

    content: '\f3d2'

}



.slick-hero-wrapper .slick-next:before {

    content: '\f3d3'

}



.slick-list-visible .slick-hero-wrapper .slick-prev {

    left: 20px;

}



.slick-list-visible .slick-hero-wrapper .slick-next {

    right: 20px;

}



@media (min-width: 576px) {

    .hero-banner-01 .search-form-main {

        margin-top: 60px;

        max-width: 95%;

        height: 82px;

    }

    .hero-banner.hero-banner-01.alt-option-03 .container {

        padding-top: 240px;

        padding-bottom: 80px;

    }

    .hero-banner-01 .search-form-main .row .row > div:first-child .form-group {

        border-radius: 3px 0 0 3px;

    }

    .hero-banner-01 .search-form-main .btn {

        width: 66px;

        border-radius: 0 3px 3px 0;

    }

}



@media (min-width: 768px) {

    .hero-banner-01 h1 {

        font-size: 78px;

    }

    .slick-list-visible .slick-hero-wrapper .slick-prev {

        left: -10px;

    }

    .slick-list-visible .slick-hero-wrapper .slick-next {

        right: -10px;

    }

	

	.hero-banner-01 .search-form-main .form-group {

		padding: 15px 20px;

	}



	.hero-banner-01 .search-form-main .form-group .form-control {

		font-size: 18px;

		letter-spacing: 1px;

	}

	

	.hero-banner-01 .search-form-main .btn {

		font-size: 20px;

		height: 82px;

		line-height: 82px;

	}

	

	.hero-banner-01 .search-form-main .chosen-container-single .chosen-single {

		height: auto;

		padding: 0;

		font-size: 18px;

		letter-spacing: 1px;

	}



	.hero-banner-01 .search-form-main .chosen-container-single .chosen-single div {

		top: -4px;

	}

}



@media (min-width: 992px) {

    .hero-banner-01 {

        padding-top: 450px;

        padding-bottom: 55px;

    }

    .hero-banner-01 .search-form-main {

        max-width: 75%;

    }

    .slick-list-visible .slick-hero-wrapper .slick-prev {

        left: -30px;

    }

    .slick-list-visible .slick-hero-wrapper .slick-next {

        right: -30px;

    }

}



@media (min-width: 1368px) {

    .slick-list-visible .slick-hero-wrapper .slick-prev {

        left: -300px;

    }

    .slick-list-visible .slick-hero-wrapper .slick-next {

        right: -300px;

    }

}







/**

 * Back To Top

 */

 

.back-to-top {

    cursor: pointer;

    position: fixed;

    bottom: 13px;

    right: 15px;

    display: none;

    width: 40px;

    height: 40px;

    border-radius: 40px;

    background-color: #FFF;

    color: #777;

    text-align: center;

    font-size: 24px;

    line-height: 40px;

    padding: 0;

    -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);

    z-index: 999999;

    border: 1px solid #DDD;

}



.back-to-top i {

    margin-left: -2px;

}



.back-to-top:hover {

    color: #000;

    margin-bottom: 5px;

}







/**

 * Footer

 */

 

.footer-wrapper {

    background-color: #FFF;

    line-height: 1.65;

    letter-spacing: 0.5px;

}



.footer-wrapper a {

    color: white;

}



.footer-wrapper a:hover {

    color: #4f617a;

}



.footer-wrapper .footer-title {

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 20px;

}



.footer-wrapper .footer-logo img {

    width: 150px;

    height: auto;

}



.footer-wrapper .main-footer {

    padding-top: 20px;

    padding-bottom: 20px;

}



.footer-wrapper .footer-top {

    padding-top: 25px;

    padding-bottom: 25px;

}



.footer-wrapper ul.footer-contact-list li {

    display: inline-block;

    margin-right: 25px;

    font-size: 13px;

}



.footer-wrapper ul.footer-menu-list li {

    line-height: 1.25;

    /* padding-left: 15px; */

    position: relative;

}



.footer-wrapper ul.footer-menu-list li + li {

    margin-top: 10px;

}



.footer-wrapper ul.footer-menu-list li a {}



.footer-wrapper ul.footer-menu-list li a:hover {

    color: #4f617a;

}



.footer-wrapper ul.footer-menu-list li:before {

    font-family: "Ionicons";

    /* content: "\f10a"; */

    position: absolute;

    left: 0;

    top: 4px;

    font-size: 8px;

}



.footer-wrapper ul.footer-menu-list-02 li {

    line-height: 1.25;

    display: inline-block;

    text-transform: uppercase;

    margin-right: 20px;

}



.footer-wrapper ul.footer-menu-list-02 li a {

    font-weight: 600;

    font-size: 13px;

    letter-spacing: 2px;

}



.footer-wrapper .footer-newsletter .form-control {

    border-radius: 4px 0 0 4px;

}



.footer-wrapper .footer-newsletter .btn {

    border-radius: 0 4px 4px 0;

}



.footer-wrapper .footer-socials a {

    font-size: 26px;

    margin-top: 5px;

    margin-right: 5px;

}



.footer-wrapper .footer-socials a:hover {

    opacity: 1;

}



.footer-dropdowns .dropdown .btn-text-inherit:focus,

.footer-dropdown .dropdown .btn-text-inherit.focus {

    color: inherit;

}



.footer-wrapper.dark {

    background-color: #212121;

    color: rgba(255, 255, 255, 0.6);

}



.footer-wrapper.dark a {

    color: rgba(255, 255, 255, 0.9);

}



.footer-wrapper.dark a:hover {

    color: #4f617a;

}



.footer-wrapper.dark .footer-title {

    color: #FFF;

}



.footer-wrapper.dark ul.footer-menu-list li a {

    color: rgba(255, 255, 255, 0.7);

}



.footer-wrapper.dark ul.footer-menu-list li a:hover {

    color: #4f617a;

}



.footer-wrapper.dark ul.footer-menu-list li:before {}



.footer-wrapper.dark .footer-newsletter .form-control {

    border-color: #FFF;

}



.footer-wrapper.dark .footer-socials a {

    color: rgba(255, 255, 255, 0.5);

}



.footer-wrapper.dark .footer-socials a:hover {

    color: #4f617a;

}



.footer-wrapper.dark .footer-dropdowns .dropdown .btn-text-inherit:focus,

.footer-wrapper.dark .footer-dropdown .dropdown .btn-text-inherit.focus {

    color: #FFF;

}



.footer-wrapper.dark .show.dropdown.dropdown-currency .btn-interactive:after,

.footer-wrapper.dark .show.dropdown.dropdown-language .btn-interactive:after {

    color: #FFF;

}



.footer-wrapper.light {

    background-color: #ffffff;

}



.footer-wrapper.light .bottom-footer {

    background-color: #ffffff;

    /* padding-top: 25px;

    padding-bottom: 20px; */

    margin-top: 40px;

}







/**

 * Title, Heading, Content Box, Sidebar box

 */



.section-title {

    margin-bottom: 40px;

    max-width: 100%;

    /* text-align: center; */

}



.section-title.w-100 {

    width: 100%;

    max-width: 100%;

}



.section-title.border-bottom {

    padding-bottom: 10px;

}



.section-title h2 {

    font-weight: 200;

    line-height: 1.15;

    font-size: 32px;

    margin: 0;

    text-transform: capitalize;

}



.section-title h2 > span > span {

    font-weight: 700;

}



.section-title p {

    font-size: 17px;

    letter-spacing: 1px;

    line-height: 1.45;

}



.section-title h2 + p {

    margin-top: 5px;

}



.section-title.border-bottom .sort-item {

    margin-bottom: 3px;

}



.section-title.border-bottom .sort-item .sort-label {

    margin-right: 15px;

    font-weight: 500;

    padding-top: 1px;

}



.section-title.border-bottom .sort-item .sort-form {

    width: 150px;

}



.heading-title {

    line-height: 1.25;

    margin-bottom: 25px;

    border-bottom: 1px solid #E5E5E5;

    padding-bottom: 10px;

}



.pre-heading {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 600;

    font-size: 14px;

}



.post-heading {

    font-size: 20px;

    margin-bottom: 30px;

    line-height: 1.45;

}



.pre-heading + h4.heading-title,

.pre-heading + h5.heading-title {

    margin-top: 10px;

}



.heading-title + .post-heading {

    margin-top: -10px;

}



.sidebar-wrapper.pv {

    padding-top: 50px;

    padding-bottom: 0;

}



.sidebar-box + .sidebar-box {

    margin-top: 30px;

}



.sidebar-box .box-title {

    border-bottom: 1px solid #E5E5E5;

    padding-bottom: 15px;

    margin-bottom: 20px;

}



.sidebar-box .box-title h5 {

    text-transform: uppercase;

    font-size: 16px;

    line-height: 1;

}



.sidebar-box .box-content {}



.sidebar-box .box-content .form-group:last-child {

    margin: 0;

}



.sidebar-box .box-content.fix-height {

    max-height: 250px;

    overflow-y: auto;

}



.sidebar-box.special .box-content {

    border-top: 3px double #E5E5E5;

    padding-top: 30px;

}



.sidebar-box.collapse-item .collapse-header {

    position: relative;

}



.sidebar-box.collapse-item .collapse-header [data-toggle=collapse]:after {

    font-family: 'Font Awesome 5 Free';

    content: "\f056";

    font-weight: 900;

    position: absolute;

    top: 16px;

    right: 10px;

    color: #939393;

    font-size: 14px;

    line-height: 1;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.sidebar-box.collapse-item .collapse-header [data-toggle=collapse].collapsed:after {

    content: "\f055";

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

}



.sidebar-text-widget ul {

    margin: 0;

    margin-left: 25px;

    padding: 0;

    line-height: 1.45;

}



.sidebar-text-widget ul li {

    list-style: circle;

}



.sidebar-wrapper.no-border {

    border: 0;

    padding: 0;

}



@media (min-width: 576px) {

    .section-title.border-bottom .sort-item {

        margin-bottom: 10px;

    }

}



@media (min-width: 992px) {

    .sidebar-wrapper.pv {

        padding-top: unset;

        padding-bottom: unset;

    }

    .sidebar-wrapper {

        /* border-right: 2px solid #EEE; */

        padding-right: unset;

    }

    .sidebar-wrapper.on-right {

        border-right: 0;

        padding-right: 0;

        border-left: 2px solid #EEE;

        padding-left: 25px;

    }

}



@media (min-width: 1200px) {

    .sidebar-wrapper {

        padding-right: unset;

    }

    .sidebar-wrapper.on-right {

        padding-left: unset;

    }

}







/**

 * Page title and breadcrumb

 */



.page-title {

    padding-top: 10px;

    padding-bottom: 10px;

    margin-bottom: 25px;

    position: relative;

}



.page-title .breadcrumb {

    padding: 10px 0;

    margin: 0;

    background-color: transparent;

    border-radius: 0;

    position: relative;

    border: 0;

    font-size: 13px;

}



.breadcrumb-item a, 

.breadcrumb-item span { 

	font-weight: 400; 

}



.page-title .breadcrumb-item {

    line-height: 1.25;

}



.page-title .breadcrumb-item:before {

    display: none;

}



.page-title .breadcrumb-item:after {

    font-family: 'Font Awesome 5 Free';

    content: "\f054";

    font-weight: 900;

    font-size: 9px;

    opacity: 0.6;

    margin-left: 13px;

}



.page-title .breadcrumb-item:last-child:after {

    display: none;

}



.page-title .breadcrumb-item a {

    color: #4f617a;

}



.page-title .breadcrumb-item.active {

    font-weight: 600;

    color: #0f2a4d !important;

}



.page-wrapper .page-title {

    margin-top: -15px;

}



.page-wrapper .page-title.bg-light {

    /* margin-top: -70px; */

    /* padding: 20px 0; */

    margin-bottom: 60px;

}



.page-wrapper.page-box .page-title {

    margin-bottom: 5px;

}



.bg-image .page-title {

    padding-top: 220px;

    padding-bottom: 150px;

    margin-bottom: 50px;

}



.bg-image .page-title h2 {

    line-height: 1.25;

    margin: 0;

}



.bg-image .page-title .breadcrumb {

    padding: 5px 0;

}



.bg-image .page-title .breadcrumb .breadcrumb-item a {

    color: inherit;

}



@media (min-width: 992px) {

    /* .page-wrapper .page-title.bg-light {

        margin-top: -38px;

    } */

}







/**

 * Pagination

 */



.pagination {

    margin: 0 -3px;

}



.pagination > li > a,

.pagination > li > span {

    padding: 0;

    margin: 0 3px;

    border: 0;

    display: block;

    width: 24px;

    height: 24px;

    line-height: 24px;

    border-radius: 2px;

    text-align: center;

    color: #666;

    background: none;

    font-size: 14px;

}



.pagination > li > a:hover,

.pagination > li > a:focus {

    color: #FF0000;

}



.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

    color: #FF0000;

    font-weight: 700;

}







/**

 * Product items

 */



.tour-grid-item-01 {

    font-size: 15px;

}



.tour-grid-item-01 a {

    display: block;

    color: inherit;

    line-height: 1.45;

}



.tour-grid-item-01 a:hover {

    z-index: 2;

}



.tour-grid-item-01 img {

    object-fit: cover;

    height: 251px;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.owl-tour .item {border-radius: 10px; overflow: hidden;}

.owl-tour .item h5 {font-size:18px;}

.read_more {

    position: absolute;

    top: 50%;

    left: 0;

    margin-top: -12px;

    -webkit-transform: translateY(10px);

    -moz-transform: translateY(10px);

    -ms-transform: translateY(10px);

    -o-transform: translateY(10px);

    transform: translateY(10px);

    text-align: center;

    opacity: 0;

    visibility: hidden;

    width: 100%;

    -webkit-transition: all .6s;

    transition: all .6s;

    z-index: 2;

}

.read_more a {

    background-color: #4f617a;

    background-color: #4f617a;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    border-radius: 10px;

    display: inline-block;

    color: #fff;

    font-size: 14px;

    padding: 8px 25px;

    text-transform: uppercase;

}

a.btn-tour-detail {

    background: #4f617a;

    text-align: center;

    color: white;

    padding: 5px;

    font-weight: 600;

}

.tour-grid-item-01 .image:hover .read_more {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

}



.info-wrapper {

    display: inline-block;

    position: relative;

    color: #007bff;

    font-size: 15px;

    cursor: pointer;

}



.info-wrapper i {

    margin-right: 4px;

}



.custom-tooltip {

    display: none;

    position: absolute;

    top: 100%;

    left: -81%;

    z-index: 100;

    width: 260px;

    background: rgba(0, 0, 0, 0.85);

    color: #fff;

    padding: 8px 10px;

    border-radius: 6px;

    font-size: 13px;

    line-height: 1.5;

    margin-top: 6px;

    white-space: normal;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);

}



.info-wrapper:hover .custom-tooltip {

    display: block;

}



.tour-grid-item-01 a:hover .image img {

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

}



.tour-grid-item-01 h5 {

    line-height: 1.25;

    margin: 23px 0 0;

}



.tour-grid-item-01 ul.item-meta li {

    display: inline-block;

    position: relative;

    font-size: 12px;

    margin-right: 17px;

}



.tour-grid-item-01 ul.item-meta li:after {

    content: "";

    position: absolute;

    top: 3px;

    bottom: 2px;

    right: -10px;

    width: 1px;

    background-color: #E1E1E1;

}



.tour-grid-item-01 ul.item-meta li:last-child {

    margin-right: 0;

}



.tour-grid-item-01 ul.item-meta li:last-child:after {

    display: none;

}



.tour-grid-item-01 .rating-item .rating-symbol {

    margin-right: 1px;

}



.tour-long-item-01 + .tour-long-item-01 {

    margin-top: 30px;

}



.tour-long-item-01 a {

    display: block;

    color: inherit;

    line-height: 1.45;

    width: 100%;

}



.tour-long-item-01 a:hover {

    transform: scale(1.008);

    z-index: 2;

}



.tour-long-item-01 .image {

    width: 100%;

}



.tour-long-item-01 a:hover .image img {

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

}



.tour-long-item-01 .content {

    padding-top: 20px;

}



.tour-long-item-01 .content p {

    margin: 7px 0 10px;

    line-height: 1.25;

}



.tour-long-item-01 h5 {

    line-height: 1.25;

    margin: 0;

}



.tour-long-item-01 ul.item-meta li {

    display: inline-block;

    position: relative;

    margin-right: 17px;

}



.tour-long-item-01 ul.item-meta li:after {

    content: "";

    position: absolute;

    top: 3px;

    bottom: 2px;

    right: -10px;

    width: 1px;

    background-color: #E1E1E1;

}



.tour-long-item-01 ul.item-meta li:last-child {

    margin-right: 0;

}



.tour-long-item-01 ul.item-meta li:last-child:after {

    display: none;

}



.tour-long-item-01 .rating-item .rating-symbol {

    margin-right: 1px;

}



.tour-small-grid-01 {

    width: 100%;

    position: relative;

    line-height: 1.45;

    padding-right: 20px;

    font-size: 13px;

}



a.tour-small-grid-01 {

    display: block;

    color: inherit;

}



a.tour-small-grid-01:hover {

    transform: scale(1.008);

    z-index: 2;

}



.tour-small-grid-01 + .tour-small-grid-01 {

    margin-top: 30px;

}



.tour-small-grid-01 .image {

    margin-right: 15px;

    float: left;

}



.tour-small-grid-01 .image img {

    width: 83px;

    height: 83px;

    object-fit: cover;

    display: block;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



a.tour-small-grid-01:hover .image img {

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

}



.tour-small-grid-01 .content {

    margin-left: 98px;

}



.tour-small-grid-01 h6 {

    line-height: 1.25;

    margin: 0 0 5px;

}



.tour-small-grid-01 .price {

    margin-top: 10px;

    display: block;

}



.tour-small-grid-01 ul.item-meta li {

    display: inline-block;

    padding-right: 6px;

}



.tour-small-grid-01 ul.item-meta li:after {

    content: "/";

    margin-left: 6px;

    opacity: 0.6;

}



.tour-small-grid-01 ul.item-meta li:last-child:after {

    display: none;

}



.item-text-long-wrapper .item-heading {

    border-bottom: 1px solid #E5E5E5;

    line-height: 1.15;

    font-size: 13px;

    letter-spacing: 1px;

    padding-bottom: 5px;

    margin-bottom: 25px;

}



.item-text-long-wrapper .item-text-long {

    line-height: 1.15;

    border-bottom: 1px solid #E5E5E5;

    padding-bottom: 25px;

    margin-bottom: 25px;

    position: relative;

}



.item-text-long-wrapper .item-text-long .day-count {

    font-size: 11px;

    line-height: 0.8;

    display: inline-block;

    text-align: center;

    border: 1px solid #CCC;

    width: 30px;

    height: 30px;

    border-radius: 30px;

    padding-top: 4px;

    font-weight: 600;

    letter-spacing: -0.5px;

}



.item-text-long-wrapper .item-text-long.sold-out:after {

    content: "";

    position: absolute;

    left: 0;

    right: 5px;

    top: 0;

    bottom: 0;

    width: 100%;

    background: rgba(255, 255, 255, 0.6);

    display: block;

}



.destination-grid-item-01 {

    line-height: 1;

}



.destination-grid-item-01 a {

    display: block;

    color: inherit;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.destination-grid-item-01 a:hover {

    transform: scale(1.008);

    z-index: 2;

}



.destination-grid-item-01 .image img {

    object-fit: cover;

  

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.destination-grid-item-01.alt-higher .image img {

    height: 500px;

}



.destination-grid-item-01 a:hover .image img {

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

}



.destination-grid-item-01 .content {

    padding: 0 20px;

}



.destination-grid-item-01 h5 {

    font-weight: 600;

    margin: 20px 0 5px;

    line-height: 1;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.destination-grid-item-01 p {

    letter-spacing: 1px;

}



.destination-grid-item-01:hover h5 {

    color: #4f617a;

}



.destination-grid-item-02 {

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    overflow: hidden;

}



.destination-grid-item-02:hover {

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);

    transform: scale(1.018);

    z-index: 2;

}



.destination-grid-item-02 img {

    object-fit: cover;

}



a.destination-grid-item-02 {

    display: block;

}



.destination-grid-item-02 + .destination-grid-item-02 {

    margin-top: 5px;

}



.destination-grid-item-02.set-height-1 img {

    height: 300px;

}



.destination-grid-item-02.set-height-2 img {

    height: 350px;

}



.destination-grid-item-02.set-height-3 img {

    height: 400px;

}



.destination-grid-item-02 .content {

    font-size: 13px;

}



.destination-grid-item-02 .content h6 {

    line-height: 1;

    color: #FFF;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 3px;

}



.destination-grid-item-02 .content .caption-inner {

    padding: 120px 15px 10px;

}



.destination-small-item {

    line-height: 1.45;

}



.destination-small-item .content {

    margin-top: 20px;

    padding-right: 10px;

}



.destination-small-item h6 {

    line-height: 1.15;

    margin: 0;

}



.user-grid {

    text-align: center;

    position: relative;

    width: 100%;

}



.user-grid .image {

    width: 150px;

    margin: 0 auto;

}



.user-grid h6 {

    margin: 25px 0 10px;

    line-height: 1.1;

}



.user-grid p {

    margin: 0 0 8px;

    line-height: 1.1;

}



.user-grid ul.social {

    margin: 0;

}



.user-grid ul.social li {

    display: inline-block;

    margin: 0 5px;

}



.user-grid ul.social li a {

    color: #9B9B9B;

}



.slick-list-visible [class*=slick-top-destination] .slick-list .slick-slide {

    opacity: .2;

    filter: alpha(opacity=20)

}



.slick-list-visible [class*=slick-top-destination] .slick-list .slick-slide .content {

    opacity: 0;

    filter: alpha(opacity=1)

}



.slick-list-visible [class*=slick-top-destination] .slick-list .slick-slide.slick-active,

.slick-list-visible [class*=slick-top-destination] .slick-list .slick-slide.slick-active .content {

    opacity: 1;

    filter: alpha(opacity=100)

}



[class*=slick-top-destination] .slick-prev,

[class*=slick-top-destination] .slick-next {

    z-index: 3;

    margin-top: -25px;

    width: 50px;

    height: 50px;

    background-color: #FFF;

    border: 1px solid #4f617a;

    color: #4f617a;

    transition: all 0.2s ease-out;

}



[class*=slick-top-destination] .slick-prev:hover,

[class*=slick-top-destination] .slick-next:hover {

    background-color: #4f617a;

    color: #FFF;

}



[class*=slick-top-destination] .slick-prev {

    left: -10px;

}



[class*=slick-top-destination] .slick-next {

    right: -10px;

}



[class*=slick-top-destination] .slick-prev:before,

[class*=slick-top-destination] .slick-next:before {

    font-size: 40px;

   

    transition: all 0.1s ease-out;

}



[class*=slick-top-destination] .slick-prev:before,

[class*=slick-top-destination] .slick-next:before {

    font-family: "Ionicons";

    font-weight: normal;

    opacity: 1;

}



[class*=slick-top-destination] .slick-prev:before {

    content: '\f3d2'

}



[class*=slick-top-destination] .slick-next:before {

    content: '\f3d3'

}



[class*=slick-top-destination] .slick-prev.slick-disabled,

[class*=slick-top-destination] .slick-next.slick-disabled {

    opacity: .1;

    cursor: not-allowed;

}



[class*=slick-top-destination] .slick-prev.slick-disabled:hover,

[class*=slick-top-destination] .slick-next.slick-disabled:hover {

    opacity: .1;

    cursor: not-allowed;

    background-color: #FFF;

    color: #4f617a;

}



@media (min-width: 576px) {

    .destination-grid-item-01 .image img {

        height: 266px;

 

    }

    .tour-long-item-01 .image {

        width: 200px;

    }

    .tour-long-item-01 .content {

        padding-top: 0;

        padding-left: 20px;

    }

}



@media (min-width: 768px) {

    [class*=slick-top-destination] .slick-prev {

        left: -25px;

    }

    [class*=slick-top-destination] .slick-next {

        right: -25px;

    }

}



@media (min-width: 1200px) {

    .tour-long-item-01 .image {

        width: 350px;

    }

}



@media (min-width: 1368px) {

    [class*=slick-top-destination] .slick-prev {

        left: -120px;

    }

    [class*=slick-top-destination] .slick-next {

        right: -120px;

    }

}





 

/**

 * Featured

 */



.featured-icon-horizontal-01 {

    position: relative;

    line-height: 1.5;

}



.featured-icon-horizontal-01 h6 {

    font-size: 16px;

}



.featured-icon-horizontal-01 h5,

.featured-icon-horizontal-01 h6 {

    font-weight: 600;

    line-height: 1.25;

    margin: 0 0 15px;

}



.featured-icon-horizontal-01 .icon-font {

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    border-radius: 50%;

    /* background-color: #F2F2F2; */

    font-size: 50px;

    /* float: left; */

    margin: 15px auto;

}



.featured-icon-horizontal-01 .content {

    /* margin-left: 80px;

    padding-top: 20px; */

}



.featured-icon-horizontal-01 .content p {

    font-size: 14px;

    font-weight: 400;

    color: #424d66 !important;

    margin: 0;

    text-align: center;

    display: block;

    line-height: 18px;

}

.featured-icon-horizontal-01 h6 {

    text-align: center;

    font-size: 14px !important;

    height: 38px;

}

.box-payment .payment-form {

    margin-top: 25px;

}



.box-payment .payment-option-item {

    width: 100%;

    text-align: center;

}



.box-payment .payment-option-item img {

    height: 30px;

    width: auto;

}



.box-payment .payment-option-item .custom-control {

    padding: 0;

}



.box-payment .payment-option-item .custom-control-label {

    display: block;

    font-weight: 600;

    font-size: 14px;

    letter-spacing: 0.5px;

    padding: 25px 10px 20px;

    border: 2px solid #E5E5E5;

    border-radius: 6px;

    -moz-transition: all 0.2s ease-out;

    -webkit-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

}



.box-payment .payment-option-item .custom-control-label:hover {

    cursor: pointer;

}



.box-payment .payment-option-item .custom-control-label::before {

    display: none;

}



.box-payment .payment-option-item .custom-control-label::after {

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    content: "\f058";

    font-size: 18px;

    color: transparent;

    left: 5px;

    top: -3px;

    opacity: 0;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.box-payment .payment-option-item .custom-control-input:checked ~ .custom-control-label {

    border-color: #4f617a;

}



.box-payment .payment-option-item .custom-control-input:checked ~ .custom-control-label::after {

    color: #4f617a;

    opacity: 1;

}



.featured-image-item-08 {

    line-height: 1.45;

}



.featured-image-item-08 .image {

    position: relative;

}



.featured-image-item-08 .image img {

    display: block;

}



.featured-image-item-08 .content {

    position: relative;

}



.featured-image-item-08 .content .icon-font {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #FFF;

    font-size: 38px;

    text-align: center;

    line-height: 65px;

    margin-top: -30px;

    margin-left: 10px;

    margin-bottom: -30px;

    padding-top: 5px;

}



.counting-wrapper {

    border: 2px solid #FF5454;

    padding: 5px;

}



.counting-wrapper .bg-image {

    padding: 50px;

}



.item-counting {

    line-height: 1.45;

    text-align: center;

    letter-spacing: 1;

}



.item-counting .counting-inner {

    display: inline-block;

}



.item-counting .counting-number {

    font-size: 30px;

    font-weight: 700;

    color: #000;

}



.cta-horizontal {

    line-height: 1.45;

}



.cta-horizontal h1 {

    font-weight: 200;

    text-transform: capitalize;

    letter-spacing: -1px;

    line-height: 1.15;

    margin: 0 0 5px;

}



.cta-horizontal p {

    font-size: 20px;

    letter-spacing: 2px;

    margin-bottom: 20px;

}



.cta-small-item {

    background-color: #F2F2F2;

    border: 1px solid #F2F2F2;

    padding: 15px;

    position: relative;

    display: block;

    line-height: 1.25;

    padding-left: 80px;

    transition: all 0.3s ease-out;

}



.cta-small-item:hover {

    border-color: #4f617a;

}



.cta-small-item h5 {

    line-height: 1.15;

    margin: 3px 0 1px;

    color: #4f617a;

}



.cta-small-item .icon-font {

    position: absolute;

    left: 15px;

    top: 13px;

    font-size: 24px;

    width: 50px;

    height: 50px;

    display: block;

    line-height: 1;

    background-color: #4f617a;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    line-height: 55px;

}



.success-icon-text {

    text-align: center;

    line-height: 1.45;

    border-top: 1px solid #DEE2E6;

    border-bottom: 1px solid #DEE2E6;

    padding: 50px 100px;

    background-color: #FCFCFC;

}



.success-icon-text .icon-font {

    font-size: 60px;

    display: block;

    line-height: 1;

}



.cta-small-item + .cta-small-item {

    margin-top: 10px;

}



ul.list-li-border-top {}



ul.list-li-border-top li {

    border-top: 1px solid #EAEAEA;

    padding-top: 12px;

    margin-top: 12px;

}



ul.list-li-border-top li.border-double {

    border-top: 2px double #EAEAEA;

}



ul.list-li-border-top li:first-child {

    border-top: 0;

}



@media (min-width: 576px) {

    .item-counting .counting-inner {

        text-align: left;

    }

}







/**

 * Result page

 */

 

.page-result-01 .sort-item {

    margin-bottom: 30px;

}



.page-result-01 .sort-item .sort-label {

    margin-right: 15px;

    font-weight: 500;

    padding-top: 1px;

}



.page-result-01 .sort-item .form-group {

    margin: 0;

}



.page-result-01 ul.sort-nav li {

    display: inline-block;

    margin-left: 3px;

}



.page-result-01 ul.sort-nav li a {

    line-height: 1;

    display: block;

    background-color: #E5E5E5;

    padding: 12px;

    color: inherit;

    border-radius: 3px;

}



.page-result-01 ul.sort-nav li a.active {

    background-color: #4f617a;

    color: #FFF;

}



.page-result-01 .chosen-container-single .chosen-single {

    min-width: 200px;

    height: auto;

}



.secondary-search-box {

    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);

    border-radius: 3px;

    border: 2px solid #E5E5E5;

    background-color: #FFF;

}



.secondary-search-box h4 {

    line-height: 1;

    padding: 15px 20px 10px;

    border-bottom: 2px solid #E5E5E5;

    background: #FAFAFA;

    margin: 0;

}



.secondary-search-box .form-group {

    margin: 0;

    border-bottom: 1px solid #E5E5E5;

    padding: 15px 20px 5px;

}



.secondary-search-box .form-group label {

    display: block;

    margin: 0;

    line-height: 1;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

}



.secondary-search-box .form-control {

    border: 0;

    padding: 0;

    height: auto;

    font-size: 18px;

    margin: 0;

    letter-spacing: 1px;

}



.secondary-search-box .btn {

    margin: 0;

}



.secondary-search-box .chosen-container-single .chosen-single {

    border: 0;

    border-radius: 0;

    color: #6c757d;

    display: block;

    height: auto;

    overflow: hidden;

    line-height: 1;

    padding: 0;

    position: relative;

    font-size: 18px;

    letter-spacing: 1px;

    margin: 0 0 5px;

}



.secondary-search-box .chosen-container-single .chosen-single div {

    top: -4px;

    right: -20px;

}



.secondary-search-box .chosen-container-single .chosen-single div:after {

    margin-right: -20px;

}





 

/**

 * Detail page

 */



.detail-header h3 {

    line-height: 1.25;

    margin-bottom: 10px;

}



.detail-header .highlight-list {

    line-height: 1.25;

    font-size: 17px;

}



.detail-header .highlight-list .icon-font {

    font-size: 40px;

}



.detail-header ul.list-inline-block {

    margin-bottom: -20px;

}



.detail-header ul.list-inline-block li {

    margin-bottom: 20px;

}



.detail-header ul.list-inline-block li:not(:last-child) {

    margin-right: 50px;

}



ul.itinerary-list > li {

    position: relative;

    padding-left: 50px;

}



ul.itinerary-list > li + li {

    margin-top: 40px;

}



.itinerary-list .itinerary-day {

    line-height: 1;

    position: absolute;

    left: -28px;

    top: 25px;

    color: #BBB;

    text-transform: uppercase;

    font-size: 20px;

    letter-spacing: 1px;

    font-weight: 900;

    text-align: right;

    transform: rotate(-90deg);

    display: block;

    width: 80px;

    height: 30px;

}



.itinerary-list .itinerary-meta {

    font-weight: 600;

    letter-spacing: 1px;

    font-size: 12px;

}



ul.what-included-list li {

    line-height: 1.25;

}



ul.what-included-list li + li {

    margin-top: 25px;

}



ul.what-included-list li h6 {

    line-height: 1.15;

    padding-top: 5px;

}



ul.what-included-list li ul.ul {

    margin-left: 15px;

}



ul.what-included-list li ul.ul li {

    padding-left: 0;

    margin: 0;

}



ul.what-included-list li ul.ul li + li {

    margin-top: 5px;

}







/**

 * Blog

 */



.post-grid-01 a {

    display: block;

    line-height: 1;

    margin-top: 25px;

    letter-spacing: 1px;

}



.post-grid-01 a i {

    font-size: 16px;

    vertical-align: middle;

}



.post-grid-01 .post-date {

    display: block;

    letter-spacing: 2px;

    margin-top: 25px;

    font-size: 14px;

}



.post-grid-01 h4 {

    line-height: 1.25;

    margin: 10px 0 10px;

    font-weight: 600;

}



.post-long-01 + .post-long-01 {

    margin-top: 30px;

}



.post-long-01 .post-date {

    display: block;

    letter-spacing: 2px;

    font-size: 14px;

}



.post-long-01 h4 {

    line-height: 1.25;

    margin: 10px 0 10px;

    font-weight: 600;

}



.post-long-01 a {

    display: block;

    line-height: 1;

    margin-top: 25px;

    letter-spacing: 1px;

}



.post-long-01 a i {

    font-size: 16px;

    vertical-align: middle;

}



.post-long-01 .content {

    padding-top: 20px;

}



.post-long-01 .content p {

    margin: 7px 0 10px;

    line-height: 1.45;

}



.blog-single-wrapper {

    display: block;

}



.blog-single-wrapper .blog-single-heading h1 {

    line-height: 1.25;

    margin: 20px 0 15px;

    text-transform: capitalize;

}



.blog-single-wrapper ul.meta-list {

    margin-bottom: 40px;

    margin-left: -10px;

    margin-right: -10px;

}



.blog-single-wrapper ul.meta-list li {

    display: inline-block;

    line-height: 1.25;

    letter-spacing: 1px;

    margin-bottom: 10px;

    margin-left: 10px;

    margin-right: 10px;

    position: relative;

}



.blog-single-wrapper ul.meta-list li:after {

    content: "";

    position: absolute;

    top: 0px;

    right: -11px;

    display: block;

    width: 1px;

    height: 20px;

    background-color: #D5D5D5;

}



.blog-single-wrapper ul.meta-list li:last-child:after {

    display: none;

}



.blog-single-wrapper .blog-entry {

    margin-top: 50px;

}



.blog-entry ul,

.blog-entry ol {

    list-style: disc;

    margin-left: 30px;

}



.blog-entry ul li,

.blog-entry ol li {

    margin-bottom: 7px

}



.blog-entry ul ul,

.blog-entry ol ol {

    margin-top: 7px

}



.blog-entry ul li {

    list-style-type: circle;

}



.blog-entry ol li {

    list-style-type: decimal-leading-zero;

}



.blog-pager-wrapper {

    margin: 40px 0;

}



.blog-pager-wrapper h5 {

    margin: 0;

    line-height: 1.2

}



.blog-pager-wrapper h5 a .image {

    width: 44px;

    display: block;

    margin-bottom: 10px;

}



.blog-pager-wrapper h5.blog-pager-prev span {

    margin-left: 60px;

    display: block;

}



.blog-pager-wrapper h5.blog-pager-prev a .image {

    margin-right: 15px;

    float: left;

}



.blog-pager-wrapper h5.blog-pager-next a .image {

    margin-left: 15px;

    float: right;

}



.blog-pager-wrapper h5.blog-pager-next {

    text-align: right;

}



.blog-pager-wrapper h5.blog-pager-next span {

    margin-right: 60px;

    display: block;

}



.blog-pager-wrapper h5 span.labeling {

    margin: 0 0 20px;

    display: block;

}



.blog-author {

    padding: 0;

    position: relative;

    line-height: 1.45;

}



.blog-author.bg-light {

    padding: 30px;

}



.blog-author .author-details {

    margin-left: 125px;

    position: relative

}



.blog-author .author-label {

    position: absolute;

    width: 100px

}



.blog-author .author-label img {

    width: 100%

}



ul.comment-item {

    list-style: none;

    padding: 0;

    margin: 0

}



ul.comment-item li {

    position: relative;

    display: block;

    padding-left: 65px;

    padding-bottom: 30px;

    margin-bottom: 40px;

    border-bottom: 1px solid #E5E5E5

}



ul.comment-item li li:last-child,

ul.comment-item li li li:last-child {

    border-bottom: 0;

    padding-bottom: 0;

    margin-bottom: 0

}



ul.comment-item ul {

    margin-top: 20px;

    padding-top: 30px;

    border-top: 1px solid #E5E5E5;

    margin-left: -40px

}



.comment-item h6 {

    margin-bottom: 5px

}



.comment-item .comment-avatar {

    position: absolute;

    top: 0;

    left: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%

}



.comment-item .comment-avatar img {

    width: 100%;

    width: 100%;

    border-radius: 50%

}



.comment-item .comment-time {

    display: block;

    font-style: italic;

    color: #9B9B9B;

    margin-bottom: 10px;

    line-height: 1.2

}



.comment-item a.comment-reply {

    float: right;

    font-size: 11px;

    line-height: 1.25;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: 2px;

}



ul.post-small-list li {

    line-height: 1.25

}



ul.post-small-list li + li {

    margin-top: 20px;

}



ul.post-small-list li h6 {

    margin: 0 0 5px;

    transition: all 0.3s ease-out;

    line-height: 1.25;

}



ul.post-small-list li h6:hover {

    color: #4f617a;

}



ul.post-small-list li .image {

    width: 80px;

    float: left;

}



ul.post-small-list li .image img {

    display: block;

    border-radius: 3px;

}



ul.post-small-list li .content {

    margin-left: 95px;

}



ul.post-small-list li .recent-post-sm-meta {

    margin: 10px 0 0;

    font-size: 14px;

}



.tag-cloud {

    margin-bottom: -5px

}



.tag-cloud a {

    border: 1px solid #E1E1E1;

    line-height: 1;

    padding: 5px 7px;

    margin-right: 3px;

    margin-bottom: 5px;

    display: block;

    float: left;

    color: inherit;

    border-radius: 3px;

    color: #939393;

}



.tag-cloud a:hover {

    border-color: #4f617a;

    color: #4f617a;

}



.tag-cloud-wrapper {

    border-top: 1px solid #EFEFEF;

    position: relative;

    margin: 20px 0 0;

    padding: 20px 0 0

}



.tag-cloud-wrapper .tag-cloud-heading {

    float: left

}



.tag-cloud-wrapper .tag-cloud {

    margin-left: 50px;

    margin-top: 5px

}



@media (min-width: 576px) {

    .post-long-01 .image {

        width: 200px;

    }

    .post-long-01 .content {

        padding-top: 0;

        padding-left: 20px;

    }

}



@media (min-width: 1200px) {

    .post-long-01 .image {

        width: 350px;

    }

}







/**

 * Menu style

 */



.menu-horizontal-wrapper-01 .menu-content {

    background-color: rgba(0, 0, 0, 0.5);

    padding: 30px;

    color: #FFF;

}



.menu-horizontal-01 ul {

    display: block;

    margin-left: -12px;

    margin-right: -13px;

}



.menu-horizontal-01 ul li {

    float: left;

    margin-left: 12px;

    margin-right: 13px;

}



.menu-horizontal-01 ul li a {

    display: block;

    line-height: 1;

    color: inherit;

    padding-bottom: 15px;

    text-transform: capitalize;

    font-size: 14px;

    color: #333;

    position: relative;

    font-family: 'Metropolis', sans-serif;

    font-weight: 400;

}



.menu-horizontal-01 ul li a:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 15px;

    height: 3px;

    background-color: transparent;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    width: 0;

    width: 0;

}



.menu-horizontal-01 ul li.active a:after,

.menu-horizontal-01 ul li a.active:after,

.menu-horizontal-01 ul li a:hover::after {

    background-color: #4f617a;

    width: 100%;

}



.section-title.border-bottom .menu-horizontal-01 ul li a:after {

    bottom: -12px;

}



.section-title.border-bottom .menu-horizontal-01 ul {

    margin-bottom: -12px;

}



.section-title.border-bottom .menu-horizontal-01 ul li a {

    padding-bottom: 20px;

}



.menu-horizontal-02 ul {

    margin-bottom: 20px;

    margin: 0 -3px;

}



.menu-horizontal-02 ul li {

    display: inline-block;

    margin: 0 3px;

}



.menu-horizontal-02 ul li a {

    display: block;

    color: inherit;

    background-color: #F5F5F5;

    border: 1px solid #DEE2E6;

    line-height: 1;

    margin-right: 10px;

    margin-bottom: 10px;

    border-radius: 3px;

    padding: 5px 10px;

    width: 100%;

}



.menu-horizontal-02 ul li a.active,

.menu-horizontal-02 ul li.active a,

.menu-horizontal-02 ul li a:hover {

    color: #4f617a;

    border-color: #4f617a;

}



.menu-vertical-01 {

    display: block;

    width: 100%;

    max-width: 100%;

}



.menu-vertical-01 ul li a {

    font-weight: 700;

    font-family: 'Metropolis', sans-serif;

    color: #212121;

    display: block;

    border-bottom: 2px solid #EEE;

    font-size: 15px;

    padding-bottom: 10px;

    margin-bottom: 12px;

    letter-spacing: 1px;

}



.menu-vertical-01 ul li.active a,

.menu-vertical-01 ul li a.active,

.menu-vertical-01 ul li a:hover {

    color: #4f617a;

    border-color: #4f617a;

}



.collapse-style-04 {}



.collapse-style-04 .collapse-item {

    border: 1px solid #DEE2E6;

    border-bottom: 0;

    margin: 0;

    background-color: #fff;

    border-radius: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.collapse-style-04 .collapse-item + .collapse-item {

    margin-top: 20px;

}



.collapse-style-04 .collapse-header {

    position: relative;

    padding-right: 30px;

    background-color: #F7F7F7;

    border-bottom: 1px solid #DEE2E6;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:after {

    font-family: 'Font Awesome 5 Free';

    content: "\f106 ";

    font-weight: 900;

    position: absolute;

    top: 10px;

    right: 10px;

    font-size: 14px;

    line-height: 1;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    color: #999;

    width: 34px;

    height: 34px;

    line-height: 34px;

    display: block;

    text-align: center;

    padding-left: 2px;

}



.collapse-style-04 .collapse-header [data-toggle=collapse].collapsed:after {

    content: "\f106";

    color: #999;

}



.collapse-style-04 .collapse-header .collapse-title {

    margin: 0;

    font-size: 14px;

    letter-spacing: 1px;

}



.collapse-style-04 .collapse-header .collapse-title > a {

    display: block;

    line-height: 1;

    padding: 22px 25px 18px;

    font-weight: 700;

    color: #333;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:not(.collapsed) {}



.collapse-style-04 .collapse-header [data-toggle=collapse]:not(.collapsed) .collapse-title {

    color: #333;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:not(.collapsed):after {}



.collapse-style-04 .collapse-body {

    padding: 30px;

    border-bottom: 1px solid #DEE2E6;

}



.collapse-style-04 .collapse-inner {

    padding-left: 15px;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:not(.collapsed) {

    color: #333;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:hover {

    color: #4f617a;

}



.collapse-style-04 .collapse-header [data-toggle=collapse]:not(.collapsed):after {

    color: #999;

}



ul.category-list li + li {

    margin-top: 8px;

}



ul.category-list li a {

    color: #333;

    font-weight: 400;

    font-size: 17px;

}



ul.category-list li a:hover {

    color: #4f617a;

}



ul.category-list li a span {

    float: right;

}



@media (min-width: 576px) {

    .menu-horizontal-01 ul li a:after {

        bottom: 0;

    }

}







/**

 * Testimonial

 */

.testimonial-horizontal-01 .image {

    width: 80px;

    border-radius: 60px;

    float: left;

    position: relative;

}



.testimonial-horizontal-01 .image img {

    border-radius: 50%;

}



.testimonial-horizontal-01 .image:before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    border: 3px solid rgba(255, 255, 255, 0.5);

    display: block;

    border-radius: 50%;

}



.testimonial-horizontal-01 .image:after {

    font-family: 'ElegantIcons';

    content: "\7b";

    position: absolute;

    top: 0;

    right: 0;

    margin-top: 3px;

    margin-right: 3px;

    display: block;

    width: 18px;

    height: 18px;

    line-height: 14px;

    background-color: #4f617a;

    color: #FFF;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #FFF;

    transform: rotate(180deg);

}



.testimonial-horizontal-01 .content {

    margin-left: 110px;

}



.testimonial-horizontal-01 h5 {

    font-size: 17px;

    line-height: 1.25;

    margin: 0 0 15px;

    font-weight: 600;

}



.testimonial-horizontal-01 p {

    font-size: 15px;

    line-height: 1.6;

    letter-spacing: 0.5px;

}



.testimonial-horizontal-01 .testimonial-cite {

    font-style: italic;

    letter-spacing: 2px;

    font-weight: 600;

    font-size: 13px;

    margin-top: 25px;

}



.testimonial-grid-01 {

    position: relative;

    padding-top: 35px;

}



.testimonial-grid-01:before {

    font-family: 'ElegantIcons';

    content: "\7b";

    display: block;

    -ms-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    font-size: 24px;

    color: #4f617a;

    position: absolute;

    top: 0;

    left: -4px;

    line-height: 1;

}



.testimonial-grid-01 .man {

    margin-top: 25px;

}



.testimonial-grid-01 .man .image {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    display: inline-block;

    vertical-align: middle;

    margin-right: 15px;

}



.testimonial-grid-01 .man h4,

.testimonial-grid-01 .man h5,

.testimonial-grid-01 .man h6 {

    line-height: 1;

    margin: 0 0 5px;

}



.testimonial-grid-01 .man .texting {

    display: inline-block;

    vertical-align: middle;

    padding-top: 7px;

}



.testimonial-grid-01 h5 {

    font-size: 17px;

    line-height: 1.25;

    margin: 0 0 15px;

    font-weight: 600;

}



.testimonial-grid-01 p {

    font-size: 15px;

    line-height: 1.6;

    letter-spacing: 0.5px;

}



.testimonial-grid-01 .image {

    position: relative;

}



.testimonial-grid-01 .image:before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    border: 3px solid rgba(255, 255, 255, 0.5);

    display: block;

    border-radius: 50%;

}



.testimonial-grid-01 .testimonial-cite {

    font-style: italic;

    letter-spacing: 2px;

    font-weight: 600;

    font-size: 13px;

}



.testimonial-grid-wrapper {

    border: 2px solid #FF5454;

    position: relative;

    padding: 50px 60px;

}



.testimonial-grid-arrow {

    position: absolute;

    top: 50%;

    margin-top: -15px;

    left: 0;

    right: 0;

}



.testimonial-grid-arrow ul li {

    display: inline-block;

}



.testimonial-grid-arrow button {

    border: none;

    outline: none;

    background: transparent;

    padding: 0;

    cursor: pointer;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    line-height: 1;

    width: 150px;

    display: block;

    text-align: center;

    font-size: 14px;

    transform: rotate(90deg);

    text-transform: uppercase;

    letter-spacing: 1px;

    position: relative;

    z-index: 9;

}



.testimonial-grid-arrow button span {

    background-color: #4f617a;

    color: #FFF;

    display: inline-block;

    padding: 4px 9px;

}



.testimonial-grid-arrow button:hover {

    opacity: 1;

}



.testimonial-grid-arrow .slick-disabled button {

    opacity: 0.2;

    cursor: not-allowed;

}



.testimonial-grid-arrow .testimonial-grid-prev {

    float: left;

    margin-left: -75px;

}



.testimonial-grid-arrow .testimonial-grid-next {

    float: right;

    margin-right: -75px;

}



@media (min-width: 1367px) {

    .testimonial-grid-wrapper {

        margin: 0 -60px;

    }

}







/**

 * Error Page and faq

 */



.error-404-wrapper {

    text-align: center

}



.error-404-wrapper .container {

    padding-top: 200px;

    padding-bottom: 120px

}



.error-404-wrapper h1 {

    font-size: 184px;

    line-height: 1;

    margin: 0 0 15px;

    font-weight: 200;

}



.error-404-wrapper h3 {

    font-size: 28px;

    line-height: 1;

    margin: 0 0 15px

}



.faq-item-long:not(:last-child) {

    border-bottom: 1px solid #E5E5E5;

    padding-bottom: 20px;

    margin-bottom: 20px;

}



.faq-item-long h6 {

    padding-top: 6px;

}







/**

 * Dashboard

 */

.page-dashboard .sidebar-wrapper {

    border-right: 0;

    padding-right: 0;

}



.bashboard-nav-box {

    border: 1px solid #E5E5E5;

    background-color: #FFF;

}



.bashboard-nav-box .box-heading {

    background-color: #4f617a;

    color: #FFF;

    padding: 5px 20px 4px;

}



.bashboard-nav-box .box-content {

    padding: 20px;

}



.bashboard-nav-box .box-bottom {

    padding: 22px 20px 18px;

    line-height: 1.25;

    border-top: 1px solid #E5E5E5;

}



.bashboard-nav-box .box-bottom h6 {

    line-height: 1;

    margin: 0 0 5px;

}



.dashboard-avatar {

    line-height: 1.25;

    height: 70px;

    position: relative;

    width: 100%;

    font-size: 12px;

    overflow: hidden;

}



.dashboard-avatar .image {

    width: 70px;

    height: 70px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

}



.dashboard-avatar .image img {

    object-fit: cover;

    width: 70px;

    height: 100%;

    border-radius: 70px;

}



.dashboard-avatar .content {

    margin-left: 85px;

    padding-top: 15px;

}



.dashboard-avatar h6 {

    line-height: 1;

    margin: 0 0 3px;

    font-size: 16px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-transform: capitalize;

}



.avatar-upload {

    position: relative;

    width: 100%;

    overflow: hidden;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);

    transition: all .3s ease;

    border: 2px solid #FFF;

}



.avatar-upload:hover {

    cursor: pointer

}



.avatar-upload:hover .profile-pic {

    opacity: .3

}



.avatar-upload .profile-pic {

    transition: all .3s ease

}



.avatar-upload .upload-button {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-pack: center;

    justify-content: center;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    text-align: center;

    opacity: 0;

}



.avatar-upload .upload-button i {

    font-size: 60px;

}



.avatar-upload .upload-button:hover {

    opacity: 1

}



.avatar-upload .file-upload {

    display: none;

}



.avatar-upload .labeling {

    position: absolute;

    left: 10px;

    bottom: 10px;

    background-color: rgba(255, 255, 255, 0.6);

    line-height: 1;

    padding: 5px 10px;

    text-transform: uppercase;

    color: #000;

    font-size: 10px;

    font-weight: 700;

    border-radius: 3px;

    transition: all .3s ease

}



.avatar-upload:hover .labeling {

    opacity: 0;

}



.create-account .form-create-show {

    display: none;

    transition: all .6s;

}



.create-account input[type="checkbox"]:checked ~ .form-create-show {

    display: block;

    transition: all .6s

}



.page-dashboard .sidebar-wrapper {

    border-right: 0;

    padding-right: 0;

}







/**

 * Contact page

 */



ul.contact-list-01 li {

    position: relative;

    padding-left: 30px;

}



ul.contact-list-01 li + li {

    margin-top: 15px;

}



ul.contact-list-01 li h6 {

    line-height: 1.15;

    margin: 0 0 5px;

    padding-top: 4px;

}



ul.contact-list-01 li .icon-font {

    position: absolute;

    left: 0;

    top: 2px;

    display: block;

    font-size: 16px;

    line-height: 1.45;

}



.map-contact-wrapper .infoBox {

    background: #4f617a!important;

    border: 1px solid #4f617a;

    border-radius: 3px;

    font-size: 14px;

    line-height: 1.2;

    width: 140px!important;

    margin-left: -70px;

    padding: 10px;

    text-align: center;

    -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21);

    -moz-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21);

    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21)

}



.map-contact-wrapper .infoBox:after {

    top: 100%;

    left: 50%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-top-color: #4f617a;

    border-width: 10px;

    margin-left: -10px

}



.map-contact-wrapper .infoBox > img {

    height: 16px;

    width: 16px;

    overflow: hidden;

    position: absolute!important;

    top: -8px;

    right: -8px;

    display: block;

    background: #FFF;

    border-radius: 50%;

    border: 2px solid #FFF;

    -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21);

    -moz-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21);

    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.21)

}



.map-contact-wrapper .infoBox h6 {

    margin: 0;

    line-height: 1;

    color: #FFF;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

}



.map-contact-wrapper .infoBox #infobox {

    position: relative

}



.infobox-wrapper {

    display: none

}







/**

 * Miscellaneous

 */

.bg-white-gradient-top-bottom {

    position: relative;

}



.bg-white-gradient-top-bottom .bg-gradient-top,

.bg-white-gradient-top-bottom .bg-gradient-bottom {

    position: absolute;

    left: 0;

    right: 0;

    height: 150px;

    z-index: 4;

}



.bg-white-gradient-top-bottom .bg-gradient-top {

    top: 0;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);

    /* IE6-9 */

}



.bg-white-gradient-top-bottom .bg-gradient-bottom {

    bottom: 0;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

    /* IE6-9 */

}



.two-column-css {

    -webkit-column-count: 2;

    -moz-column-count: 2;

    column-count: 2;

    -webkit-column-gap: 40px;

    -moz-column-gap: 40px;

    column-gap: 40px

}



.quick-form-04 {

    background-color: #E9E9E9;

    padding: 20px;

}



.box-socials {

    margin-left: -2px;

    margin-right: -3px;

}



.box-socials a {

    font-size: 26px;

    margin-bottom: 5px;

    margin-left: 2px;

    margin-right: 3px;

    display: inline-block;

    line-height: 1.25;

}



.booking-box {

    border: 1px solid #E5E5E5;

    background-color: #FFF;

}



.booking-box .box-heading {

    background-color: #4f617a;

    color: #FFF;

    text-align: center;

    padding: 5px 10px 4px;

}



.booking-box .box-content {

    padding: 40px;

}



.booking-box .box-bottom {

    padding: 22px 40px 18px;

    line-height: 1.25;

    border-top: 1px solid #E5E5E5;

}



.booking-box .box-bottom h6 {

    line-height: 1;

    margin: 0 0 5px;

}



.booking-box .choosen-date {

    position: relative;

    padding-left: 40px;

}



.booking-box .choosen-date i {

    position: absolute;

    left: 0;

    top: 0;

}



.social-btns-01 {

    margin-right: -10px;

    margin-left: -10px;

}



.social-btns-01 a {

    font-size: 24px;

    margin-right: 10px;

    margin-left: 10px;

    margin-bottom: 5px;

    color: #9B9B9B;

    display: inline-block;

    line-height: 1;

}



.social-btns-01 a:hover {

    color: #E0163B;

}



ul.review-list > li {

    border-bottom: 1px solid #E5E5E5;

    margin-bottom: 25px;

    padding-bottom: 25px;

}



ul.review-list > li:last-of-type {

    border-bottom: 0;

    margin-bottom: 0;

    padding-bottom: 0;

}



ul.review-list > li .image img {

    width: 60px;

}



ul.review-list > li .review-content {

    line-height: 1.45;

    margin-top: 20px;

}



.quick-form-box .btn {

    padding-top: 10px;

    padding-bottom: 10px;

}



.quick-form-box .btn:hover {

    color: #FFF;

}

.col-lg-12.col-md-12.col-sm-6.col-xs-12.Nopadding span {

    background: #4f617a !important;

    border: #4f617a !important;

    color: white;

}

#yorumlar .btn-success {

    background: #4f617a !important;

    border-color: #4f617a !important;

    color: #FFF;

}

#yorumlar .btn-success:hover {

    background: #4f617a !important;

    border-color: #4f617a !important;

    color: #FFF;

}

.sonuclar-baslik {

    padding: 15px;

    background: #4f617a;;

    color: #FFFFFF;

    font-weight: bold;

    font-size: 14px;

}

.sonuc-cerceve .btn {

    background: #fc9918 !important;

    color: white;

    font-size: 14px !important;

    font-weight: 400 !important;

    padding: 6px;

    width: 100%;

    border: unset;

}

.sonuc-baslik {

    background-color: #e0e0e0;

    padding: 3px 0;

    text-align: center;

    color: #000;

    font-weight: bold;

    font-size: 14px;

}

.sonuc-cerceve {

    border: solid 2px #eee;

    text-align: left;

    padding: 5px 0px;

    background: #fff;

    margin-bottom: 10px;

    text-align: center;

}

.sonuc-cerceve .sonuc-date {

    font-weight: bold;

    color: #045a84;

}

.sonuc-cerceve .sonuc-price {

    font-weight: bold;

    color: green;

}



.sepet-alert {

    background: #fcf8e3;

    padding: 20px;

    text-align: center;

    color: #8a6d3b;

    border: 1px solid #faebcc;

    font-size: 14px;

}

.sonuc-cerceve {

    display: flex !important;

    align-items: center;

}

.transfer-page div#transfer select {

    height: 45px;

}

.transfer-page .v2-search-form input {

    width:100%;

}

.transfer-page .v2-search-form .input-group {

    display: table;

}

.header-main .navbar-arrow ul li .arrow-indicator:after {

    font-family: 'simple-line-icons';

    content: "\e604";

    display: block;

    line-height: 1;

}

div#tur-detay-hizli-tab {

margin-bottom: 0px;
}



h3.oda-sec-box-title {

    margin-bottom: 15px !important;

}

.rez-ozet-fiyat-wrap {display: none !important;}

li.menu-item-has-children a {

    border-radius: 10px;

    padding: 10px !important;

}

/* Popup acildiginda etraf siyah transparan, kapaninca kalkar */
.fancybox-bg {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: #000 !important;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.fancybox-container .fancybox-bg,
.fancybox-is-open .fancybox-bg {
    opacity: 0.65 !important;
}

.fancybox-is-closing .fancybox-bg {
    opacity: 0 !important;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.65) !important;
}

.mfp-bg {
    background: #000 !important;
    opacity: 0.65 !important;
}

.mfp-bg.mfp-removing {
    opacity: 0 !important;
}

.modal-backdrop {
    background-color: #000 !important;
}

.modal-backdrop.show,
.modal-backdrop.in,
.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
    opacity: 0.65 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.65) !important;
}

.login-page {
    background: rgba(0, 0, 0, 0.65) !important;
}

#ekomania-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99980;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

#ekomania-popup-overlay.is-visible {
    display: block;
}