body, h1, h2, h3, h4, h5, h6, p, input {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}

body, p, input {
    font-size: 1em;
    line-height: 2em;
}

h5 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

a, a:hover, a.list-group-item, a.list-group-item:hover {
    color: #4285f4;
    text-decoration: none;
}

dialog {
    border: none;
    background-color: rgba(0, 0, 0, 0.40);
}

footer a:hover {
    text-decoration: underline;
}

#cat_nav_blog {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

#cat_nav_blog li {
    line-height: 2.5rem;
}

#cat_nav_blog li a:before {
    content: " » ";
    color: #f9463b;
}

.dropdown-item:hover {
    background-color: #ffffff;
}

.dropdown-item a:hover {
    color: #f9463b;
}

.btn-primary, .btn-primary:hover {
    background-color: #3adbdc;
    border: #3adbdc;
}

.btn-registration, .btn-registration:hover {
    background-color: #f9463b;
    border: #f9463b;
}

.dropdown-item a, #cat_nav_blog a {
    color: #4285f4;
}

.separator1 {
    width: 15%;
    height: 2px;
    margin: 10px auto 10px auto;
    background: #f9463b;
}

.dropdown-menu .megamenu ul {
    z-index: 9999;
}

.megamenu ul {
    padding-left: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #ffffff;
}

.watch-video a, .watch-video2 a, .watch-video3 a {
    font-size: 1rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.watch-video2 a {
    color: #8dc411;
    border: 1px solid #8dc411;
}

.watch-video3 a {
    color: #ffffff;
    background-color: #2fa4ef;
}

.watch-video img, .watch-video2 img, .watch-video3 img {
    max-height: 25px;
    padding-left: 10px;
}

.img1 {
    border-radius: 50%;
    border: 4px solid #FFFFFF;
}

.img2 {
    border-radius: 50%;
    border: 4px solid #f9463b;
}

.box1 {
    box-shadow: -2px 14px 20px -4px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -2px 14px 20px -4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -2px 14px 20px -4px rgba(0, 0, 0, 0.33);
}

#player-overlay, #player-overlay2 {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
}

#player-overlay2 {
    position: absolute;
    left: 0;
    top: 0;
}

#player-overlay video {
    display: block;
    width: 100%;
    height: 100%;
}

#player-overlay2 video {
    display: block;
    width: 95%;
    height: 95%;
}

#form_wait_list3 {
    position: absolute;
    width: 50%;
    z-index: 9999;
    bottom: 20px;
}

#inthenews {
    margin-top: 5px;
    box-shadow: -1px -5px 5px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px -5px 5px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px -5px 5px -2px rgba(0, 0, 0, 0.2);
}

.bubble {
    position: relative;
    background: #FF5959;
    border-radius: 10px;
    padding: 0px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #FF5959;
    border-width: 20px 20px 20px 0;
    top: 50%;
    left: -20px;
    margin-top: -20px;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

@media (max-width: 991px) {
    img {
        height: auto;
        max-width: 100%;
    }
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    #form_wait_list3 {
        width: 80%;
        top: -10px;
    }
}

@media (max-width: 425px) {
    .text-truncate {
        max-width: 300px;
    }
}

@media (max-width: 375px) {
    .text-truncate {
        max-width: 250px;
    }
}

@media (max-width: 320px) {
    .text-truncate {
        max-width: 220px;
    }
}

.arrow-anim {
    width:100px;
    height:30px;
    display: flex;
}
.arrow-anim:before,
.arrow-anim:after {
    content: "";
    flex: 1;
    margin: 0 5px;
    background: red;
    clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));
    animation: arrowAnim .5s infinite alternate;
}

.arrow-anim:after {
    --s:-1;
}
@keyframes arrowAnim {
    0%  {transform: scaleX(var(--s,1)) translate(-4px)}
    100%{transform: scaleX(var(--s,1)) translate( 4px)}
}

.arrow-anim-container {
    filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.5));
}

.modal-fullscreen {
    width: calc(100vw - 32px) !important;
}

.text-white-shadow {
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.page-h1 {
    font-size: 32px;
}

@media (max-width: 425px) {
    .page-h1 {
        line-height: 36px;
        font-size: 22px;
    }
}

.text-truncate{
    color: #2fa4ef;
}