/*
|------------------------------------------------------
| CSS INDEX
|------------------------------------------------------

1. GLOBAL STYLESHEET

2. NAVBAR SECTION

3. HEADER SECTION

4. ABOUT SECTION

5. TESTIMONIALS SECTION

6. SERVICES SECTION

7. VIDEO SECTION

8. TEAM SECTION

9. WORK SECTION

10. PRICE SECTION

11. CLIENT SECTION

12. CONTACT SECTION

13. FOOTER


/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Karla', sans-serif;
    background-color: #F8F8F8;
    overflow: hidden;
}

section {
    padding: 80px 0;
}

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
}

.title {
    text-align: center;
    margin-bottom: 50px
}

.title h2 {
    font-size: 42px;
}

.overlay {
    height: 100%;
    width: 100%;
}


/*==========================================================

                    2. START NAVBAR STYLESHEET

===========================================================*/

.navbar-default {
    background-color: transparent;
    border: none;
}

nav ul li {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #FFF
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #F8F8F8;
}

.navbar-default ul .active {
    background-color: #F8F8F8;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

nav.shrink {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar .navbar-header a img {
    max-width: 100px;
    margin: 5px;
}

/*==========================================================

                    3. START HEADER STYLESHEET

===========================================================*/

.home {
    background-image: url(../images/house/pexels-photo-276724.jpeg); 
    background-size: cover;
    background-attachment: fixed;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 100vh;
    width: 100%;
    position: relative;
    color: #F8F8F8;
    padding: 0;
}

@media only screen and (max-width: 600px) {
  .home {
    background-attachment: scroll;
  }
}

.home-classic {
    background-attachment: inherit;
}

.home-youtube {
    overflow: hidden;
}

.home-youtube .overlay {
    position: absolute;
}

.home .youtube #bg-video{
    position: absolute;
    top:0;
    left:0;
    z-index: -999;
    width: 1386px;
    height: 780px;
    background-position: center center;
}

.home .title {
    position: relative;
	top: calc((100vh / 2) - 90px);
    /*top: calc((100vh / 3) - 90px);*/
}

.home .title h1{
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 1px 3px 5px #555;
}

.home .title p {
    margin: 10px 38% 45px;
    font-size: 16px;
    text-shadow: 1px 3px 5px #555;
}

.home .title a {
    text-decoration: none;
    cursor: pointer;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #F8F8F8;
    display: block;
    margin: auto;
    color: #F8F8F8;
    text-transform: uppercase;
    border-radius: 20px;
}

.home .down a i {
    text-decoration: none;
    color: #ededf5;
    display: inline-block;
    position: absolute;
    left: 49%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    animation: translate 2.5s ease-in-out infinite;
}

@keyframes translate {
    0% {
      opacity: .9
    }
    50% {
     -webkit-transform: translateY(12px)  scale(1);
      opacity: 0.3;
    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .6;

    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .9;

    }
}

.home a i.one {
    bottom: 35px;
}
.home a i.two {
    bottom: 24px;
}
.home a i.three {
    bottom: 13px;
}





.containerFrontApartments{
    display: none;
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 50em) {
    .containerFrontApartments{
        display: block;
    }
}


.home .info {
    text-align: center;
}

.home .show-less {
    display: none;
}

.home .items-box {
    overflow: hidden;
}

.home .items-box .item{
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.home .items-box .item .over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home .items-box .item .over h4{
    font-family: 'Kaushan Script', sans-serif;
    font-size: 30px;
    margin-top: 10%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home .items-box .item .over p{
    color: #F8F8F8;
    margin: 0 10% 30px;
    display: block;
    font-size: 13px;
}

.home .items-box .item .over button{
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px 23px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home .items-box .item .over button:hover {
    background: #FFF;
}

.home .items-box .item .over:hover {
    opacity: 1;
}



/*==========================================================

                    4. START ABOUT STYLESHEET

===========================================================*/

.about .info p {
    color: #777;
    padding-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
}

.about .info .hire {
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    color: #F8F8F8;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
}

.about .info img {
    width: 450px;
    margin: auto;
}

.about .social-media {
    text-align: center;
    margin: 25px;
}

.about .social-media a {
    display: inline-block;
    color: #F8F8F8;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about .social-media a:hover {
    background: #F8F8F8;
}


/*==========================================================

                    5. START TESTIMONIALS STYLESHEET

===========================================================*/

.testim {
    background-image: url('../images/house/abstract-antique-backdrop.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0;
    color: #F8F8F8;
    position: relative;
}

.testim .overlay {
    position: relative;
    padding: 80px 0;
}

.testim img {
    border-radius: 50%;
    margin-bottom: 17px;
}

.testim p:first-of-type {
    padding-bottom: 0;
}

.testim p {
    padding-bottom: 15px;
    line-height: 1.7;
    font-style: italic;
    font-size: 15px;
    padding: 0 10px;
}

.testim span {
    font-size: 19px;
	margin-top: 28px;
    display: block;
}

.testim .swiper-container {
    width: 100%;
    height: 100%;
}

.testim .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.testim .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.testim .swiper-button-prev {
    left: 18%;
}

.testim .swiper-button-next {
    right: 18%;
}


/*==========================================================

                    6. START SERVICES STYLESHEET

===========================================================*/

.serv .title p {
    margin:20px 28% 69px;
    color: #777;
    line-height: 1.7;
}

.serv h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.serv .info p {
    margin: 0 22px;
}

.serv .info img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 80px;
}

.serv .info .icon {
    border: 2px solid #dbdede;
    width: 170px;
    margin: 0 auto 20px;
    height: 170px;
    line-height: 170px;
    border-radius: 20%;
    background-color: #FDFDFD;
}

/*==========================================================

                    7. START VIDEO STYLESHEET

===========================================================*/

.video {
    background-image: url(http://via.placeholder.com/3000x1778);
    background-size: cover;
    background-position-y: 66%;
    background-attachment: fixed;
    height: 270px;
    width: 100%;
    padding: 0;
    position: relative;
}

.video .overlay-video {
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
}

.video .video-button {
    position: relative;
    top: 32%;
    margin: auto;
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(51,51,51,0.9);
    border-radius: 50%;
}

.video .video-button i {
    color: #F8F8F8;
    text-align: center;
    position: absolute;
    left: 36%;
    top: 28%;
    font-size: 50px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.overlay-play {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.2s;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0, 0.9);
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay-play .cancel {
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: default;
}

.overlay-play:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    position: relative;
    margin: 123px auto;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #666;
    max-width: 700px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.popup h2 {
    text-align: center;
    margin-top: 0;
        margin-bottom: 20px;
    text-transform: uppercase;
}

/* pop-up close button 'x' */

.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 37px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
}

.popup .close:hover {
    opacity: 1
}

.popup .content {
    max-height: 400px;
    overflow: auto;
    text-align: center;
}

.embedded-video {
    width: 100%;
    max-width: 100%;
    height: 325px;
    max-height: auto;
}

/*==========================================================

                    8. START TEAM STYLESHEET

===========================================================*/

.team .title {
    margin-bottom: 0;
}

.team .title p {
    margin: 20px 28%;
    color: #777;
    line-height: 1.7;
}

.team .info h3 {
    margin: 15px 0 2px;
}

.team .info span {
    padding-bottom: 14px;
    display: block;
    color: #777;
    letter-spacing: 2px;
}

.team .info p {
    color: #666;
    margin: 0 14px 20px;
    line-height: 1.7;
}

.team .social-media {
    text-align: center;
    margin: 25px;
}

.team .social-media a {
    display: inline-block;
    color: #F8F8F8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .social-media a:hover {
    background: #F8F8F8;
}

.team .img-team img {
    border-radius: 10px;
}

.team .swiper-container {
    width: 100%;
    padding-top: 50px;
}
.team .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 370px;
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,0)))!important;
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.1),rgba(0,0,0,0))!important;
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.1),rgba(0,0,0,0))!important;
    background-image: -o-linear-gradient(right,rgba(0,0,0,.1),rgba(0,0,0,0))!important;
    background-image: linear-gradient(to left,rgba(0,0,0,.1),rgba(0,0,0,0))!important;
}

