/* ==========================================================================
Theme Name: Logzee
Theme URI: http://mannatstudio.com
Description:  Logzee - A Logistic Cargo HTML Template
Version: 1.0
Author: Mannat Studio
Tags:   business, cargo, chain supply, company, corporate, expedition, freight, logistics, packaging, services, shipping, transport, transportation, trucking, warehousing
========================================================================== */
html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
body {
    font-family: 'Hind', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
img{
    max-width: 100%;
}
/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a, button[type="submit"], input[type=text] {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
/*------------------------------------------*/
/*    Transition Effect For Different Elements
/*------------------------------------------*/
.top-bar-right, .icon-box-1, .icon-box-1 .text,
.navbar-brand{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.navbar-brand{
    width: 140px;
    background: #f1fbff;
    padding: .9rem;
}
.navbar{
    padding: 0 15px;
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item{
    padding: 0 .19rem 1rem;
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.6rem 0.70rem;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-link:hover{
    background: rgba(255,255,255, 0.302);
}
.navbar-expand-lg #navbarCollapse2 {
    padding: 1.2rem 0;
}
.navbar-expand-lg #navbarCollapse2 .menu-item {
    padding: 0.6rem 0.70rem;
}

.navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
    padding: 16px 15px;
    font-weight: 600;
    display: block !important;
}
.dropdown-menu {
    padding: 0;
    min-width: 200px;
    background: #FFF;
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 768px) {
    .show > .dropdown-menu {
        display: block;
    }
}
.dropdown-menu:after{
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.dropdown-menu li > .dropdown-menu:after{
    display: none;
}
.dropdown-menu a,
.dropdown-menu li > a{
    font-size: 0.75rem;
    padding: 16px 15px;
    text-transform: capitalize;
    color: #565656;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    font-weight: 600;
}
.dropdown-menu li:last-child > a{
    border: none;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a{
    color: #e6352c;
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggler-icon {
    background-image: url(../images/download.svg);
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8125rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .5rem;
}

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main{
    color:#e6352c;
    font-size: 2.625rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}
.heading-main span{
    color: #1a1a1a;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}
.heading-left-border{
    color: #717171;
    padding: 0.55rem 1.2rem;
    border-left: 2px solid #e6352c;
    margin-bottom: 35px;
    font-weight: 600;
}
.parallax-head.heading-main span{
    color: #FFF;
}
/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/

/* Header H5 */
h5.h5-xs { font-size: 0.875rem; }   /* 14px */
h5.h5-sm { font-size: 1rem; }       /* 16px */
h5.h5-md { font-size: 1rem; }       /* 16px */
h5.h5-lg { font-size: 1.125rem; }   /* 18px */
h5.h5-xl { font-size: 1.25rem; }    /* 20px */

/* Header H4 */
h4.h4-xs { font-size: 1rem; }       /* 16px */
h4.h4-sm { font-size: 1.125rem; }   /* 18px */
h4.h4-md { font-size: 1.125rem; }   /* 18px */
h4.h4-lg { font-size: 1.25rem; }    /* 20px */
h4.h4-xl { font-size: 1.5rem; }     /* 24px */

/* Header H3 */
h3.h3-xs { font-size: 1rem; }       /* 16px */
h3.h3-sm { font-size: 1.125rem; }   /* 18px */
h3.h3-md { font-size: 1.125rem; }   /* 18px */
h3.h3-lg { font-size: 1.25rem; }    /* 20px */
h3.h3-xl { font-size: 1.5rem; }     /* 24px */

/* Header H2 */
h2.h2-xs { font-size: 1rem; }       /* 16px */
h2.h2-sm { font-size: 1.125rem; }   /* 18px */
h2.h2-md { font-size: 1.125rem; }   /* 18px */
h2.h2-lg { font-size: 1.25rem; }    /* 20px */
h2.h2-xl { font-size: 1.5rem; }     /* 24px */

/* Font Size = fs */
.fs-xs { font-size: 0.875rem; }   /* 14px */
.fs-sm { font-size: 1rem; }       /* 16px */
.fs-md { font-size: 1.125rem; }   /* 18px */
.fs-lg { font-size: 1.25rem; }    /* 20px */
.fs-xl { font-size: 1.5rem; }     /* 24px */
.fs-xxl { font-size: 2.625rem; }  /* 42px */

/* Font Weight = fw */
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }

/* Line Height = lh */
.lh-1 { line-height: 1; }
.lh-2 { line-height: 1.25; }
.lh-3 { line-height: 2; }
.lh-4 { line-height: 2.5; }
.lh-5 { line-height: 3; }

/*------------------------------------------*/
/*    Props Images
/*------------------------------------------*/
.img-business-man{
    position: absolute;
    bottom: -100px;
    left: 0;
}
.forklift-image{
    position: absolute;
    bottom: 0;
    left: -110%;
}

/*------------------------------------------*/
/*    About Page Style
/*------------------------------------------*/
.about-bg{
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -73%;
    border-radius: 5px;
    overflow: hidden;
}
.bg-with-text{
    background: url(../images/bg-text.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2;
}
.video-popup{
    padding: 11rem 0;
    margin-bottom: -100px;
    background: url(../images/popup_bg.jpg) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #FFF;

    border-radius: 10px;
}

.video-popup a{
    color: #FFF;
}
.img-icon img{
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 5px solid #FFF;
    margin-right: 25px;
}
.img-icon h3{
    font-size: 1.25rem;
  color: rgb(6, 22, 58);
}
.img-icon h3 span{
    display: block;
    font-size: 1rem;
    color: #424242;
}

.bordered-img{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 10px solid #FFF;
}

/*------------------------------------------*/
/*    Client Testimonials
/*------------------------------------------*/
#home-client-testimonials {
    margin-top: -30px;
}
#home-client-testimonials .item{
    padding: 30px;
}
.client-testimonial{
    box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
}
.client-testimonial-icon{
    width: 100px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.client-testimonial-icon:after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "\efcd";
    font-size: 36px;
    font-family: IcoFont;
    color: #FFF;
    line-height: 0.833;
    z-index: 1;
    transform: translateX(-50%);
}
.client-testimonial-icon img{
    opacity: 0.5;
}
.client-inner-content{
    font-size: 0.875rem;
    color: rgb(159, 159, 159);
    line-height: 1.571;
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite{
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #06163a;
    line-height: 1.375;
}
.client-testimonials-bg{
    background-image: url(../images/bg_2.jpg);
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next{
    color: #FFF;
}
.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite{
    color: #FFF;
}
/*------------------------------------------*/
/*    Blog Styles
/*------------------------------------------*/
.blog-warp{
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.2;
}
.blog-warp h4 {
    color: #000;
}
.blog-warp:hover h4{
    color: #e6352c;
}
.blog-warp:hover img{
    opacity: 0.7;
    transform: translateY(-3px);
}
.blog-warp img{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-warp .blog-date {
    color: #000;
    line-height: 0.8;
}
.blog-start, .event-start, .event-others, .gastronomy-content, .bg-b-shadow {
    background-image: url("../images/single-tips/bg_shadow.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 150px;
}
.blog-end .blog-table .table-row {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
}
.blog-end .blog-table .table-row div[class^="col-"] {
    padding: 0;
}
.blog-end .blog-table .table-row .icons-container {
    display: flex;
    flex-direction: row;
    margin-top: -10px;
    margin-bottom: -10px;
}
.blog-end .blog-table .table-row .icons-container .icon-box {
    align-items: center;
    background-color: #e6352c;
    border-radius: 4px;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 5px;
    width: 35px;
}
.blog-end .blog-table .table-row .icons-container .icon-box img {
    max-width: 80%;
}
.blog-date {
    margin-top: -32.5px;
    padding-bottom: 90px;
    position: relative;
}
.blog-date .blog-date-wrapper {
    align-items: center;
    background-color: rgb(254, 201, 0);
    border-radius: 50%;
    box-shadow: 8.485px 8.485px 16px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    left: 0;
    max-height: 65px;
    max-width: 66px;
    margin: 0 auto;
    min-height: 65px;
    min-width: 66px;
    position: absolute;
    right: 0;
}
.event-date {
    color: #1a1a1a;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}
.event-date img {
    margin-right: 8px;
}
.event-description, .tip-description {
    color: #4c4c4c;
}
.event-place .event-place-name,
.gastronomy-place .gastronomy-place-name {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.event-place .event-place-name img,
.gastronomy-place .gastronomy-place-name img {
    margin-top: -5px;
    margin-right: 15px;
}
.event-place-address,
.gastronomy-place-address {
    margin-top: 15px;
}
.event-place-address p,
.gastronomy-place-address p {
    color: #4c4c4c;
}
.gastronomy-place-img-wrapper {
    position: relative;
}
.gastronomy-place-img-wrapper .stamp {
    bottom: -40px;
    border-radius: 50%;
    box-shadow: 8.485px 8.485px 16px 0px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.gastronomy-stamps {
    width: 100%;
}
.gastronomy-stamps .gastronomy-stamp {
    background-color: #7dbd00;
    border-radius: 50%;
    box-shadow: 8.485px 8.485px 16px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: 15px;
    max-height: 65px;
    min-height: 65px;
    max-width: 65px;
    min-width: 65px;
    position: relative;
}
.gastronomy-stamps .gastronomy-stamp img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.selected-trips .selected-trip {
    background-color: rgb(242, 242, 242);
    border-radius: 3px;
    box-shadow: 8.485px 8.485px 16px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.meta-box{
    margin-bottom: 15px;
    font-size: 0.8125rem;
}
.meta-box span{
    margin: 0 10px;
}
.meta-box a{
    color: #e6352c;
}
.share-container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share-container .share-box {
    align-items: center;
    cursor: pointer;
    background-color: #e8e7e7;
    border: none;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 6.875rem;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 6.875rem;
}
.share-container .share-box:hover {
    background-color: #d5d4d4;
}
.share-container .share-box img,
.share-container .share-box span {
    margin: 0 auto;
}
.share-container .share-box span {
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 1.2;
}

.blog-list-footer ul li{
    margin-bottom: 30px;
}
.blog-list-footer ul li:last-child{
    margin: 0;
}
.post-thumb{
    width: 80px;
    margin-right: 25px;
}
.post-text a{
    color: #e6352c;
}
.comment-box{
    font-size: 0.75rem;
}
.comment-box a{
    color: #06163a;
}
.comment-box a:hover{
    color: #e6352c;
}
.comment-box span{
    padding-right: 15px;
}
.comment-box span i{
    padding-right: 5px;
}
.comment-box span:last-child{
    padding: 0;
}

/*------------------------------------------*/
/*    Blogs Pages Start
/*------------------------------------------*/
.blog-list [class*="col-"]{
    margin-bottom: 40px;
}
.sidebar-spacer{
    padding-left: 1.5rem;
}
.widget-wrap{
    margin-bottom: 60px;
}
.blog-list-categories a{
    padding: 0.5rem 1.45rem;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    border-left: 3px solid #ccc;
}
.blog-list-categories a:hover{
    color: #e6352c;
    padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}
.blog-list-categories a:after{
    position: absolute;
    width: 0;
    height: 100%;
    background: #e6352c;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.blog-list-categories li.active a{
    color: #e6352c;
}
.blog-list-categories a:hover,
.blog-list-categories li.active a{
    border-left: 0;
}
.blog-list-categories a:hover:after,
.blog-list-categories li.active a:after{
    width: 6px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/* Blog Standard */
.blog-standard{
    margin-bottom: 70px;
}
.blog-standard:last-child{
    margin-bottom: 0;
}

.theme-pagination .page-item .page-link{
    background: #fafafa;
    border-color: #fafafa;
    border-radius: 3px !important;
    color: #404040;
    font-size: 1.125rem;
    font-weight: 600;
    margin-right: 12px;
    min-height: 40px;
    min-width: 40px;
}

.theme-pagination .page-item.active .page-link,
.theme-pagination .page-item .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #e6352c;
    border-color: #e6352c;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    background: #ebebeb;
    border-color: #ebebeb;
}

/* Blog Single */
.tags a{
    display:inline-block;
    color:#1f2d37;
    padding:0.7rem 1.9rem;
    font-weight: 500;
    background:#fafafa;
    margin:0 10px 8px 0;
    border: 1px solid #ececec;

    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
}
.tags a:hover{
    background:#e6352c;
    color:#FFF;
}
.share-this a{
    display: inline-block;
    color: #FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    background: red;
    align-items: center;
    display: flex;
    margin-left: 7px;
    justify-content: center;
}
.share-this a.ff{
    background: #627aad;
}
.share-this a.tw{
    background: #4d9ed8;
}
.share-this a.ln{
    background: #2f75ae;
}
.author-box{
    border: 1px solid #ececec;
    padding: 2rem
}
.thumb{
    width: 90px;
    margin-right: 30px;
}
.border-style{
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px 0;
}

.commnets-reply .thumb{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 4px solid #FFF;
}

/*------------------------------------------*/
/*    Contact Map Styles
/*------------------------------------------*/
.map-bg{
    position: relative;
}
.map-filter {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.map-filter .map-filter-item {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.6rem 0;
}
.map-filter .map-filter-item:not(:last-child) {
    margin-right: 7px;
}
.map-filter .map-filter-btn {
    background-color: #ddd;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1rem;
    white-space: nowrap;
}
.map-filter-btn.map-filter-btn-red { background-color: #e6352c; opacity: 0.702; }
.map-filter-btn.map-filter-btn-red:after { border-color: #e6352c transparent transparent transparent; }
.map-filter-btn.map-filter-btn-blue { background-color: #207ac6; opacity: 0.702; }
.map-filter-btn.map-filter-btn-blue:after { border-color: #207ac6 transparent transparent transparent; }
.map-filter-btn.map-filter-btn-green { background-color: #7dbd00; opacity: 0.702; }
.map-filter-btn.map-filter-btn-green:after { border-color: #7dbd00 transparent transparent transparent; }
.map-filter-btn.map-filter-btn-orange { background-color: #ee8c17; opacity: 0.702; }
.map-filter-btn.map-filter-btn-orange:after { border-color: #ee8c17 transparent transparent transparent; }
.map-filter-btn.active { opacity: 1; position: relative; }
.map-filter-btn.active:after {
    content:"";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left:-10px;
    border-width: 10px 12.5px 0 12.5px;
}

/* Customize the label (the container) */
.checkbox-filter .checkbox-container {
    border-radius: 3px;
    background-color: rgb(32, 122, 198);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    max-width: max-content;
    opacity: 0.702;
    position: relative;
    padding: 0.6rem 1rem;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-filter .checkbox-container.checked { opacity: 1; }

.checkbox-filter.checkbox-filter-horizontal .checkbox-container { display: inline-block; }

/* Hide the browser's default checkbox */
.checkbox-filter .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-filter .checkmark {
    position: absolute;
    top: calc( 0.6rem + 5px );
    left: 10px;
    height: 14px;
    width: 14px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-filter .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-filter .checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-filter .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-filter .checkbox-container .checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background-color: black;
}
.checkbox-filter .checkbox-options .reset-filter, .checkbox-filter .checkbox-options .show-map, .checkbox-filter .checkbox-options .category-filter-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}
.checkbox-filter .checkbox-options .reset-filter:before {
    background-image: url("../images/icons/icon_cross.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    height: 12px;
    width: 12px;
}
.checkbox-filter .checkbox-options .show-map { color: #e6352c; }
.checkbox-filter .checkbox-options .show-map:before {
    background-image: url("../images/icons/icon_pin_red.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    height: 18px;
    width: 12px;
}

.map-shadow, .img-shadow, .box-shadow {
    -webkit-box-shadow: 11.314px 11.314px 57px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 11.314px 11.314px 57px 0px rgba(0,0,0,0.3);
    box-shadow: 11.314px 11.314px 57px 0px rgba(0,0,0,0.3);
}
.map-shadow #map-holder{
    height: 350px !important;
}
#map-holder, #map-holder-contact{
    margin:0;
    background:#FFF;
    border-radius: 3px;
    padding:0;
    height: 400px;
}
#map_extended{
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}
#map_extended img {
    max-width: inherit;
}
#map_extended .gm-style div {
    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map_extended .gmap_marker address {
    width: 300px;
}
#map_extended .gmap_marker address > div {
    width: 100%;
    display: inline-block;
}
#map_extended .gmap_marker address div div {
    float: right;
    width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
    width: 30%;
    float: left;
}

/*------------------------------------------*/
/*          Media Page Style                */
/*------------------------------------------*/
.media-filter {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.media-filter .media-filter-item {
    display: inline-block;
    margin-bottom: 18px;
    padding: 0.6rem 0;
}
.media-filter .media-filter-item:not(:last-child) {
    margin-right: 7px;
}
.media-filter .media-filter-btn {
    background-color: #ddd;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1rem;
    white-space: nowrap;
}
.media-filter-btn.media-filter-btn-red { background-color: #e6352c; opacity: 0.702; }
.media-filter-btn.media-filter-btn-red:after { border-color: #e6352c transparent transparent transparent; }
.media-filter-btn.active { opacity: 1; position: relative; }
.media-filter-btn.active:after {
    content:"";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left:-10px;
    border-width: 10px 12.5px 0 12.5px;
}

/*------------------------------------------*/
/*          Destination management               */
/*------------------------------------------*/
.dm-item {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 150px;
    padding: 0 9px;
}
.dm-box::before {
    opacity: 0;
}

/*------------------------------------------*/
/*    Contact Page Style
/*------------------------------------------*/
#contacts .contact-item img {
    background-color: rgb(242, 242, 242);
    box-shadow: 8.485px 8.485px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 1.125rem;
}
#contacts .contact-item p {
    font-size: 1.5rem;
}
#contacts .contact-item .fa-ul {
    margin-left: 1.5rem;
}
#contacts .contact-item .fa-ul li {
    color: #4c4c4c;
    margin-bottom: 1rem;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    border: 1px solid rgb(179,179,179);
    border-radius: 3px;
    -webkit-box-shadow: inset 3.536px 3.536px 9px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 3.536px 3.536px 9px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 3.536px 3.536px 9px 0px rgba(0, 0, 0, 0.13);
    color: #4c4c4c;
    padding: 9px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize: none;
}
.contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form input[type="email"]:hover, .contact-form input[type="email"]:focus, .contact-form textarea:hover, .contact-form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact-form .wpcf7-list-item {
    margin-left: 0;
}
.contact-form input[type="checkbox"], .contact-form .wpcf7-list-item-label {
    cursor: pointer;
}
.contact-form input[type="submit"]:hover {
    opacity: 0.9;
}
.contact-form input[type="submit"][disabled=""] {
    opacity: 0.6;
}
.contact-form .wpcf7-not-valid {
    border-color: #e6352c !important;
}
.contact-form .wpcf7-not-valid-tip {
    color: #e6352c;
}
.contact-form .wpcf7-response-output {
    border-radius: 3px;
    padding: 9px;
    max-width: 100%;
    text-align: center;
    width: auto;
}
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    font-weight: 600;
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #e6352c;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4{
    font-size: 0.875rem;
    color: #111111;
    margin-bottom: 15px;
}
.contact-detail-shadow i {
    color: #e6352c;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"],
.free-quote-form.contact-page .rounded-field input[type="email"],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"],
.contact-page-option.free-quote-form .rounded-field input[type="email"],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/*------------------------------------------*/
/*    DM - child Page
/*------------------------------------------*/
.sd-wrap {
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.sd-file:not(:last-of-type) {
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*    Request Page
/*------------------------------------------*/
.request_pag_img{
    min-height: 400px;
}
.request_popup{
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .modal-content{
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .close{
    position: absolute;
    opacity: 1;
    color: #e6352c;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}
.request_popup .close:hover{
    transform: rotate(360deg);
}
.request_popup .bg-img-7{
    background-image: url(../images/bg_8.jpg);
}
.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}
.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    /* margin-top: -1px; */
    z-index: 9;
}
.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    font-weight: 600;
}
/*------------------------------------------*/
/*    Pricing Table Style
/*------------------------------------------*/
.pricing-table{
    text-align: center;
    background: #fafafa;
    padding: 4rem 2rem;
}
.pricing {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    color: #e6352c;
    padding: 35px 15px 0;
    display: inline-block;
}
.pricing sup{
    font-size: 50%;
    color: #232323;
    padding: 0 0 0 4px;
}
.pricing-table ul li{
    padding: 10px 0;
    font-size: 1rem;
}
.pricing-table .service-icon {
    width: 105px;
    height: 105px;
    font-size: 2.825rem;
    margin-top: 10px;
}
.best-seller{
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 53, 20);
    box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);
}
/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open,
.fade.show{
    padding: 0 !important;
}
footer{
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 1.714;
}
#footer {
    margin-top: 20px;
    position: relative;
}
#footer:before {
    content:'';
    position:absolute;
    width:100%;
    height:20px;
    background-image: -moz-linear-gradient( 0deg, rgb(230,53,44) 0%, rgb(254,201,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(230,53,44) 0%, rgb(254,201,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(230,53,44) 0%, rgb(254,201,0) 100%);
    top:-20px;
    left:0;
}
.logo-footer{
    max-width: 100%;
}
#footer_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer_nav li {
    display: inline-block;
    margin-right: 0.85rem;
}
.footer-heading{
    font-size: 0.875rem;
    color: #06163a;
    line-height: 1.714;
    margin-bottom: 20px;
}
.social-icons i {
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    padding: 0.5rem;
    text-transform: uppercase;
    transition: all .2s ease;
    line-height: 1.2;
}
.social-icons i:hover {
    background: transparent;
}
.social-icons .icofont-facebook {
    background-color: #3a559f;
    border: 1px solid #3a559f;
}
.social-icons .icofont-facebook:hover {
    color: #3a559f;
}
.social-icons .icofont-linkedin {
    background-color: #0274b3;
    border: 1px solid #0274b3;
}
.social-icons .icofont-linkedin:hover {
    color: #0274b3;
}
.social-icons .icofont-twitter {
    background-color: #00acec;
    border: 1px solid #00acec;
}
.social-icons .icofont-twitter:hover {
    color: #00acec;
}
.social-icons .icofont-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border: 1px solid #f09433;
}
.social-icons .icofont-instagram:hover {
    color: #f09433;
}
.social-icons a{
    padding-right: 10px;
}
.copyright-wrap{
    color: #a8a8a8;
    font-size: 0.875rem;
    padding-bottom: 30px;
}
.copyright-wrap a,
.copyright-links a:hover{
    color: #e6352c;
}
.copyright-wrap span{
    padding: 0 9px;
}
.copyright-links a{
    color: #FFF;
}

/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/
.header-fullpage{
    /*padding-right: 0 !important;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 991.99px) {
    .header-fullpage.fixed{
        background: rgba(6,22,58,0.8) !important;
        padding-bottom: 15px;
    }
    .header-fullpage.fixed .top-bar-right{
        height: 0px;
        overflow: hidden;
        opacity: 0;
        border: 0;
        padding: 0;
    }
    .header-fullpage.fixed.top-transparent{
        padding-bottom: 0;
    }
}
.header-fullpage.fixed .navbar-brand {
    width: 140px;
    padding: 1rem;
}
.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item,
.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item{
    padding-top: 1rem;
}

/* Header With Top Bar Transparent */
.top-transparent nav{
    background: #FFF !important;
}
.top-transparent.fixed nav{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
}
.top-transparent .navbar-expand-md .navbar-nav .nav-item,
.top-transparent .navbar-expand-lg .navbar-nav .nav-item{
    padding: 1rem 0.19rem;
}
.top-transparent .navbar-brand {
    background: transparent !important;
    padding: 1.5rem 0;
    width: 130px;
    margin: 0;
}
.top-transparent .top-bar-right{
    color: #FFF;
    padding: 0;
}
.top-transparent .lang-switcher .wpml-ls {
    text-align: left;
    width: 10.5em;
}
.top-transparent .lang-switcher .wpml-ls a {
    background-color: #f4f4f4;
    border: none;
    font-size: 0.875rem;
    line-height: 1;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    padding-left: 1rem;
}
.top-transparent .lang-switcher .wpml-ls a.wpml-ls-item-toggle:hover {
    background-color: #e0e0e0;
}
.top-transparent .lang-switcher .wpml-ls a.wpml-ls-item-toggle:focus {
    text-decoration: underline;
}
.top-transparent .lang-switcher .wpml-ls a .wpml-ls-native {
    color: #414141;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: capitalize;
}
.top-transparent .lang-switcher .wpml-ls a.wpml-ls-item-toggle::after {
    border: none;
    content: "\ea99";
    color: #e6352c;
    direction: ltr;
    font-family: IcoFont !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: unset;
    white-space: nowrap;
    word-wrap: normal;
}
.top-transparent.header-fullpage.fixed .navbar-brand {
    width: 120px;
    padding: 1rem 0;
}
.top-transparent .navbar-nav .nav-link {
    color: #000000;
}
.top-transparent .navbar-nav .active .nav-link,
.top-transparent .navbar-nav .active .nav-link:hover,
.top-transparent .navbar-nav .nav-item:hover > a,
.top-transparent .navbar-nav .nav-link:hover{
    background: #f4f4f4;
    color: #e6352c;
}
.top-transparent .navbar-nav .active .nav-link{
    color: #e6352c;
}
.top-transparent .navbar-toggler {
    padding: 0;
    color: red;
}
.top-transparent .navbar-toggler .icon-bar {
    background-color: #999;
}
.top-border{
    background: #FFF;
}
.top-border .top-bar-right{
    color: #1f1f1f !important;
    background: #FFF;
    border-bottom: 4px solid #fafafa;
}
.top-border .top-bar-right i{
    color: #e6352c;
}
/* Header With Top Bar Transparent */

/* Header With Top Bordered */
.bordered-nav .top-bar-right {
    padding: 1rem 0;
    color: #FFF;
}
.bordered-nav.top-transparent nav {
    background: transparent !important;
}
.bordered-nav .navbar .bdr-nav{
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 1rem;
}
.bordered-nav .navbar-brand{
    background: transparent;
    padding: 0;
}
.bordered-nav .navbar-expand-md .navbar-nav .nav-item,
.bordered-nav .navbar-expand-lg .navbar-nav .nav-item{
    padding: 0.49rem .19rem 1rem;
}
.bordered-nav .top-text{
    margin-right: 1.5rem;
}
.top-text small{
    display: block;
}
.bordered-nav .top-text a{
    color: #FFF;
}
.top-text a:hover{
    text-decoration: underline;
}
.bordered-nav.header-fullpage.fixed .navbar-brand {
    padding: 0;
}
.bordered-nav.header-fullpage.fixed {
    padding: 0.2rem 0;
}
.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 0;
}
@media (min-width: 991.99px) {
    .bordered-nav .request-btn a#search_home {
        font-size: 1.125rem;
        color: #FFF;
        padding-right: 0;
        padding-top: 0;
    }
}
/* Header With Top Bordered */

/* Header With Logo On Top */
.header-logo-top .navbar-brand {
    padding: 0.8rem 0;
}
.header-logo-top.top-border .top-bar-right {
    border: none;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.header-logo-top.top-transparent nav {
    background: #fafafa !important;
}
.header-logo-top .top-text{
    margin-right: 2rem;
}
.header-logo-top.top-transparent .lang-switcher {
    padding-top: 0;
}
.header-logo-top.top-transparent .navbar-nav .active .nav-link,
.header-logo-top.top-transparent .navbar-nav .active .nav-link:hover,
.header-logo-top.top-transparent .navbar-nav .nav-item:hover > a,
.header-logo-top.top-transparent .navbar-nav .nav-link:hover {
    background: #fec900;
    color: #000000;
}
#navbarCollapse2 .navbar-nav .current-menu-item a {
    color: #e6352c;
}
 .header-logo-top .header-fullpage{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
 }
.header-logo-top .header-fullpage.fixed{
    padding-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/* Header With Logo On Top */

/*------------------------------------------*/
/*    Top Banner Bar Elements
/*------------------------------------------*/
.top-banner-bar {
    position: relative;
    background-color: #fec900;
    height: 45px;
    transition: 0.5s all ease;
}
.top-banner-bar.closed {
    background-color: #e6352c;
    height: 4px;
    overflow: visible;
}
.top-banner-bar .top-banner-bar--content {
    height: 100%;
    transition: 0.5s all ease;
}
.top-banner-bar.closed .top-banner-bar--content {
    opacity: 0;
}
.top-banner-bar .top-banner-bar--control {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 45px;
    transition: 0.5s all ease;
}
.top-banner-bar .top-banner-bar--control a {
    padding: 0 0.8rem;
}
.top-banner-bar .top-banner-bar--control a:hover i {
    transform: unset;
}
.top-banner-bar.closed .top-banner-bar--control {
    bottom: -45px;
}
.top-banner-bar.closed .top-banner-bar--control a i {
    transform: rotate(180deg);
}

/*------------------------------------------*/
/*    Top Bar Right Elements
/*------------------------------------------*/
.top-bar-right{
    padding: 0.9rem 0 0 0;
}
.request-btn a{
    border-radius: 4px;
    padding: 0.6rem 1rem;
    color: #06163a;
    font-weight: 600;
}
.top-bar-right .social-icons{
    margin: 0 .5rem
}
.top-bar-right .social-icons a{
    color: #f1fbff;
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: all .3s;
    text-decoration: none;
}
.top-bar-right .social-icons a:hover{
    color: #e6352c;
}
.lang-switcher {
    padding-bottom: 0;
}
.lang-switcher .wpml-ls-flag {
    border: 1px solid #bfbfbf;
}
.lang-switcher a.wpml-ls-item-toggle {
    border-radius: 4px;
}
.lang-switcher .wpml-ls-sub-menu {
    background-color: #f4f4f4;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    min-width: 150px;
    padding: 8px 0;
}
.lang-switcher .wpml-ls-sub-menu::after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #f4f4f4 transparent;
}
.lang-switcher .wpml-ls-sub-menu a:hover .wpml-ls-native {
    color: #e6352c;
}
.lang-switcher .wpml-ls-sub-menu a:focus .wpml-ls-native {
    text-decoration: underline;
}
.request-btn a#search_home{
    font-size: 1.125rem;
    color: #e6352c;
}
/* Top Bar Right Elements */


/* Home Page Second Style */
.home-welcome{
    margin-top: -90px;
}
/* Home Page Second Style */


/*------------------------------------------*/
/*    What We Offer Section
/*------------------------------------------*/
.what-we-offer{
    background-image: url(../images/what_we_offer.jpg);
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 99;
}
/* What We Offer Section */

/*------------------------------------------*/
/*    Page Breadcrumbs Style
/*------------------------------------------*/
.breadcrumbs-page{
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-repeat: no-repeat;
    padding: 7rem 0;
    background-position: center center !important;
    background-size: cover;
}
.breadcrumb-404 {
    background-image: url(../images/breadcrumbs/bg_404.webp);
}
.breadcrumb-analysis {
    background-image: url(../images/breadcrumbs/bg_analysis.png);
}
.breadcrumb-annualreports {
    background-image: url(../images/breadcrumbs/bg_annualreports.png);
}
.breadcrumb-contact {
    background-image: url(../images/breadcrumbs/bg_contact.png);
}
.breadcrumb-destination-management {
    background-image: url(../images/breadcrumbs/bg_destinationmanagement.png);
}
.breadcrumb-events {
    background-image: url(../images/breadcrumbs/bg_events.png);
}
.breadcrumb-gastronomy {
    background-image: url(../images/breadcrumbs/bg_gastronomy.png);
}
.breadcrumb-multimedia {
    background-image: url(../images/breadcrumbs/bg_multimedia.png);
}
.breadcrumb-news, .breadcrumb-infocenters {
    background-image: url(../images/breadcrumbs/bg_news.png);
}
.breadcrumb-partners {
    background-image: url(../images/breadcrumbs/bg_partners.png);
}
.breadcrumb-pressreleases {
    background-image: url(../images/breadcrumbs/bg_pressreleases.png);
}
.breadcrumb-regionalproducts {
    background-image: url(../images/breadcrumbs/bg_regionalproducts.png);
}
.breadcrumb-selectedtrips {
    background-image: url(../images/breadcrumbs/bg_selectedtrips.png);
}
.breadcrumb-strategic-documents {
    background-image: url(../images/breadcrumbs/bg_strategicdocuments.png);
}
.breadcrumb-tips {
    background-image: url(../images/breadcrumbs/bg_tips.png);
}

.breadcrumbs-page .breadcrumb{
    background: transparent;
    color: #FFF;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
}
.breadcrumbs-page .breadcrumb a,
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
    color: #FFF;
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
    font-weight: 400;
    top: 1px;
    position: relative;
}
.breadcrumbs-page h1{
    color: #FFF;
    font-size: 2.625rem;
    font-weight: 600;
}
.breadcrumbs-description{
    padding: 0.75rem 1.5rem;
    color: #FFF;
    border-left: 2px solid #fec900;
    max-width: 50%;
    margin-top: 15px;
}
/* Page Breadcrumbs End */

/*------------------------------------------*/
/*    Video Popup Style
/*------------------------------------------*/
.video-icon{
    position:absolute;
    left:50%;
    margin:-35px 0 0 -35px;
    top:50%;
}
.video-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}
.video-box iframe {
    float: left;
    width: 100%;
    height: 100%;

    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
}
.video-box .close-video {
    top: 17px;
    left: 17px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    background-color: #59585b;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-box .close-video:hover {
    color: #21252b;
    background-color: #ffffff;
}
/*------------------------------------------*/
/*    Footer Widgets
/*------------------------------------------*/
.footer-widget-menu ul li{
    padding: 0px 0 14px 0;
}
.footer-widget-menu ul li *{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.footer-widget-menu ul li a span{
    text-decoration: underline;
}
.footer-widget-menu ul li a i{
    padding: 0 10px 0 0;
    color: #e6352c;
    text-decoration: none !important;
}
.footer-widget-menu ul li a:hover i{
    padding: 0 10px;
}
.footer-widget-contact i{
    color: #99a0a3;
    font-size: 24px;
    margin-top: 4px;
}
.footer-widget-contact a{
    color: #e6352c;
}
.footer-widget-tweet i{
    color: #99a0a3;
    margin-right: 18px;
}
.footer-widget-tweet .btn-theme{
    background: #1c95de;
    font-size: 13px;
    margin-top: 30px;
}
.footer-widget-tweet .btn-theme i{
    margin: 0;
    color: #FFF;
}
/*------------------------------------------*/
/*    Miscellenours
/*------------------------------------------*/
#body-content{
    overflow-y: hidden;
}
.bs-docs-grid .col-md-1 span,
.bs-docs-grid .col-md-2 span,
.bs-docs-grid .col-md-3 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-5 span,
.bs-docs-grid .col-md-6 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-8 span,
.bs-docs-grid .col-md-9 span,
.bs-docs-grid .col-md-10 span {
    background-color: #f4f4f4;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
    min-height: 40px;
    font-size: 0.775rem;
    text-align: center;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.cbp-l-grid-work .cbp-item-wrapper,
.cbp-l-grid-mosaic-projects .cbp-item-wrapper {
    background: #FFF;
    padding: 10px;
    box-shadow: none;
    text-align: center;
    border: none;
}
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc{
    display: none;
}
.gallery-link{
    position: absolute;
    z-index: 999;
    right: -70px;
    top: -2px;

    background: #e6352c;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

.gallery-link a{
    padding: 10px 15px;
    display: inline-block;
}
.gallery-link a:hover{
    color: #000;
}
.cbp-item-wrapper:hover .gallery-link{
    right: -3px;
}

label.error {
    font-size: 12px;
    color: #F00;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0 0;
}

.hidden {
    display: none;
}

.description-heading {
    color: #e6352c;
}

.container.description {
    margin-top: 60px;
    margin-bottom: 80px;
}

.container.description .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.description .row .description-image {

}

.container.description .row .description-image img {
    box-shadow: 0 0 50px 0 #00000066;
}

.container.description .row .description-content {

}

.container.description .row .description-content .description-heading {

}

.container.description .row .description-content p {

}

.selected-trip h2 a {
    color: unset;
}

.partner, .member, .association {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
}

.partner .partner--name,
.member .member--name,
.association .association--name {
    font-size: 1.5rem;
}

.regional-products--item .img-shadow {
    max-height: 300px;
}