body{
    font-family: "mog";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
}
.nav-item:hover{
    font-weight: bold;
    background-color: #ececec;
    border-radius: 1em;
}
.active{
    font-weight: bold;
    background-color: #ececec;
    border-radius: 1em;
}
.dropdown-menu{
    border-radius: 1em;
}
.dropdown-item:hover{
    font-weight: bold;
}
.dropdown-item.active, .dropdown-item:active{
    color: black;
    font-weight: bold;
    background-color: #ececec;
}
#wondTechLogo{
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#wondTechbLogo{
    animation-delay: 1s;
}
.card{
    margin-top: 5px;
}
#social a{
    color: #6c757d;
}
#social #whatsapp:hover{
    color: green;
}
#social #facebook:hover{
    color: #0056b3;
}
#social #twitter:hover{
    color: #007bff;
}
#social #linkedin:hover{
    color: #0056b3;
}
#social #instagram:hover{
    color: #e83e8c;
}
#social #youtube:hover{
    color: red;
}
/*********************************************** Loading CSS */
#loadePage{
    position: fixed;
    background-color: #000;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 5;
}
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

#myDiv {
    display: none;
    text-align: center;
}
/*********************************************** Loading CSS */

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { border-radius: 1em; text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }