<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* Post large Slider */
.post-slider-item{
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 0;
}

.slide-details-box {
    width: 650px;
    padding: 16% 1px;
    margin-right: 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-details-box .article-full-date {
    position: relative;
    color: #0a0a0a;
    font-size: 14px;
    text-transform: uppercase;
}
.slide-details-box span.post-cat {
    margin-right: 10px;
}
.slide-details-box h2 {
    font-size: 54px;
    line-height: 62px;
    margin: 0;
    padding: 20px 0;
}
.slide-details-box h2 a {
    text-decoration: none;
    color: #fff;
    outline: 0;
}
.slide-details-box h2 a:hover{
    color: #000;
}
.post-slider-item .slide-details-box p {
    margin-bottom: 25px;
}

.large-post-style .post-thumb img {
    width: 100%;
}
.bgwhite {
    background: #fff;
    margin-bottom: 25px;
    outline: 0;
}
.post-pad{
  padding: 25px;
}
.postbox .post-thumb {
    position: relative;
    overflow: hidden;
}
.postbox .post-thumb img {
    width: 100%;
}
.postbox .post-date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #000;
    width: 50px;
    height: 52px;
    padding: 4px;
    z-index: 999;
}
.postbox .post-date span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.postbox .post-content h2 a:hover{
    color: #000;
}
.postbox .post-content .post-desc p {
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 23px;
}
.metabar-wrap span {
    margin-right: 15px;
}
span.post-love a {
    color: #787171;
    font-size: 15px;
    text-decoration: none;
}
span.post-comment a {
    color: #787171;
    font-size: 15px;
    text-decoration: none;
}
.metabar-wrap span a&gt;i {
    margin-right: 7px;
}
span.post-love:hover i , span.post-comment:hover i {
    color: #000;
}

/* post-footer */
.postbox .post-footer {
    position: relative;
    background: #f7f6f4;
    line-height: 60px;
    padding: 0 20px;
}
.postbox .post-footer .post-share {
    position: relative;
    float: left;
    width: 50%;
}
.postbox .post-footer .continue-read {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: right;
}
.postbox .post-footer .continue-read a{
    text-decoration: none;
}
.postbox .post-footer .continue-read span {
    text-decoration: none;
    margin-right: 9px;
    font-size: 15px;
}
.postbox .post-footer .continue-read i {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
}
.postbox .post-footer .continue-read a:hover i{
    background: transparent;
    color: #000;
}
.postbox .post-footer .post-share ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.postbox .post-footer .post-share ul li {
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #787171;
    border-radius: 50px;
}
.postbox .post-footer .post-share ul li a {
    text-decoration: none;
    color: #787171;
    margin: 0;
    font-size: 15px;
}

/* Post small style */
.post-small-style .metabar-wrap {
    position: relative;
    line-height: 50px;
    width: 50%;
    float: left;
}
.post-small-style .postbox {
    position: relative;
    width: 47.9%;
    float: left;
}
.post-small-style .postbox:first-child {
    margin-right: 25px;
}
.post-small-style .post-content {
    padding: 0 25px;
}
.post-small-style .postbox .post-content h2{
  border-bottom: 1px solid #ddd;
}
.post-small-style .postbox .post-content h2 {
    font-size: 19px;
}
.post-small-style .postbox .continue-read {
    text-align: right;
    line-height: 50px;
}
.post-small-style .postbox .continue-read i {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #000;
}
.post-small-style .postbox .continue-read i {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
}
.post-small-style .postbox .continue-read a:hover i{
    background: transparent;
    color: #000;
}


