

[class*="text-color-hover-"] {
    transition: ease all 300ms;
}

[class*="bg-color-hover-"] {
    transition: ease background 300ms;
}

.bg-color-hover-primary:hover [class*="opacity-"] {
    opacity: 1 !important;
}

.custom-font-secondary {
    /*font-family: 'Playfair Display', sans-serif !important;*/
	font-family: Playfair,serif;
}

.custom-bg-lighten-grey-1 {
    background: #4d4e50 !important;
}

.custom-font-size-1 {
    font-size: 1.4em !important;
}

.custom-font-size-2 {
    font-size: 1.35em !important;
}

.custom-font-size-3 {
    font-size: 1.15em !important;
}

.custom-positive-ls-5px {
    letter-spacing: 5px !important;
}

.custom-svg-btn-style-1 {
    position: relative;
    padding: 19px 60px 19px 50px;
    font-weight: 700;
    font-size: 13.6px;
    font-size: 0.85rem;
    z-index: 1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 107%;
    height: 120%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
    transition: ease all 300ms;
}

.custom-svg-btn-style-1 .custom-svg-btn-arrow {
    margin-left: 6px;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 18px 31px 18px 25px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
    fill: transparent;
    stroke: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
    transition: ease opacity 300ms;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
    opacity: 0.95;
}

.custom-read-more > svg {
    transition: ease transform 300ms;
}

.custom-read-more:hover > svg {
    transform: translate3d(6px, 0, 0);
}

.custom-container-absolute-centered-x {
    position: absolute !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.custom-min-height-1 {
    min-height: 277px;
}

.owl-carousel.custom-stage-outer-box-shadow .owl-stage-outer {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.custom-table-style-1 thead tr {
    background: #4d4e50;
}

.custom-table-style-1 thead th {
    border-top: 0;
    border-bottom: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 17.6px;
    font-size: 1.1rem;
}

.custom-table-style-1 th, .custom-table-style-1 td {
    padding: 15px 20px;
}

.custom-table-style-1 td:first-child {
    font-weight: 600;
}

@media (min-width: 2000px) {
    .shape-divider svg {
        width: 100%;
    }
}

.featured-box.custom-featured-box-with-video > .custom-featured-box-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: ease all 300ms;
}

.featured-box.custom-featured-box-with-video > .custom-featured-box-video.active {
    z-index: 3;
}

.featured-box.custom-featured-box-with-video .featured-box-background {
    z-index: 2;
}

.featured-box.custom-featured-box-with-video .featured-box-background.hide {
    opacity: 0;
}

.featured-box.custom-featured-box-with-video .box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 301px;
    padding: 0;
}

@media (max-width: 1199px) {
    .featured-box.custom-featured-box-with-video .box-content {
        height: 227px;
    }
}

@media (max-width: 991px) {
    .featured-box.custom-featured-box-with-video .box-content {
        height: 386px;
    }
}

@media (max-width: 767px) {
    .featured-box.custom-featured-box-with-video .box-content {
        height: 285px;
    }
}

@media (max-width: 575px) {
    .featured-box.custom-featured-box-with-video .box-content {
        height: 0;
        padding-top: 28%;
        padding-bottom: 28%;
    }
}

.featured-box.custom-featured-box-with-video .box-content.hide {
    opacity: 0;
    z-index: -1;
}


/*
* Home Section - Special Services
*/
.custom-section-shape-background {
    position: relative;
    overflow: hidden;
}

.custom-section-shape-background:before, .custom-section-shape-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 47.5%;
    width: 50vw;
    height: 100%;
    background: #FFF;
    transform: skewX(21deg);
    z-index: 0;
}

.custom-section-shape-background:after {
    left: 49.5%;
    transform: skewX(-21deg);
}

.custom-section-shape-background .custom-shape-divider {
    position: relative;
}

.custom-section-shape-background .custom-shape-divider:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150%;
   /* background: #f7f7f7;*/
    transform: skewY(-4deg);
    z-index: 0;
}

.custom-section-shape-background.custom-section-shape-background-reverse:before {
    left: auto;
    right: 49.5%;
    transform: skewX(21deg) rotate(180deg);
}

.custom-section-shape-background.custom-section-shape-background-reverse:after {
    left: auto;
    right: 50.5%;
    transform: skewX(-21deg) rotate(180deg);
}

@media (max-width: 991px) {
    .custom-section-shape-background:before, .custom-section-shape-background:after {
        width: 100vw;
    }
}

.custom-list-icons-icon-size li > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li a:first-child > .icons:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/*




