body
{
  margin:0;
  padding:0;
      background-color: #1c1d21;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.banner-style-one {
    background-size: cover;
    min-height: 400px;
    position: relative;
    background-position: center center;
  overflow:hidden;
}

.banner-style-one .border1 {
    top: 0%;
    left: 14%;
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border1:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
    background: #88C13E;
}

.banner-style-one .border2 {
    top: 0%;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border2:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll2 6s ease-out infinite;
    animation: scroll2 6s ease-out infinite;
    background: #88C13E;
    overflow: hidden;
}

.banner-style-one .border3 {
    top: 120px;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


@media only screen and (max-width: 1518px) and (min-width: 1200px)
.banner-style-one .border4 {
    top: 87%;
}

.banner-style-one .border4 {
    top: 80%;
    left: 50%;
    position: absolute;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 30px;
    height: 4px;
    -webkit-animation: scroll3 7s ease-out infinite;
    animation: scroll3 7s ease-out infinite;
    background: #88C13E;
}

@-webkit-keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }

@keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } 
}

@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } }

@keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } 
}


@-webkit-keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; } }

@keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; }
}






.banner-style-one .btnRipple{
    position: absolute;
    top: 65%;
    left: 6%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 65px;
    height: 65px;
    background: rgba(136, 193, 62, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0);
    box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0); } }

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0);
    box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1); } }

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1); } }

.banner-style-one .btnRipple a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 14px;
    left: 2px;
  color:white;
}


@media only screen and (max-width: 1518px) and (min-width: 1200px)
.banner-style-one .btnRipple {
    top: 85%;
}


.footer
{
  
}

.banner-style-one .heading {
    position: absolute;
    top: 77%;
    right: 5%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}

.heading  p{
      color: white;
    font-size: 36px;
    font-family: sans-serif;
    letter-spacing: 4px;
}

.text-color{
  background-color: #5d904d;
    padding: 0px 20px;
}