:root {
	--primary: #ffa000;
}
.section-heading .av-special-heading-tag {
    width: auto;
    max-width: max-content;
    padding: 0 30px !important;
    margin: 0 auto !important;
    position: relative;
    font-weight: bold;
}
.section-heading {
    text-align: center !important;
}
.section-heading .av-special-heading-tag:after,
.section-heading .av-special-heading-tag:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    top: calc(50% - 1.5px);
    background: var(--primary);
}
.section-heading .av-special-heading-tag:before {
    right: -80px;
}
.section-heading .av-special-heading-tag:after {
    left: -80px;
}
.landing-title h1.av-special-heading-tag {
    font-weight: bold;
    text-transform: uppercase;
}
.landing-title .av-subheading_below {
    margin-top: 0 !important;
}
.inner-ticklist ul{
    margin-left: 0;
}
.inner-ticklist li {
    list-style-type: none !important;
    margin-left: 0;
    position: relative;
    padding-left: 25px
}
.inner-ticklist li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: #4e9d44;
}
.inner-slider ul.avia-slideshow-inner img {
    height: 600px !important;
    width: auto !important;
}
.inner-slider {
    margin-top: 0 !important;
}
.inner-slider h2.avia-caption-title {
    font-size: 20px;
    text-transform: none;
}
.inner-slider .avia-caption {
    left: calc(50% - 87px);
    padding: 0;
    bottom: 50px;
}
.av-masonry  .av-masonry-image-container {
    transition: 0.5s;
}
.av-masonry figure.av-inner-masonry:hover .av-masonry-image-container {
    transform: scale(1.06);
}
.av-masonry h3.av-masonry-entry-title.entry-title {
    text-align: center;
    font-size: 17px;
}