/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.animation-preloader img {
    height: 150px;
}
.animation-preloader svg{
    width: 125px;
    height: 125px;
    margin: 0px 20px 20px 50px;
    display:inline-block;
}
.animation-preloader svg path {
    fill: #34466b;
}
.animation-preloader circle {
    fill: #34466b;
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}
.ctn-preloader .animation-preloader {
    z-index: 1000;
    background: #f3f4f8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}