/* ==== Main CSS === */

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    padding: 0!important;
}

.slick-slide {
    float: left/* If RTL Make This Right */
    ;
}


/* ==== Slider Style === */

.Modern-Slider .item .img-fill {
    height: 670px;
    background: #000;
    text-align: left;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 670px;
    top: 0px;
    left: 0px;
    line-height: 100vh;
    text-align: center;
}

.Modern-Slider .item .img-fill img {
    /*
    -webkit-filter: blur(5px);
    filter: blur(5px);
*/
}

.Modern-Slider .item .info>div {
    height: 100%;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 38px;
    height: 145px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -72.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
    transition: all .3s ease-out;
}

.Modern-Slider:hover .NextArrow {
    right: 0px;
}

.NextArrow:hover {
    background: #3164f5 none repeat scroll 0 0;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font: 20px/45px FontAwesome;
    height: 145px;
    margin-top: -72.5px;
    left: -50px;
    height: 145px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 38px;
    z-index: 5;
    transition: all .3s ease-out;
}

.Modern-Slider:hover .PrevArrow {
    left: 0px;
}

.PrevArrow:hover {
    background: #3164f5 none repeat scroll 0 0;
}

.PrevArrow:focus,
.NextArrow:focus {
    border: none;
    outline: none;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #0094ca;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: ProgressDots 11s both;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 65px;
    width: 90%;
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
}

.Modern-Slider .item h5 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 33px;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item a {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both;
}

.Modern-Slider .item.slick-active h3 {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    -webkit-animation: fadeInLeft 1s both 1.5s;
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active a {
    -webkit-animation: fadeInUp 1s both 2s;
    animation: fadeInUp 1s both 2s;
}

.Modern-Slider .item.slick-active:nth-child(odd) img {
    -webkit-animation: slideInfiZoomIn 15s both;
    animation: slideInfiZoomIn 15s both;
}

.Modern-Slider .item.slick-active:nth-child(even) img {
    -webkit-animation: slideInfiZoomOut 15s both;
    animation: slideInfiZoomOut 15s both;
}


/* ==== Slider Image Transition ===*/

@-webkit-keyframes slideInfiZoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes slideInfiZoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}


@-webkit-keyframes slideInfiZoomOut {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slideInfiZoomOut {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}
*/


/* ==== Slick Slider Css Ruls === */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left/* If RTL Make This Right */
    ;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