.team .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E")!important;
}

.team .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E")!important;
}

/*==========================================================

                    9. START WORK STYLESHEET

===========================================================*/

.work {
    color: #F8F8F8;
    height: 100%;
    width: 100%;
    padding: 0;
}

.work .overlay {
    padding: 80px 0;
}

.work .title p {
    margin: 20px 28% 80px;
    line-height: 1.7;
}

.work .show-more,
.work .show-less{
    background: transparent;
    border : 1px solid #CCC;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #F8F8F8;
    font-size: 18px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.work .info {
    text-align: center;
}

.work .show-less {
    display: none;
}

.work .items-box {
    overflow: hidden;
}

.work .items-box .item{
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.work .items-box .item .over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.work .items-box .item .over h4{
    font-family: 'Kaushan Script', sans-serif;
    font-size: 30px;
    margin-top: 10%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.work .items-box .item .over p{
    color: #F8F8F8;
    margin: 0 10% 30px;
    display: block;
    font-size: 13px;
}

.work .items-box .item .over button{
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px 23px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.work .items-box .item .over button:hover {
    background: #FFF;
}

.work .items-box .item .over:hover {
    opacity: 1;
}

.less {
    display: none;
}

/*==========================================================

                    10. START PRICE STYLESHEET

===========================================================*/

.price .title p {
    margin: 20px 28% 80px;
    line-height: 1.7;
    color: #777;
}

.price .info .my-price {
    max-width: 240px;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0px 3px 10px #e8e7e7;
    margin: auto;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.price .info .my-price:hover h3,
.price .info .my-price:hover span,
.price .info .my-price:hover p {
    color: #FFF;
}

.price .info .my-price:hover::after,
.price .info .my-price:hover a {
    background-color: #FFF;
}

.price .info .my-price::after {
    content: "";
    position: absolute;
    top: -26px;
    right: 12px;
    transform: rotate(-45deg);
    width: 22px;
    height: 100px;
    overflow: hidden;
    display: block;
}

.price .info .my-price h3 {
    margin: 55px 0 34px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 2px;
    font-size: 28px;
}

.price .info .my-price span {
    color: #333;
    font-size: 55px;
    margin-bottom: 30px;
    display: block;
}

.price .info .my-price span::after {
    content: "$";
    font-size: 25px;
    vertical-align: top;
}

.price .info .my-price p {
    color: #777;
    margin: 28px;
}

.price .info .my-price a {
    color: #F8F8F8;
    padding: 6px 26px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 7px 0 28px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.price .info .my-price .star-basic,
.price .info .my-price .star-standard,
.price .info .my-price .star-premium {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #FFF;
    z-index: 9;
    font-size: 12px;
}

.price .info .my-price .star-standard:first-of-type {
    right: 24px;
    top: 11px;
}

.price .info .my-price .star-standard:last-of-type {
    right: 11px;
    top: 24px;
}



.price .info .my-price .star-premium:first-of-type {
    right: 30px;
    top: 6px;
}

.price .info .my-price .star-premium:last-of-type {
    right: 6px;
    top: 30px;
}

/*==========================================================

                    11. START CLIENT STYLESHEET

===========================================================*/

.client {
    padding: 0;
}

.client img {
    margin: auto;
}

.client .overlay {
	padding: 20px 0;
}

/*==========================================================

                    12. START CONTACT STYLESHEET

===========================================================*/

.contact {
    
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
    min-width: 96%;
    height: 40px;
    padding: 10px;
    margin: 0 auto 22px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact form textarea {
    height: 180px;
}

.contact form input[type="submit"] {
    position: relative;
    left: 2%;
    padding: 5px 45px;
    font-size: 16px;
    color: #FFF;
    border-radius: 2px;
    letter-spacing: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact .info p {
    color: #777;
    margin-bottom: 25px;
    line-height: 1.8;
}

.contact .icons i {
    position: absolute;
    font-size: 19px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 45px;
}

.contact .info-cont {
    position: relative;
    left: 64px;
    top: 5px;
    display: inline-block;
    margin-bottom: 27px;
}

.contact .info-cont h4,
.contact .info-cont span {
    letter-spacing: 1px;
}

.contact .info-cont span {
    color: #777;
}



/*==========================================================

                    13. START FOOTER STYLESHEET

===========================================================*/

.footer {
    padding: 50px 0;
}

.footer img{
    margin: auto;
}

.footer .social-media i {
    display: inline-block;
    color: #F8F8F8;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #FFF;
    margin: 20px 4px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .social-media .fa-facebook:hover {
    background-color: #3b5999;
}

footer .social-media .fa-twitter:hover {
    background-color: #55acee;
}

footer .social-media .fa-google-plus:hover {
    background-color: #dd4b39;
}

footer .social-media .fa-pinterest:hover {
    background-color: #bd081c;
}

.copyright {
    margin-bottom: 10px;
}

.copyright span {
    color: #FFF;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Start ScrollTop */

.scrolltop {
    position: relative;
    display: none;
}

.scrolltop i {
    z-index: 999;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

/* End ScrollTop */

/* Start Loading */

.loading-overlay {
    background: #FFF;
    color: #444;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-left: 0;
    padding-top: 10%;
}

.spinner {
  width: 40px;
  height: 40px;
  /* background-color: #333; */
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-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);
  }
}


.home-slider .slider .slides {
    height: calc(100vh - 50px)!important;
    background-color: transparent;
}

.home-slider .overlay {
    position: absolute;
}

.home-slider .slider .slides li.active {
    z-index: 0;
}

.home-slider .slider .indicators {
    z-index: 1;
    left: 37px;
    top: calc(50vh - 56px);
    width: 20px;
}

.home-slider .slider .indicators .indicator-item {
    background-color: transparent;
    border: 1px solid #FFF;
}

.home-slider .slider .indicators .indicator-item.active {
    background-color: #fff;
}

.home-slider .slider h3 {
    font-family: 'Lobster Two', sans-serif;
    font-size: 5rem;
}

.home-slider .slider h5 {
    font-size: 18px;
}

.home-slider .slider .slides .slide1 {
    background-image: url(http://via.placeholder.com/2700x1599); /* Here You Can Add image Slide 1 */
    background-size: cover;
}

.home-slider .slider .slides .slide2 {
    background-image: url(http://via.placeholder.com/3000x1778); /* Here You Can Add image Slide 2 */
    background-size: cover;
}

.home-slider .slider .slides .caption {
    top: calc((100vh / 2) - 90px);
}

.home-slider .slider .slides li {
    height: 100vh
}

.home-slider .slider .indicators .indicator-item {
    height: 14px;
    width: 14px;
}

nav.navbar-slider {
    box-shadow:none;
    height: 60px;
}