body,
html {

    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}


hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #F05F40;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}

hr.light {
    border-color: #fff;
}

a {

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    /*    color: #fff;*/
}


.text-faded {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 12px;
}

section {
    padding: 2rem 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}
input:focus{
    outline: none;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


/* Nav icon positioning */

.position {

    transition: all .3s ease;
    z-index: 112;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #b39ddb;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 200ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
/* Off Canvas Navigation */

main {
    width: 100%;

    left: 0;
    transition: .3s ease all;
}

aside {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -250px;
    text-align: right;
    padding-top: 39px;
    background: #5c3cac;
    font-size: .8em;
    font-family: sans-serif;
    font-weight: 300;
    z-index: 11111;
    transition: all .3s ease;
}

aside p {
    color: #f26c4f;
    padding: 20px;
}
aside p img{
    float: left;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
aside nav ul {
    margin: 0;
    padding: 0;
}
aside .logo-bottom{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
}


aside nav ul li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}

aside nav ul li a:hover {
    background: #9780cb;
    text-decoration: none;
    color:#fff;
}
/* JavaScript toggle */

.show-nav aside,
.show-nav .position,
.show-nav main {
    transform: translateX(250px);
}
.show-nav{
    overflow: hidden;
}
.show-nav .position {
    position: fixed;
}
#mainNav .navbar-nav > li.nav-item > a.signup,a.signup{
    margin: 0 5px;
    color:#fff;
    width: 130px;
    font-size: 14px;
    padding: 0.475rem 2.35rem; 
    background-image: -ms-linear-gradient(left, #509EC1 0%, #51B6B8 100%);
    background-image: -moz-linear-gradient(left, #509EC1 0%, #51B6B8 100%);
    background-image: -o-linear-gradient(left, #509EC1 0%, #51B6B8 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #509EC1), color-stop(100, #51B6B8));
    background-image: -webkit-linear-gradient(left, #509EC1 0%, #51B6B8 100%);
    background-image: linear-gradient(to right, #509EC1 0%, #51B6B8 100%);
}
#mainNav .navbar-nav > li.nav-item > a.signin,a.signin{
    margin: 0 5px;
    color:#fff;
    width: 130px;
    font-size: 14px;
    padding: 0.475rem 2.35rem;
    background-image: -ms-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -moz-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -o-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FF9570), color-stop(100, #FD8E8D));
    background-image: -webkit-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: linear-gradient(to right, #FF9570 0%, #FD8E8D 100%);
}
#mainNav a.my-account{
    margin: 0 5px;
    color:#f26c4f;
    font-size: 14px;
    border: 2px solid #ececec;
    padding: 5px 20px;
    background: #fff;
}

a.my-account img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.dropdown-menu{
    background: #fff;
    border: 2px solid #f9ad81;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    float: left;
    border-radius: 10px;
    position: absolute;
    margin: 0;
    padding: 5px; 
    top: 4em;
    /*width: 220px;*/
    z-index: 100028;
}
.btn.focus, .btn:focus{
    box-shadow: 0 0 0 1px #ececec;
}
.dropdown-menu li{
    color:#f9ad81;
    font-size: 13px;
    padding: 5px;
}

.dropdown-menu li a{
    color:#003471;
}
.dropdown-menu li a:hover{
    text-decoration: none;

}
a.my-account.dropdown-toggle::after{
    content: '';
    border: none;
}
.dropdown-menu::before{
    content:"";
    position: absolute;
    right: 49.1%;
    top: -12.4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.dropdown-menu::after{
    content:"";
    position: absolute;
    right: 50%;
    top: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px 10px;
    border-color: transparent transparent #f9ad81 transparent;
    /* z-index:9998; */
}
.alert{
    padding:0.45rem 1.25rem;
    margin:0; 
    text-align: center;
    border-radius: 0;
    color:#fff;
    background-image: -ms-linear-gradient(left, #924783 0%, #60438e 50%, #454094 100%);
    background-image: -moz-linear-gradient(left, #924783 0%, #60438e 50%, #454094 100%);
    background-image: -o-linear-gradient(left, #924783 0%, #60438e 50%, #454094 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #924783), color-stop(50, #60438e), color-stop(100, #454094));
    background-image: -webkit-linear-gradient(left, #924783 0%, #60438e 50%, #454094 100%);
    background-image: linear-gradient(to right, #924783 0%, #60438e 50%, #454094 100%);
}
.alert a{
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
}
.alert .close {
    font-size: 1rem;
    font-weight: 400;
    outline: none;
}
.alert .close:hover,.close:focus{
    color:#fff;
    outline: none;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
    margin-right: 25px;
    padding: 0.05rem 0.25rem;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    outline: none;
}
.navbar-expand-lg .navbar-brand.d-block.d-sm-none img{
    width: 140px;
}
.navbar-toggler i{
    font-size: 35px;
    color: #b39ddb;
}

.text-primary {
    color: #F05F40 !important;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-xl {
    padding: 0.7rem 2rem;
}

.btn-primary {
    background-color: #f26c4f;
    border-color: transparent !important;
    border:0.1rem solid;
}
.masthead .btn-primary, .bg-primary .btn-primary{
    border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important;
    border-color: #fff;
}

/*.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}*/
.top-0{
    top:0!important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1400px;
    }
}




#mainNav {
    border-color: transparent;
    background-color: transparent;
    top:39px;
}
#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: #fff;
    top:0px;
}

header.masthead {
    padding-top: 10rem;
    position: relative;
    padding-bottom: calc(23rem - 56px);
    background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url("../../images/index/header.jpg");
    /*    background-image: url("../img/header.jpg");*/
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px;
}

header.masthead p {
    font-weight: 300;
}
.container.my-auto{
    position: relative;
}
.search-box{
    background: rgba(0, 0, 0, 0.5);
    margin: 0 20px;
    padding: 10px;
    border: 2px solid;
    border-radius: 5px;
}
.search-field{
    width: 83%;
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    /*margin-right: 20px;*/
}
.search-field::placeholder {
    color:rgba(255, 255, 255, 0.7);
    font-size: 1.0em;
}
.search-button{
    padding: 10px;
    border:0;
}
.search h3{
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.requert-demo-btn{
    border: 0.1rem solid #fff;
    font-size: 16px;
    border-radius: 9px;
}
.download-app{
    position: absolute;
    left: 0;
    top:60%;
    width: 160px;
    height: 100px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(255,255,255,0.5);

}
.download-app p{
    font-size: 14px !important;
    color:#7e57c2;
    padding: 15px 10px 0;
    margin-bottom: 2px; 
}
.download-app .btn{
    background: #7e57c2;
    width: 50px;
    height: 50px;
    padding: 12px;
}

.tryout .btn:hover{
    background: #3e246b;
}
.tryout .btn img{
    height: 28px;
}

.tryout{
    position: absolute;
    left: 0;
    top:60%;
    width: 210px;
    height: 100px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(255,255,255,0.5);
}
.tryout p{
    font-size: 14px !important;
    color:#7e57c2;
    padding: 15px 10px 0;
    margin-bottom: 2px; 
}
.tryout .btn{
    background: #7e57c2;
    width: 50px;
    height: 50px;
    padding: 12px;
}

.tryout .btn:hover{
    background: #3e246b;
}
.tryout .btn img{
    height: 28px;
}

.btn.go-down{
    display: block;
    width: 50px;
    height: 50px;
    background: #f26c4f;
    padding: 11px;
    border: 0.1em solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    bottom: 5%;
    left: 48.4%;
    position: absolute;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.5);
}
.bg-primary{
    position: relative;
    background: -webkit-linear-gradient(rgb(247, 115, 86), rgba(247, 115, 86, 0) 0%),  -webkit-linear-gradient(-25deg, rgb(247, 115, 86) 48%, #fb8f74 0%)  
}
.bg-primary .container{
    max-width: 100%;
}
.wrap {
    width: 100%;
    height: 625px;
    padding-top: 0%;
    position: relative; 
    right: 0;
    margin-right: -15px;
}

.mockup {
    position: absolute;
}
.mockup__img {
    display: block;
    width: 100%;
    height: 100%
}
.screen,
.mobile {
    position: absolute;
    z-index: 100;
    background: transparent;
    outline: 1px solid transparent;
    -webkit-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
}
.mockup_desktop{
    width: 874px;
    height: 590px;
    top: 27px;
    left: 104px;
    position: absolute;
}
.mockup_mobile{
    width: 300px;
    height: 500px;
    top: 153px;
    left: -50px;
    z-index: 111;
    position: absolute;
}

.screen {
    width: 843px;
    height: 532px;
    top: 54px;
    left: 135px;
}

.mobile {
    width: 247px;
    height: 442px;
    top: 180px;
    left: -23px;
    z-index: 111;
}
.wrap .carousel-indicators {

    bottom: -19%;
    left: 95px;
}
.feature{
    padding: 70px 0px 0 80px;
}
.feature h4{
    font-size: 22px;
}
.feature ul{
    padding: 7px 16px;
}
.feature ul li {
    padding: 10px 0;
}
.feature .btn-primary{
    background: #e45e40;
    padding: 12px 40px;
}

.gatesecure h3 img{
    margin-top: -8px;
}
.gatesecure__list {
    margin: 0 auto;
    margin-top: 20px; 
    padding: 0 50px;
}
.gatesecure__list ul{
    list-style: none;
    margin: 0 auto;
}
.item::before{
    position: absolute;
    top: 0;
    content: "";
    width: 30px;
    height: 30px;
    /*background-image: url(../img/viral-marketing.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    left: -50px;
    margin: 9px;
}
.sos::before{
    background-image: url("../img/sos.png");
}
.visitor::before{
    background-image: url("../img/visitor.png");
}
.auth::before{
    background-image: url("../img/computer.png");
}
.approve::before{
    background-image: url("../img/computer-1.png");
}
.hire::before{
    background-image: url("../img/review.png");
}
.gatesecure__list div.item{
/*    padding: 20px 95px;*/
}
.gatesecure__list div.item img{
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px 20px;
}
.gatesecure__list li.item p span{
    display: block;
}
.gatesecure h3 span:before{
    display: inline-block;
    content: '|';
    margin-bottom: 5px; 
}
.gatesecure__list div.item::before{
    /*content: url(../img/disk-icon.png);*/ 
    width: 18px;
    height: 18px;
    padding: 16px;
    display: block;
    position: absolute;
    left: 50px;
}
.gatesecure .btn-primary{
    background: #19b8f2;
    padding: 10px 35px;
    font-weight: 600
}
.member__feature{
    background: #5e35b1;
}
#member_feature{
    width: 800px;
}
.member__feature .carousel-indicators li{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto; 
    height: auto; 
    margin:0;
    text-indent: 0px;
    padding: 12px 30px;
    background-color: #a185d6;
    color:#fff;
    border-radius: 0;
    cursor: pointer;
}
.member__feature .carousel-indicators li.active{
    background: #441d92;
}
.member__feature .carousel-indicators li:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.member__feature .carousel-indicators li:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.member__feature .carousel-indicators{
    position: relative;
    right: auto; 
    bottom: auto;
    left: auto;
}
.member__feature .card{
    background: #6a41be;
    box-shadow:  0 0 14px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.15);
    margin: 10px 10px 20px;
    color:#fff;
}
.member__feature .card h6{
    font-weight: 200;
    font-size: 18px; 
}
.member__feature .card h6 img{
    width: 25px;
    /*margin-top: -11px;*/
    margin-right: 10px;
}
.member__feature .card p{
    font-size: 13px;
    margin:  0
}
.member__feature a{
    color:#fff;
    text-decoration: none;
}
.member__feature .carousel-inner{
}
.member__feature .carousel-control-prev{
    left: -80px;
    opacity: 1;
}
.member__feature .carousel-control-next{
    right: -80px;
    opacity: 1;
}
.statistics{
    background-image: -ms-linear-gradient(top, #12B2BC 0%, #06A8AF 100%);
    background-image: -moz-linear-gradient(top, #12B2BC 0%, #06A8AF 100%);
    background-image: -o-linear-gradient(top, #12B2BC 0%, #06A8AF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #12B2BC), color-stop(100, #06A8AF));
    background-image: -webkit-linear-gradient(top, #12B2BC 0%, #06A8AF 100%);
    background-image: linear-gradient(to bottom, #12B2BC 0%, #06A8AF 100%);
}
.statistics .row div{
    padding: 10px 55px;
    margin: 0 auto;
}
.statistics img{
    display: inline-block;
    width: 45px;
    float: left;
}
.statistics p{
    display: inline-block;
    margin-left: 15px;
    color:#fff;
}
.testimonial{
    background: url(../../images/index/bg-testimonial.jpg);
    min-height: 350px;
}
.testimonial .panel{
    width: 900px;
    position: relative;
    height: 270px;
    border-radius: 8px;
    background: #fff;
    padding: 20px 50px;
    margin-bottom: 40px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
}
.testimonial .panel::after{
    content: '';
    position: absolute;
    right: 141px;
    bottom: -28px;
    width: 0;
    height: 0;
    transform: rotate(31deg);
    border-left: 12px solid transparent;
    border-right: 5px solid transparent;
    border-top: 43px solid #fff;
    clear: both;
}
.testimonial h4{
    color: #9575cd;
}
.testimonial p{
    font-size: 14px;
    color:#464646; 
}
.testimonial .testimonial-name{
    font-weight: 600;
    font-size: 14px;
}
.testimonial .carousel-indicators{
    bottom: -55px;
}
.testimonial .carousel-control-prev{
    left: -69px;
}
.testimonial .carousel-control-next{
    right: -69px;
}
.carousel-control-prev-icon{
    background-image: url(../img/left.png);
}
.carousel-control-next-icon{
    background-image: url(../img/right.png);
}
.testimonial .carousel-control-prev,.testimonial .carousel-control-next {
    top: 40%;
    background: #b39ddb;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.2em solid;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
}
.carousel-indicators .active{
    background: #e45e40;
}
.news{
    background: #efefef;
}
.footer{
    background: #efefef;
}
/* HTML Set up */
footer {
    background: #efefef;
    color: #fff;
    margin: 0;

}
footer .centered {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
footer .centered .footer-logo {
    margin: auto;
    width: 15%;
}
footer .centered .footer-logo img.logo {
    padding: 30px 20px 10px 20px;
    max-width: 100%;
    float: left;
}
footer .centered .footer-contact {
    width: 15%;
}
footer .centered .footer-navigation {
    width: 70%;
}
footer .centered .footer-navigation .footer-links-holder {
    width: 20%;
    position: relative;
    float: left;
    margin: 0;
    padding: 5px;
}
.media__link{
    width: 13% !important;
}
.feature__link{
    width: 20%!important;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
footer .bottom-bar {
    position: relative;
    font-size: .8em;
    color:#757575;
    background: #fff;
    padding: 15px 30px;
}

/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
    footer .centered {
        flex-wrap: wrap;
    }
    footer .centered .footer-logo {
        max-width: 250px;
        width: 50%;
    }
    footer .centered .footer-contact {
        width: 50%;
        padding: 0 20px;
    }
    footer .centered .footer-navigation {
        width: 100%;
    }
    footer .centered .footer-navigation .footer-links-holder {
        padding: 0 20px;
    }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 767px) {
    footer .centered .footer-logo {
        width: 100%;
        max-width: 100%;
        /*        margin: 0 auto;*/
        margin-bottom: 20px
    }
    footer .centered .footer-contact {
        width: 100%;
    }
    .feature__link,.media__link{
        width: 100% !important;
    }
    footer .centered .footer-navigation .footer-links-holder {
        width: 100%;
        padding: 0;
    }
    footer .centered .footer-navigation .footer-links-holder h3 {
        margin: 0;
        padding: 10px 20px;
        border-top: #000 1px solid;
        cursor: pointer;
        /* Down Arrows */
    }
    footer .centered .footer-navigation .footer-links-holder h3::after {
        float: right;
        margin-right: 10px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-top: 7px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #b39ddb;
        border-right: 2px solid #b39ddb;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }
    footer .centered .footer-navigation .footer-links-holder .footer-links {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
    }
    footer .centered .footer-navigation .footer-links-holder.active h3::after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    footer .centered .footer-navigation .footer-links-holder.active .footer-links {
        max-height: 10000px;
    }
    footer .bottom-bar {
        font-size: .6em; 
    }
}
/* Social Icons */
.social {

}
.social a {
    display: inline-block;
    padding: 7px 8px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 20px;
    margin: 0 2px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.social .facebook{
    background: #3b5998;
    padding: 7px 11px;
}
.social .facebook:hover{
    color:#3b5998;
    background: #fff;
}
.social .twitter{
    background: #55acee;
}
.social .twitter:hover{
    color:#55acee;
    background: #fff;
}
.social .linkedin{
    background: #007ab9;
}
.social .linkedin:hover{
    color:#007ab9;
    background: #fff;
}

/* Typography */
footer h3 {
    font-weight: 500;
    margin-top: 15px;
    color: #4a148c;
    font-size: 14px;
}
footer p, footer li {
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 10px 0;
    font-size: 12px;
    color: #464646;
}
footer a {
    color: #464646;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}
footer a:hover {
    color: #e45e40;
    text-decoration: none;
}

/* Misc CSS */
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
}

/**** side menu **/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #1a184f;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    text-align: right;
    font-size: 16px;
    color: #f26c4f;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left:  25px;
    color:#fff;
    font-size: 30px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
ul.dropdown-lr {
    width: 300px;
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
/*#signInModal .modal-content, #freeTrailModal .modal-content,#requestAQuaote .modal-content{
    border: 2px solid #d1c4e9;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.4);
}
#signInModal .close, #freeTrailModal .close,#requestAQuaote .close{
    position: absolute;
    right: 8px;
    top: 6px;
    color: #e57373;
    background: #ebebeb;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    border-radius: 50%;
}
#signInModal .help-block{
    font-size: 12px;
    margin: 10px 0;
}
.help-desk p{
    font-size: 12px;
    margin: 0;
}
.help-desk p a{
    color: #f26c4f;
}
.form-group {
    margin-bottom: 0.6rem;
}
.form-control {
    font-size: 0.8rem;
}
.btn-secondary{
    background: #19b8f2;
    padding: 5px 30px;
    font-weight: 300;
    border: 0px;
    outline: none;
}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    background: #149ed0;
    box-shadow: 0 0 1px 1px rgba(21, 157, 209, 0.7);
    border-color:#149ed0;
}*/
.request-a-quote{
    width: 102px;
    height: 102px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap:break-word;
    background-image: -ms-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -moz-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -o-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FF9570), color-stop(100, #FD8E8D));
    background-image: -webkit-linear-gradient(left, #FF9570 0%, #FD8E8D 100%);
    background-image: linear-gradient(to right, #FF9570 0%, #FD8E8D 100%);
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) and (max-width:480px) {
    /* Styles */
    .navbar-expand-lg .navbar-toggler{
        margin-right: 10px;
    }
    #mainNav a.my-account span{
        display: none;
    }
    #mainNav a.my-account {
        margin: 0;
        border: none;
        padding: 0;
        background: transparent;
    }
    .signin.d-lg-none.d-xl-none{
        width: 76px;
        font-size: 12px;
        padding: .375rem .75rem;
    }
    .alert{
        font-size: 11px;
    }
    .alert-dismissible .close{
        padding: 0.35rem;
    }
    .search-button{
        /*display: none;*/
    }
    #mainNav {
        border-color: transparent;
        background-color: transparent;
        top:26px;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33,37,41,.1);
        background-color: #fff;
        top:0px;
    }
    .mockup_desktop{
        width: 201px;
        height: 135px; 
    }

    .wrap {
        /* right: 0; */
        height: 225px;
        margin-right: 0;
        width: 289px;
    }

    .mockup_mobile {
        width: 95px;
        height: 161px;
        top: 58px;
        left: 47px;
    }
    .screen {
        width: 190px;
        height: 117px;
        top: 35px;
        left: 113px;
    }
    .mobile {
        width: 78px;
        height: 140px;
        top: 68px;
        left: 56px;
    }
    .wrap .carousel-indicators{
        left: 0;
        bottom: -35%;
    }
    .gatesecure .container{
        width: 100%;
    }
    .gatesecure h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .gatesecure h3 span:before{
        display: block;
        content: '';
        margin-bottom: 5px; 
    }
    .gatesecure__list{
        width: 85%;
        margin: 0 auto;
        padding: 0;
    }
    .gatesecure__list li.item p span{
        display: inline;
    }
    .feature {
        padding: 22px 0px 0 30px;
    }
    .search-field{
        width: 78%
    }

    .search-field::placeholder{
        font-size: 14px;
    }
    header.masthead{
        padding-top: 6rem; 
        padding-bottom: calc(16rem - 56px);
    }
    .download-app{
        top: 69%;

    } 
    .search-box{
        margin: 0;
    }
    .search h3{
        font-size: 18px;
    }
    #member_feature{
        width: auto;
    }
    .member__feature .carousel-control-prev{
        left: 0;
        opacity: 0
    }
    #member_feature .carousel-indicators {
        margin: 0px;
        margin-bottom: 10px;
    }
    .member__feature .carousel-indicators li{
        font-size: 10px;
        padding: 12px 4px;
    }
    .feature h4 {
        font-size: 16px;
    }
    .feature ul li{
        font-size: 14px;  
    } 
    .feature .btn-primary {
        padding: 12px 21px;
    }
    .member__feature .carousel-control-next{
        right: 0;
        opacity: 0;
    }
    .gatesecure__list div.item {
        padding: 5px 7px;
    }
    .gatesecure__list div.item::before{
        left:  -33px;
    }
    .testimonial .panel{
        width: 80%;
        height: auto;
    }
    .testimonial .panel::after{
        right: 83px;
    }
    .statistics .row div{
        padding: 10px 20px ;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) and (max-width:480px)  {
    /* Styles */
    .mockup{
        left: -12px;
    }
    #mainNav a.my-account {
        margin: 0;
        border: none;
        padding: 0;
        background: transparent;
    }
    #mainNav a.my-account:focus{
        box-shadow: none;
    }
    #mainNav a.my-account span{
        display: none;
    }
    .dropdown-menu {
        left: -145px;
    }
    .dropdown-menu::before {
        right: 12.1%
    }
    .dropdown-menu::after {
        right: 13%;
    }
    #member_feature .card p span{display: inline;}
    .screen {
        width: 247px;
        height: 117px;
        top: 36px;
        left: 112px;
    }
    .mockup_desktop {
        width: 256px;
        height: 175px;
    }
    .mockup_mobile {
        width: 114px;
        height: 179px;
        top: 59px;
        left: 31px;
    }
    .wrap .carousel-indicators{
        left: 0;
        bottom: -35%;
    }

    .mobile {
        width: 88px;
        height: 157px;
        top: 71px;
        left: 44px;
    }
    #member_feature {
        width: auto;
    }
    .member__feature .carousel-control-next {
        right: 0px;
        opacity: 0;
    }
    .member__feature .carousel-control-prev {
        left: 0px;
        opacity: 0;
    }
    .testimonial .panel{
        width: 85%;
        height: auto;
    }
}
@media only screen 
and (min-width : 375px) {
    .mockup {
        left: -56px;
    }
}
@media only screen 
and (min-width : 425px) {
/*    .wrap{
        width: 396px;
    }*/
    .mockup {
        left: 50.9px;
    }
    .wrap{
        width: 100%;
    }
}
@media only screen 
and (min-width : 500px) and (max-width:767px){
    header.masthead {
        padding-bottom: calc(13rem - 56px);
    }
    .gatesecure__list{
        width: 100%;
        margin: 0 auto;
        padding: 0
    }
    .gatesecure h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .gatesecure__list ul{
        margin: 0 -15px;
    }
    .gatesecure__list li.item p span{
        display: inline;
    }
    .item::before{
        left: -33px;
    }
    .gatesecure h3 span:before{
        display: inherit;
        content: '|';
        margin-bottom: 5px; 
    }
    .search-button{
        display: none;
    }
    .wrap {
        height: 225px;
        margin-right: 0;
        width: 345px;
    }
    .mockup {
        left:0;
    }
    .screen {
        width: 247px;
        height: 117px;
        top: 36px;
        left: 112px;
    }
    .mockup_desktop {
        width: 256px;
        height: 175px;
    }
    .mockup_mobile {
        width: 114px;
        height: 179px;
        top: 59px;
        left: 33px;
    }
    .mobile {
        width: 89px;
        height: 157px;
        top: 71px;
        left: 46px;
    }
    .wrap .carousel-indicators {
        bottom: -27%;
        left: 88px;
    }
    #member_feature {
        width: auto;
    }
    #member_feature .carousel-indicators {
        margin: 0px;
        margin-bottom: 10px;
    }
    .testimonial .panel {
        width: 85%;
        height: auto;
    }
    .statistics .row div{
        padding: 10px 16px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px){

    header.masthead{padding-bottom: calc(19rem - 56px)}
    #member_feature{
        width: auto;
    }
    #member_feature .card p span{display: inline;}
    .wrap {
        height: 475px;
        margin-right: 0;
        width: 738px;
    }
    .mockup {
        position: absolute;
        left: 71px;
    }
    .mockup_desktop{
        width: 578px;
        height: 398px;
        top: 27px;
        left: 104px;
    }
    .mockup_mobile{
        width: 250px;
        height: 430px;
        top: 73px;
        left: -34px;
    }

    .screen {
        width: 558px;
        top: 42px;
        left: 123px;
    }

    .mobile {
        width: 217px;
        height: 427px;
        top: 101px;
        left: -17px;
    }
    .gatesecure__list{
        width: 90%;
        padding: 0;
    }
    .gatesecure__list ul{
        margin: 0 -15px;
    }
    .item::before{
        left: -35px;
    }

    .gatesecure__list div.item {
        padding: 20px 15px;
    }
    .gatesecure__list li.item p span{
        display: inline;
    }

    .testimonial .panel{
        width: 80%;
        height: auto;
    }
    #member_feature{
        width: auto;
    }
    #member_feature h6{
        font-size: 14px;
    }
    #member_feature p{
        font-size: 12px;
    }
    .member__feature .carousel-control-prev{
        left: -30px;
        width: 20px;
    }
    .member__feature .carousel-control-next{
        right: -30px;
        width: 20px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    /* Works */
    header.masthead p {
        font-size: 1.15rem;
    }
    #member_feature .card p span{display: block;}

    .mockup_desktop {
        width: 626px;
        height: 419px;
    }
    .mockup {
        position: absolute;
        left: 0px; 
    }
    .mockup_mobile {
        width: 247px;
        height: 427px;
        top: 130px;
        left: -18px;
        z-index: 111;
        position: absolute;
    }
    .mobile {
        width: 208px;
        height: 372px;
        top: 154px;
        left: 0px;
        z-index: 111;
    }
    .screen {
        width: 594px;
        height: 372px;
        top: 54px;
        left: 135px;
    }
    #member_feature{
        width: auto;
    }
    .member__feature .carousel-control-next{
        right: -36px;
    }
    .member__feature .carousel-control-prev {
        left: -36px;
    }
    .gatesecure__list{
/*        padding: 0 5px;*/
    }
    .gatesecure__list li.item p span{
        display: inline;
    }
    .testimonial .panel{
        width: 96%;
        height: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    /* Works */
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead h1 {
        font-size: 23px;
        color: #000;
    }
    .btn.go-down{
        bottom: 17%;
    }
    .feature{
        padding-left: 40px;
    }
    .wrap{
        margin-right: -10px;
        height:475px;
        width: 653px;
    }


    .bg-primary{
        background: -webkit-linear-gradient(rgb(247, 115, 86), rgba(247, 115, 86, 0) 0%),  -webkit-linear-gradient(-25deg, rgb(247, 115, 86) 43%, #fb8f74 0%)
    }
    .gatesecure__list{
        padding: 0 5px;
    }
    .mockup {
        position: absolute;
        left: 0px; 
    }
    .mockup_desktop {
        width: 554px;
        height: 373px;
    }
    .mockup_mobile {
        width: 240px;
        height: 384px;
        top:100px;
        left: -27px;
    }
    .screen {
        width: 532px;
        height: 331px;
        top: 45px;
        left: 124px;

    }
    .mobile {
        width: 195px;
        height: 345px;
        top: 120px;
        left: -2px;
    }
    .gatesecure .container{
        max-width: 1140px;
    }
    .gatesecure__list{
        width: 95%
    }

    .gatesecure__list div.item {
        padding: 20px 15px;
    }
    .gatesecure__list li.item p span{
        display: inline;
    }
    .gatesecure__list div.item::before{
        left:-26px;
    }
    .statistics .row div {
        padding: 0;
    }
    #member_feature{
        width: 800px;
    }
    #member_feature .card p span{display: block;}
    .member__feature .carousel-control-next{
        right: -80px;
    }
    .member__feature .carousel-control-prev {
        left: -80px;
    }


}

@media only screen and (min-width: 1280px) and (max-width:1359px){
    .wrap{
        height: 575px;
    }
    .mockup {
        position: absolute;
        left: 22%;
    }
    .mockup_desktop{
        width: 718px;
        height: 480px;
        top: 27px;
        left: -75px;
    }
    .mockup_mobile{
        width: 268px;
        height: 467px;
        top: 133px;
        left: -213px;
    }

    .screen {
        width: 694px;
        height: 532px;
        top: 48px;
        left: -50px;
    }

    .mobile {
        width: 222px;
        height: 407px;
        top: 158px;
        left: -188px;
    }
    #member_feature{
        width: 800px;
    }
    .statistics .row div {
        padding: 0 10px;
    }

}
@media  screen and (min-width: 1366px) {
    .wrap {
        height: 80vh;
    }
    .mockup_desktop {
        width: 554px;
        height: 373px;
    }
    .mockup_mobile {
        width: 240px;
        height: 384px;
        top:100px;
    }
    .screen {
        width: 532px;
        height: 331px;
        top: 47px;
        left: 124px;
    }
    .mobile {
        width: 191px;
        height: 305px;
        top:123px
    }
    #member_feature {
        width: 800px;
    }
}
@media only screen and (min-device-width: 1360px) and (max-device-width: 1439px) {
    /* Works */
    header.masthead {
        padding-bottom: calc(20rem - 56px);
    }
    .wrap {
        height: 575px;
        margin-right: 0
    }
    .mockup {
        left: 45px;
    }
    .mockup_desktop {
        width: 741.6px;
        height: 500px;
        top: 27px;
        left: 104px;
        position: absolute;
    }
    .mockup_mobile {
        width: 290px;
        height: 470px;
        top: 113px;
        left: -50px;
        z-index: 111;
        position: absolute;
    }
    .mobile {
        width: 237px;
        height: 402px;
        top: 140px;
        left: -23px;
        z-index: 111;
    }
    .screen {
        width: 718px;
        height: 450px;
        top: 49px;
        left: 129px;
    }
    #member_feature{
        width: 800px;
    }
}
@media only screen and (min-width: 1440px){
    .mockup_desktop {
        width: 825px;
        height: 564px;
    }
    header.masthead {
        padding-bottom: calc(23rem - 56px);
    }
    .bg-primary {
        background: -webkit-linear-gradient(rgb(247, 115, 86), rgba(247, 115, 86, 0) 0%), -webkit-linear-gradient(-25deg, rgb(247, 115, 86) 44%, #fb8f74 0%);
    }
    .wrap {
        height: 625px;
        margin-right: -10px;
    }
    .wrap .carousel-indicators {
        bottom: -56px;
    }
    .mockup {
        position: absolute;
        left: 9px; 
    }
    .mockup_mobile {
        width: 275px;
        height: 474px;
        top: 150px;
    }
    .screen {
        width: 804px;
        height: 512px;
        top: 52px;
        left: 124px;
    }
    .testimonial .panel{
        width: 900px;
        height: 270px;
    }
    .mobile {
        width: 232px;
        height: 415px;
        top: 174px;
        left: -28px;
    }
    #member_feature{
        width: 800px;
    }
    #member_feature .card p span{display: block;}
    .member__feature .carousel-control-next{
        right: -80px;
    }
    .member__feature .carousel-control-prev {
        left: -80px;
    }
}
@media only screen and (min-device-width: 1441px) and (max-device-width: 1919px) {
    /* Doesn't Work */
    .bg-primary{
        background: -webkit-linear-gradient(rgb(247, 115, 86), rgba(247, 115, 86, 0) 0%),  -webkit-linear-gradient(-25deg, rgb(247, 115, 86) 43%, #fb8f74 0%)
    }

    .wrap {
        height: 625px;
    }
    .mockup {
        position: absolute;
        left: 6%;
    }

    .mockup_desktop {
        width: 825px;
        height: 564px;
    }
    .mockup_mobile {
        width: 275px;
        height: 474px;
        top: 150px;
    }
    .screen {
        width: 804px;
        height: 512px;
        top: 52px;
        left: 124px;
    }
    .mobile {
        width: 232px;
        height: 415px;
        top: 176px;
        left: -27px;
    }
    #member_feature{
        width: 800px;
    }
    .member__feature .carousel-control-next{
        right: -80px;
    }
    .member__feature .carousel-control-prev {
        left: -80px;
    }
    .feature {
        padding-left: 103px; 
    }
    .feature h4{
        font-size:18px;
    }
}
@media only screen and (min-device-width: 1920px) and (max-device-width: 2499px) {
    .wrap {
        height: 625px;
    }
    .mockup {
        position: absolute;
        left: 22.2%;
    }

    .wrap .carousel-indicators {
        /*        bottom: -7px;
                left: 60%;*/
    }
    .mockup_desktop{
        width: 874px;
        height: 590px;
        top: 27px;
        left: 104px;
        position: absolute;
    }
    .mockup_mobile{
        width: 300px;
        height: 500px;
        top: 153px;
        left: -50px;
        z-index: 111;
        position: absolute;
    }

    .screen {
        width: 843px;
        height: 532px;
        top: 54px;
        left: 135px;
    }

    .mobile {
        width: 247px;
        height: 442px;
        top: 180px;
        left: -23px;
        z-index: 111;
    }
}
@media only screen and (min-device-width: 2500px) and (max-device-width: 3839px) {
    .wrap {
        height: 625px;
    }
    .mockup {
        position: absolute;
        left: 57.4%;
    }
    .bg-primary .container{
        max-width: 1400px;
    }
    .wrap .carousel-indicators {
        bottom: -54px;
        left: 9%;
    }
    .mockup_desktop{
        width: 874px;
        height: 590px;
        top: 27px;
        left: 104px;
        position: absolute;
    }
    .mockup_mobile{
        width: 300px;
        height: 500px;
        top: 153px;
        left: -50px;
        z-index: 111;
        position: absolute;
    }

    .screen {
        width: 843px;
        height: 532px;
        top: 54px;
        left: 135px;
    }

    .mobile {
        width: 247px;
        height: 442px;
        top: 180px;
        left: -23px;
        z-index: 111;
    }
}
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.5); */
    /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    z-index: 1111;
}



/********** preloader *****************/
#preloader {
    position: fixed;
    background: #fff;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loading-animation {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loading-animation:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loading-animation:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*********** snackbar*************/
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1111111;
    left: 50%;
    bottom: 60px;
}

.showSnackbar {
    visibility: visible !important;
    -webkit-animation: fadeinSnackbar 0.5s, fadeoutSnackbar 0.5s 2.5s;
    animation: fadeinSnackbar 0.5s, fadeoutSnackbar 0.5s 2.5s;
}

@-webkit-keyframes fadeinSnackbar {
    from {bottom: 0; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
}

@keyframes fadeinSnackbar {
    from {bottom: 0; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
}

@-webkit-keyframes fadeoutSnackbar {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeoutSnackbar {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}