.about-me-wrap {
    text-align: center;
}
.about-me-box {
    position: relative;
    padding: 25px;
}
.about-me-wrap img {
    width: 115px;
    border-radius: 100%;
    position: absolute;
    top: 32%;
    left: 31%;
}
.about-me-wrap .area-blank{
    position: relative;
    height: 85px;
    background: #f6f5f5;
}
.about-me-wrap .author-desc {
    position: relative;
    padding: 80px 20px 0 20px;
}
.about-me-wrap .author-desc span.author-name {
    font-size: 18px;
    text-transform: capitalize;
}
.about-me-footer {
    position: relative;
    background: #f6f5f5;
    display: table;
    width: 100%;
}
.about-me-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.about-me-footer ul li {
    display: inline-block;
    margin-right: 14px;
}
.about-me-footer ul li a {
    color: #787171;
    font-size: 15px;
}
.about-me-btn-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
.about-me-wrap .btn-default {
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 9px 14px;
}
.about-me-wrap .btn-default:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 111px;
    top: -1px;
    border-style: solid;
    border-width: 0px 0 41px 26px;
    border-color: transparent transparent #000 transparent;
}
/* recent post */
.widget ul.recent-post {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul.recent-post li {
    padding: 20px 0 0 0;
    float: left;
    width: 100%;
}
.recent-post .recent-post-thumb img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.recent-post .item-details h3.recent-post-title {
    font-size: 15px;
    margin: 5px 0 0 0;
}
.recent-post .item-details {
    position: relative;
    margin-left: 90px;
    top: 0px;
}
.recent-post .recent-post-thumb {
    width: auto;
    position: relative !important;
    display: block;
    float: left;
    overflow: hidden;
}
.recent-post .item-details h3.recent-post-title a {
    text-decoration: none;
    color: #0a0a0a;
}
.recent-post .item-details span.recent-post-date a {
    font-size: 11px;
    color: #787171;
}

/* category */
.widget ul.categories-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget .categories-wrap li {
    padding: 17px 0 0 0;
}
.widget .categories-wrap .cat-item span.cat-name a {
    color: #787171;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.widget .categories-wrap span.cat-count {
    position: relative;
    margin-right: 10px;
    float: right;
}
.widget .categories-wrap .cat-count a {
    color: #787171;
    font-size: 15px;
    text-decoration: none;
}



/* Subscribe */
.subscribe-content-wrap p {
    display: block;
    padding: 20px 0;
    margin: 0;
}
.subscribe-content-wrap .input-group input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    line-height: 40px;
    outline: none;
}
.subscribe-content-wrap .btn-subscribe {
    width: 100%;
    background: #000;
    outline: none;
    border-radius: 0;
    border: 1px solid #000;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 15px;
}



/* Top article section */
section.top-article-sec {
    margin: 30px 0;
}
.top-article-item{
    position: relative;
    outline: 0;
    margin: 10px;
}
.top-article-item img {
    width: 100%;
    height: auto;
}
.top-article-content-wrap {
    background: rgba(255, 255, 255,0.9);
    color: #fff;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    margin: 20px;
    margin-top: -66px;
}
  .top-article-content-wrap .top-article-content {
    position: relative;
    padding: 10px 10px;
    height: 100%;;
}
.top-article-content h2.article-title {
    position: relative;
    padding: 12px 10px;
}
.top-article-content .article-full-date {
    position: relative;
    color: #0a0a0a;
    font-size: 14px;
    text-transform: uppercase;
}
.top-article-content span.post-cat {
    margin-right: 10px;
}
.top-article-item:hover .top-article-content-wrap{
    opacity: 1;
}
.top-article-content .metabar-wrap {
    position: relative;
    padding-bottom: 30px;
}
.top-article-content .btn-deafult {
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 13px;
}


/* recent tweets */
.widget ul.recent-tweets {
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent-tweets li span {
    font-size: 23px;
    color: #000;
    float: left;
}
.widget .recent-tweets p {
    position: relative;
    margin-left: 35px;
}


.postbox .post-thumb img{
    transform: scale(1,1);
    transition: all 0.7s ease 0s;
}
.postbox .post-thumb:hover img{
    transform: scale(1.2,1.2);
}
.postbox .post-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19,0.7) , rgba(173, 110, 142, 0.7));
    transform: translateY(-100%);
    transition: all 0.30s ease 0s;
}
.postbox:hover .post-thumb:after{
    transform: translateY(0);
}


.post-meta {
    margin-top: 1rem;
}
.post-meta li {
    display: inline-block;
    position: relative;
}
.post-meta li+li {
    margin-left: .5rem;
}

