.fs-4-2 {
    font-size: calc(1.275rem + 0.2vw) !important;
}

.fs-5-2 {
    font-size: 1.1em !important;
}

.fs-6-2 {
    font-size: .95em !important;
}

.fs-7 {
    font-size: .9em !important;
}

.fs-7-2 {
    font-size: .85em !important;
}

.fs-8 {
    font-size: .8em !important;
}

.fs-8-2 {
    font-size: .75em !important;
}

.fs-9 {
    font-size: .7em !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.vh-10 {
    height: 10vh !important;
}

.vh-15 {
    height: 15vh !important;
}

.vh-20 {
    height: 20vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-35 {
    height: 35vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-45 {
    height: 45vh !important;
}

.vh-55 {
    height: 55vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-65 {
    height: 65vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-85 {
    height: 85vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.vh-95 {
    height: 95vh !important;
}

.btnsz-nm {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    border-radius: 0.25rem !important;
}

.btnsz-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.2rem !important;
}

.btnsz-lg {
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    border-radius: 0.3rem !important;
}

select {
    cursor: pointer;
}

option {
    font-size: 1.1em;
    vertical-align:13px;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.border-muted {
  border-color: #3a3a3a !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

@media (min-width: 576px) {
    .px-sm-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-sm-6 {
      padding-left: 4rem !important;
      padding-right: 4rem !important;
    }
    .btnsz-sm-nm {
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        border-radius: 0.25rem !important;
    }
    .btnsz-sm-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .btnsz-sm-lg {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
        border-radius: 0.3rem !important;
    }
    .border-sm-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-sm-start-0 {
        border-left: 0 !important;
    }
    .border-sm-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-sm-end-0 {
        border-right: 0 !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
    .fs-sm-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-sm-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-sm-3 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-sm-4 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-sm-4-2 {
        font-size: calc(1.275rem + 0.2vw) !important;
    }
    .fs-sm-5 {
        font-size: 1.25rem !important;
    }
    .fs-sm-5-2 {
        font-size: 1.1em !important;
    }
    .fs-sm-6 {
        font-size: 1rem !important;
    }
    .fs-sm-6-2 {
        font-size: .95em !important;
    }
    .fs-sm-7 {
        font-size: .9em !important;
    }
    .fs-sm-7-2 {
        font-size: .85em !important;
    }
    .fs-sm-8 {
        font-size: .8em !important;
    }
    .fs-sm-8-2 {
        font-size: .75em !important;
    }
    .fs-sm-9 {
        font-size: .7em !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-35 {
        width: 35% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .px-md-6 {
      padding-left: 4rem !important;
      padding-right: 4rem !important;
    }
    .btnsz-md-nm {
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        border-radius: 0.25rem !important;
    }
    .btnsz-md-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .btnsz-md-lg {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
        border-radius: 0.3rem !important;
    }
    .border-md-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-start-0 {
        border-left: 0 !important;
    }
    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-md-end-0 {
        border-right: 0 !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
    .fs-md-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-md-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-md-3 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-md-4 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-md-4-2 {
        font-size: calc(1.275rem + 0.2vw) !important;
    }
    .fs-md-5 {
        font-size: 1.25rem !important;
    }
    .fs-md-5-2 {
        font-size: 1.1em !important;
    }
    .fs-md-6 {
        font-size: 1rem !important;
    }
    .fs-md-6-2 {
        font-size: .95em !important;
    }
    .fs-md-7 {
        font-size: .9em !important;
    }
    .fs-md-7-2 {
        font-size: .85em !important;
    }
    .fs-md-8 {
        font-size: .8em !important;
    }
    .fs-md-8-2 {
        font-size: .75em !important;
    }
    .fs-md-9 {
        font-size: .7em !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-lg-6 {
      padding-left: 4rem !important;
      padding-right: 4rem !important;
    }
    .btnsz-lg-nm {
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        border-radius: 0.25rem !important;
    }
    .btnsz-lg-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .btnsz-lg-lg {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
        border-radius: 0.3rem !important;
    }
    .border-lg-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-lg-start-0 {
        border-left: 0 !important;
    }
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-lg-end-0 {
        border-right: 0 !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
    .fs-lg-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-lg-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-lg-3 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-lg-4 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-lg-4-2 {
        font-size: calc(1.275rem + 0.2vw) !important;
    }
    .fs-lg-5 {
        font-size: 1.25rem !important;
    }
    .fs-lg-5-2 {
        font-size: 1.1em !important;
    }
    .fs-lg-6 {
        font-size: 1rem !important;
    }
    .fs-lg-6-2 {
        font-size: .95em !important;
    }
    .fs-lg-7 {
        font-size: .9em !important;
    }
    .fs-lg-7-2 {
        font-size: .85em !important;
    }
    .fs-lg-8 {
        font-size: .8em !important;
    }
    .fs-lg-8-2 {
        font-size: .75em !important;
    }
    .fs-lg-9 {
        font-size: .7em !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-45 {
        width: 45% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-55 {
        width: 55% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-xl-6 {
      padding-left: 4rem !important;
      padding-right: 4rem !important;
    }
    .btnsz-xl-nm {
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        border-radius: 0.25rem !important;
    }
    .btnsz-xl-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .btnsz-xl-lg {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
        border-radius: 0.3rem !important;
    }
    .border-xl-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xl-start-0 {
        border-left: 0 !important;
    }
    .border-xl-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xl-end-0 {
        border-right: 0 !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .h-xl-auto {
        height: auto !important;
    }
    .fs-xl-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-xl-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-xl-3 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-xl-4 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-xl-4-2 {
        font-size: calc(1.275rem + 0.2vw) !important;
    }
    .fs-xl-5 {
        font-size: 1.25rem !important;
    }
    .fs-xl-5-2 {
        font-size: 1.1em !important;
    }
    .fs-xl-6 {
        font-size: 1rem !important;
    }
    .fs-xl-6-2 {
        font-size: .95em !important;
    }
    .fs-xl-7 {
        font-size: .9em !important;
    }
    .fs-xl-7-2 {
        font-size: .85em !important;
    }
    .fs-xl-8 {
        font-size: .8em !important;
    }
    .fs-xl-8-2 {
        font-size: .75em !important;
    }
    .fs-xl-9 {
        font-size: .7em !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-45 {
        width: 45% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-55 {
        width: 55% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-65 {
        width: 65% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-85 {
        width: 85% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-95 {
        width: 95% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1400px) {
    .px-xxl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .px-xxl-6 {
      padding-left: 4rem !important;
      padding-right: 4rem !important;
    }
    .btnsz-xxl-nm {
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        border-radius: 0.25rem !important;
    }
    .btnsz-xxl-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .btnsz-xxl-lg {
        padding: 0.5rem 1rem !important;
        font-size: 1.25rem !important;
        border-radius: 0.3rem !important;
    }
    .border-xxl-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xxl-start-0 {
        border-left: 0 !important;
    }
    .border-xxl-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xxl-end-0 {
        border-right: 0 !important;
    }
    .h-xxl-25 {
        height: 25% !important;
    }
    .h-xxl-50 {
        height: 50% !important;
    }
    .h-xxl-75 {
        height: 75% !important;
    }
    .h-xxl-100 {
        height: 100% !important;
    }
    .h-xxl-auto {
        height: auto !important;
    }
    .fs-xxl-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-xxl-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-xxl-3 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-xxl-4 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-xxl-4-2 {
        font-size: calc(1.275rem + 0.2vw) !important;
    }
    .fs-xxl-5 {
        font-size: 1.25rem !important;
    }
    .fs-xxl-5-2 {
        font-size: 1.1em !important;
    }
    .fs-xxl-6 {
        font-size: 1rem !important;
    }
    .fs-xxl-6-2 {
        font-size: .95em !important;
    }
    .fs-xxl-7 {
        font-size: .9em !important;
    }
    .fs-xxl-7-2 {
        font-size: .85em !important;
    }
    .fs-xxl-8 {
        font-size: .8em !important;
    }
    .fs-xxl-8-2 {
        font-size: .75em !important;
    }
    .fs-xxl-9 {
        font-size: .7em !important;
    }
    .w-xxl-10 {
        width: 10% !important;
    }
    .w-xxl-15 {
        width: 15% !important;
    }
    .w-xxl-20 {
        width: 20% !important;
    }
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-30 {
        width: 30% !important;
    }
    .w-xxl-35 {
        width: 35% !important;
    }
    .w-xxl-40 {
        width: 40% !important;
    }
    .w-xxl-45 {
        width: 45% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-55 {
        width: 55% !important;
    }
    .w-xxl-60 {
        width: 60% !important;
    }
    .w-xxl-65 {
        width: 65% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
    }
    .w-xxl-85 {
        width: 85% !important;
    }
    .w-xxl-90 {
        width: 90% !important;
    }
    .w-xxl-95 {
        width: 95% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
    .w-xxl-auto {
        width: auto !important;
    }
}


/* ----------------------------------------------------------------------------------- */

textarea:hover, 
textarea:active, 
textarea:focus, 
input:hover, 
input:active, 
input:focus,
button:hover,
button:active,
button:focus,
label:hover,
label:active,
label:focus,
select:hover,
select:active,
select:focus,
.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none!important;
    outline: 0!important;
}

.center-h {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    display: flex !important;
}

.center-v {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
}

.shadow-sm {
    box-shadow: 0 0.22rem 0.43rem rgb(0 0 0 / 8%) !important;
}

/* ----------------------------------------------------------------------------------- */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.2s ease-out !important;
}

::-webkit-input-placeholder {
    /* font-style: italic; */
    font-size: .85em;
    color:#c1c1c1 !important;
 }
 :-moz-placeholder {
    /* font-style: italic; */
    font-size: .85em;
    color:#c1c1c1 !important;
 }
 ::-moz-placeholder {
    /* font-style: italic; */
    font-size: .85em;
    color:#c1c1c1 !important;
 }
 :-ms-input-placeholder {  
    /* font-style: italic; */
    font-size: .85em;
    color:#c1c1c1 !important;
 }

.fw-semi-bold {
    font-weight: 600 !important;
}

/*-------------------------------------------------------------------------------*/

.btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  
  /*-------------------------------------------------------------------------------*/
  
  .easy-transition {
    -webkit-transition: .3s ease !important;
    -o-transition: .3s ease !important;
    transition: .3s ease !important;
  }
  
  .serv1:hover {
    color: white !important;
    background-color: #0340b1 !important;
  }
  
  /*-------------------------------------------------------------------------------*/
  
  .contact1 input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .contact1 textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  /*-------------------------------------------------------------------------------*/
  
  .fa-pull-left {
    float: left
  }
  
  .fa-pull-right {
    float: right
  }
  
  .fa.fa-pull-left {
    margin-right: .3em
  }
  
  .fa.fa-pull-right {
    margin-left: .3em
  }
  
  .pull-right {
    float: right
  }
  
  .pull-left {
    float: left
  }
  
  .fa.pull-left {
    margin-right: .3em
  }

  /*-------------------------------------------------------------------------------*/  

  .hours:hover {
    -webkit-transition: .3s ease !important;
    -o-transition: .3s ease !important;
    transition: .3s ease !important;
  }
  
  .hours:hover {
    background-color: #2e2e2e;
  }