.margosa-title {
    font-family: century-gothic, sans-serif;
}


.map iframe {
    border: 0;
    min-height: 25em;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
}

@media(max-width:992px){
    .map {
        margin-top: -45px;
    }
}

.equipment-img {
    border-radius: 12px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.page-header.page-header-small {
    min-height: 100vh !important;
}

.contactus-1 {
    padding-top: 200px;
    padding-bottom: 200px;
}

body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}