@charset "utf-8";
.TravelGo-category-price {
    float: left;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    /* background: #F7F9FB; */
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px dotted #e4e4e4;
    text-transform: uppercase;
    line-height: 17px;
}

.paginationCommon.categoryPagination {
    margin-top: 35px;
}

.paginationCommon.blogPagination nav {
    margin: 0;
    border: 0;
}

.paginationCommon.blogPagination nav .pagination {
    margin: 0;
}

.paginationCommon .pagination li {
    float: left;
    margin: 0 5px 5px 0;
}

.pagination > li {
    display: inline;
}

.paginationCommon .pagination li:first-child a {
    border-radius: 0;
}

.paginationCommon .pagination li a {
    border-color: #e5e5e5;
    float: none;
    color: #222;
    font-weight: 400;
    padding: 0;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.paginationCommon .pagination li a span {
    font-size: 17px;
}

.paginationCommon .pagination li a {
    border-color: #e5e5e5;
    float: none;
    color: #222;
    font-weight: 400;
    padding: 0;
    display: block;
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
}

.paginationCommon .pagination li a:hover {
    background-color: #2196f3;
    color: #fff;
}

.paginationCommon .pagination li.active a,
.paginationCommon .pagination li.active span.current {
    background-color: #2196f3;
    color: #fff;
}

/* Agregamos estilos personalizados para el paginador general */
.paginationCommon .pagination a,
.paginationCommon .pagination span {
    padding: 8px 12px; /* Ajustamos el tamaño del padding */
    font-size: 14px; /* Ajustamos el tamaño de la fuente */
    background-color: #f8f9fa; /* Color de fondo */
    border-color: #dee2e6; /* Color del borde */
    color: #495057; /* Color del texto */
}

.paginationCommon .pagination a:hover,
.paginationCommon .pagination span:hover {
    background-color: #ffc107;
    color: #fff;
}
/*==================================
* Author        : "ThemeSine"
* Template Name : Travel
* Version       : 1.0
==================================== */


.table{
    width:100%;
    max-width:100%;
    margin-bottom:20px
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>.table-bordered{
    border:1px solid #ddd
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border:1px solid #ddd
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#f9f9f9
}
.table-hover>tbody>tr:hover{
    background-color:#f5f5f5
}
table col[class*=col-]{
    position:static;
    display:table-column;
    float:none
}
table td[class*=col-],table th[class*=col-]{
    position:static;
    display:table-cell;
    float:none
}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{
    background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{
    background-color:#e8e8e8
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{
    background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{
    background-color:#d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{
    background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{
    background-color:#c4e3f3
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{
    background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{
    background-color:#faf2cc
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{
    background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{
    background-color:#ebcccc
}
.table-responsive{
    min-height:.01%;
    overflow-x:auto
}
@media screen and (max-width:767px){
    .table-responsive{
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }
    .table-responsive>.table{
        margin-bottom:0
    }
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{
        border-bottom:0
    }
}
;

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

font-family: 'Poppins', sans-serif;

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

/*=========== TABLE OF CONTENTS ===========

1.  General css (Reset code)
2. 	Header
3. 	About
5.  Travel-box
5.  Service
6.  Gallery
7.  Discount-offer
8.  Packages
9.  Testemonial 
10. Special Offer
11. Blog
12. Subscribe
13. Footer-copyright
===========*/

/*-------------------------------------
                1. Menu buscador  css (Reset code)
--------------------------------------*/

.tab-content .form-group span {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height:48px;
    text-align: center;
    pointer-events: none;
    color: #ffcd22;
}
/*Fun begins*/
.tab_container > input {
    display:none;
}
.tab_container label {
    font-weight: 700;
    font-size: 18px;
    display: block;
    float: left;
    width: 20%;
    padding: 1em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: rgba(27, 79, 114);
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    color: #999;
    background: #fff;
}
#tab2:checked ~ #content2{
    display: block;
    padding: 20px;
    color: #999;
    background: #fff;
}
.tab_container .tab-content p, .tab_container .tab-content .row {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3 {
    text-align: center;
}
/* -------------------------------------
cambio el color del menu del buscador
----------------------------------------
*/
.tab_container [id^="tab"]:checked + label {
    background: #ffc107;
}
.tab_container [id^="tab"]:checked + label i {
    color: #2e6da4;
}
.tab_container [id^="tab"]:checked + label span {
    color: #2e6da4;
}


/*Media query*/
@media only screen and (max-width: 930px) {
    label span {
        font-size: 14px;
    }
    label .fa {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    label span {
        display: none;
    }
    label .fa {
        font-size: 16px;
    }
    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    z-index: 9999 !important;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.padding8 {
    padding:0 8px !important;
}
.booking-search button {
    font-size: 16px;
    margin:0;
    font-size: 16px;
    margin: 0;
    display: block;
    width: 100%;
    padding: 9px 0;
}

/*-------------------------------------
                1. Iicio css (Reset code)
--------------------------------------*/

.control-head > i,
.control > i {
    font-size: 1.5em;
    margin-left: 15px;
}

.control-head > div,
.control > .control-item {
    margin-left: 20px;
}

.control h6 {
    margin: 5px 0;
    font-weight: 400;
    color: #bbb;
}

.control.open:nth-child(2) {
    top: -72px;
}
.control.open:nth-child(3) {
    top: -144px;
}

.control.open {
    height: 100%;
    transition: all 0.4s ease;
}

.control .control-head {
    display: flex;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
}

.control .control-body {
    height: calc(100% - 72px);
    margin-top: 20px;
}

.control.open .control-body {
    margin-top: 8px;
}

.control.dateinput,
.control.select {
    display: block;
}

.control .close {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}
.control.open .close {
    display: block;
    cursor: pointer;
}

/*** Begin Select Input ***/
.select .nano {
    width: 304px;
    height: 418px;
    margin-left: 50px;
}

.select ul.select-index,
.select ul.select-data {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.select.open ul.select-data li {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s ease;
}
.select ul.select-data li {
    margin: 5px 0;
    padding: 3px 15px;
    font-size: 0.85em;
    opacity: 0;
    transform: translateY(700px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.select ul.select-data li:hover,
.select ul.select-data li.selected {
    background-color: rgba(0, 0, 0, 0.4);
}

.select ul.select-data li.sep {
    background-color: var(--app-accent-color);
}

.select ul.select-index {
    position: absolute;
    left: 15px;
}

.select ul.select-index li {
    margin: 8px 0;
    padding: 2px 6px;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9em;
    background-color: var(--app-accent-color);
    cursor: pointer;
}


/*-------------------------------------
                1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;

}

body{
    position: relative;
    font-size:14px;
    color: #222222;
    background: #fff;
    max-width:1920px;
    margin:0 auto;
    overflow-x:hidden;

}

/*-------------------------------------
                icono del buscador css (Reset code)
--------------------------------------*/


.tab-content .form-group span {
    position: relative;
    z-index: 1;
    display: block;
    width: 2.375rem;
    height: 0.75rem;
    line-height:48px;
    text-align: center;
    pointer-events: none;
    color: #ffcd22;
}

.form-group input[type=text]:placeholder-shown {
    border: 1px solid #ededed;
    padding: 10px 15px 12px 24px;
    font-size: 14px;
    color: #222222;
    font-style: bold;
    border-radius: 0;
}


/*-------------------------------------
                inicio css (Reset code)
--------------------------------------*/

a,a:hover,a:active,a:focus {
   
    text-decoration:none;


}

h1,h2,h3,h4,h5,h6 {

    margin: 0;
    color:#222222;
    text-transform: capitalize;

}

p {

    margin: 0;
    color:#666666;
    font-size:14px;

}

img{
    border:none;
    max-width:100%;
    height:auto;
}

ul{

    padding: 0;
    margin: 0;
    list-style: none;

}

ul li {

    list-style: none;



}

select,input,textarea,button{
    box-shadow:none;
    outline:0!important;
}





html,body{

    height: 100%;
    z-index: 2;

}

[placeholder]:focus::-webkit-input-placeholder {

    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;

}



/*=============Style css=========*/

/*-------------------------------------
                2. Header
--------------------------------------*/
.top-area {
    position: absolute;
    width: 100%;
}
.wrapper {
    position: relative;
    z-index: -1;
}
.header-area{
    position:relative;
    width: 100%;
}

/*.sticky-wrapper */
.sticky-wrapper {
    position: relative;
    z-index: 2;
    transition:.7s;
}
.is-sticky .header-area{

}
.is-sticky .header-area:after{
    position:absolute;
    content:'';
    background: rgba(77,78,84,1);
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.sticky-wrapper.is-sticky .main-menu .nav a:before{
    bottom: 17.6px;
}/*.sticky-wrapper */

/*.logo*/
.logo a, .logo a:hover, .logo a:focus{
    color: #fff;
    font-size:24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.logo a span{
    color: #00d8ff;
    text-transform: capitalize;
}

/*.logo*/

/*.main-menu*/
.main-menu {
    position:relative;
}
.main-menu ul .nav .navbar-nav {
    text-align:right;
    float:none;
}
.main-menu .nav li {
    position:relative;
    padding: 16px 8px 0px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}

/* Logo centrado verticalmente */
.logo {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 70px;
}
.small-logo {
    max-height: 55px;
    width: auto;
    display: block;
}

.main-menu .nav li a{
    padding: 11px 0 29px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.main-menu  .nav  li.active a,
.main-menu  .nav  li a:hover,
.main-menu .nav  li a:focus{
    color: #00d8ff;
    background-color:transparent;
}
.main-menu .nav a:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2.4px;
    left: 0;
    background: transparent;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.main-menu .nav li.active  a:before,
.main-menu .nav a:hover:before{
    background: #00d8ff;
    width: 100%;
}

/*.main-menu*/

/* tooggle */
.main-menu .navbar-toggle {
    margin-top: 5px;
    border: 1px solid;
    font-size: 16px;
    float:left;
}
.main-menu .navbar-toggle {
    color: #00d8ff;
}
.main-menu .navbar-default .navbar-toggle:focus,
.main-menu .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


.home-border{
    border-top:2px solid #fff;
}

/*book-btn*/
.book-btn {
    background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 120px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.book-btn:hover{
    color: #fff;
    background: #00d8d5;
    border: 1px solid #00d8d5;
}/*book-btn*/
/* 
=========================================
Explore Categories
=========================================
*/

.Categories {
    background: #fff;
}
.light-overlay, .dark-overlay, .gradient-overlay {
    position: relative;
    overflow: hidden;
}
.card-poster {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    border: none;
    overflow: hidden;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    min-height: 350px;
    transition: all 0.35s ease-in-out;
}
.tile-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 30;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.light-overlay .overlay-content, .dark-overlay .overlay-content, .gradient-overlay .overlay-content {
    position: relative;
    z-index: 20;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.gradient-overlay::after {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.65) 100%);
}
.light-overlay::after, .dark-overlay::after, .gradient-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .3;
    transition: all 0.35s ease-in-out;
}
.light-overlay:hover::after, .dark-overlay:hover::after, .gradient-overlay:hover::after {
    transition: all 0.35s ease-in-out;
    opacity: .7;
    background-color: #ffcd22;
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.card-text:last-child {
    margin-bottom: 0;
}
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
h6.card-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.card-poster:hover {
    transform: translateY(-6px);
}
/*---------------------
Popular Destination
----------------------*/
.list-mig-like {
}
.list-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #ffcd22;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-mig-lc-img {
}
.list-mig-like-com:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
}
.list-mig-lc-img img {
    width: 100%;
    border-radius: 5px;
}
.list-mig-like-com:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
.list-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0px 20px;
    display: block;
}
.list-mig-lc-con2 {
    margin-top: -90px;
}
.list-mig-lc-con h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-mig-lc-con h6 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -20px;
    /* right: 0px;
    */
    border: 1px solid #fff;
    padding: 8px 10px 3px 10px;
    border-radius: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.list-mig-lc-con p {
    color: #ffffff;
    font-size: 13px;
}
.list-mi-pr {
    top: 15px;
}
.list-ri-spec-tit {
}
.list-ri-spec-tit h3 {
    padding: 5px 20px 18px 20px;
    /* background: #fff;
    */
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.list-ri-spec-tit h3 span {
    font-weight: 700;
    font-size: 16px;
}
.list-room-rati i {
    color: #ffc107 !important;
}
.solutions .opacity-2 {
    opacity: 0.2;
}
.solutions .display-2 {
    font-weight: 900;
    font-size: 50px;
    padding: 15px 0 0 0;
}
.shadow-hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shadow-hover:hover {
    box-shadow: 0px 0px 50px rgba(83, 88, 93, 0.1);
}
.up-on-hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.TourHotels .listroBox {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-left: 0;
    margin-right: 0;
}
.tourBanner h4, .tourBanner h1, .tourBanner span {
    color:#fff !important;
}
.title p {
    font-weight: normal;
    text-transform: lowercase;
}
h6.subtitle {
    text-transform:capitalize;
}
h2.title {
    font-size:24px !important;
}


/*-------------------------------------
                3. 	About
--------------------------------------*/
.about-us{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../../web/images/home/banner.jpeg)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}
.about-us:before{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,207,.4);
}

/*about-us-content*/
.about-us-content{
    margin: -175px 0 0 0;
}
.about-us h2 {
    color:#fff;
    font-size:84px;
    text-transform: inherit;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.22;
}
.about-us h2 span{
    color:#2bdab5;
    margin-top: -11px;
}
.about-btn {
    margin-top: 39px;
    display: inline-block; /* para que el botón no ocupe todo el ancho */
}

.about-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    background: #00d8ff;
    border: 1px solid #00d8ff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 5px 20px rgba(14,15,18,.2);

    /* Solo animar lo que queremos, evitando "movimiento inesperado" */
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.about-btn:hover .about-view {
    background: #00d8d5;
    border: 1px solid #00d8d5;
    box-shadow: 0 5px 20px rgba(14,15,18,.5);

    /* Pequeño efecto de elevación sin mover el layout */
    transform: translateY(-2px);
    color: #fff;
}

.travel-mrt-0{
    margin-top: 0px;
}
/*about-us-content*/

/*-------------------------------------
                4. 	Travel-box
--------------------------------------*/
.single-travel-boxes {
    background: #fff;
}
.tab-para{
    padding: 10px 15px 12px 24px;
}/* .desc-tabs */
.desc-tabs {
    border: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.desc-tabs .nav-tabs {
    display: inline-block;
    border-right: 1px solid #fff;
}

.desc-tabs .nav-tabs>li.active>a{
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.desc-tabs .nav-tabs>li.active>a:focus,
.desc-tabs .nav-tabs>li.active>a:hover {
    color: #565a5c;
    text-decoration: none;
}
.desc-tabs .nav-tabs>li>a{
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 17px 40px 17px 46px;
    border: 0;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.single-travel-boxes .nav>li>a:focus,
.single-travel-boxes .nav>li>a:hover {
    color: #565a5c;
    background: #fff;
    border: 0;
    text-decoration: none;
}
.desc-tabs .nav-tabs>li>a>i{
    padding-right: 6px;
}
/* .desc-tabs */



/*===ab-select-box===*/

.single-tab-select-box h2{
    color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.travel-select-icon{
    position:relative;
}
.travel-select-icon:after{
    position: absolute;
    content: "\f107";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border:1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px;
}

.travel-check-icon{
    position: relative;
}
.travel-check-icon:after{
    position: absolute;
    content: "\f073";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border:1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px 8px;
}/*travel-select-icon*/

.travel-select-icon  select,.travel-check-icon  input {
    color:#aaa;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    height: 48px;
}/*select*/

.travel-select-icon .form-control,.travel-check-icon .form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0!important;
    box-shadow:none;
    border:1px solid #d7d7d7;
    border-radius: 0px;
    margin-bottom: 20px;
}/*.travel-select-icon .form-control*/

/*.trip-circle*/
.trip-circle {
    display: flex;
    margin-bottom: 17px;
}
.single-trip-circle{
    display: flex;
}
.single-trip-circle:nth-child(2){
    display: flex;
    margin-left: 42px;
}
.single-trip-circle input[type="radio"] {
    display:none;
}
.single-trip-circle input[type="radio"] + label {
    color: #565a5c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left:0px;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder1{
    display:inline-block;
    width: 9px;
    height: 9px;
    margin: -13px 0px 0 1px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    border:2px solid #aaa;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1 {
    border:1px solid #fff;
    background-color:#fff;
}

.single-trip-circle input[type="radio"]:checked + label span.round-boarder1{
    background-color:#00d8ff;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1,
.single-trip-circle input[type="radio"]:checked + label span.round-boarder1 {
    -webkit-transition:background-color 0.4s linear;
    -o-transition:background-color 0.4s linear;
    -moz-transition:background-color 0.4s linear;
    transition:background-color 0.4s linear;
}
/*.trip-circle*/


/* filter */
.travel-budget {
    margin-top: 38px;
}
.travel-budget h3{
    color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.price_filter{
    margin-top: 9px;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background:  #d7d7d7;
    border: medium none;
    border-radius: 0;
    height: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #00d8ff none repeat scroll 0 0;
    border: 0px solid #00d8ff;
    border-radius:50%;
    height: 12px;
    width: 12px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}
.price_filter .ui-slider-range {
    background: #00d8ff none repeat scroll 0 0;
}
.price_slider_amount > input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    letter-spacing: 5.5px;
    height: 40px;
    text-align: center;
    width: 280px;
    border: none !important;
    ;
    font-family: 'Poppins', sans-serif;
}
.price_slider_amount label {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}
.price_slider_amount > input[type="text"]:focus {
    outline: 0
}
.price_slider_amount > input[type="submit"] {
    outline: 0;
}
.price_slider_amount {
    letter-spacing: 2px;
}
.price_slider_amount > input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}

/* .travel-btn */
.about-view.travel-btn{
    width: 180px;
    margin-right: 15px;
}

/*-------------------------------------
        5. Service
--------------------------------------*/
.service {
    position: relative;
    padding: 80px 0 54px;
}
/* single-ststistics-box */
.single-service-box {
    display: flex;
    margin-bottom:30px;
}
/* single-ststistics-box */
.service-content {
    max-width: 268px;
    margin-left: 7px;
    margin-top: 6px;
    margin:6px 0 30px 7px;

}
.service-content h2 a{
    color:#565a5c;
    font-size:16px;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.service-content p{
    color:#aaa;
    font-size:14px;
    text-transform:inherit;
    font-family: 'Poppins', sans-serif;
    margin-top: 17px;
}

/*-------------------------------------
        6. Gallery
--------------------------------------*/
.gallery{
    background: #f9f9f9;
}
.gallery-details{
    margin-top:117px;
    margin-bottom:109px;
}
.gallery-content {
    margin-top:62px;
}

/* gallary-header  */
.gallary-header h2{
    position:relative;
    color:#565a5c;
    font-size:30px;
    font-weight:500;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
    padding-bottom:14px;
}
.gallary-header p{
    position:relative;
    color:#aaa;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 17px;
}
/* featured-header  */


/* ---- .item ---- */
.filtr-container .filtr-item {
    overflow:hidden;
    float: left;
    position:relative;
    margin-bottom: 30px;
    overflow:hidden;
}
/*.item img*/
.filtr-container .filtr-item img{
    width:100%;
    height:100%;
    transition:.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.filtr-container .filtr-item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/



/*.item-title*/
.item-title{
    position: absolute;
    background:transparent;
    bottom: 20%;
    left: 60px;
    width: 170px;
    height: 60px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title a {
    color:#fff;
    font-size:24px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p {
    color:#fff;
    font-size:16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p span{
    padding-right: 30px;
}
.filtr-container .filtr-item:hover .item-title a,
.filtr-container .filtr-item:hover .item-title p{
    color:#2cdbb5;
}
/*.item-title*/


/*-------------------------------------
        7.  Discount-offer
--------------------------------------*/
.discount-offer {
    padding: 120px 0;
    position: relative;
    background: url(../../web/images/home/offer-timer.jpeg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}
.discount-offer:after,.subscribe:after {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,207,.5);
    z-index: -1;
}

.dicount-offer-content h2{
    color:#fff;
    font-size:30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

/* campaign-timer */
.campaign-timer{
    background: rgba(50,55,63,.65);
    max-width: 555px;
    margin: 43px auto;
    padding:24px 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34,31,31,.2);
}
.camp {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}
.time-after{
    position:relative;
}
.time-after:after{
    position:absolute;
    content:':';
    top:10px;
    right:-8px;
}
.time {
    display: inline-block;
    line-height: 1;
    padding: 10px 22px 0;
    font-weight: 500;
    font-size:48px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}/* campaign-timer */

/*.discount-offer-btn*/
.about-view.discount-offer-btn{
    color: #fff;
    max-width: 160px;
    margin: 0 auto;
}/*.discount-offer-btn*/

/*-------------------------------------
        8. Packages 
--------------------------------------*/
.packages{
    padding:120px 0 90px;
}
.packages-content{
    margin-top:65px;
}
/*single-package-item */
.single-package-item{
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.single-package-item-txt{
    padding: 0 25px;
}
.single-package-item img {
    width: 100%;
}
.single-package-item h3{
    position: relative;
    font-size: 20px;
    color: #565a5c;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0;
}
.single-package-item h3:after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}
.packages-para{
    padding:17px 0 0;
    text-transform: capitalize;
}
.packages-para p{
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
    margin-bottom:15px;
}
.packages-para p span{
    display: inline-block;
    width: 150px;
}
.packages-review p i{
    color: #ffdf00;
    font-size: 16px;
}
.packages-review span{
    margin-left: 20px;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.about-view.packages-btn{
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;

}
.about-view.packages-btn:hover{
    box-shadow: 0 5px 20px rgba(14,15,18,.3);
}
.single-package-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
/*single-package-item */

/*-------------------------------------
        9. Testemonial 
--------------------------------------*/

.testemonial{
    position:relative;
    background: #f9f9f9;
    padding:120px 0;
}




.home1-testm.item {
    padding-top: 74px;
    padding-bottom: 30px;
}

/*.home1-testm-img*/
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width:80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}/*.home1-testm-img*/

/*owl-carousel*/
.testemonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0 19px;
}
.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: #aaa;
}
.testemonial .owl-theme .owl-dots .owl-dot.active span{
    background: #00d8ff;
}/*owl-carousel*/

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 27px;
}
.home1-testm-txt p{
    color: #aaa;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    max-width: 284px;
    margin: 0 auto;
    padding: 20px 0;
}
.home1-testm-txt h3 a{
    display: block;
    color: #00d8ff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.home1-testm-txt h4{
    color: #aaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 15px 0 0px;
}
.home1-testm-txt span {
    color: #ddd;
    font-size: 18px;
}/*home1-testm-txt*/

/*testemonial-carousel*/

/*-------------------------------------
        10.  Special-Offer
--------------------------------------*/
.special-offer{
    position: relative;
    background: url(../../web/images/offer/offer-banner.jpeg)no-repeat center;
    background-size: cover;
    z-index: 1;
}
.single-special-offer:after{
    position: absolute;
    content: "";
    top: 0;
    left:12;
    width: 81%;
    height: 100%;
    background: rgba(0,216,255,.6);
    z-index: -1;
}

/*.single-special-offer-bg*/
.single-special-offer-bg {
    margin-top: -1px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
}
.single-special-offer-bg:before {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,216,255,.7);
    z-index: 1;
}
.single-special-offer-bg img {
    height: 807px;
}

.single-special-shape-txt {
    position: absolute;
    top: 60px;
    left:62px;
}
.single-special-shape-txt h3,.single-special-shape-txt h4{
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}
.single-special-shape-txt h4{
    text-transform: uppercase;
    margin: 174px 0;
    line-height: 1.3;
}
.single-special-shape-txt h4 span{
    font-size: 60px;
}
.single-special-shape-txt p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.single-special-shape-txt p span{
    font-size: 60px;
    font-weight: 700;
}/*.single-special-offer-bg*/

/*single-special-offer*/
.single-special-offer-txt{
    padding: 172px 0 0;
}
.single-special-offer h2{
    color: #74eaff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 22px;
}
/*single-special-offer*/


.packages-para.special-offer-para p{
    color: #fff;
}
.packages-para.special-offer-para p span{
    display: inline;
    color: #fff;
    width: 100%;
    margin-right: 25px;
}
.offer-para{
    margin-top: 31px;
    text-transform: initial;
    line-height: 2;
}

.packages-review.special-offer-review {
    margin-bottom: 13px;
}
.packages-review.special-offer-review span{
    color: #fff;
}

.offer-btn-group{
    display: flex;
    margin-top: -10px;
}
.about-view.packages-btn.offfer-btn{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
    margin-right: 25px;
}
/*-------------------------------------
        11. Blog
--------------------------------------*/
.blog{
    background: #fff;
    padding: 115px 0 92px;
}

/*blog-content*/
.blog-content {
    margin-top: 66px;

}
.blog-content .thumbnail {
    background:transparent;
    border:transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom:30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.thumbnail h2{
    padding: 25px 0 25px 20px;
    color:#565a5c;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
}
.thumbnail span{
    color:#aaa;
    font-size:14px;
    font-weight: normal;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

/*.thumbnail-img*/
.thumbnail-img{
    position:relative;
}

.blog-content .thumbnail .thumbnail-img  img{
    max-width: 102%;
    margin-left: -4px;
}
.thumbnail-img-overlay{
    position:absolute;
    top:0;
    left:-4px;
    width:102%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .thumbnail-img-overlay{
    opacity:1;
}/*.thumbnail-img*/

/*.caption*/
.blog-content .caption {
    background:#fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .caption {
    border:transparent;

}
.blog-txt {
    margin-top:8px;
    margin-left:12px;
}
.blog-content .caption .blog-txt  h3 a{
    color:#565a5c;
    font-size:15px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    margin-top:15px;
    padding-bottom: 3px;
    min-height: 63px;
    line-height: 2;
}
.blog-content .caption .blog-txt p{
    color:#aaaaaa;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    min-height: 105px
}
.blog-content .caption .blog-txt a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #64cbfa;
    padding-bottom: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}/*.caption*/

/*blog-content*/

/*-------------------------------------
        12.  Subscribe
--------------------------------------*/
.subscribe {
    position: relative;
    padding: 120px 0;
    background: url(../../web/images/home/s-b.jpeg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

/*subscribe-title*/
.subscribe .subscribe-title {
    margin-bottom: 45px;
}
.subscribe-title h2{
    color:#fff;
    font-size:38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;

}
.subscribe-title p{
    color:#fff;
    font-size:20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin-top: 10px;
}/*subscribe-title*/


/*custom-input-group*/
.custom-input-group {
    position: relative;

}
.custom-input-group i{
    position: absolute;
    color: #aaa;
    font-size:16px;
    top: 25px;
    left: 40px;
}
.custom-input-group .form-control {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 63px;
    padding-right: 155px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #eee;
}
.custom-input-group .subscribe-btn {
    float: right;
    position: relative;
    z-index: 1;
    margin: 5px 5px;
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    background: #00d8ff;
    display: inline-block;
    padding: 17px 54px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
    background: #00d8ff;
}

.appsLand-btn.appsLand-btn-larg {
    padding: 20px 40px;
}

.appsLand-btn.appsLand-btn-larg i {
    margin-right: 9px;
    font-size: 24px;
    vertical-align: sub;
}/*appsLand-btn*/

/*-------------------------------------
        13.  Footer-copyright
--------------------------------------*/
.footer-copyright{
    background:#f9f9f9;
    padding: 0 0 60px;
}
.footer-content{
    padding:120px 0;
}

/*single-footer-item*/
.single-footer-item{
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.single-footer-item h2{
    color:#ffffff;
    font-size:16px;
    font-weight: 600;
    margin-bottom:40px;
}/*single-footer-item*/

/*footer-logo*/
.footer-logo {
    padding-top: 76px;
}
.footer-logo a, .footer-logo a:hover,.footer-logo a:focus {
    color: #565a5c;
    font-size:24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.footer-logo a>span {
    color: #00d8ff;
    text-transform: capitalize;
}
.footer-logo p{
    color: #aaa;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
/*footer-logo*/

/*single-footer-txt*/
.single-footer-txt p{
    margin-bottom:8px;
}
.single-footer-txt p a{
    color:#565a5c;
    font-size:16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition: .5s ease-in-out;

}
.single-footer-txt p a:hover{
    -webkit-transition:scaleX(1.2);
    -moz-transition:scaleX(1.2);
    -ms-transition:scaleX(1.2);
    -o-transition:scaleX(1.2);
    transform:scaleX(1.2);
    color: #00d8ff;
}/*single-footer-txt*/

.footer-copyright hr{
    border-top: 1px solid #ebebeb;
}

/*foot-icons*/
.foot-icons {
    text-align: center;
    margin-top:60px;
}
.foot-icons .footer-social-links li {
    padding: 0 10px;
    text-align: center;
}
.foot-icons .footer-social-links a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.foot-icon-bg-1{
    background: #3b5999;
}
.foot-icon-bg-2{
    background: #1da1f3;
}
.foot-icon-bg-3{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8938ae+0,c13181+100 */
    background: #8938ae; /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.foot-icons .footer-social-links a:hover {
    /*color: #00d8d5;*/
    color: #2cdbb5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.foot-icons p{
    color:#aaa;
    font-size:16px;
    margin-top:28px;
}
.foot-icons p a,.foot-icons p a:hover,.foot-icons p a:focus{
    color:#00d8ff;
    font-size:16px;
    margin-top:28px;
}/*foot-icons*/

/*===============================
         Scroll Top
===============================*/

#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#00d8ff;
    border:1px solid #00d8ff;
    border-radius:5px;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
    z-index: 2;

}

#scroll-Top  .return-to-top:hover {
    background:#2cdbb5;
    color: #fff;
    border-radius:50%;

}

/* 
=========================================
Blog List Home page
=========================================
*/

.Blog-list {
    background: #f8f9fa !important;
    clear: both;
}
.card-body h5 a {
    padding: 0 0 0 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.8px;
}
a.btn-link {
    color: #222;
    font-weight: bold;
    font-size: 14px;
}
a.btn-link i {
    position: relative;
    top: 1px;
}
a.btn-link:hover {
    text-decoration: none;
    color: #ffcd22;
}
a.blist:hover {
    color: #ffcd22;
}
p.subtitle {
    color: #5bc9e2 !important;
    font-size: 12px;
}
.Blog-list .shadow {
    transition: .4s;
    transform: scale(1);
}
.Blog-list .shadow:hover {
    transform: translateY(-6px);
    box-shadow: none;
}
/*--------------------------------------------------------------
blog-single-section
--------------------------------------------------------------*/

.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}
.blog-single-section .entry-meta li {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta li {
        float: none;
    }
}
.blog-single-section .entry-meta li i {
    display: inline-block;
    padding-right: 7px;
}
.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta > li + li {
        margin-left: 13px;
        padding-left: 13px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta > li + li {
        margin: 3px 0 0;
        padding: 3px 0 0;
    }
}
.blog-single-section .entry-meta li a {
    color: #797979;
}
.blog-single-section .entry-meta li a:hover {
    color: #0062cc;
}
.blog-single-section .entry-meta > li:last-child i {
    position: relative;
    top: 2px;
}
.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}
@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
.blog-single-section .post p {
    font-size: 15px;
    margin-bottom: 1.5em;
    line-height: 26px;
}
@media (max-width: 991px) {
    .blog-single-section .post p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
.blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .post blockquote {
    background-color: #0062cc;
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 65px;
    margin-top: 60px;
    border: 0;
    position: relative;
}
@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}
.blog-single-section .post blockquote:before {
    content: "";
    background: url("../images/quote-2.png") center center/auto no-repeat local;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 45px;
    top: 40px;
}
@media (max-width: 767px) {
    .blog-single-section .post blockquote:before {
        display: none;
    }
}
.blog-single-section .post blockquote .quoter {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-top: 15px;
}
.blog-single-section .tag-share {
    border: 1px solid #f1f1f1;
    padding: 25px 25px 35px;
    margin: 55px 0 0;
    color: #333;
    font-weight: 500;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
.blog-single-section .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.blog-single-section .tag-share ul li {
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share ul li {
        margin: 2px;
    }
}
.blog-single-section .tag-share ul > li + li {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share ul > li + li {
        margin: 2px;
    }
}
.blog-single-section .tag-share .tag ul {
    list-style: none;
    position: relative;
    top: 8px;
    left: 8px;
}
.blog-single-section .tag-share .tag a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #627381;
    display: block;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .tag a {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.blog-single-section .tag-share .tag a:hover {
    color: #ED1C24;
}
.blog-single-section .tag-share .share {
    margin-top: 15px;
}
.blog-single-section .tag-share .share ul {
    position: relative;
    top: 15px;
    left: 8px;
}
.blog-single-section .tag-share .share ul > li + li {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 8px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li {
        margin: 5px;
    }
}
.blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    color: #627381;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share a {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.blog-single-section .tag-share .share a:hover {
    background: #0062cc;
    border-color: #0062cc;
    color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
    color: #3c5ba4;
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    color: #47a0d9;
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    color: #0073b1;
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    color: #933f94;
}
.blog-single-section .author-box {
    padding: 35px 40px 25px;
    margin: 25px 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}
.blog-single-section .author-box .author-avatar {
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}
.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}
.blog-single-section .author-box .author-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #949494;
    margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
}
.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}
.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}
.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #333;
}
.blog-single-section .author-box .social-link a:hover {
    color: #ED1C24;
}
.blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
.blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}
.blog-single-section .more-posts > div > a {
    display: inline-block;
}
.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
    font-size: 18px;
    font-size: 1.125rem;
    color: #939ba2;
    padding: 30px;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
        padding: 20px;
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
    position: relative;
    top: 2px;
}
@media (max-width: 450px) {
    .blog-single-section .more-posts .previous-post i, .blog-single-section .more-posts .next-post i {
        display: none;
    }
}
.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
}
.blog-single-section .more-posts .previous-post > a > span, .blog-single-section .more-posts .next-post > a > span {
    display: block;
}
.blog-single-section .more-posts .post-control-link {
    color: #939ba2;
    font-weight: 500;
}
.blog-single-section .more-posts .next-post i {
    left: 2px;
}
.blog-single-section .more-posts a:hover .post-control-link {
    color: #0062cc;
}
.blog-single-section .comments-area {
    margin-top: 70px;
}
.blog-single-section .comments-area .comments {
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    border-bottom: 0;
}
.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #f1f1f1;
    padding: 35px;
}
@media (max-width: 991px) {
    .blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
}
.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .comments-area li > div {
    position: relative;
}
.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}
.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}
.blog-single-section .comments-area .comment-main-area p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}
.blog-single-section .comments-area .comment-reply-link {
    background: #0062cc;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    display: inline-block;
}
.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #0062cc;
}
.blog-single-section .comment-respond {
    margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
    background-color: #fdfdfd;
    width: 100%;
    height: 50px;
    border: 2px solid #f1f1f1;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-size: 0.9375rem;
}
.blog-single-section .comment-respond form input:focus, .blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0062cc;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}
.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}
.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #0062cc;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
}
.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #313131;
}
@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}
/*------------------------------------
        blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}
@media screen and (min-width: 1200px) {
    .blog-sidebar {
        padding-left: 10px;
    }
}
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
    }
}
.blog-sidebar .widget {
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    padding: 35px 25px;
}
.blog-sidebar .widget h3 {
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 1.3em;
    padding-bottom: 0.5em;
    position: relative;
    text-transform: capitalize;
}
.blog-sidebar > .widget + .widget {
    margin-top: 25px;
}
.blog-sidebar .search-widget form div {
    position: relative;
}
.blog-sidebar .search-widget input {
    background-color: #f8f8f8;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
    background-color: rgba(148, 219, 64, 0.1);
}
.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    color: #ED1C24;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-sidebar .category-widget ul {
    list-style: none;
}
.blog-sidebar .category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 20px;
    position: relative;
}
@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}
.blog-sidebar .category-widget ul li:before {
    content: "";
    background: #797979;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}
.blog-sidebar .category-widget ul li:hover:before {
    background: #ED1C24;
}
.blog-sidebar .category-widget ul > li + li {
    margin-top: 15px;
}
.blog-sidebar .category-widget ul a {
    display: block;
    color: #666;
}
.blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover:before {
    color: #ED1C24;
}
.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}
.blog-sidebar .recent-post-widget .post .img-holder {
    width: 70px;
    float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 50%;
}
.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 70px);
    float: left;
    padding-left: 25px;
}
.blog-sidebar .recent-post-widget .post h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 0.2em;
}
@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}
.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #333;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #ED1C24;
}
.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #8e9696;
}
.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}
.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
    background: #f3f3f3;
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    padding: 5px 14px;
    color: #8e9696;
    border-radius: 0;
}
.blog-sidebar .tag-widget ul li a:hover {
    background: #ED1C24;
    color: #fff;
}
/*======================== inicio =================*/


/*======================== final =================*/



/* =======================================
32. Coming Soon Area
======================================= */
.coming-soon {
    background-image: url(../images/cm-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
    position: relative;
}
.coming-soon:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.coming-soon .cm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.coming-soon .cm-table .cm-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.coming-soon .cm-table .cm-tablecell .cm-top h1 {
    font-size: 60px;
    color: #dddddd;
    margin-bottom: 70px;
}
.coming-soon .cm-table .cm-tablecell .countdown-timer {
    margin-bottom: 65px;
}
.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell {
    display: inline-block;
    padding: 0 45px;
    border-right: 1px solid #444444;
}
.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-val {
    font-size: 72px;
    color: #ffcd22;
    font-weight: 600;
    margin-top: -23px;
    margin-bottom: -10px;
}
.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-unit {
    font-size: 15px;
    color: #567ed2;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -6px;
}
.coming-soon .cm-table .cm-tablecell .countdown-timer #timer-wrapper .timer-body-block .table-cell:last-child {
    border-right: none;
}
.coming-soon .cm-table .cm-tablecell .cm-btm p {
    font-size: 20px;
    color: #8D8E92;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form {
    width: 400px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #8D8E92;
    border-radius: 25px;
    padding-left: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input.placeholder {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    font-weight: 600;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    font-weight: 600;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input::-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    font-weight: 600;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    font-weight: 600;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    font-weight: 600;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form input:focus {
    border-color: #ffcd22;
}
.coming-soon .cm-table .cm-tablecell .cm-btm form button {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ffcd22;
    border: none;
    background: transparent;
}
.coming-soon .cm-table .cm-tablecell .cm-btm ul li a {
    font-size: 15px;
    color: #8D8E92;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #555555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 8px;
}
.coming-soon .cm-table .cm-tablecell .cm-btm ul li a:hover {
    color: #e5e5e5;
    background: #567ed2;
    border-color: #567ed2;
}
/* =======================================
25. Error Area
======================================= */
.error-area {
    background-image: url(../images/error-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 145px;
    position: relative;
}
.error-area:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.error-area .error-box h1 {
    font-size: 256px;
    color: #ffcd22;
    font-weight: 600;
    margin-bottom: -30px;
}
.error-area .error-box h4 {
    color: #e5e5e5;
    font-weight: 600;
    margin-bottom: 20px;
}
.error-area .error-box p {
    font-size: 18px;
    color: #8D8E92;
    font-weight: 600;
    margin-bottom: 35px;
}
.error-area .error-box a {
    font-size: 15px;
    color: #ffcd22;
    background: transparent;
    display: block;
    text-align: center;
    width: 200px;
    padding: 12px;
    border: 1px solid #ffcd22;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}
.error-area .error-box a:before {
    position: absolute;
    content: "";
    background: #ffcd22;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.error-area .error-box a i {
    margin-right: 5px;
}
.error-area .error-box a:hover {
    color: #fff;
}
.error-area .error-box a:hover:before {
    width: 100%;
}
.error-area .error-hp {
    margin-top: 36%;
}
.error-area .error-hp h5 {
    color: #dddddd;
    font-weight: 600;
    margin-bottom: 15px;
}
.error-area .error-hp ul li {
    margin-bottom: 10px;
}
.error-area .error-hp ul li a {
    font-size: 15px;
    color: #8D8E92;
    font-weight: 600;
}
.error-area .error-hp ul li a i {
    color: #ffcd22;
    margin-right: 8px;
}
.error-area .error-hp ul li a:hover {
    color: #567ed2;
}
.error-area .error-hp ul li a:hover i {
    color: #567ed2;
}
.error-area .error-hp ul:first-child {
    margin-right: 40px;
}
/* =======================================
31. Registration / Login Area
======================================= */
.registration {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.registration .registration-box {
    width: 100%;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border-top: 4px solid #ffcd22;
    padding: 40px 45px;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.registration .registration-box:hover {
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.registration .registration-box .reg-top {
    margin-bottom: 30px;
}

.registration .registration-box .reg-top h3 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
}

.registration .registration-box .reg-top p {
    font-size: 15px;
    color: #7f8c8d;
}

.registration .registration-box form.reg-form .form-group {
    margin-bottom: 22px;
}

.registration .registration-box form.reg-form label {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.registration .registration-box form.reg-form .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    font-size: 15px;
    color: #2c3e50;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.registration .registration-box form.reg-form .form-control:focus {
    border-color: #ffcd22;
    background: #fff;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 205, 34, 0.15);
    box-shadow: 0 0 0 4px rgba(255, 205, 34, 0.15);
    outline: none;
}

.registration .registration-box form.reg-form .form-control::placeholder {
    font-size: 14px;
    color: #adb5bd;
}

.registration .registration-box form.reg-form div.chqbox {
    margin-top: 5px;
    margin-bottom: 10px;
}

.registration .registration-box form.reg-form div.chqbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #ffcd22;
}

.registration .registration-box form.reg-form div.chqbox label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.registration .registration-box form.reg-form div.chqbox label a {
    color: #ffcd22;
    font-weight: 600;
}

.registration .registration-box form.reg-form div.chqbox2 {
    margin-top: 0;
}

.registration .registration-box form.reg-form button.btn-primary {
    font-size: 16px;
    color: #fff;
    background: #ffcd22;
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 700;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.registration .registration-box form.reg-form button.btn-primary:hover {
    background: #e6b800;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 20px rgba(255, 205, 34, 0.4);
    box-shadow: 0 6px 20px rgba(255, 205, 34, 0.4);
}

.registration .registration-box form.reg-form button.btn-primary:active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.registration .registration-box form.reg-form button.btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.registration .registration-box .text-center a {
    font-size: 14px;
    color: #567ed2;
    font-weight: 500;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.registration .registration-box .text-center a:hover {
    color: #ffcd22;
    text-decoration: none;
}

.registration .registration-box .alert {
    border-radius: 8px;
    font-size: 14px;
}

.registration .registration-box .btn-grad {
    background: linear-gradient(135deg, #5bc9e2, #2ab9a5);
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.registration .registration-box .btn-grad:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 20px rgba(91, 201, 226, 0.4);
    box-shadow: 0 6px 20px rgba(91, 201, 226, 0.4);
}

@media (max-width: 576px) {
    .registration {
        padding: 40px 15px;
    }

    .registration .registration-box {
        padding: 30px 25px;
    }

    .registration .registration-box .reg-top h3 {
        font-size: 20px;
    }
}

/* =======================================
30. Log In Area
======================================= */
.login-area {
    padding: 80px 0 60px 0;
}

.login-area .login-box {
    width: 500px;
    margin: auto;
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-top: 3px solid #ffcd22;
    padding: 45px 50px;
}

.login-area .login-box .login-top {
    margin-bottom: 30px;
}

.login-area .login-box .login-top h3 {
    color: #444444;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.login-area .login-box .login-top p {
    font-size: 15px;
    color: #666666;
}

.login-area .login-box form.login-form div.email,
.login-area .login-box form.login-form div.password {
    margin-bottom: 20px;
}

.login-area .login-box form.login-form div.email label,
.login-area .login-box form.login-form div.password label {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    display: block;
}

.login-area .login-box form.login-form div.email input,
.login-area .login-box form.login-form div.password input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.login-area .login-box form.login-form div.email input.placeholder,
.login-area .login-box form.login-form div.password input.placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}

.login-area .login-box form.login-form div.email input:-moz-placeholder,
.login-area .login-box form.login-form div.password input:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}

.login-area .login-box form.login-form div.email input::-moz-placeholder,
.login-area .login-box form.login-form div.password input::-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}

.login-area .login-box form.login-form div.email input:-ms-input-placeholder,
.login-area .login-box form.login-form div.password input:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}

.login-area .login-box form.login-form div.email input::-webkit-input-placeholder,
.login-area .login-box form.login-form div.password input::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}

.login-area .login-box form.login-form div.email input:focus,
.login-area .login-box form.login-form div.password input:focus {
    border-color: #567ed2;
}

.login-area .login-box form.login-form div.chqbox input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: sub;
    cursor: pointer;
}

.login-area .login-box form.login-form div.chqbox label {
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}

.login-area .login-box form.login-form div.forget-btn a {
    font-size: 15px;
    color: #567ed2;
}

.login-area .login-box form.login-form div.forget-btn a:hover {
    color: #ffcd22;
}

.login-area .login-box form.login-form button {
    font-size: 15px;
    color: #fff;
    background: #ffcd22;
    display: block;
    width: 100%;
    height: 48px;
    font-weight: 600;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.login-area .login-box form.login-form button:before {
    position: absolute;
    content: "";
    background: #567ed2;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.login-area .login-box form.login-form button:hover:before {
    width: 100%;
}

.login-area .login-box .login-btm p {
    font-size: 15px;
    color: #969696;
    margin-bottom: 38px;
}

.login-area .login-box .login-btm ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.login-area .login-box .login-btm ul li:nth-child(1) a {
    background: #db4437;
}

.login-area .login-box .login-btm ul li:nth-child(2) a {
    background: #3b5998;
}

.login-area .login-box .login-btm ul li:nth-child(3) a {
    background: #1da1f2;
}
/* =======================================
24. Faq Area
======================================= */
.faq-area {
    padding: 93px 0 80px;
}
.faq-area .faq-box .card {
    border: none;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.faq-area .faq-box .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}
.faq-area .faq-box .card .card-header a {
    padding-bottom: 16px;
}
.faq-area .faq-box .card .card-header a span {
    font-size: 18px;
    color: #444444;
    font-weight: 600;
}
.faq-area .faq-box .card .card-header a i {
    font-size: 15px;
    color: #ffcd22;
    margin-top: 10px;
}
.faq-area .faq-box .card .card-header a[aria-expanded="true"] .la-plus:before {
    content: "\f28e";
}
.faq-area .faq-box .card .card-body {
    padding: 0;
    padding-left: 23px;
}
.faq-area .faq-box .card .card-body p {
    font-size: 16px;
    color: #969696;
    line-height: 28px;
    margin-bottom: 20px;
}
/* =======================================
33. Contact Area
======================================= */
.contact-area {
    padding: 80px 0;
}
.contact-area .get-in-touch .sec-title {
    margin-bottom: 30px;
}
.contact-area .get-in-touch .sec-title h3 {
    color: #444444;
    font-weight: 600;
    margin-bottom: 6px;
}
.contact-area .get-in-touch .sec-title p {
    font-size: 15px;
    color: #666666;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div {
    margin-bottom: 30px;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div label {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    display: block;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input.placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p input:focus {
    border-color: #ffcd22;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea.placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #969696;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div p textarea:focus {
    border-color: #ffcd22;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div button {
    font-size: 15px;
    color: #fff;
    background: #ffcd22;
    display: block;
    width: 100%;
    height: 48px;
    font-weight: 600;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div button:before {
    position: absolute;
    content: "";
    background: #567ed2;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.contact-area .get-in-touch .contact-form form#ajax-contact div div button:hover:before {
    width: 100%;
}
.contact-area .get-in-touch .contact-form form#ajax-contact #form-messages {
    font-size: 15px;
    color: #567ed2;
    font-weight: 600;
}
.contact-area #map {
    width: 100%;
    height: 530px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.contact-area .contact-box {
    margin-top: 20px;
}
.contact-area .contact-box .contact-item {
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
    padding: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.contact-area .contact-box .contact-item img {
    max-width: 45px;
    margin-right: 20px;
}
.contact-area .contact-box .contact-item h6 {
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.contact-area .contact-box .contact-item p {
    color: #969696;
}
.contact-area .con-social {
    margin-top: 40px;
}
.contact-area .con-social p {
    font-size: 15px;
    color: #969696;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-area .con-social ul li a {
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-top: 6px;
}
.contact-area .con-social ul li a:hover {
    background: #ffcd22;
    color: #fff !important;
    border-color: #ffcd22;
}
.contact-area .con-social ul li:nth-child(1) a {
    color: #3b5998;
}
.contact-area .con-social ul li:nth-child(2) a {
    color: #1da1f2;
}
.contact-area .con-social ul li:nth-child(3) a {
    color: #d34836;
}
.contact-area .con-social ul li:nth-child(4) a {
    color: #0077b5;
}
.contact-area .con-social ul li:nth-child(5) a {
    color: #1ab7ea;
}
/*About Image*/
.about-image {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
}
.about-image img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .about-image {
        margin-right: 0;
    }
}
/*----------------------------------------*/
/*  05. Timeline CSS
/*----------------------------------------*/
/*Timeline*/
.timeline-wrap {
    position: relative;
    z-index: 1;
}
.timeline-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 10px;
    background-color: #f1f1f1;
    border-radius: 50px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .timeline-wrap::before {
        left: 25%;
        -webkit-transform: translateX(-125%);
        -ms-transform: translateX(-125%);
        transform: translateX(-125%);
    }
}
@media only screen and (max-width: 767px) {
    .timeline-wrap::before {
        left: 7px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/*Timeline*/
.timeline {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.timeline:last-child {
    margin-bottom: 0;
}
.timeline:first-child::before {
    background-color: #f1f1f1;
    border: 8px solid #ffcd22;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #ffcd22;
    border: 8px solid #f1f1f1;
    border-radius: 50px;
    z-index: 2;
}
.timeline:nth-child(2n) .timeline-date {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
    padding-right: 15px;
    text-align: left;
}
.timeline:nth-child(2n) .timeline-content {
    padding-left: 15px;
    padding-right: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.timeline .timeline-date {
    padding-left: 15px;
    padding-right: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
}
.timeline .timeline-content {
    padding-left: 50px;
    padding-right: 15px;
}
.timeline .timeline-content .image {
    margin-bottom: 20px;
}
.timeline .timeline-content .image img {
    width: 100%;
}
.timeline .timeline-content .images {
    margin-left: -5px;
    margin-right: -5px;
}
.timeline .timeline-content .images > [class*="col-"] {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.timeline .timeline-content .title {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .timeline::before {
        left: 25%;
    }
    .timeline:nth-child(2n) .timeline-date {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 15px;
        padding-right: 50px;
        text-align: right;
    }
    .timeline:nth-child(2n) .timeline-content {
        padding-left: 50px;
        padding-right: 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 767px) {
    .timeline::before {
        left: 14px;
        top: 10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .timeline .timeline-date {
        padding-left: 60px !important;
        padding-right: 15px !important;
        text-align: left !important;
        margin-bottom: 5px;
    }
    .timeline .timeline-content {
        padding-left: 60px !important;
    }
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-padding--sm {
    padding-top: 90px;
    padding-bottom: 90px;
}
.bg-black {
    background-color: #000000 !important;
}
.cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-content .title {
    max-width: calc(100% - 230px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    padding:0;
}
.btn.btn-light-outline {
    background-color: transparent;
    border-color: #f8f9fa;
    color: #f8f9fa;
}
.funfact .inner .icon i {
    display: block;
    font-size: 50px;
    line-height: 1;
    color:#fff;
}
.funfact .inner .icon {
    margin-right: 20px;
}
.funfact .inner .content {
    min-width: 110px;
}
.funfact .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature .inner .icon i {
    font-size: 40px;
    padding:0 0 10px 0;
}
.feature .inner .title {
    padding: 0 0 10px;
}
/*--------------------------------------------------------------
contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
}
@media (max-width: 991px) {
    .contact-pg-section {
        padding-bottom: 15px;
    }
}
.contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
    background: #fdfdfd;
    width: 100%;
    height: 53px;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (max-width: 991px) {
    .contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
        height: 45px;
    }
}
.contact-pg-section form input:focus, .contact-pg-section form select:focus, .contact-pg-section form textarea:focus {
    border-color: #ED1C24;
}
.contact-pg-section form textarea {
    height: 180px;
}
.contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.contact-pg-section form ::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form :-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form ::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form :-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
}
.contact-pg-section form > div {
    width: calc(100% - 30px);
    float: left;
    margin: 0 15px 30px;
}
@media (max-width: 600px) {
    .contact-pg-section form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
.contact-pg-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-pg-section .contact-info {
    padding: 40px 25px;
    -webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info {
        margin-top: 50px;
    }
}
.contact-pg-section .contact-info > div {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-pg-section .contact-info > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.contact-pg-section .contact-info .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #0062cc;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    top: -1px;
}
.contact-pg-section .contact-info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0.3em;
    padding-top: 0.2em;
}
.contact-pg-section .contact-info p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.contact-map-section .contact-map {
    height: 450px;
}
.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}
/*pricing*/
.pricing.pricing-center {
    text-align: center;
}
.pricing .pricing-box {
    border: 1px solid #f0f1f3;
    padding: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing .pricing-box h5 {
    font-weight: 600;
}
.pricing .pricing-box .price {
    font-size: 50px;
    font-weight: 600;
    display: block;
    line-height: 50px;
}
.pricing .pricing-box .price sup {
    font-size: 30px;
    font-weight: 600;
}
.pricing .pricing-box p {
    margin: 20px 0;
}
.pricing .pricing-box:hover {
    border-color: transparent;
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
/*pricing-dark*/
.pricing.pricing-dark .pricing-box {
    border: none;
    background: rgba(0, 0, 0, 0.1);
}
.pricing.pricing-dark .pricing-box:hover {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.15);
}
/*pricing ribbon*/
.pricing .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}
.pricing .ribbon span {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: -moz-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffcd22), color-stop(100%, #ffcd22));
    background: -webkit-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -o-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -ms-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px;
}
.pricing .ribbon span::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #343a40;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}
.pricing .ribbon span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #343a40;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}
@media (max-width: 991.98px) {
    .pricing .pricing-box {
        padding: 20px;
    }
    .package .nav-item {
        border-bottom: 0;
        padding: 0px;
    }
}
.pricing-center, .service-block, .process-advance, .service {
    padding-top: 5rem;
    padding-bottom: 3.8rem;
}
.bg-light {
    background-color: #f7f8f9 !important;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-icon-primary-bg .list-group-item {
    display: flex;
}
.list-group-borderless .list-group-item {
    border: none;
    color: #8f9397;
    padding: 0.425rem 0;
}
.list-group .list-group-item {
    background: transparent;
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group .list-group-item i {
    margin-right: 5px;
}
.list-group-icon-primary-bg i {
    background: #ceeddf;
    color: #ffcd22;
    font-weight: 600;
    height: 22px;
    width: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px !important;
    margin-top: 1px;
    font-size: 11px;
    flex-shrink: 0;
    justify-content: center;
}
.service-block p {
    padding:0 0 15px 0;
}
.process-advance .process-border {
    position: relative;
    width: 100%;
    z-index: 1;
}
.process-advance .process-number {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.process-advance .border-right:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    right: -30px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}
.process-advance .border-left:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    left: -30px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}
.service-block .title h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    LINE-HEIGHT: 40px;
}
.btn-outline-light {
    background: transparent;
    border-color: #d0d4d9;
    color: #b4b9bd;
}
/*===============================
                           PORTFOLIO 
=================================*/
.items-padding {
    margin: 10px;
}
.items-padding .portfolio-card {
    padding: 10px;
}
.items-padding-inside .portfolio-card {
    padding: 10px;
}
.items-2 .portfolio-card {
    width: 50%;
    float: left;
}
.items-3 .portfolio-card {
    width: 33.3333%;
    float: left;
}
.items-4 .portfolio-card {
    width: 25%;
    float: left;
}
.items-5 .portfolio-card {
    width: 20%;
    float: left;
}
.items-6 .portfolio-card {
    width: 16.6666%;
    float: left;
}
.items-2 .info-title, .items-3 .info-title {
    font-size: 1.3125rem;
}
.items-4 .info-title, .items-5 .info-title, .items-6 .info-title {
    font-size: 1.09375rem;
}
.portfolio-card {
    overflow: hidden;
    position: relative;
}
.portfolio-card .portfolio-card-body {
    overflow: hidden;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #343a40;
    display: block;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a {
    color: #343a40;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover {
    color: #ffcd22;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .full-screen {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    color: #343a40;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 44px;
    text-align: center;
}
.portfolio-card:hover .portfolio-card-body .portfolio-card-footer .full-screen {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.portfolio-card .portfolio-card-header {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.portfolio-card .portfolio-card-header img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-card:hover .portfolio-card-header img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.portfolio-card .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #343a40;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-card:hover .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    visibility: visible;
    background: #343a40;
}
/*Portfolio style 2*/
.portfolio-style-2 .portfolio-card .portfolio-card-footer {
    position: absolute;
    text-align: left;
    right: 30px;
    left: 30px;
    top: 0;
    bottom: 0px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-style-2 .portfolio-card a, .portfolio-style-2 .portfolio-card p {
    color: #ffffff;
}
.portfolio-style-2 .portfolio-card a:hover {
    color: #ffffff;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover {
    color: #ffffff;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    right: -10px;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a {
    color: #ffffff;
    margin-bottom: 10px;
}
/*Portfolio style 2 normal*/
.portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
    position: absolute;
    bottom: 60px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title {
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer p {
    position: absolute;
    bottom: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
/*Portfolio style 2 hover*/
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .full-screen {
    position: absolute;
    bottom: 90px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .info-title {
    position: absolute;
    bottom: 56px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer p {
    position: absolute;
    bottom: 8px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.portfolio-style-2 .portfolio-card .portfolio-card-header {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 0;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.portfolio-style-2 .portfolio-card .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    visibility: visible;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*portfolio filter*/
.portfolio .nav .nav-tabs {
    border: none;
}
.portfolio .nav .nav-tabs .nav-filter {
    font-weight: 500;
    display: inline-block;
    line-height: 15px;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #343a40;
}
.portfolio .nav .nav-tabs .nav-filter:last-child {
    margin-right: 0;
}
.portfolio .nav .nav-tabs .nav-filter.active {
    color: #ffcd22;
}
/*nav-tabs-style-1*/
.portfolio .nav .nav-tabs-style-1 .nav-filter {
    padding: 8px 10px;
    font-size: 0.8125rem;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active {
    color: #ffcd22;
    border-color: #ffcd22;
}
/*nav-tabs-style-2*/
.portfolio .nav .nav-tabs-style-2 .nav-filter {
    margin-right: 10px;
    padding: 12px 20px;
    font-size: 0.8125rem;
    border-radius: 3px;
    background: #f0f1f3;
}
.portfolio .nav .nav-tabs-style-2 .nav-filter.active {
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffcd22), color-stop(100%, #ffcd22));
    background: -webkit-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -o-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -ms-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
}
/*nav-tabs-style-3*/
.portfolio .nav .nav-tabs-style-3 {
    border: solid 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: auto;
    border-radius: 40px;
}
.portfolio .nav .nav-tabs-style-3 .nav-filter {
    margin-right: 10px;
    padding: 12px 20px;
    font-size: 0.8125rem;
    border-radius: 3px;
    background: transparent;
    margin-bottom: 0;
}
.portfolio .nav .nav-tabs-style-3 .nav-filter.active {
    border-radius: 40px;
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
}
/*nav-tabs-style-4*/
.portfolio .nav .nav-tabs-style-4 {
    background: #343a40;
    padding: 5px;
    display: inline-block;
    width: auto;
    border-radius: 40px;
}
.portfolio .nav .nav-tabs-style-4 .nav-filter {
    color: #ffffff;
    margin-right: 10px;
    padding: 12px 20px;
    font-size: 0.8125rem;
    border-radius: 3px;
    background: transparent;
    margin-bottom: 0;
}
.portfolio .nav .nav-tabs-style-4 .nav-filter.active {
    border-radius: 40px;
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
}
/*===============================
                         INDEX PORTFOLIO
=================================*/
.personal-portfolio .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
}
.personal-portfolio .portfolio {
    margin-left: -10px;
    margin-right: -10px;
}
.personal-portfolio .personal-portfolio-main {
    padding: 0 6rem;
}
.personal-portfolio .personal-portfolio-profile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.personal-portfolio .portfolio .nav .nav-tabs .nav-filter:first-child {
    padding-left: 0;
}
@media (max-width: 1199.98px) {
    .items-6 .portfolio-card, .items-5 .portfolio-card {
        width: 25%;
    }
    /*home personal portfolio*/
    .personal-portfolio .personal-portfolio-main {
        padding: 0 2rem;
    }
    .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card {
        width: 50%;
    }
}
@media (max-width: 991.98px) {
    .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        padding: 20px;
    }
    .portfolio-card .portfolio-card-footer .info-title a {
        font-size: 1.09375rem;
    }
    .portfolio-card:hover .portfolio-card-footer p {
        margin-bottom: 0;
    }
    .portfolio-card:hover .portfolio-card-footer .info-title {
        bottom: 30px;
    }
    .personal-portfolio .personal-portfolio-main {
        padding: 0rem;
    }
}
@media (max-width: 767.98px) {
    .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card {
        width: 50%;
    }
    .items-6 .portfolio-card {
        width: 33.333333%;
    }
    .personal-portfolio .personal-portfolio-profile {
        position: relative;
    }
    .personal-portfolio .portfolio-info {
        position: relative;
        padding-top: 300px !important;
    }
    .portfolio .nav .nav-tabs-style-3 {
        border: none;
    }
    .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card, .items-6 .portfolio-card {
        width: 100%;
    }
    .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card, .personal-portfolio .items-6 .portfolio-card {
        width: 100%;
    }
    .portfolio-card .portfolio-card-footer .info-title a {
        font-size: 1.09375rem;
    }
    .portfolio-card:hover .portfolio-card-footer .info-title {
        bottom: 50px;
    }
    .portfolio-card:hover .portfolio-card-footer p {
        margin-bottom: 20px;
    }
    .personal-portfolio .items-padding-inside .portfolio-card {
        padding-left: 0;
        padding-right: 0;
    }
    .personal-portfolio .portfolio {
        margin: 0px;
    }
}
.policies h5.mb-3 {
    padding:20px 0;
    color: #ffcd22;
    margin:0 !important;
}
.geodir-category-listing {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.Dayma-category-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0 0;
}
.Dayma-category-img img, .gallery-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}
.listing-avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
}
.listing-avatar img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.avatar-tooltip {
    position: absolute;
    top: 2px;
    margin-top: 20px;
    opacity: 0;
    left: 100%;
    margin-left: 20px;
    min-width: 150px;
    visibility: hidden;
    padding: 9px 0;
    border-radius: 4px;
    background: #ffcd22;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.sale-window {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    background: #5ECFB1;
    padding: 8px 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}
.sale-window:before {
    border-top: 14px solid #5ECFB1;
    border-left: 16px solid transparent;
    margin-left: -16px;
    margin-top: -8px;
}
.sale-window:before, .sale-window:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
}
.sale-window:after {
    border-bottom: 14px solid #5ECFB1;
    border-left: 16px solid transparent;
    margin-left: -16px;
    margin-top: 6px;
}
.sale-window:before, .sale-window:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
}
.list-single-hero-title, .map-card-rainting, .Dayma-category-opt, .listing-item-cat, .ajax-modal-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6, 27, 65, 0)), color-stop(100%, rgba(6, 27, 65, 0.95)));
    background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);

}
/*  cambios */
.Dayma-category-opt {
    position: relative;
    
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top :-15px;
    padding: 30px 40px;
    cursor: pointer;
}
.Dayma-category-opt .listing-rating {
    float: left;
    position: relative;
    top: 10px;
}
.Dayma-category-opt .rate-class-name {
    float: right;
    position: relative;
    top: -6px;
}
.Dayma-category-opt .rate-class-name .score {
    float: left;
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
}
.Dayma-category-opt .rate-class-name span {
    background: #ffcd22;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}
.Dayma-category-opt .rate-class-name .score strong {
    display: block;
    text-align: right;
    margin: 1px 0 0 0;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.listing-rating i {
    color:#F9B90F;
}
.Dayma-category-content {
    padding: 20px;
    z-index: 2;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.Dayma-category-content-title {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.Dayma-category-content p {
    text-align: left;
    font-size: 12px;
    color: #999;
}
.facilities-list {
    margin: 12px 0 12px;
    list-style: none;
}
.Dayma-category-footer {
    margin: 4px 0 0 0;
    padding: 18px 130px 0 0;
    border-top: 1px dotted #ccc;
}
.Dayma-category-content-title-item {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.Dayma-category-content h3, .cart-details_text .Dayma-category-content-title-item h3 {
    float: left;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.Dayma-category-location a {
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.facilities-list li {
    float: left;
    margin-right: 14px;
    cursor: pointer;
    position: relative;
}
.facilities-list li i {
    color: #ADC7DD;
    font-size: 16px;
}
.facilities-list li span {
    position: absolute;
    opacity: 0;
    left: -20px;
    top: -34px;
    height: 26px;
    line-height: 26px;
    min-width: 90px;
    color: #fff;
    font-size: 11px;
    visibility: hidden;
    border-radius: 4px;
    background: #ffcd22;
    text-align: center;
}

.Dayma-opt-list {
    position: absolute;
    right: 0;
    width: 130px;
    top: 16px;
    z-index: 1;

}
.Dayma-opt-list a {
    float: right;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    background: #ECF6F8;
    line-height: 40px;
    position: relative;
    color: #999;
    border-radius: 4px;
    font-size: 15px;
}
.facilities-list li:hover span {
    visibility:visible;
    opacity:1;
}
.Dayma-opt-tooltip {
    position: absolute;
    opacity: 0;
    right: 0;
    top: -40px;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    margin-left: -75px;
    color: #fff;
    font-size: 11px;
    visibility: hidden;
    border-radius: 4px;
}
.Dayma-opt-list a:hover i, .show-search-button:hover i {
    transition: all .2s ease-in-out;
    animation: bounce 1s;
    color:#fff;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.Dayma-opt-link {
    padding-right:6px;
}
.Dayma-opt-link a {
    float:left;
    height:36px;
    line-height:36px;
    color: #fff;
    background: #ECF6F8;
    width:100%;
    font-weight:500;
    border-radius:4px;
    text-align:left;
    padding-left:20px;
}
.Dayma-opt-link a:hover {
    background: #ffcd22;
}
.Dayma-opt-link a i {
    position:absolute;
    right:0;
    width:40px;
    height:36px;
    line-height:36px;
    top:0;
    font-size:8px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    text-align: center;
}
.Dayma-opt-link a:hover {
    color:#fff;
}
.Dayma-opt-tooltip {
    position: absolute;
    opacity: 0;
    right: -30px;
    top: -40px;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    margin-left: 0;
    color: #fff;
    font-size: 11px;
    visibility: hidden;
    border-radius: 4px;
    background: #ffcd22;
    text-align: center;
}
.Dayma-opt-tooltip strong {
    color:#fff;
    padding-left:6px;
}
.Dayma-opt-list a:hover .Dayma-opt-tooltip {
    opacity:1;
    visibility:visible;
}
.Dayma-opt-list {
    position: absolute;
    right: 0;
    width: 130px;
    top: 16px;
}
.Dayma-opt-list a:hover .Dayma-opt-tooltip {
    opacity: 1;
    visibility: visible;
}
.Dayma-opt-list a {
    float: right;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    background: #ECF6F8;
    line-height: 40px;
    position: relative;
    color: #999;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
}
.Dayma-opt-list a:hover .Dayma-opt-tooltip {
    opacity: 1;
    visibility: visible;
}
.Dayma-opt-list a:hover {
    background: #ffcd22;
}
.map-item i {
    color:#ffcd22;
}
.Dayma-category-img img, .gallery-item img {
    width:100%;
    height:auto;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}
.Dayma-category-img:hover img, .gallery-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform:scale(1.15);
    transform: scale(1.15);
}
.Dayma-category-content-title span {
    text-align: right;
    display: block;
    color: #5bc9e2;
    font-weight: bold;
    font-size: 20px;
    margin: -20px 0 0 0;
}
.Dayma-category-listing:hover {
    box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
}
.Dayma-category-listing {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 0 30px 0;
    border: 1px solid #eee;
    border-radius: 10px 10px 0 0;
}
.Dayma-category-list-img {
    border-radius: 10px 10px;
}

/*Calender css*/


#calendar {
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 5px;
    text-align: center;
}
#calendar h1 {
    background: #ee3333;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    font-size: 140%;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    cursor: default;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#calendar table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-spacing: 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
}
#calendar td {
    background: #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:30px 6px;
    cursor: pointer;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
#calendar td:hover:not(.current) {
    background: #ffcd22;
}
#calendar .lastmonth, #calendar .nextmonth, #calendar .nextmonth ~ * {
    background: #fff;
    color: #999;
}
#calendar .current {
    background: #ee3333;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#calendar .hastask {
    font-weight: 700;
}
#calendar tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 5px;
}
#calendar tr:last-of-type td:last-of-type {
    border-radius: 0 0 5px 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ffcd22;
    background-color: #ffcd22;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.filter-block h6.mb-3 {
    font-size: 16px;
    text-transform: uppercase;
    margin:0 !important;
    padding: 15px 0;
}
.Filter-left {
    background: #f8f9fa;
    padding: 15px 12px;
}
.Filter-left .form-label {
    padding: 12px 0 12px 0;
    font-weight: bold;
}
.Filter-left .custom-control {
    padding-top: 4px;
    padding-bottom: 4px;
}
.FilterBtn {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 6px 0;
    text-transform: uppercase;
}
.input-number {
    width: 50px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    border: 1px solid #d1d1d1 !important;
}
.input-number, .input-number-decrement, .input-number-increment {
    border: 1px solid #ccc;
    height: 30px;
    user-select: none;
}
.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 28px;
    background: #fff;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.input-number-decrement:active, .input-number-increment:active {
    background: #ddd;
}
.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.range-slider {
    background-color:#fff;
    border-radius: 5px;
    padding: 27px 0 0 20px;
    margin: 0 0 0 0;
}
.range-slider input[type="range"] {
    color: #fff;
    background: #ffcd22;
    width: calc(100% - (85px));
    height: 7px;
    border-radius: 5px;
    outline: none;
    float: left;
    -webkit-appearance: none;
    position: relative;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
    background-color:#fff;
    width: 32px;
    height: 32px;
    border: 4px solid #ffcd22;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}
.range-slider input[type="range"]::-webkit-slider-thumb:hover, .range-slider input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 2px var(--white), 0 0 10px #666;
}
.range-slider input[type="range"]::-moz-range-thumb {
    background: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 4px solid #ffcd22;
    border-radius: 50%;
    transition: all 0.15s ease-in-out 0s;
}
.range-slider input[type="range"]::-moz-range-thumb:hover, .range-slider input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 2px var(--white), 0 0 10px #666;
}
.range-slider .range-value {
    color: #fff;
    background: #ffcd22;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    width: 60px;
    height: 35px;
    padding: 0 15px 0 10px;
    margin-left: 5px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    top: -14px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/*LETRA AJUSTABLE AL INPUT DEL FECHA */
.tab_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
}

/*LETRA AJUSTABLE AL INPUT DEL FECHA */
.subraradoazul {
    background-color: hwb(180 70% 10%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

