@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');

body {
    font-size: 1rem;
    color: rgb(54,54,54,0.75);
}

a:hover{text-decoration: none !important;}
.container-hd {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
}
.t4-palette-secondary .navbar-nav > li.active > a, .t4-palette-secondary .navbar-nav > li.show > a, .t4-palette-secondary .navbar-nav > li > a:hover, .t4-palette-secondary .navbar-nav > li > a:focus, .t4-palette-secondary .navbar-nav > li > a:active {
    color: #e6e7e7 !important;
}

.t4-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index:1000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    justify-content: center;
    min-height: auto;
    width: 100%;
}
.theme-default .t4-footnav {
    border-top: 1px solid #2d2c2c;
    padding-top: 50px;
}
.section-border-top:before {
    display: none;
}
.t4-footnav .t4-module .module-title span {
    border: 0;
    padding-bottom: -5px;
    border-bottom: 1px dotted #95948c;
    color: #d9d4b7;
    font-size: 20px;
}
.tour-nav-tabs {
    margin-top: -40px;
    margin-bottom: 1px;
}
.t4-megamenu .navbar-nav > li {
    margin: 0 10px;
}
.logo-img {
    max-height: auto !important;
}
.mod-tour-grid .item-child .info-article-wrap {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    border-bottom: 10px solid #db9b24;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    margin-bottom:30px;
    position: relative;
    min-height: 250px;
}
.tour-nav-tabs .nav-tabs {
    border-top: -50px !important;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tour-nav-tabs .nav-tabs .nav-item .nav-link {
    background: #fff;
    border: 0;
    color: #4d5a64;
    font-weight: 700;
    padding: 15px 30px;
    margin: auto;
}

div[id*="t4-section-"], div[id^="t4-section-"] {
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.t4-main-body {
    padding-top: 60px;
    padding-bottom: 30px;
}

.breadcrumb .fa-map-marker-alt:before {
    margin-right: 10px;
    content: "\f3c5";
}
.breadcrumb .divider:before {
    color: #C4C4C4;
    content: "/";
    display: none;
}
.breadcrumb .divider {
    display: inline-block;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
    text-align: center;
}
.t4-palette-secondary a:not(.btn):hover {
    color: #cccccc;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.2;
    color: #4d5a64;
}

.t4-footnav .t4-module .module-title {
    border: 0;
    text-transform: none;
    font-weight: 300;
}
.btn {-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}

    .acm-members.style-1 .single-member {
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        height: 100%;
    }
.img-feature {-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
    #back-to-top {
        background: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .t4-palette-dark a:not(.btn) {
        color: #f5e51b !important;
    }
    .btn.btn-primary {
        background-color: #f5e51b !important;
        border-color: #f5e51b !important;
    }
    .heading-link {
        font-weight: 700;
        color: #4d5a64;
    }
    .item-image img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .item img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 1px;
    }
    .tour-nav-tabs .nav-tabs .nav-item .nav-link {
        background: transparent;
        border: 0;
        color: #fff;
        font-weight: 700;
        padding: 15px 30px;
        margin: auto;
    }
   
    .list-features {
        border-bottom: 5px solid #547974;
        background-color: #edf0f2;
        margin: 30px 0;
    }
    .items-row.cols-2 .item .item-image, .items-row.cols-3 .item .item-image, .items-row.cols-4 .item .item-image, .items-row.cols-5 .item .item-image, .items-row.cols-6 .item .item-image {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 2px;
    }
    #gallery img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .tourdets {margin-bottom: 20px;background:#363636;}

    div.ja-masthead .ja-masthead-detail {
        color: #4D505C;
        padding-top: 90px;
        padding-bottom: 220px;
        max-width: auto;
        margin: 0 auto;
        margin-bottom: -140px;
    }
    .ja-masthead-article::before {
        background:rgba(245,229,27, 0.6) !important;
        background-color:#96164a;
        color:#fff !important
    }
    div.ja-masthead:before {
        background: rgba(5,71,69, 0.9) !important;
        opacity: 1;
        color:#fff !important;
    }
    .ja-masthead img{ filter: blur(4px);
    }
    div.ja-masthead .ja-masthead-detail .ja-masthead-title {
        font-size: 48px;
        margin: 0;
        text-shadow: 0 0 20px #000;
        color: #fff;
        line-height: 54px;
    }
    .acm-testimonial.style-1 .testimonial-rating .stars-vote {
        background-image: url(../images/star.svg);
        background-position: left bottom;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 75%;
    }
    .t4-masthead + .t4-main-body {
        background: #EFEDE1;
        z-index: 3;
        padding-top: 30px;
    }
    .tour-nav-tabs .nav-tabs {
        border-top: none;}
    .t4-masthead{
    z-index: 3;
}
    .booking {
        background-color: #fff; 
    }
    .view-tour-detail .tour-info {
        border: 0;
        font-size: 20px;
        color: #f5e51b;
        margin-bottom: 10px !important;
        padding: 10px;
        margin: 15px 0 0;
    }
    .item-page {background: #fff; padding: 20px;}
    ul.form-list li .input-box .small {
        color: #999;
        display: none;
        margin-top: 5px;
    }
    .moduletable {
        border: 1px solid #ecf2f2;
        margin-top: 0rem;
        margin-bottom: 1rem;
        background: #f8fcfc;
    }
    ul.form-list li .input-box textarea {
        border: none !important
    }
    ul.form-list li .input-box input {
        border: none !important
    }
    .page-tour-info {
        border-top: none;
        border-bottom: none;
        padding: 15px 0;
        margin: 1rem 0;
    }
    .category-article-dot a {
        color: #4D505C;
        text-transform: uppercase;
        font-size: 18px;
        position: relative;
    }
    .page-tour-info > span {
        display: inline-block;
        font-size: 22px;
        color: #f5e51b;
        margin-right: 30px;
        font-weight: 700;
    }
    .page-tour-info {
        border-top: none;
        border-bottom: none;
        padding: 15px;
        margin: 1rem 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #e6e7e7;
    }
    .tour-nav-tabs .nav-tabs .nav-item .nav-link.active {
        background: transparent;
        color: #b2b6b8;
    }
    .tour-nav-tabs .nav-tabs .nav-item .nav-link span {
        color: #fff;
        margin-right: 0.25rem;
    }
    .pull-left.item-image, .item-image.pull-left {
        margin-right: 0rem;
    }
    .tour-nav-tabs .nav-tabs .nav-item .nav-link.active:hover {
        color: #e6e7e7 !important;
    }
    .tour-nav-tabs .nav-tabs .nav-item .nav-link.active span {
        color: #b2b6b8 !important;
    }
    div.ja-masthead .ja-masthead-detail .ja-masthead-description {
        max-width: 600px;
        display: inline-block;
        padding: 5px 20px;
        border-radius: 1em;
        background-color: rgba(245,229,27,.9);
        font-size: 1rem;
        margin: 20px auto 20px;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-weight: 300;
        line-height: 1.2;
        color: rgb(5,71,69);
    }
    #tourContent .plan-item {
        padding: 10px;
        border: 1px solid #F4F4F4;
        margin-bottom: 15px;
    }
    #tourContent .plan-item .plan-title {
        font-weight: 700;
    }
    .plan-content {margin-top: 10px;}
    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
        font-size: 20px !important;
        padding: 1rem 0;
        text-transform: capitalize;
        font-weight: 300;
    }
    input:checked {
        margin-left: 25px;
        border: 1px solid #e6e7e7 !important;
      }
      .tour-nav-tabs a:hover{color:#b2b6b8 !important;}

      .tour-nav-tabs .nav-tabs .nav-item .nav-link.active a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 16px;
        top: 35px;
        height: 16px;
        margin-bottom: -8px;
        margin-left: -8px;
        transform: rotate(45deg);
        background-color: #343434;
    }
    .tourpic img {width:100%;box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);border-radius: 0px;}
    .pagination .page-item.active a {
        background: #96164a;
        border: none;
        color: #fff;
    }
    .pagination .page-item.active a:hover {
        background: #899296;
    }
    .page-item a:hover{color:#b2b6b8;}
    .layout-view-tours-list .item .item-content {
        color: #363636;
        background: #fff;
        position: relative;
        padding: 30px;
    }
    .layout-view-tours-list .item .item-content .page-header a {
        color: #363636;
        font-size: 26px;
    }
    .layout-view-tours-list .item .item-content .page-header a {
        color: #363636;
        font-size: 20px;
    }
    .layout-view-tours-list .item .item-content .tour-info {
        border-top-color: rgba(255, 255, 255, 0.1);
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #e6e7e7;
    }
    .travelguide .items-row .item {
        padding: 1rem 1.5rem;
        margin-bottom: 1.5rem;
        min-height: 110px;
        border-radius: 0.25rem;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        padding: 30px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .view-latest-list .item-latest + .item-latest {
        border-top: 1px solid #F4F4F4;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        list-style: none;
        padding: 1rem 1.5rem;
        margin-bottom: 0.5rem;
        padding-top: 30px;
        margin-top: 30px;
    }
    .view-latest-list .article-more a {
        border-bottom: 1px solid;
        display: none;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 30px;
        font-weight: 700;
    }
    .view-latest-list .intro-image img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 30px;
    }
    .categories-module.mod-grid .item-wrap {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .contact .contact-address .fa, .contact .contact-address h4 {
        color: #e6e7e7 !important;
    }
    .view-contact #t4-main-body {
        padding-bottom: 40px;
    }
    #tourContent p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
    .form-control, .inputbox {
        border: 4px solid #e6e7e7 !important;
    }
    .view-latest-list .category-name a {
        font-weight: 900;
        color: #f5e51b !important;
    }
    .tour-price {
        font-size: 40px!important;
        font-weight: 900!important;
    }
    constructed stylesheet
    .text-danger {
        color: #f5e51b !important;
    }
    a {
        color: 74153c;
    }

    .text-danger {
        color: #f5e51b !important;
    }
    .categories-grid .row {
        margin-bottom: -12px;
        margin-top: -12px;
      }
      .categories-grid .row > div {
        padding-bottom: 12px;
        padding-top: 12px;
      }
      .categories-grid .category {
        background-color: #555555;
        background-size: cover;
        background-position: center center;
        border-radius: 4px;
        padding-bottom: 75%;
        z-index: 4;
        height: 0;
        position: relative;
      }
      .categories-grid .category .category-detail {
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        background: #f8f8f8;
        padding: 24px;
        padding-right: 84px;
      }
      .categories-grid .category .category-detail h3 {
        font-size: 35px;
        margin: 0;
      }
      .categories-grid .category .category-detail h3 a {
        color: inherit;
        text-shadow: none;
        font-weight: 600;
      }
      .categories-grid .category .category-detail .num-items {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
      }
      .categories-grid .category .category-detail .icon {
        background: #738592;
        border-radius: 50%;
        bottom: 24px;
        color: #ffffff;
        display: none;
        float: right;
        font-size: 16px;
        position: absolute;
        text-align: center;
        line-height: 48px;
        right: 24px;
        height: 48px;
        width: 48px;
      }
      .categories-grid .category .category-detail .category-description {
        color: #ffffff;
        font-size: 12px;
      }
      .category-grid-view .owl-stage-outer {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: -12px;
        margin-bottom: -12px;
      }
      .category-grid-view .owl-stage {
        display: flex;
      }
      .category-grid-view .owl-item {
        display: flex;
        flex: 1 0 auto;
      }
      .category-grid-view .owl-nav > div {
        border: 1px solid #eaeaea;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -72px;
        margin-right: 24px;
        line-height: 48px;
        text-align: center;
        height: 48px;
        width: 48px;
      }
      @media (max-width: 1439px) {
        .category-grid-view .owl-nav > div {
          display: none;
        }
      }
      .category-grid-view .owl-nav > div:hover,
      .category-grid-view .owl-nav > div:focus,
      .category-grid-view .owl-nav > div:active {
        background: #f8f8f8;
      }
      .category-grid-view .owl-nav > div.owl-next {
        left: 100%;
        right: auto;
        margin-right: 0;
        margin-left: 24px;
      }
      .category-grid-view .owl-dots {
        text-align: center;
        margin-top: 48px;
      }
      .category-grid-view .owl-dots .owl-dot {
        border: 2px solid #eeeeee;
        border-radius: 50%;
        display: inline-block;
        padding: 0;
        line-height: 0;
        margin: 0 6px;
        height: 12px;
        width: 12px;
      }
      .category-grid-view .owl-dots .owl-dot span {
        border-radius: 50%;
        background: #eeeeee;
        display: inline-block;
        line-height: 0;
        margin-top: 2px;
        height: 4px;
        width: 4px;
      }
      .category-grid-view .owl-dots .owl-dot.active,
      .category-grid-view .owl-dots .owl-dot:hover,
      .category-grid-view .owl-dots .owl-dot:focus,
      .category-grid-view .owl-dots .owl-dot:active {
        border-color: #738592;
      }
      .category-grid-view .owl-dots .owl-dot.active span,
      .category-grid-view .owl-dots .owl-dot:hover span,
      .category-grid-view .owl-dots .owl-dot:focus span,
      .category-grid-view .owl-dots .owl-dot:active span {
        background: #738592;
      }
      .category-grid-view .item-inner {
        border: 1px solid #f7f1f1;
        border-radius: 4px;
        box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, 0.05);
        -webkit-transition: box-shadow 500ms;
        -o-transition: box-shadow 500ms;
        transition: box-shadow 500ms;
      }
      .category-grid-view .item-inner:hover,
      .category-grid-view .item-inner:focus,
      .category-grid-view .item-inner:active {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      .category-grid-view .item-inner .article-info {
        float: none;
        padding: 24px;
        width: 100%;
      }
      .category-grid-view .item-inner .title a {
        font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
        color: #343434;
        font-weight: 600;
      }
      .category-grid-view .item-inner .title a:hover,
      .category-grid-view .item-inner .title a:focus,
      .category-grid-view .item-inner .title a:active {
        color: #555555;
      }
      .category-grid-view .item-inner .title .rating-info {
        display: inline-block;
        margin-bottom: 0;
      }
      .category-grid-view .item-inner .article-meta {
        color: #999999;
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 24px;
      }
      .category-grid-view .item-inner .article-meta > div {
        display: inline-block;
        margin-right: 4px;
      }
      .category-grid-view .item-inner .article-meta > div.articles-writtenby span {
        color: #738592;
      }
      .category-grid-view .item-inner .articles-introtext {
        margin-top: 24px;
      }
      .category-grid-view .item-inner .articles-readmore {
        font-size: 12px;
        margin-top: 24px;
        margin-bottom: 0;
      }
      .category-grid-view.article-list .row {
        margin-bottom: -12px;
        margin-top: -12px;
      }
      .category-grid-view.article-list .row > div {
        padding-bottom: 12px;
        padding-top: 12px;
      }
      .category-action {
        margin-top: 48px;
      }
      .acm-testimonial.style-1 .quote-mask {
        display: none;
        margin-bottom: 30px;
    }
    .testimonial-desc {font-size: 20px;}
    .t4-megamenu .mega-col-nav .mega-col-title {
        font-weight: 900;
    }
    #gallery .gallery-wrap li:nth-child(2n+1) img {
        height: auto;
    }
    #gallery .gallery-wrap li img {
        height: auto;
    }
    #gallery .gallery-wrap li img:hover {
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    }
.mod-owl2 .mod-articles-category-title a{
    font-weight: 500;
    font-size: 22px;
    display: block;
    white-space: inherit;
    text-overflow: ellipsis;
    color: rgb(5,71,69);
    }
    .mod-owl2 .owl-carousel .intro-image img {border-radius: 0px !important;}
    .mod-owl2 .owl-carousel.owl-drag .owl-item {
    -webkit-transition: box-shadow 500ms;
    background: #fff;
    border-right: 3px solid rgb(0 0 0 / 10%) !important;
    display: flex;
    border-top: 10px solid rgb(0 0 0 / 20%) !important;
    flex: 1 0 auto;
    border:none;
    -o-transition: box-shadow 500ms;
    transition: box-shadow 500ms;
    }
    .mod-owl2 .owl-item .info-detail {padding: 20px;}
    .category-module.mod-owl .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: -35px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        }
        .category-module.mod-owl .owl-nav .owl-next,
        .category-module.mod-owl .owl-nav .owl-prev {
          float: right;
          background: #f5e51b;
          display: none;
          padding: 20px;
          width: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          height: 50px;
          float: inherit;
          font-size: inherit;
          color: #fff;
          }
          .category-module.mod-owl .owl-nav .owl-next:hover,
          .category-module.mod-owl .owl-nav .owl-prev:hover {
            color: #ffff;
            background:#74153c; }
        .category-module.mod-owl .owl-nav .owl-prev {
          margin-bottom: 20px;
          float: inherit;
          }
      
      .category-module.mod-owl.mod-owl1 .info-detail {
        position: relative; }
             
        .contact .plain-style .content-left .box-info {
            margin-top: 50px;
            padding-top: 50px;
            display: none;
            border-top: 3px solid #b2b6b8;
        }
        .moduletable > h3 {
            color: #f5e51b;
            font-size: 1.5rem;
            font-weight: 900;
            margin: 0 0 1rem 0;
            padding: 0;
            text-transform: uppercase;
        }
        .acm-slideshow .item {
            background: #899296;
            overflow: hidden;
            position: relative;
            height: 540px;
        }
.slide-title {
    text-shadow: 0 0 20px #000;
    line-height: 1.2;
}
.categories-module.mod-grid .item-wrap {
    box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, 0.3);
    z-index: 4;
    padding: 30px;
    min-height: 200px;
}
.categories-module.mod-grid {
    margin-top: -100px !important;
    margin: -15px;
}
.layout-view-tours-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 550px;
    margin-bottom: 30px;
    position: relative;
}
.social-follow-wrap a {
    color: #909199;
    font-size: 36px;
    margin-right: 1rem;
}
.owl-carousel .owl-stage-outer {
    padding: ;
}
.acm-testimonial.style-1 .owl-control #owl-prew button:hover {
    background: #f5e51b !important;
}
.acm-testimonial.style-1 .owl-control #owl-next button:hover {
    background: #f5e51b !important;
}
.testimonial-author {color: #c1c1c1 !important;}
.owl-nav {}
.acm-video.style-1 .video-description {
    text-align: center !important;
    padding: 50px 65px;
}
.section-border-bottom:before {
    background: transparent;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
}
.section-title-wrap .sub-heading {
    color: #4d5a64;
    font-size: 20px;
    line-height: initial;
}
.tripic {}
.tripic img {}
.acm-slideshow .slider-content .slider-content-inner {
    max-width: 100%;
}
.acm-slideshow .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: rgb(5,71,69,0.9);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.category-module a:hover {
    color: #636363 !important;
}
.tour-info {
    background: #e9eeee;
    border-top: 1px solid rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 1rem 0;
}
.section-title-wrap {
    margin-bottom: 40px;
}

.places .item-inner {background: #eef0ee;}
.places .mod-owl2 .owl-carousel.owl-drag .owl-item {
    border: none;
    display: flex;
    box-shadow:none;
    flex: 1 0;
    
}
.mod-tour-grid .item-child .heading-link:hover {
    color: #cccccc;
}
.category-module a {
    font-size: 20px;
    color: #f5e51b;
}
.places_title h3 {font-size: 18px; color:#;}
.noborders .moduletable {
    border: none;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.navbar-toggler {
    display: none;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.btn.btn-light {
    background-color: #f5e51b;
    border-color: #f5e51b;
    color: #fff !important;
}
.btn.btn-light:hover {
    color: #fff !important;
}
.view-all .btn.btn-light{
    background-color: #f5e51b;
    border-color: #f5e51b;
    margin-top: 0px;
    color: #fff !important;
}
.category-module .view-all a {
    font-size: 0.93333rem;
}
.t4-section-6 {background-color: #899296;}
.owl-stage {display: flex !important;
    width: 100%;}
    .tour-info > span {
        display: inline-block;
        margin-right: 10px;
        font-weight: 400;
    }
    .fa-wallet:before {
        font-size: 22px;
        content: "\f555";
    }

.difmodule .moduletable {
    border: none !important;
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
    padding: 0px!important;
}
.mod-tour-list .intro-image img {
    max-height: 120px;
}
.category-desc {
    padding: 0;
    margin-top: rem;
    margin-bottom: rem;
    border-radius: 0;
}

.items-row .item {
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    padding-top: 1rem !important;
    margin-bottom: 30px!important;
    background: #fff;
    padding-bottom: 1rem !important;
    padding: 0px !important;
}
.section-title-wrap.text-center {
    max-width: 950px;
    line-height: 24px;
    font-size: 24px !important;
}
.tourdets {z-index:3;}
.t4-footnav h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    
color: #4d5a64;
}
.slider-desc {
    font-weight: 300 !important;
    text-align: center;
    line-height: 32px;
    text-shadow: 0 0 5px #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 5px;
    opacity: .85;
    font-size: 24px;
    }
    .acm-slideshow .owl-carousel .owl-dots {
        display: none;
    }
    .btn.btn-secondary {
        width: 100%;
        background-color: rgba(5,71,69, 0.9) !important;
        border-color: rgba(5,71,69, 0.1) !important;
    }
    .signature_green {background: #f8f8f8 !important;}
.t4-footnav h4 {#f5e51b !important}

.acm-slideshow .owl-carousel .owl-nav button.owl-next:hover, .acm-slideshow .owl-carousel .owl-nav button.owl-prev:hover {
    background: #e8da2f;
}
.acm-slideshow .owl-carousel .owl-nav button.owl-next, .acm-slideshow .owl-carousel .owl-nav button.owl-prev {
    background: #f5e51b;
}

.acm-testimonial.style-1 .owl-control button {
    background: #f5e51b;
}

.acm-testimonial.style-1 .owl-control button:hover {
    background: #cfc318;
}

.t4-section.t4-breadcrumbs {
    border-bottom: 5px solid #74153c;
    z-index: 3;
}
.logo-img {
    max-width: 200px !important;
}
.customizeTour .form-control, .textarea {
    max-width: 100% !important;
}
div.ja-masthead {
    background-image: transparent;
    background-size: cover;
    background-position: center center;
    color: #4D505C;
    z-index: -200;
}
.category-desc {
    border: 1px solid #ddf6f3;
    color: #696F8D;
}
.category-desc {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border: 1px solid #F4F4F4;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.difmodule {background: #fff!important; padding:10px;}
.moduletable > h3 {
    color: #fff;
    font-size: 1.5rem;
    background: #363636;
    text-transform: none;
    text-align:center;
    font-family: Muli;
    font-weight: 900;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1rem 0;
    padding: 5px;
}
.t4-palette-secondary .navbar-nav > li.active > a .item-caret, .t4-palette-secondary .navbar-nav > li.show > a .item-caret, .t4-palette-secondary .navbar-nav > li > a:hover .item-caret, .t4-palette-secondary .navbar-nav > li > a:focus .item-caret, .t4-palette-secondary .navbar-nav > li > a:active .item-caret {
    border-top-color: #f5e51b!important;
}
.relateditems li a{
    font-size: 22px;
    background: #ebf0ef;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4d5a64;
    padding-left: calc(1rem + 4px);
    }
.relateditems li a:hover{
    font-size: 22px;
    background: #d0d9d7;}
    
.relateditems li a:before {
    content: "\f1e5";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14px;
    color: #9fa2a1;
    padding-bottom:5px;
    font-style: normal;
    text-align: left;
    position: inherit;
    left: 0;
}
body.modal-open .modal {
    background-color: transparent!important;
    border-radius: 5px;
    top:5%;
    bottom:5%;
    left: 50%;
    margin-left: -40%;
    height: auto;
    width: 80%;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.modal-title {
    color: #fff;
}
.modal-header {color:#363636;background: #74153c !important;}
.modal-content {border:none!important;     overflow-y: scroll;
}
.close {
    color: #363636 !important;
    opacity: .8;
}
.item-wrap .ugandabg{
    background-image: url(/images/destinations/uganda.jpg)!important; 
    background-size: contain!important;}

.item-wrap .kenyabg {
    background-image: url(/images/destinations/kenya.jpg)!important;
    background-size: contain!important;}

.item-wrap .rwandabg {
    background-image: url(/images/destinations/rwanda.jpg)!important;
    background-size: contain!important;}

.item-wrap .tzbg{
    background-image: url(/images/destinations/tanzania.jpg)!important; 
    background-size: contain!important;}

/*.ugandabg .item-wrap {
    background-image: url(/images/destinations/uganda.jpg) !important;
    background-size: contain!important;
}*/
.section-title-wrap .sub-heading .h2 span {
    color: #fff;
}
.section-title-wrap .section-title {
    color: rgb(54,54,54,0.75) !important;
    text-shadow: 0px 3px 0 rgb(0 0 0 / 20%);
}
.t4-palette-dark .navbar-nav > li > a {
    color: inherit !important;
}
.t4-palette-dark .navbar-nav > li > a:hover {
    color:#f5e51b !important;
}
figure figcaption {
    background-color: #343a40;
    color: #909199;
    font-size: 0.725rem;
    display: none;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
}
.priests .page-header h2 a, .categories-list h2 a {
    font-size: 16px;
    color: #4d5a64;
}

.priests .blog .page-header.page-header, .blog-featured .page-header.page-header {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0px;
}

.priests .items-row .item {
    box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%);
    padding-top: 1rem !important;
    margin-bottom: 30px!important;
    padding-bottom: 1rem !important;
    padding: 0px !important;
}
.priestslist .mod-owl2 .mod-articles-category-title a {
    font-weight: 900;
    font-size: 16px;
    display: block;
    white-space: inherit;
    text-overflow: ellipsis;
    color: rgb(5,71,69);
}
.acm-slideshow .owl-carousel .owl-nav button.owl-next, .acm-slideshow .owl-carousel .owl-nav button.owl-prev {
    color: #96164a;
}
.acm-slideshow .owl-carousel .owl-nav button.owl-next:hover, .acm-slideshow .owl-carousel .owl-nav button.owl-prev:hover {
    color: #96164a;
}
.acm-testimonial.style-1 .owl-control button {
    color: #96164a;
}
.acm-testimonial.style-1 .owl-control button:hover {
    color: #96164a;
}

ul.latestnews li a {
    color: #7B8383;
    padding-left: 1rem; }
    ul.latestnews li a:hover {
      text-decoration: underline; }
  
  .mod-grid-view .row {
    margin-top: -18px;
    margin-bottom: -18px; }
    @media (max-width: 767.98px) {
      .mod-grid-view .row {
        margin-top: -9px;
        margin-bottom: -9px; } }
    .mod-grid-view .row > div {
      padding-top: 18px;
      padding-bottom: 18px; }
      @media (max-width: 767.98px) {
        .mod-grid-view .row > div {
          padding-top: 9px;
          padding-bottom: 9px; } }
  
  .mod-grid-view .article-item {
    background-color: #29,39,49;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 5px 3px rgb(0 0 0 / 30%);
    background-size: cover;
    border-left: 15px solid #a69a06;
    background-position: center center;
    padding: 36px;
    position: relative;
    height: 100%;
    }
    @media (max-width: 767.98px) {
      .mod-grid-view .article-item {
        padding: 18px; } }
    @media (max-width: 767.98px) {
      .mod-grid-view .article-item h4 a {
        font-size: 18px; } }
    .mod-grid-view .article-item.has-bg:before {
      background: rgb(5,71,69,0.9);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      }
    .mod-grid-view .article-item.has-bg > * {
      position: relative; }
    .mod-grid-view .article-item.has-bg h4 a {
      color: #fff; }
    .mod-grid-view .article-item.has-bg .article-meta {
      color: #fff;
      opacity: 0.8; }
  
  .mod-grid-view .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mod-grid-view .article-meta > div {
      margin-right: 1.429rem; }
      .mod-grid-view .article-meta > div > span {
        margin-right: 4px; }
  
  .mod-grid-view .action {
    margin-top: 36px; }
    @media (max-width: 767.98px) {
      .mod-grid-view .action {
        margin-top: 18px; } }
    .mod-grid-view .action a {
      text-transform: uppercase;
      font-weight: ; }
  
  .mod-grid-view .view-all {
    position: static;
    text-align: center;
    margin-top: 36px; }
  
  .container + .section-ct .mod-grid-view .view-all {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767.98px) {
      .container + .section-ct .mod-grid-view .view-all {
        position: static;
        text-align: center;
        margin-top: 1.429rem; } }
.event_date {
    color: ##f2f2f2;
    background: rgb(255,255,255,0.1);
    padding: 4px;
    padding-right: 10px;
    font-weight: revert;
    padding-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1.429rem;
    }

    .nocontext {
        -moz-user-select: none; 
        -webkit-user-select: none; 
        -ms-user-select:none; 
        user-select:none;
        -o-user-select:none;
    }
.priest_image img{
    filter: grayscale(var(--value, 100%));
  }
  .priest_image img:hover{
    filter: grayscale(var(--value, 60%));
}
.priests .item-image img{
    filter: grayscale(var(--value, 100%));
  }
  .priests img:hover{
    filter: grayscale(var(--value, 60%));
}
.descbg {
    background-color: rgb(242,243,241,0.5);
    padding: 20px;
}
.has-bg img{
    filter: grayscale(var(--value, 100%));
}
.sidebar-r{
    padding-top: 20px;
    background-color: #fff;
}
.sidebar-r .nav-link a {
    padding: 0rem 1rem;
    color: #333;
}
.page-header h2 a, .categories-list h2 a {
    color:rgb(5,71,69) !important;
    font-weight: 500;
}
.page-header h2 a, .categories-list h2 a:hover {
    color: #4d5a64 !important;
}
#t4-header {
    border-bottom: 5px solid #74153c;
}
.category .list-title a:hover {
    color: #74153c !important;
}
.clergyimage img{
    width: 100%;
}
.field-label {
    font-weight: 600;
    font-size: 0.8rem;
    color: #543340;
}

.field-value{
    font-size: 0.8rem;
    padding:2px;
    color: #6c684f;
}
.parish_detail, .priest_detail{

}
.field-entry {
    padding-left:20px;
    border-bottom: 1px dotted #d9d4b7;
    background-color: #faf9f1;
}
dd {
    margin-bottom: 0rem;
    margin-left: 0;
}
.fancy .blog .page-header.page-header h2, .blog-featured .page-header.page-header h2 {
    padding-left: 0px;
    padding-top: 10px;
    font-size: 20px;
}
.fancy .items-row .item .item-image {
    margin-bottom: 0rem;
}
.fancy .item-image {
    margin-bottom: 0rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0rem;
}
.mod-articles-category-date{
    font-size: 0.7rem;
    border-bottom: 1px dotted #d9d4b7;
    background-color: #faf9f1;
    padding: 3px;
}
.fa-calendar:before {
    content: "\f073";
    margin: 5px;
}
.com-content-article__body a {
    border-bottom: 1px dotted #cfcfcc !important;
    color: #9e818d !important;
}
.com-content-article__body a:hover {
    border-bottom: 1px dotted #cfcfcc !important;
    color: #795548 !important;
}
.blog .page-header.page-header, .blog-featured .page-header.page-header {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news .item-content .article-info dd, .item-page .article-info dd {
    color: #6d6d6e;
    font-size: 0.7rem;
    border-bottom: 1px dotted #d9d4b7;
    background-color: #faf9f1;
    padding: 3px;
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 0.7rem;
    padding-left: 5px;
    font-size: 12px;
}
.news .item-content .article-info {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -15px;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn {
    text-transform: none;
}
.parishlist .blog .page-header.page-header{
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.item-style-1 .jacl-item__media .item-media-mask {
    background: transparent;
    background: transparent;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.item-style-1 .jacl-item__media .item-media-mask:hover {

}
.item-style-1.has-media .jacl-item__title a, .item-style-1.has-media .readmore-link {
    font-size: 17px;
    text-align: left!important;
    color: #fff !important;
}

.item-media-mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48.44%, rgba(5,71,69, 0.2)), color-stop(95.12%, rgba(5,71,69, 0.9)));
    background: -webkit-linear-gradient(top, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
    background: -o-linear-gradient(top, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
    background: linear-gradient(180deg, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
}
.jacl-item__title {
    text-align: left!important;
    margin: 0 0 calc(var(--global-spacing) * 2) 0;
}
.breaker {
    position: relative;
    z-index: 10;
    height: .625rem;
    padding: 0 25%;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#328fcc),color-stop(50%,#db9b24));
    background-image: -webkit-linear-gradient(left,#328fcc 50%,#db9b24 50%);
    background-image: linear-gradient(to right,#328fcc 50%,#db9b24 50%);
    background-size: 100% 100px;
}

.item-style-1 img{
    /*filter: brightness(0.8) invert(0.17) saturate(3) contrast(0.8);*/
}
.item-style-3.horizontal-2 .jacl-item-wrap__media {
    flex: 0 0 35%!important;
    max-width: 35%!important;
}

.item-style-3.horizontal-3 .jacl-item__title {
    font-size: 16px!important;
    font-weight: 600!important;
    padding-left: 20px!important;
    margin-bottom: calc(var(--global-spacing) / 2);
    color: rgb(5,71,69) !important;
}

.item-style-3.horizontal-3 .jacl-item__title a{
    color: #5a574c !important;
}

.jacl-item__meta {
    font-size: var(--meta-font-size);
    margin-top: auto!important;
    width: max-content!important;
    padding: 2px!important;
    background: #f3f3f3!important;
    margin-left: 20px!important;
    text-transform: none!important;
}

.item-style-3.horizontal-3 .jacl-item-wrap__media {
    padding-right: calc(var(--grid-gutter-width) / 2);
    flex: 0 0 30%;
    max-width: 20%!important;
}
.item-style-3 .jacl-item__inner {
    align-items: center;
    background: #f5f5f5;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    margin-bottom: 10px;
    flex-flow: row;
}
#news_item_img img{
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0px;
    width: -webkit-fill-available;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.item-content .article-info dd:after, .item-page .article-info dd:after {
    content: "|";
    padding-left: 1px;
    margin-right: 1px;
    color: transparent;
    font-size: 12px;
}
.nosidebar .sidebar-r {
    display: none;
    padding-top: 20px;
    background-color: #fff;
}
.jacl-item__media.media-1-1 img {
    object-fit: cover;
    object-position: top !important;
}
.sidebar_priests .item-media-mask {
    background: transparent!important;
    background: transparent!important;
    background: transparent!important;
    background: transparent!important;
}
.heading-title {
    color: var(--heading-text-color);
    font-size: 18px!important;
    font-weight: var(--heading-font-weight);
    margin: 0;
    padding-left: 20px!important;
    border-bottom: 1px dotted #d9d4b7!important;
    background-color: #faf9f1!important;
    position: relative;
    text-transform: none!important;
}
.page-header h1, .categories-list h1 {
    font-size: 1rem;
    padding: 10px;
    border-bottom: 1px dotted #d9d4b7!important;
    background-color: #faf9f1!important;
    font-weight: 600;
}

.page-header h1, .categories-list h1 {
    margin-bottom: 1rem;
    text-transform: none;
}
.item-page .page-header h3 {
    border-bottom: 1px dotted #d9d4b7!important;
    background-color: #faf9f1!important;
}
.priestname {
    margin-bottom: 0rem!important;
    margin-top: 0rem!important;
    font-size: 1rem;
    padding: 10px;
    border-bottom: 1px dotted #d9d4b7!important;
    background-color: #faf9f1!important;
    font-weight: 600;
}
.newsitems .item-image {
    margin-bottom: 0rem;
}
.mod-tour-grid .item-child .info-article-wrap:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48.44%, rgba(5,71,69, 0.2)), color-stop(95.12%, rgba(5,71,69, 0.9)));
    background: -webkit-linear-gradient(top, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
    background: -o-linear-gradient(top, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
    background: linear-gradient(180deg, rgba(5,71,69, 0.2) 48.44%, rgba(5,71,69, 0.9) 95.12%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.mod-tour-grid .item-child .info-article {
    position: relative;
    top: 30px;
    text-shadow: 1px 1px 1px #333;
    z-index: 2;
}
.herow .col-md-6{
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.herow .container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.fa-map-marker:before {
    font-size: 28px;
    color: #dbcc0f;
    padding-left: 5px!important;
}
.event_venue{
    color: #fff;
    padding-left: 5px;
    font-size: smaller;
    text-shadow: 1px 1px 1px #333;
}
.item-style-1.has-media .jacl-item__body{
    background-color: #363636;
}
.herow .col-sm {
    padding-right: 30px!important;
    padding-left: 0px!important;
}
.herow .col-xl-7{
    padding-right: 30px!important;
    padding-left: 0px!important;
}
.layout-9 .owl-nav .owl-prev:hover span, .layout-9 .owl-nav .owl-prev:focus span,
.layout-9 .owl-nav .owl-next:hover span,
.layout-9 .owl-nav .owl-next:focus span {
  background-color: #363636!important;
}

.layout-9 .owl-nav .owl-prev span,
.layout-9 .owl-nav .owl-next span {
  background-color: rgba(0, 0, 0, 0.7)!important;
  border-radius: 50%;
}
.jacl-item__title {
    margin: 0px !important;
  }

  .herow::after{
      border-bottom: 10px ;
      background:linear-gradient(to right,#328fcc 50%,#db9b24 50%);
  }
  h2, .h2 {
    font-size: 38px;
}
.t4-megamenu .dropdown-menu li{
    margin-bottom: 3px;
}
.t4-megamenu .dropdown-menu li > a:hover{
color: #363636!important;;
    border-radius: 3px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(5,71,69, 0.1) !important;
}
.t4-megamenu .dropdown-menu li.active > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    color: #333 !important;
    border-radius: 3px;
    background: rgba(5,71,69, 0.2) !important;
}
.t4-megamenu .dropdown-menu li > a{
    padding-left: 20px!important;
}
.ja-masthead-description {
    /*font-family: 'Just Another Hand', cursive;
    font-size: 38px!important;
    color: rgba(5,71,69, 0.9) !important;*/
}
.fa-calendar:before {
    content: "\f073";
    color: #dbcc0f;
    margin: 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    /*font-family: Merriweather;*/
}
.breaker {
    position: relative;
    z-index: inherit;
    top:40px;
    height: .625rem;
    padding: 0 25%;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#96164a),color-stop(50%,#db9b24));
    background-image: -webkit-linear-gradient(left,#96164a 50%,#db9b24 50%);
    background-image: linear-gradient(to right,#96164a 50%,#db9b24 50%);
    background-size: 100% 100px;
}
svg {
    fill: #363636 !important;
}