.ct-cursor {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .1s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .1s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .1s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .1s cubic-bezier(.165,.84,.44,1);
    transition: transform .1s cubic-bezier(.165,.84,.44,1);
    pointer-events: none;
    top: 0;
    left: 0
}

.ct-cursor .ct-cursor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.ct-cursor .ct-cursor--follower {
    position: absolute;
    background-color: var(--primary-color);
    opacity: .35;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1)
}

.ct-cursor .ct-cursor--label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: .05em;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.ct-cursor .ct-cursor--icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -o-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    color: rgba(255,255,255,.76)
}

.ct-cursor .ct-cursor--icon:before {
    content: "\f121";
    font-family: Caseicon;
    font-size: 24px
}

.ct-cursor.is-enabled {
    visibility: visible
}

.ct-cursor.is-hidden .ct-cursor-wrapper {
    transform: scale(0)!important
}

.ct-cursor.is-mouse-down .ct-cursor-wrapper {
    transform: scale(.8)
}

.ct-cursor.is-active .ct-cursor--follower {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.7);
    -khtml-box-shadow: 0 0 8px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.7);
    -ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.7);
    -o-box-shadow: 0 0 8px 0 rgba(0,0,0,.7);
    box-shadow: 0 0 8px rgba(0,0,0,.7);
    -webkit-transform: scale(3.6);
    -khtml-transform: scale(3.6);
    -moz-transform: scale(3.6);
    -ms-transform: scale(3.6);
    -o-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0
}

.ct-cursor.is-active.has-label .ct-cursor--follower {
    background-color: #000;
    opacity: .8
}

.ct-cursor.is-active.has-label .ct-cursor--label {
    transform: scale(1)
}

.ct-cursor.is-active.has-icon .ct-cursor--follower {
    background-color: #000;
    opacity: .8
}

.ct-cursor.is-active.has-icon .ct-cursor--icon {
    transform: scale(1)
}
a.btn-contact {
    padding: 0px 55px 0px 55px;
    border-radius: 10px 10px 10px 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 68px;
}
.ct-particle-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ct-particle-animate div {
    position: absolute;
}
.ct-particle-animate div.top-left {
    top: 0;
    left: 0;
}
.ct-particle-animate #ct_particle_animate-aafaefc0 {
    left: 12%;
    bottom: 16%;
}
.ct-particle-animate #ct_particle_animate-aafaefc1 {
    right: 16%;
    bottom: 36%;
}
.ct-particle-animate #ct_particle_animate-aafaefc2 {
    left: 53%;
    top: 62%;
}
.ct-particle-animate #ct_particle_animate-aafaefc3 {
    right: 14%;
    top: 2%;
}
.ct-particle-animate #ct_particle_animate-aafaefc4 {
    right: 20%;
    bottom: 10%;
}
.ct-particle-animate img {
    width: 100%!important;
    height: auto;
}
.ct-particle-animate .shape-animate1 {
    animation: animationFramesTwo 12s infinite linear alternate
}

.ct-particle-animate .shape-animate2 {
    animation: animationFramesOne 12s infinite linear alternate
}

.ct-particle-animate .shape-animate3 {
    animation: animationFramesFour 12s infinite linear alternate
}

.ct-particle-animate .shape-animate4 {
    animation: animationFramesThree 12s infinite linear alternate
}

.ct-particle-animate .shape-animate5 {
    animation: animationFramesFive 12s infinite linear alternate
}

.ct-particle-animate .shape-animate6 {
    animation: particleToptoBottom 10s infinite linear alternate
}
@keyframes animationFramesTwo{
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes animationFramesOne{
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes animationFramesThree{
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes animationFramesFour{
    0% {
        transform: translate(0,0);
    }
    20% {
        transform: translate(-30px,40px);
    }
    40% {
        transform: translate(60px,60px);
    }
    60% {
        transform: translate(80px,40px);
    }
    80% {
        transform: translate(40px,-70px);
    }
    100% {
        transform: translate(0,0);
    }
}
@keyframes animationFramesFive{
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes particleToptoBottom{
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(40px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.btn, button:not(.flickity-button, .slick-arrow, .mfp-close, .toggle, .search-submit), input[type=submit] {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 38px;
    line-height: 51px;
    -webkit-transition: all 180ms linear 0ms;
    -khtml-transition: all 180ms linear 0ms;
    -moz-transition: all 180ms linear 0ms;
    -ms-transition: all 180ms linear 0ms;
    -o-transition: all 180ms linear 0ms;
    transition: all 180ms linear 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    z-index: 1;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color));
    background-image: -moz-linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color));
    background-image: -ms-linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color));
    background-image: -o-linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color));
    background-image: linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 200%,1px;
    background-position: 0;
    justify-content: center;
}
.btn.btn-primary:after {
    content: "";
    background: #fff;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    position: absolute;
    height: 120%;
    width: 15px;
    opacity: .2;
    left: -35%;
    top: -10%;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
    left: 130%;
}
.post-item .item--featured {
    overflow: hidden;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

.post-item .item--featured img {
    width: 100%
}

.post-item .item--title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #181f44
}

@media screen and (max-width: 1199px) {
    .post-item .item--title {
        font-size:18px
    }
}

.post-item .item--title a {
    color: inherit
}

.post-item .item--title a:hover {
    color: inherit
}

.post-item .item--content {
    line-height: 1.5;
    margin-top: 8px;
    color: #fff
}

