html {
  scroll-behavior: smooth;
}
body {
    background-size: cover;
    top: 0px !important; 
    width: 100%;
    overflow-x: hidden;
}
.employeelnk:hover {
    text-decoration: none !important;
}
.form-control[readonly] {
    background-color: #fff !important;
}
#ui-id-1{
    padding: auto 1rem;
}
#ui-id-1>li{
    padding: auto 1rem;
    font-size: small;
}
#ui-id-1>li:hover{
    background: #2392ff;
    color: #fff;
}
#btn-add-box {
    color: #eaeaea;
    background-color: #f8f9fc;
    border-color: #eaeaea;
    border-width: medium;
    border-style: dashed;
    -webkit-transition: ease 0.5s; /* Safari prior 6.1 */
    transition: ease 0.5s;
}
#btn-add-box:hover {
    color: #dedede;
    background-color: #f1f1f1;
    border-color: #dedede;
    -webkit-transition: ease 0.5s; /* Safari prior 6.1 */
    transition: ease 0.5s;
}
#btn-add-box:active {
    color: #ffffff;
    background-color: #efefef;
    border-color: #ffffff;
}
.sidebar-dark.toggled > a #wide-brand {
    display: none;
}
.sidebar-dark.toggled > a #icon-brand {
    display: block;
}
.sidebar-dark > a #wide-brand {
    display: block;
}
.sidebar-dark > a #icon-brand {
    display: none;
}
.cawo-tilt{
  -webkit-filter: drop-shadow( 0 0 7px rgba(0, 0, 0, .25));
  filter: drop-shadow( 0 0 7px rgba(0, 0, 0, .25));
  /* Similar syntax to box-shadow */
}
#content-wrapper {
  z-index: 1;
}
.parallax-window {
    min-height: 720px;
    background: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 0!important;
}
.content-division {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.tilt-div {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.stripes {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.bg-covered{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
#toggleMenu {
    display: none;
    font-size: x-large;
}
nav {
    padding: 1rem;
    z-index: 1!important;
}
nav a {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.navbar-brand>img {
    height: 40px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.shrink{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
@media (max-width: 768px) {
    
}
.card-deck .card{
    border-radius: 0px !important;
}
.bg-image {
  background-size: cover;
  min-height: 320px;
}
#intro {
    font-family: 'Cambay', sans-serif;
    color: #ff797a;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
@media (max-width: 991px) {
    #MainMenu{
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 1rem 1rem 5rem 1rem;
        background: rgba(255,255,255,1);
    }
    #MainMenu li:hover {
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        background: #de5c5d;
        padding-left: 1rem;
    }
    #MainMenu li:hover a {
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        color: #fff;
        font-weight: 500;
    }
    #MainMenu li {
        border-bottom: 1px solid #dee2e6 !important;
    }
    #MainMenu a {
        color: rgba(0, 0, 0, 0.9);
        font-size: x-large!important;
    }
}
footer {
    margin-left: -1rem;
    margin-right: -1rem;
}
.lightbox:hover{
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    filter: brightness(50%);
}

.sky {
  background: #4B79A1;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #283E51, #0A2342);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #283E51, #0A2342); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -olinear-gradient(to top, #283E51, #0A2342);
}
.stars {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  background:url('./img/stars.png') repeat top center;
  z-index:0;
}
.scroll-to-top{
    z-index: 999;
}
#pricing {
    padding-bottom: 10rem;
}
.alert-cookie-policy{
  display: none;
  border-radius: 0;
  position: fixed;
  bottom:0;
  top:auto;
  left:0;
  right: 0;
  z-index: 999;
}
.alert-cookie-policy .alert{
  border-radius: 0;
}
#priceTables .card-header {
    border-radius: 0;
}
#priceTables .card-header h5 {
    margin: 0;
}
#priceTables .card-header strong {
    font-size: smaller;
}
#priceTables .card {
    border-radius: 0;
    border: 0;
}
#priceTables .card:hover {
    z-index: 999;
}
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-url {cursor: url(myBall.cur),auto;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

.navbar-dark .hvr-underline-from-left:before {
    background: #ffffff!important;
}
.navbar-light .hvr-underline-from-left:before {
    background: #ff797a!important;
}
.d-table-cell {
    vertical-align: middle!important;
}
.table-cell-fit {
    width: 1%;
}
#languages .img-fluid {
    height: 3rem!important;
    margin: 1rem;
}
.text-larger {
    font-size: larger;
}
.text-medium {
    font-size: medium;
}
.text-smaller {
    font-size: smaller;
}
.text-x-large {
    font-size: x-large;
}
.text-xx-large {
    font-size: xx-large;
}
.text-small {
    font-size: small;
}
.text-x-small {
    font-size: x-small;
}
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #5a5c69;
}
.scroll-to-top i {
  font-weight: 800;
}