.arrow_bottom {
    color: #de6009;
}

.arrow_bottom i {
    font-size: 2em;
    animation-duration: 1s;
    animation-name: tada;
    animation-iteration-count: infinite;
}


@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}
/*header in home page*/
header{
    background: none;
    position: absolute;
    /*overflow: hidden;*/
}
#short-description:before{
    height: 100vh;
}
.nav-item>a{
    color: white !important;
}
#main-logo{
    display: none;
}
.header-scroll{
    background: white;
    position: fixed;
}
.header-scroll .nav-item>a{
    color: black !important;
}
.header-scroll #main-logo{
    display: inline;
}
.navbarNavAltMarkupList{
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.navbarNavAltMarkupList .nav-item>a{
    color: black !important;
}
.navbarNavAltMarkupList .nav-item.active>a{
    color: #de6009 !important;
}
.localize{
    border: none;
    background: #ffffff2e;
}
.header-scroll .localize{
    border: 1px solid #f2f2ff;
}
#main-phone{
    color: white;
}
.header-scroll #main-phone{
    color: #727272;
}
.service .cont p{
    color: white;
}
