*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-details h2 {
    color: #fff;
    font-size: 2em;
    font-family: "IBM Plex Sans", sans-serif;
}

.card {
    box-shadow: unset !important;
}

.fa-inverse {
    color: #194866;
}

.panel-body ul {
    color: #757474 !important;
    font-size: 18px !important;
    font-family: montserratlight !important;
    line-height: 24px !important;
}

@media only screen and (max-width: 767px) {
    .panel-body ul {
        font-size: 14px !important;
    }
}

.flip-card-back {
    transform: unset !important;
}

.single-fun-factor {
    background: teal none repeat scroll 0 0;
}

.pte {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 20px;
}

.flip-card {
    height: 35vh !important;
}

.fa-check-circle {
    color: teal;
}

.content .content-overlay {
    background: teal;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 50%;
}

.centerme {
    text-align: center;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.verticaltxt {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

hr {
    border: 2px #194866 solid;
}

.panel-body > ul > a:hover {
    text-decoration: underline;
}

.fa-arrow-right {
    padding-left: 13px;
}

a:hover {
    color: #cb5450;
}

.uperrme {
    text-transform: uppercase !important;
}

.btn-primary-t {
    color: #fff;
    background-color: purple;
    margin-bottom: auto;
    border-radius: unset !important;
}

.btn-primary-t:hover {
    background: #fff;
    border: 1px solid teal;
    border-radius: unset;
}

.padmyleft7 {
    padding-left: 7%;
}

@media only screen and (max-width: 767px) {
    .mobcenter {
        text-align: center;
    }
}
.filter-result li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 100%;
    height: auto;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.filter-result li {
    width: 100%;
    background-color: #bf9745;
    border: 1px solid #bf9745;
    text-align: center;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.filter-result li:hover {
    background-color: transparent;
    border: 1px solid #bf9745;
}

.filter-result li:hover a {
    color: #fff !important;
}

@media screen and (min-width: 601px) and (max-width: 3000px) {
    .on-hove {
        display: block;
    }

    .not-hove {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .on-hove {
        display: none;
    }

    .not-hove {
        display: block;
    }
}