.post-meta li a {
    color: #373434;
}
.post-slider-item{
    poition:  relative;
}
.post-slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
}
.top-article-content h2 {
    font-size: 19px;
    margin-top: 7px;
}
.top-article-content h2 a{
    color: #000;
}
.top-article-content .post-meta li a {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
}
ul.post-meta {
    margin: 0;
    padding: 0;
}
.slider-sec .post-meta li a {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
}
.slider-sec .postbox .post-content h2 a {
    font-size: 28px;
    margin: 0;
    line-height: 40px;
}
.slider-sec .postbox .post-content h2{
    margin-top:  10px;
}
.slider-sec .postbox ul.post-meta {
    margin: 20px 0;
    text-align: center;
    margin-bottom: 10px;
}
.slider-sec .post-content {
    width: 59%;
    text-align: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.87);
    position: relative;
    z-index: 99;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    padding-bottom: 40px;
    left: 20%;
}
.post-large-style .post-content-wrap {
    position: relative;
    height: 500px;
}



.section-siderbar-sec .post-meta li a {

    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}
ul.post-meta li a {
    color: #959595;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}
.section-siderbar-sec ul.post-meta {
    margin-top: 20px;
}
.section-siderbar-sec .postbox .post-content h2{
    margin-top: 8px;
    font-size: 23px;
}
.section-siderbar-sec .post-content-wrap.post-pad {
    padding: 0;
}




section.slider-sec.bottom-slider-sec.section {
    background: #ffeff0;
}
.bottom-slider-sec .post-content {
bottom: 0;
    top: auto;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px 30px;
    text-align: left;
    padding-bottom: 35px !important;
}
.bottom-slider-sec .post-large-style .post-content-wrap {
    position: relative;
    height: 500px;
    background-size: cover;
}
.bottom-slider-sec .post-large-nav-wrap .item-details h3.recent-post-title {
font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 0;
}


.split-post-sec .post-meta li a {
    color: #787171;
}
.split-post-sec .single-post-wrap {
    margin-bottom: 30px;
}



.product-sec .post-content-wrap {
    height: 600px;
    background-size: cover;
    position: relative;
}
.product-sec .post-content-wrap .post-content {
    bottom: 10px;
    top: auto;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 11px;
    text-align: center;
    padding: 30px;
    right: 10px;
    width: 96%;
}
.product-sec .post-content-wrap .post-content .post-meta li a {
    color: #787171;
}





.slider-sec .post-large-nav-wrap a.recent-post-thumb {
    float: none;
    width: 100%;
}
.slider-sec .post-large-nav-wrap .item-details {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding: 0;
}
.slider-sec .post-large-nav-wrap .item-details h3.recent-post-title a {
    font-size: 17px;
}
.bottom-slider-sec .post-content h2 a {
    color: #fff;
}
.bottom-slider-sec .post-large-style .post-content-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.26);
}
.bottom-slider-sec .post-large-style .post-content-wrap{
    position:  relative;
}

.section-siderbar-sec .col-md-4 .widget:first-child {
    margin-top: 60px;
}



.custom-logo{
    text-align:  center;
}
.post-large-style .postbox .post-content-wrap {
    background-size: cover;
}
.section-siderbar-style-wrap.col-md-12 {
    padding: 0;
}
.section-siderbar-style-wrap.col-md-12 .col-md-6:first-child {
    padding-left: 0;
}
.section-siderbar-style-wrap.col-md-12 {
    padding: 0;
    margin-bottom: 30px;
}




.banner-wrap-element .post-content-wrap h2 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.banner-wrap-element .post-content {
    text-align: center;
}
.banner-wrap-element .post-meta li a {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
}
.banner-wrap-element {
    padding: 13px;
    outline:  0;
}
.banner-wrap-element .post-content {
    text-align: left;
    background: #fff;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 0;
    padding-top: 20px;
}
.callout-wrap {
    padding: 20px;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.callout-inner {
    border: 1px solid rgba(255, 255, 255, 0.44);
    padding: 75px 30px;
    position: relative;
}
.callout-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.11);
}
.callout-inner span {
    display: none;
}
.callout-sec {
    padding: 50px 0;
}
.small-slider-sec {
    padding: 50px 0;
}
.callout-inner h3 {
    font-size: 21px;
    line-height: 32px;
    background: #fff;
    padding: 7px 10px;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

.callout-inner span {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    -webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    -moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.callout-inner span a {
    color: #fff;
}
ul#instagram {
    margin: 0;
    padding: 0;
}
ul#instagram li div {
    background-size: cover !important;
}

