/*
	The flip card container - set the width and height to whatever you want. 
	We have added the border property to demonstrate that the flip itself goes out of the box on hover 
	(remove perspective if you don't want the 3D effect 
*/

.flip-card {
    background-color: transparent;
    width: 8rem;
    height: 9rem;
    border: none;
    padding: 0.3rem;
    margin: auto;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: transparent;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.15rem;
    transform: rotateX(0deg);
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
    font-size: 1rem;
    line-height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
}

/* Styling triple cards setup */
.card-body-flip {
    box-sizing: border-box;
    border: 1.25rem solid;
    border-color: #E8E8E8;
    padding: 1.25rem;
    height: auto;
}

body {
    font-size: 1.1rem;
    padding-top: 4.125rem;
    font-family: 'Pontano Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #0071BC;
}

.bg-secondary {
    background-color: #E8E8E8 !important;
}

.banner-spacing-top {
    margin-top: 2rem;
}

.body-spacing-top {
    padding-top: 4rem;
}

.body-spacing-bottom {
    padding-bottom: 4rem;
}

.body-spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.list-group {
    padding-left: 0.625rem;
}

li {
    margin-bottom: 0.5rem;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.card {
    border: none;
}

.pmx-logo-heading {
    margin-bottom: 0.7rem;
}

.pmx-logo-heading2 {
    margin-top: 0.5rem;
}

.psi-logo-heading {
    margin-left: 0.4rem;
}

/*#footer {
	bottom: 0;
	position: absolute;
}*/

.top-footer {
    font-size: 1rem;
}

.bottom-footer {
    height: 3rem;
    font-size: 1rem;
    color: #000;
}

.bottom-footer-content a {
    color: #000;
}

    .bottom-footer-content a:hover {
        color: #000 !important;
    }

.green {
    color: #0AA254;
    font-weight: 600;
    font-size: 3.8rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529 !important;
}

a, navbar-light .navbar-nav .nav-link:link, navbar-light .navbar-nav .nav-link:visited {
    color: #0071BC;
    text-decoration: none;
}

    a.dropdown-item:link, a.dropdown-item:visited {
        color: #212529;
    }

    a:hover, a.dropdown-item:hover, .navbar-light .navbar-nav .nav-link:hover {
        color: #0071BC !important;
        text-decoration: none;
    }

    a:hover, a.dropdown-item:hover, .navbar-light .navbar-nav .nav-link:hover {
        color: #0071BC !important;
        text-decoration: none;
    }

    a:hover, a.dropdown-item:hover, .navbar-light .navbar-nav .nav-link:hover {
        color: #0071BC !important;
        text-decoration: none;
    }

    a:active, a.dropdown-item:active, a.dropdown-item:focus, navbar-light .navbar-nav .nav-link:active, navbar-light .navbar-nav .nav-link:focus {
        color: #0071BC;
        text-decoration: none;
    }

    a.nontext {
        color: #000;
        text-decoration: none;
    }

.nav-pills .nav-link.active:hover {
    color: #fff!important;
}

.carousel-caption h5 {
    color: #212529;
}

.btn-primary:hover {
    color: #FFF !important;
    border-color: #000;
}

.btn-outline-success:hover {
    color: #FFF !important;
    border-color: #000;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #0AA254;
}

.nav-tabs .nav-link.active:hover {
    color: #0071BC;
}

.nav-tabs .nav-link:hover {
    background-color: #fff;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 1rem;
}

.nav-font {
    font-size: 1.2rem;
}

img.socialmedia {
    opacity: 0.5;
}

.socialmedia:hover {
    opacity: 1;
}

.banner-crop {
    max-height: 31.25rem;
    overflow: hidden;
}

.carousel-margin-top {
    margin-top: 0.9rem;
}

.carousel-caption {
    background-color: #000;
    opacity: 0.8 !important;
    padding: 1rem;
}

.card-sizing {
    min-height: 41.5rem;
}

.stickynote-img {
    margin-top: 1.3rem;
}

.overlay-text {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #000;
}

.overlay-text-white {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #FFF;
}

.overlay-text-info-kit {
    font-size: 1.35rem;
    line-height: 1.75rem;
}

.industry-img {
    opacity: 1.0;
    width: 14rem;
    height: 7.5rem;
}

.industry-img:hover {
    opacity: 0.7;
}

.industry-sizing {
    margin: 0 1.5rem 1.5rem 1.5rem;
}

.brochure-img {
    opacity: 1.0;
    width: 12rem;
    height: 15rem;
}

.brochure-img:hover {
    opacity: 0.7;
}

.recommend-text-catering {
    margin-top: 16rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
}

.form-control {
    margin-bottom: 0.8rem;
}

textarea.form-control {
    margin-top: 0.8rem;
}

.card-testimonial {
    max-height: 30rem;
    overflow: hidden;
}

.testimonal-margin-top {
    margin-top: 5rem;
}

.proudly-different-img {
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.overlay-img {
    margin-top: 7.2rem;
}

.card-contact {
    min-height: 21.875rem;
    margin-left: 1.25rem;
}

.card-contact2 {
    min-height: 30rem;
    margin-left: 1.25rem;
}

.card-contact-form {
    min-height: 10.625rem;
    margin-left: 1.25rem;
}

.contact-card-height {
    height: 100%;
}

.card-contact-border {
    border-right: 0.0625rem solid #E8E8E8;
}

.card-contact-border2 {
    border-right: 0.0625rem solid #FFF;
}

.card-request-form {
    border-left: 0.0625rem solid #E8E8E8;
}

.contact-header-spacing {
    margin-bottom: 2.5rem;
}

.contact-h5-spacing {
    margin-top: 10rem;
}

.contact-h5-spacing2 {
    margin-top: 2.5rem;
}

.contact-h5-spacing3 {
    margin-top: 12rem;
}

.contact-text {
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
}

.contact-text2 {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
    line-height: 1.5rem;
}

.contact-text-sm {
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    margin-top: 0;
}

.bulletless-list {
    list-style: none;
}

.btn-text {
    font-size: 1.4rem;
}

.on-prem-text {
    color: #F15A24;
}

.on-prem-cloud-imgs {
    margin-top: 0.75rem;
}

.on-prem-cloud-height {
    height: 6rem;
}

.dark-blue-header {
    color: #1B1464;
}

.card-img-top {
    width: 100%;
    height: 12.5rem;
}

.card-triple {
    background-color: #FFF;
}

.text-underlay {
    background: rgba(0,0,0,0.5);
}

.text-underlay-light {
    background: rgba(255,255,255,0.5);
    padding: 1rem;
}

.card-body-triple {
    background-color: #FFF;
    border: 1px solid grey;
    height: 100%;
}

.card-text-triple, .card-title-triple {
    margin: 1.25rem;
}

.triple-btn-1, .triple-btn-2, .triple-btn-3 {
    margin-bottom: 1rem;
}

.orange-border-bottom {
    border-bottom: 0.125rem solid #FFC315;
}

.blue-border-bottom-small {
    border-bottom: 0.125rem solid #43C6E7;
}

.dark-blue-border-bottom {
    border-bottom: 0.625rem solid #1B1464;
}

.light-blue-border-bottom {
    border-bottom: 0.625rem solid #0071BC;
}

.grey-border-bottom {
    border-bottom: 0.625rem solid #7F7F7F;
}

.card-text-overlay {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #323049;
    opacity: 0.9;
}

.laptop-img {
    max-width: 54rem;
    max-height: 40rem;
}

.youtube-overlay {
    margin-top: 2.75rem;
    margin-left: 1.5rem;
}

.event-accom-img {
    margin-top: -28rem;
}

.card-img {
    display: block;
}

.devices-logo-inline {
    display: inline;
}

.devices-logo {
    width: 15%;
}

.black-text {
    color: #000;
}

.white-text {
    color: #FFF;
}

.tech-img-width {
    width: 15rem;
}

.display-mobile {
    display: none;
}

.speech-bubble-text {
    font-size: 95%;
}

.benefits-text {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.six-heading {
    margin-bottom: 5.25rem;
    margin-left: 7rem;
    margin-right: 1rem;
}

.six-heading-2 {
    margin-left: 7rem;
    margin-bottom: 3.75rem;
    margin-right: 1rem;
}

/* xs - 0-575, sm - 576-767, md - 768-991, lg - 992-1199, xl - 1200+ */
@media (max-width: 767px) {
    .banner-crop {
        margin-top: 0;
    }

    .overlay-text, .overlay-text-white {
        font-size: 1rem;
    }

    .recommend-text-catering {
        margin-top: 0;
    }

    .hide-mobile {
        display: none;
    }

    .copyright-mobile {
        font-size: 75%;
    }

    .overlay-img {
        margin-top: 3rem;
    }

    .ep-text-index {
        margin-top: 0;
    }

    .devices-logo {
        width: 12%;
    }

    .card-triple {
        margin-bottom: 1.5rem;
    }

    .card-img-top {
        height: 15rem;
    }

    .triple-btn-1, .triple-btn-2, .triple-btn-3 {
        margin-top: 1rem;
    }

    .contact-card-height {
        height: auto;
    }

    .card-contact-border {
        border-right: none;
        border-bottom: 0.0625rem solid #E8E8E8;
    }

    .card-contact-border2 {
        border-right: none;
        border-bottom: 0.0625rem solid #FFF;
    }

    .contact-h5-spacing, .contact-h5-spacing2, .contact-h5-spacing3 {
        margin-top: 2.5rem;
    }

    .on-prem-cloud-imgs {
        display: none;
    }

    .bg-white-mobile {
        background-color: #FFF !important;
    }

    .bg-secondary-mobile {
        background-color: #E8E8E8 !important;
    }

    .tech-img-width {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .six-heading-2 {
        margin-bottom: 0.5rem;
        margin-top: -0.75rem;
        margin-left: 5rem;
    }

    .six-heading {
        margin-bottom: 2rem;
        margin-top: -0.75rem;
        margin-left: 5rem;
    }

    .benefits-text {
        font-size: 85%;
    }

    .tab-img-mobile {
        width: 30%!important;
        margin-bottom: 1.5rem;
    }

    .alert-video {
        margin-top: -2rem;
        height: 200px;
        width: 340px;
    }

    .video-gallery {
        height: 200px;
        width: 340px;
    }
}

@media (max-width: 575px) {
    .cloud-hide-mobile {
        display: none;
    }

    .six-heading {
        margin-left: 7rem;
        margin-top: 1.5rem;
        margin-bottom: 3.5rem;
    }

    .six-heading-2 {
        margin-left: 7rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .benefits-text {
        font-size: 100%;
    }

    .laptop-img, .alert-video {
        display: none;
    }
}

@media (min-width: 576px) {
    .cloud-display-mobile {
        display: none;
    }
}

@media (min-width: 576px) AND (max-width: 767px) {
    .on-prem-cloud-height {
        height: 8.75rem;
    }
}

@media (min-width: 768px) AND (max-width: 825px) {
    .bottom-footer {
        font-size: 0.9rem;
    }

    .video-gallery {
        height: 280px;
        width: 460px;
    }
}

@media (min-width: 768px) AND (max-width: 999px) {
    .devices-logo {
        width: 18%;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    .triple-btn-2 {
        margin-top: 1rem;
    }

    .triple-btn-3 {
        margin-top: 5rem;
    }

    .speech-bubble-text {
        font-size: 80%;
    }

    .alert-video {
        height: 280px;
        width: 460px;
        margin-top: -1.5rem;
    }

    .contact-h5-spacing {
        margin-top: 14.25rem;
    }

    .contact-h5-spacing3 {
        margin-top: 16.5rem;
    }
}

@media (min-width: 991px) AND (max-width: 1199px) {
    .contact-h5-spacing3 {
        margin-top: 15.25rem;
    }

    .triple-btn-2 {
        margin-top: 3rem;
    }

    .triple-btn-3 {
        margin-top: 4.5rem;
    }

    .six-heading {
        margin-bottom: 2.5rem;
    }

    .six-heading-2 {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 768px) AND (max-width: 999px) {
    .triple-btn-2 {
        margin-top: 3rem;
    }

    .triple-btn-3 {
        margin-top: 1.5rem;
    }

    .six-heading-md {
        margin-bottom: 3.75rem;
    }
}

.fixedMenuWidth {
    width: 600px;
}

@media (max-width: 600px) {
    .fixedMenuWidth {
        width: auto;
    }

    .carousel-indicators {
        margin-bottom: 26rem;
    }
}

/* Make the menu scrollable 	*/
@media (max-width: 991px) {
    .navbar {
        overflow: auto;
        max-height: 85vh;
        align-items: flex-start;
    }
}

/* Make drop down full width */
.dropdown {
    position: static !important;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
}

.menu-text-sm {
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    margin-top: 0;
    color: black;
    white-space: normal !important;
}

/* Just playing with animation */
h1.menuanimation {
    animation-name: menuAnimation;
    animation-duration: 4s;
}

@keyframes menuAnimation {
    from {
        background-color: white;
    }

    to {
        background-color: purple;
    }
    /*
	from {
		font-size: 15px
	}

	to {
		font-size: 100%
	}
	*/
}

.spin > svg {
    overflow: hidden;
    transition-duration: 1.8s;
    transition-property: transform;
}

.spin:hover > svg {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


/* Change the drop down icon to chevron */
.dropdown-toggle::after {
    border: none !important;
    vertical-align: 0;
    content: "\203A";
    transform: rotate(90deg);
}

/* Remove the outline */
.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #000;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
	 * Vortex Reverse
	 */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }
