.layer-1-2 {
    margin: 0px 0px 35px;
}
.layer-1-3 {
    margin-top: 18px;
}
.layer-1-1 p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}

.layer-1-2 h1 {
    color: #fff;
    font-size:56px;
    font-weight: 600;
    line-height: 75px;
    text-transform: capitalize;
}

.ready-btn {
    background-color: #273272;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 15px 36px;
    font-size: 16px;
    border-radius:3px;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.intro-area .content {
    padding: 266px 0px 280px;
}
.ready-btn::before{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.ready-btn:hover::before {
    height: 100%;
}
.ready-btn:hover {
    color: #ffffff;
}


.layer-1-2 .color {
    color: #273272;
    font-weight: 900;
}

.intro-area .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-area .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 35px;
    opacity: 0;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.intro-area .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.intro-area .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.intro-area .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}

.intro-area .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}

.intro-area .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-area .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: rgb(219, 219, 219);
    border-color: rgb(219, 219, 219);
}

.intro-area .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-area .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out .5s;
}

.intro-area .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out .9s;
}

.intro-area .owl-item.active .layer-1-2,
.intro-area .owl-item.active .layer-1-1,
.intro-area .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-area .layer-1-3 .left-btn{
    margin-right: 10px;
}
.intro-area  .layer-1-3 {
    margin-top: 48px;
}
.intro-area
{
    position: relative;
}
.intro-area .main-overly{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(39, 50, 114, 0.7);
}


/* ========== parallax css ============= */
.intro-area.parallaximg{
    background: url(../images/big-image/s1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
    
/* ========== Partical css ============== */

#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 11;
  }


