.feature-info-style-2 {
    height: 280px;
}

/*----------------------
    Pre Loader
-----------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #ffffff;
}

.preloader .sk-cube-grid {
    width: 40px;
    height: 40px;
    display: block;
    margin: 100px auto;
}

.preloader .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    float: left;
    background-color: #212121;
    ;
    -webkit-animation: cubeAnimation 1.3s infinite ease-in-out;
    animation: cubeAnimation 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(4) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(8) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(9) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeAnimation {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeAnimation {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


.slider-01 .slide-01 {
    background-color: #212121;
}

.half-overlay:before {
    border-radius: 0;
}

section .btn-primary:hover {
    background: none;
    border-color: #fbfbfb;
    color: #ffffff;
}

/* #63636b; #dbdbff; #282A71;*/
.footer-contact-address .address-info h6 {
    color: #dbdbff;
}

.footer-link ul li a:hover {
    color: #282A71;
    cursor: pointer;
}

.footer-contact-address i {
    color: #282A71;
}

.header .navbar-brand img {
    height: auto;
}