﻿/*===============================================
css for /css/clients/default/site.css
===============================================*/
#gototop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 100;
    cursor: pointer;
    color: #ccc;
    font-size: 60px;
}

#section-10 .counter {
    font-size: 40px;
    font-weight: 800;
    padding-top: 40px;
}

#section-10 .counter-label {
    font-size: 20px;
}

.page-content {
    padding: 0px;
    margin-top: 80px;
}

.discover-light {
    font-size: 2.25em;
    font-weight: 100;
    color: #fff;
}

.discover-bold {
    font-size: 2.25em;
    font-weight: 500;
    color: #fff;
}

.welcomebar {
    padding: 15px 15px 15px 15px !important;
}

.welcomebar-area {
    background-color: var(--light-1) !important;    
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.video-fluid {
    max-width: 100%;
    height: auto;
}

.standard-page-content {
    padding-top: 45px;
    padding-bottom: 60px;
}

.contact-us {
    padding: 100px 0px 120px 0px !important;
}

.footer-address {
    color: white;
    opacity: 0.7;
    margin-top: 25px;
}

.footer-link {
    margin-top: 40px !important;
}

.footer-link-address {
    margin-top: 40px !important;
}

.navlogo {
    height:70px;
    margin: 5px 0px 5px 0px;
}

.navlogomedium {  
    height: 110px !important;
}

.navlogolarge {
    height: 144px;    
}

.service-icon {
    height: 50px;    
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(19%) hue-rotate(200deg) brightness(91%) contrast(80%);    
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;   
}

.contact-validation-message {
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: indianred;
  /*  line-height:1.5;*/
    padding: 30px;
    margin: 30px 0px 30px 0px;
}

.PageTitle {
    margin-bottom: 16px;
}


/* CUSTOM BUTTONS START */
.btn-public {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #666;
    background-color: white;
    color: #333;
}

.btn-public:hover {
    background-color: var(--light-3);
}

.btn-public:focus {
    background-color: var(--light-3);
}


.btn-submit {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(120, 190, 32, 0.90);
    color: white;
}

.btn-submit:hover {
    background-color: rgba(120, 190, 32, 1);
}

.btn-submit:focus {
    background-color: rgba(120, 190, 32, 1);
}

.btn-delete {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(218, 41, 28, 0.90);
    color: white;
}

.btn-delete:hover {
    background-color: rgba(218, 41, 28, 1);
}

.btn-delete:focus {
    background-color: rgba(218, 41, 28, 1);
}

.btn-reset {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(65, 182, 230, 0.90);
    color: white;
}

.btn-reset:hover {
    background-color: rgba(65, 182, 230, 1);
}

.btn-reset:focus {
    background-color: rgba(65, 182, 230, 1);
}

.btn-toolbar {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(118, 134, 146, 0.90);
    color: white;
}

.btn-toolbar:hover {
    background-color: rgba(118, 134, 146, 1);
}

.btn-toolbar:focus {
    background-color: rgba(118, 134, 146, 1);
}
/* CUSTOM BUTTONS END */