.post-item .item--meta {
    list-style: none;
    margin-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #67687a;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

@media screen and (max-width: 767px) {
    .post-item .item--meta {
        font-size:13px
    }
}

.post-item .item--meta a {
    color: inherit
}

.post-item .item--meta a:hover {
    color: #000
}

.post-item .item--meta i {
    margin-right: 4px
}

.post-item .item--meta li {
    display: flex;
    align-items: center;
    margin-right: 24px
}

@media screen and (max-width: 767px) {
    .post-item .item--meta li {
        margin-right:18px
    }
}

.post-item .item--meta li:last-child {
    margin-right: 0
}

.post-item .item--readmore {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -50px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    visibility: hidden
}

.post-item .item--readmore i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 40px;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.post-item .item--readmore .btn {
    background: var(--primary-color);
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    line-height: 50px
}
.post-item .item--readmore .btn:hover {
    color: #fff;
}
.post-item .item--holder {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 99;
    padding: 26px 28px 22px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -khtml-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -o-box-shadow: 0 0 32px rgba(0,0,0,6%);
    box-shadow: 0 0 32px rgba(0,0,0,6%)
}
.post-item .grid-item-inner:hover .item--readmore {
    opacity: 1;
    visibility: visible;
    bottom: -25px;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
}
@media screen and (max-width: 1199px) {
    .post-item .item--holder {
        left:20px;
        right: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .post-item .item--holder {
        left:15px;
        right: 15px
    }
}

.post-item .item--holder.item--hover {
    padding-top: 36px;
    padding-bottom: 49px;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    background-color: rgba(24,31,68,.9)
}

.post-item .item--holder.item--hover .item--title {
    color: #fff
}

.post-item .grid-item-inner {
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 20px
}

.post-item .grid-item-inner:hover .item--readmore {
    opacity: 1;
    visibility: visible;
    bottom: -25px;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s
}

.post-item .grid-item-inner:hover .item--holder.item--main {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.post-item .grid-item-inner:hover .item--holder.item--hover {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.post-item .ct-grid-pagination {
    margin-top: -20px
}

.flickity-page-dots .dot {
    width: 8px!important;
    height: 8px!important;
    background-color: var(--primary-color)!important;
}

.row-contact .item--icon {
    line-height: 1;
    margin-bottom: 15px
}

.row-contact .item--icon i {
    font-size: 60px;
    color: var(--primary-color);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.row-contact .item--icon svg {
    height: 60px
}

.row-contact .item--icon svg,.row-contact .item--icon path {
    fill: var(--primary-color)
}

.row-contact .item--title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.363;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

@media screen and (max-width: 1199px) {
    .row-contact .item--title {
        font-size:20px
    }
}

.row-contact .item--description {
    color: #2b2b2b;
    margin-bottom: 10px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    display: block
}

.row-contact .item--button {
    display: inline-block
}

.row-contact .item--button a {
    font-size: 15px;
    font-weight: 700;
    font-family: fira sans,sans-serif;
    display: inline-flex;
    align-items: center;
    position: relative
}

.row-contact .item--button i {
    margin-left: 4px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.row-contact .item--button i:before {
    font-weight: 700
}

.row-contact .item--button .more-icon-main {
    font-size: 10px
}

.row-contact .item--button .more-icon-hover {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-20px,-50%);
    -khtml-transform: translate(-20px,-50%);
    -moz-transform: translate(-20px,-50%);
    -ms-transform: translate(-20px,-50%);
    -o-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
    opacity: 0
}

.row-contact .item--button:hover .more-icon-main {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -khtml-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

.row-contact .item--button:hover .more-icon-hover {
    -webkit-transform: translate(8px,-50%);
    -khtml-transform: translate(8px,-50%);
    -moz-transform: translate(8px,-50%);
    -ms-transform: translate(8px,-50%);
    -o-transform: translate(8px,-50%);
    transform: translate(8px,-50%);
    opacity: 1
}

.row-contact .item--inner {
    background-color: #fff;
    padding: 36px 20px 32px 30px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0,36,119,6%);
    -khtml-box-shadow: 0 0 8px rgba(0,36,119,6%);
    -moz-box-shadow: 0 0 8px rgba(0,36,119,6%);
    -ms-box-shadow: 0 0 8px rgba(0,36,119,6%);
    -o-box-shadow: 0 0 8px rgba(0,36,119,6%);
    box-shadow: 0 0 8px rgba(0,36,119,6%);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.row-contact .item--inner:hover {
    background-color: var(--primary-color)
}

.row-contact .item--inner:hover .item--icon i,.row-contact .item--inner:hover .item--title,.row-contact .item--inner:hover .item--description,.row-contact .item--inner:hover .item--button a {
    color: #fff
}

.row-contact .item--inner:hover .item--icon svg,.row-contact .item--inner:hover .item--icon path {
    fill: #fff
}

.row-contact.style2 .item--inner {
    padding: 60px 20px 52px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -khtml-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -o-box-shadow: 0 0 32px rgba(0,0,0,6%);
    box-shadow: 0 0 32px rgba(0,0,0,6%);
    text-align: center
}
.table-custom table {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.table-custom table td:first-child {
    font-weight: bold;
    color: var(--primary-color);
}
.table-custom table td, 
.table-custom table th{
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
    border-color: var(--primary-color);
    border-width: 2px;
    line-height: 1.5;
}
.table-custom table td p {
    margin-top: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table td, 
table th{
    text-align: left;
    padding: 20px 10px!important;
    color: #000000;
}

@media screen and (max-width: 549px){
    table,
    table tbody, 
    table td, 
    table th,
    table tr{
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    table tr:not(:last-child) td{
        border-bottom: none;
    }
    table tr:last-child td:last-child{
        border-top: none;
    }
}