.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display:none;
}
.back-to-top i{
    font-size: 40px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.btn-rounded{

}

.siteloading{
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.siteloader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 44%;
}
.footer .icon-sec{
    color:#fff;
}
.select2-container{
    width:100% !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (min-width:850px){
    .pad-lg-40{
        padding: 60px 0 40px;
    } 
    .pad-lg-25{
        padding: 25px 0 25px;
    } 
/*    .slideimg-height{
        height:500px;
    }*/
}