.inner-banner-wrap {
    padding: 100px 0;
    padding-top: 215px;
    text-align: center;
    top: 0;
    width: 100%; }
  .inner-banner-wrap .inner-banner-content {
    position: relative;
    z-index: 9;
    padding-left: 15px; }
    .inner-banner-wrap .inner-banner-content h2 {
      color: #fff;
      font-size: 37px;
      margin: 0;
      font-weight: 600;
      margin-bottom: 13px;
      text-transform: capitalize;}
    .inner-banner-wrap .inner-banner-content .breadcrumb {
      padding: 0;
      margin: 15px 0 0 0;
      background: transparent; }
      .inner-banner-wrap .inner-banner-content .breadcrumb li a {
        color: #fff; }


.split-slider .slider-img{
    margin-bottom:  30px;
}

.slider-img-wrap {
    background-size: cover;

}



.section-siderbar-sec .single-post-wrap {
    margin-bottom:45px;
}
.section-siderbar-sec .single-post-wrap .btn-default {
    margin-top: 20px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list {
    margin-bottom: 25px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list h3 {
    font-size: 20px;
    
    margin-top: 10px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.section-siderbar-sec .single-post-wrap .post-content-wrap h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list .post-meta {
    margin-top: 0;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list .btn-default {
    padding: 8px 16px;
    margin-top: 15px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list .col-md-6:first-child {
    padding-left: 0;
}

.slider-post-content .btn-default {
    background: #98939378;
    margin-top: 20px;
}


.section-siderbar-sec.no-sidebar .single-post-wrap {
    width: calc(33% - 30px);
    float: left;
    margin-right: 30px;
}
.quote-inner {
    max-width: 690px;
    margin: 0 auto;
}
.quote-inner img {
    max-width: 250px !important;
    margin-top: 30px;
}
.quote-sec.section {
    background: #fafafa;
}
.quote-inner h2 {
    line-height: 46px;
}


.section-siderbar-sec .widget .widget-title {
    color: #000;
    margin-top: 10px;
    font-size: 23px;
}
.section-siderbar-sec .widget {
    margin-bottom: 30px;
    background: none !important;
}


.photostack {
    background: #fafafa;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.js .photostack {
    height: 580px;
}

.photostack-start {
    cursor: pointer;
}

/* Wrapper and figures */

/* The size of this wrapper can be smaller if the items should not be scattered across the whole container */
.photostack &gt; div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.photostack figure {
    /* width: 320px; */
    /* height: 360px; */
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 15px;
    text-align: center;
    margin: 5px;
}

.js .photostack figure {
    position: absolute;
    display: block;
    margin: 0;
}

.photostack figcaption h2 {
    margin: 20px 0 0 0;
    color: #a7a0a2;
    font-size: 15px;
}

.photostack-img {
    outline: none;
    display: block;
    width: 240px;
    height: 240px;
    background: #f9f9f9;
}

.photostack-back {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;

    color: #a7a0a2;
    padding: 50px 40px;
    text-align: left;
    font-size: 22px;
    line-height: 1.25;
    z-index: 1;
}

.photostack-back p {
    margin: 0;
}

.photostack-back p span {
    text-decoration: line-through;
}

/* Navigation dots */
.photostack nav {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 90;
    text-align: center;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.photostack-start nav {
    opacity: 0;
}

.photostack nav span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #aaa;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
    transition: transform 0.6s ease-in-out, background 0.3s;
    -webkit-transform: scale(0.48);
    transform: scale(0.48);
}

.photostack nav span:last-child {
    margin-right: 0;
}

.photostack nav span::after {
    content: "\e600";
    font-family: 'icons';
    font-size: 80%;
    speak: none;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photostack nav span.current {
    background: #888;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.photostack nav span.current.flip {
    -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
    transform: scale(1) rotateY(-180deg) translateZ(-1px);
    background: #555;
}

.photostack nav span.flippable::after {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* Overlays */

/* Initial overlay on photostack container */


.js .photostack-start::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* Button on photostack container */
.js .photostack::after {
    content: 'View Gallery';
    font-weight: 400;
    position: absolute;
    border: 3px solid #fff;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 101;
}

.js .photostack::before,
.js .photostack::after {
    opacity: 0;
    visibility: hidden;
}

.js .photostack-start::before,
.js .photostack-start:hover::after,
.touch .photostack-start::after  {
    opacity: 1;
    visibility: visible;
}

/* Overlay on figure */
.photostack figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    background: rgba(0,0,0,0.05);
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

/* Hide figure overlay when it becomes current */
figure.photostack-current::after {
    -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
    transition: opacity 0.6s, visibility 0s 0.6s;
    opacity: 0;
    visibility: hidden;
}

/* Special classes for transitions and perspective */
.photostack-transition figure {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

.photostack-perspective {
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

.photostack-perspective &gt; div,
.photostack-perspective figure {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.photostack-perspective figure,
.photostack-perspective figure div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photostack-perspective figure.photostack-flip {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block;
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
    display: block;
}

/* The no-JS fallback look does not need to be boring ;) */
.no-js .photostack figure {
    box-shadow: -2px 2px 0 rgba(0,0,0,0.05);
}

.no-js .photostack figure::after {
    display: none;
}

.no-js .photostack figure:nth-child(3n) {
    -webkit-transform: translateX(-10%) rotate(5deg);
    transform: translateX(-10%) rotate(5deg);
}

.no-js .photostack figure:nth-child(3n-2) {
    -webkit-transform: translateY(10%) rotate(-3deg);
    transform: translateY(10%) rotate(-3deg);
}

/* Some custom styles for the demo */

/* Since we don't have back sides for the first photo stack, we don't want the current dot to become too big */
#photostack-1 nav span.current {
    background: #888;
    -webkit-transform: scale(0.61);
    transform: scale(0.61);
}


.parallax-perspective {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax-card-wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
}
.parallax-card__content {
    left: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate3d(0px, -50%, 40px);
    width: 100%;
}
.parallax-card__content h3 {
    color: #000;
    background: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    margin: 0;
}


.parallax-card {
    width: 100%;
    margin: 0;
    color: white;
    padding: 1rem;
    text-align: center;
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    will-change: transform;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 330px;
}

.simple_parallax-card {
    width: 100%;
    margin: 0;
    color: white;
    padding: 1rem;
    text-align: center;
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 330px;
}

.simple_parallax-card__content {
    left: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate3d(0px, -50%, 40px);
    width: 100%;
}
.simple_parallax-card__content h3 {
    color: #333;
    background: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 8px 16px;
    font-size: 19px;
}
   .slide__title{
      font-size:  50px !important;
    }


    .small-slider-sec .card {
  position: relative;
  overflow: hidden;
}
.small-slider-sec .card img {
  display: block;
}

.small-slider-sec .info {
  position: absolute;
  bottom: 0;
  padding: 30px;
  opacity: 1;
  transition: all 100ms 0ms ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.small-slider-sec .info ul.post-meta li a {
color: #fff;
    font-size: 11px;
}

.small-slider-sec .title h2 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}

.small-slider-sec .title h2 a{
    color:  #fff;
}


.small-slider-sec .overlay {
opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent 100%);
  transition: all 100ms 0ms ease-in-out;
}

.small-slider-sec .card:hover .overlay {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  transition: all 300ms 0ms ease-in-out;
}
.small-slider-sec .card:hover .info {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  transition: all 180ms 50ms ease-in-out;
}
.small-slider-sec {
    padding: 0;
}

.split-slider-wrap .split-slider.slick-slide{
    outline:  0 !important;
}
.thumbnail-right-wrap .thumbnail-post-content h2 {
    margin-top: 0;
    font-size: 15px;
}
.thumbnail-right-wrap .thumbnail-post-content {
    width: 55%;
    float: left;
    margin-left: 20px;
}
.thumbnail-right-wrap .thumbnail-post-img {
    width: 35%;
    float: left;
}
.thumbnail-post-item {
    float: left;
    margin-bottom: 30px;
}

.thumbnail-right-wrap .post-meta li {
    font-size: 15px;
}
.thumbnail-right-wrap .thumbnail-post-content h2 a {
    color: #000;
}
.split-slider-wrap.centeraligned .slider-post-content {
    text-align: center;
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -100px;
    padding: 35px 60px;
    z-index: 9999;
    position: relative;
}
.split-slider-wrap .slider-post-content h2 {
    font-size: 22px;
    margin-top: 0;
    outline: 0 !important;
}
.split-slider-wrap.centeraligned .slider-post-content h2 {
    font-size: 22px;
    margin-top: 0;
    outline: 0 !important;
}
.slider-post-content h2 a{
    color: #000;
}
.leftaligned.split-slider-wrap .slider-img {
    height: 500px;
      position: relative;
}
.leftaligned.split-slider-wrap .slider-img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, black, transparent 100%);
    content: "";
}
.leftaligned.split-slider-wrap .slider-post-content {
    position: absolute;
    bottom: 0;
    padding: 40px 60px;
    transition: all 100ms 0ms ease-in-out;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 999;
    width: 100%;
}
.leftaligned.split-slider-wrap .slider-post-content h2 a {
    color: #fff;
    outline: 0 !important;
}
.leftaligned.split-slider-wrap .slider-post-content .post-meta li a {
    color: #fff;
}
.thumbnail-right-wrap .thumbnail-post-content .post-meta li a {
    font-size: 11px;
}
.side-bar-grid-wrap h3 {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
}
.elementor-section section.main-slider-sec {
  background: none;
}

.side-bar-grid.twocolumn .side-bar-grid-wrap {
    width: 50%;
    float: left;
    padding: 15px;
}
.side-bar-grid.threecolumn .side-bar-grid-wrap {
    width: 33.33%;
    float: left;
    padding: 12px;
}
.side-bar-grid.fourcolumn .side-bar-grid-wrap {
    width: 25%;
    float: left;
    padding: 10px;
}





.slider-img-wrap {
    height: 400px;
}
.slider-img-wrap {
    background-size: cover;
}

.slide__title {
    position: relative;
    font-size: 52px;
    line-height: 61px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    z-index: 9 !important;
}
.animated-slider-wrap{
    max-width: 570px;
}

.thumbnail-right-wrap .thumbnail-post-content h2 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 3px;
}
.thumbnail-right-wrap .thumbnail-post-content {
    width: 55%;
    float: left;
    margin-left: 20px;
}
.thumbnail-right-wrap .thumbnail-post-img {
    width: 35%;
    float: left;
}
.thumbnail-post-item {
    float: left;
    margin-bottom: 25px;
}

.thumbnail-right-wrap .post-meta li {
    font-size: 15px;
}

.elementor-section .small-slider-sec {
    padding: 0 !important;
}
.elementor-section section.main-slider-sec{
  background: none !important;
  padding: 0 !important;
}

.post-content h3 a,.post-content h2 a{
    color: #000;
}



.hero-slider.slider {
position: relative;
    height: 800px;
    overflow: hidden;
}
.slider__slides {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider__control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.3s;
  cursor: pointer;
}
.slider__control--right {
  left: 95%;
}
.slider__control:hover {
  background-color: #2da6ff;
}
.slider__control-line {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 3px;
  height: 14px;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
  left: 37px;
  transform-origin: 1px 0;
  transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
  background-color: #fff;
}
.slider__control.a--rotation .slider__control-line:after {
  -webkit-animation: arrowLineRotation 0.49s;
          animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
  -webkit-animation: arrowLineRotationRev 0.49s;
          animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
.hero-slider .slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: -webkit-clip-path 0s 0.91s;
  transition: clip-path 0s 0.91s;
  transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
  -webkit-clip-path: circle(30px at 120vw 50%);
          clip-path: circle(30px at 120vw 50%);
}
.slide.s--prev {
  -webkit-clip-path: circle(30px at 30vw 50%);
          clip-path: circle(30px at 30vw 50%);
}
.slide.s--active {
  z-index: 1;
  transition: -webkit-clip-path 1.3s;
  transition: clip-path 1.3s;
  transition: clip-path 1.3s, -webkit-clip-path 1.3s;
  -webkit-clip-path: circle(120vmax at 120vw 50%);
          clip-path: circle(120vmax at 120vw 50%);
}
.slide.s--active.s--active-prev {
  -webkit-clip-path: circle(120vmax at 30vw 50%);
          clip-path: circle(120vmax at 30vw 50%);
}

.slide__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 800px;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.slide__content {
/*  position: absolute;
  left: 5%;
  top: 50%;
  margin-left: -30px;
  margin-top: 48px;
  max-width: 480px;
  color: #fff;*/
}
.slide__heading {
    margin-bottom: 20px;
    font-size: 36px;
}
.slide__text {
  font-size: 25px;
}
.slide__text a {
  color: inherit;
}
.hero-slider .slider-wrap {
    position: relative;
    height: 800px;
}
.slide__content {
    position: relative;
    z-index: 999;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
h2.slide__heading a {
    color: #fff;
}
.slide__content li.meta-date a {
    color: #fff;
}


.small-slider-sec .card.slick-slide {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .small-banner-wrap .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .small-banner-wrap .slick-list {
      margin: 0 -10px;
  }
  .small-slider-sec .small-banner-wrap.twocolumn .card.slick-slide {
    height: 450px;
}
.small-slider-sec .small-banner-wrap.threecolumn .card.slick-slide {
    height: 400px;
}
.small-banner-wrap.slick-slider .banner-wrap-element {
    padding: 0;
}
.post-content ul.post-meta {
    margin-top: 5px;
}
.post-content p {
    margin-top: 12px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list {
    display: flex;
    align-items: center;
}
.post-content {
    margin-top: 20px;
}

.category-arc-slider .card-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-arc-content h2 {
    font-size: 21px;
    font-size: 41px;

}
.card-arc-content h2 a{
    color: #fff;
}

 .category-arc-slider .slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .category-arc-slider .slick-list {
      margin: 0 -15px;
  }

   .category-arc-slider.fivecolumn .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .category-arc-slider.fivecolumn .slick-list {
      margin: 0 -10px;
  }

     .category-arc-slider.fourcolumn .slick-slide {
      margin: 0 12px;
  }

  /* the parent */
  .category-arc-slider.fourcolumn .slick-list {
      margin: 0 -12px;
  }

  li.post-cat {
    position: relative;
    padding-right: 4px;
    margin-right: 2px;
}
li.meta-date:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #959595;
    position: absolute;
    left: -8px;
    top: 8px;
    transform: rotate(21deg);
}

li.meta-date {
    position: relative;
}


@media (min-width: 992px) {
  .big-slider,
  .big-slider .slide {
    height: 700px;
  }
}
.big-slider .slide {
  position: relative;
}
.big-slider .slide .slide__img {
  width: 100%;
  height: auto;
/*  overflow: hidden;*/
}
/*@media (min-width: 992px) {
  .big-slider .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}*/
.big-slider .slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.big-slider .slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.big-slider .slide .slide__content {
  text-align: center;
  color: #FFF;
}
.big-slider .slide .slide__content h2 {
font-size: 30px;
    margin: 10px 0;
}
.big-slider .slide .slide__content h2 a {
    color: #fff;
}
.big-slider .slide .slide__content .animated {
  transition: all 0.5s ease;
}
.big-slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.big-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.big-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.big-slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.big-slider .slick-dots li button:hover,
.big-slider .slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 42px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 42px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.big-slider .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 35%);
    z-index: 99;
}
.big-slider .slide{
    position: relative;
}

.big-slider .slide .slide__img img {
    height: 800px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.category-arc-slider .slick-slide:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 35%);
    z-index: 99;
}
.category-arc-slider .slick-slide{
    position: relative;
}
.card-arc-content h2 {
    margin: 0;
    z-index: 99;
    position: relative;
    font-family: "Qwigley";
    letter-spacing: 0;
    text-transform: capitalize;
}

.destination-meta span {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
    z-index: 99;
    position: relative;
    font-family: "Qwigley";

}
.big-slider .slide .destination-meta span {
    color: #fff;
    font-size: 37px;
    margin-bottom: 20px;
}
.small-slider-sec .banner-wrap-element .post-content {
    text-align: center;
}
.small-slider-sec .card.slick-slide .destination-meta span {
    color: #fff;
}
.side-bar-grid-wrap .post-content {
    text-align: center;
}

.custom-section-title h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    display: inline;
    white-space: nowrap;
    margin: 0;
}
.custom-section-title:after, .custom-section-title:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #eee;
}
.custom-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.navigation ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 30px;
}
.navigation ul.page-numbers li{
    display: inline-block;    
}
.navigation ul.page-numbers li a,.navigation ul.page-numbers li span{
    border: 1px solid #eee;
    padding: 3px 7px;
    color: #747474;
    font-size: 13px;
}
.navigation ul.page-numbers li a{
    color: #747474;
}
.navigation ul.page-numbers li span.current {
    background: #f1bc68;
    color: #fff;
    border-color: #f1bc68;
}

.post-category-wrap {
    display: flex;
    flex-wrap: wrap;
}


.card-cat-content h2 {
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-top: 15px;
}
.card-cat-content h2 a {
    color: #000;
}
.post-category-wrap .card__image img {
    max-width: 70px;
}
.post-category-wrap .card-wrap {
    text-align: center;
}
.post-category-wrap .card-wrap {
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}


@media (max-width: 991px) {

.big-slider .slide .slide__img img{
    height: 700px;
}
.big-slider .slide .slide__content h2 {
    font-size: 26px;
}
.big-slider .slide .destination-meta span {
    font-size: 32px;
}
.big-slider .slide .slide__content {
    max-width: 100%;
}
.destination-meta span{
    font-size: 27px !important;
}
.section-siderbar-sec .single-post-wrap .post-content-wrap h3,
.section-siderbar-sec.section-siderbar-style .side-bar-list h3{
    font-size: 19px;
}
.section-siderbar-sec.section-siderbar-style .side-bar-list {
    display: block;
}
.side-bar-grid.fourcolumn .side-bar-grid-wrap,
.side-bar-grid.threecolumn .side-bar-grid-wrap{
    width: 50%;
}
.navigation ul.page-numbers {
    margin-top: 20px;
}
.split-slider-wrap.centeraligned .slider-post-content h2,
.split-slider-wrap .slider-post-content h2 {
    font-size: 20px;
}
.split-slider-wrap.centeraligned .slider-post-content {
    padding: 20px 40px;
}
.post-category-wrap .card-wrap {
    width: calc(20% - 20px);
}
}


@media (max-width: 767px) {

.big-slider .slide .slide__img img{
    height: 500px;
}
.big-slider .slide .slide__content h2 {
    font-size: 22px;
}
.big-slider .slide .destination-meta span {
    font-size: 28px;
}
.destination-meta span{
    font-size: 26px !important;
}
.section-siderbar-sec .single-post-wrap .post-content-wrap h3,
.section-siderbar-sec.section-siderbar-style .side-bar-list h3{
    font-size: 18px;
}
.side-bar-grid.fourcolumn .side-bar-grid-wrap,
.side-bar-grid.threecolumn .side-bar-grid-wrap,
.side-bar-grid.twocolumn .side-bar-grid-wrap{
    width: 100%;
}
.navigation ul.page-numbers {
    margin-top: 15px;
}
.split-slider-wrap.centeraligned .slider-post-content h2,
.split-slider-wrap .slider-post-content h2 {
    font-size: 16px;
}
.split-slider-wrap.centeraligned .slider-post-content {
    padding: 15px 25px;
}
.split-slider-wrap.centeraligned .slider-post-content h2,
.split-slider-wrap .slider-post-content h2 {
    margin-bottom: 5px;
}
.post-category-wrap .card-wrap {
    width: calc(33.33% - 20px);
}
}

@media (max-width: 500px) {
.post-category-wrap .card-wrap {
    width: calc(50% - 20px);
}
.card-cat-content h2 {
    font-size: 11px;
}
}</pre></body></html>