/* XT-SLIDER CUSTOMIZE THE CAROUSEL */

.slider-preloader-wrap,
.item {
    height: 600px;
    min-height: 600px;
}

.item {
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slide-img {
    bottom: 0;
    position: absolute;
    right: 5%;
}

.slide-img {
    width: auto !important;
}

.item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.slide-tablecell h2 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: left;
}

.slide-tablecell .slide-btn:hover {
    text-decoration: none;
}

.slide-tablecell .slide-btn {
    background: #1c93e5;
    padding: 14px 40px;
    border-radius: 20px;
    color: #fff;
}

.slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}

.slide-tablecell .slide-text > *:nth-child(1) {
    animation-duration: .3s;
}

.slide-tablecell .slide-text > *:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}

.slide-tablecell .slide-text > *:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
    margin-top: 30px;
}

.slide-tablecell .slide-text > *:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}

.slide-tablecell .slide-text h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.slide-tablecell .slide-text p {
    font-size: 24px;
    line-height: 34px;
}

.animation-slide .owl-nav div {
    color: #fff;
    font-size: 60px;
    left: 0;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.animation-slide .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.animation-slide:hover .owl-nav div.owl-prev {
    left: 20px;
    opacity: 0.5;
}

.animation-slide:hover .owl-nav div.owl-next {
    right: 20px;
    opacity: 0.5;
}

.animation-slide .owl-dots div {
    border: 1px solid #fff;
    display: inline-block;
    height: 15px;
    cursor: pointer;
    margin: 5px;
    width: 15px;
    border-radius: 50%;
}

.animation-slide .owl-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.animation-slide .owl-dots div.active {
    background-color: #1c93e5;
    border-color: #1c93e5;
}

.item,
.preloader-wrap {
    background-color: #bfbfbf;
}

.preloader-wrap {
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}

.preloader4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


@media only screen and (max-width: 1900px) {
    .slide-img {
        width: 40% !important;
        right: 0%;
    }
}

@media only screen and (max-width: 1500px) {
    .slide-img {
        width: 35% !important;
        right: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .slide-tablecell .slide-text h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .slide-img,
    .owl-carousel .owl-item img {
        display: none;
    }
    .slider-preloader-wrap,
    .item {
        height: 700px;
    }
    .slide-text {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    .item {
        height: 600px;
    }
    .slide-tablecell .slide-text h2 {
        text-align: center;
        font-size: 60px;
        line-height: 60px;
    }
}




/******************************/



