

.lineone,
.linetwo,
.linethree,
.linefour,
.linefive

{float: left;
width: 0%;
transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  overflow: hidden;
  background-color: #70ad28;
  color: #333;
  padding: 6px;
  
}




.aos-animate .lineone,
.aos-animate .linetwo,
.aos-animate .linethree,
.aos-animate .linefour,
.aos-animate .linefive

{float: left;
width: 100%;
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;


}

.aos-animate .lineone {
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 0s;
}

.aos-animate .linetwo {
 -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}

.aos-animate .linethree {
  -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 1s;
}

.aos-animate .linefour {
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay:1.5s;
}

.aos-animate .linefive {
 -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 2s;
  
}







.lineone {
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 0s;
}

.linetwo {
 -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}

.linethree {
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 1s;
}

.linefour {
   -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay:1.5s;
}

.linefive {
 -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
  transition-delay: 2s;
  
}






.aos-all {
  width: 100%;
  margin: 0px auto;
}

.aos-item {
  display: block;
  float: left;
  width: 100%;
  /*! height: 140px; */
  padding: 0px;
  background-color: #222;
  border: 1px solid #333;
  margin:0;
}


.mainsection {
  float: left;
  width: 100%;
    margin-top: 8px;
  position: relative;
}



.mainsectionleft {
  float: left;
  width: 66%;
  padding: 0px 16px 0 24px;
  text-align: left;
  position: relative;
  margin-bottom: 32px;
  
}


.mainsectionleft:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  top: 0%;
  left: 100%;
  display: block;
  z-index: 12px;
  background-color: #f7882e;
   -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;

  }

.aos-animate .mainsectionleft:after {

  left: 0%;
  }

.mainsectionright {
  float: left;
  display: block;
  width: 34%;
  top: 0px;
  right: 0px;
  position: relative;
  padding: 0px;
  text-align: left;
    overflow: hidden !important;
  height: 0%;
  /*! border: 2px solid #fff; */
  -webkit-transition: all 0.5s ease !important;;
-moz-transition: all 0.5s ease !important;;
-ms-transition: all 0.5s ease !important;
-o-transition: all 0.5s ease !important;
transition: all 0.5s ease !important;
 
}

.mainsectionright.aos-animate  {

  height: 100%;
-webkit-transition: all 0.5s ease !important;;
-moz-transition: all 0.5s ease !important;;
-ms-transition: all 0.5s ease !important;
-o-transition: all 0.5s ease !important;
transition: all 0.5s ease !important;
 
  
 }




.mainsectionleft h2
{
  position: relative;
     -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.mainsectionleft h2:after
{
  position: absolute;
  display: block;
  height: 120%;
  left: 100%;
  top: 0px;
  content: "";
  background-color: #fff;
  width: 100%;
  opacity: 1.0
  
}


.mainsectionleft h2:after
{
  position: absolute;
     -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
   transition-delay: 0.5s;
  display: block;
  height: 120%;
  left: 0;
  top: -6px;
  content: "";
  background-color: #fff;
  width: 100%;
  
}




.mainsectionleft h2.aos-animate:after
{
  position: absolute;
     -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
   transition-delay: 0.5s;
  display: block;
  height: 120%;
  left: 100%;
  top: -6px;
  content: "";
  background-color: #fff;
  width: 100%;
  opacity: 0.4;
  
}







@media screen and (min-width: 420px) {
  .aos-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .aos-item {
    width: 33.33333%;
  }
}

.aos-anchors__lines {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid blue;
  border-bottom: 2px solid red;
}

.aos-anchors__lines::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
}

.aos-anchors__sidebar {
  position: fixed;
  left: 0;
  top: 0;
}

.aos-anchors__sidebar > div {
  padding: 5px 10px;
  background: #f1f1f1;
}

.aos-anchors__content {
  width: 400px;
  margin: 50px auto;
}

.aos-anchors__content > div {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  background: #f1f1f1;
  line-height: 300px;
  text-align: center;
  color: #333;
}

.aos-anchors__content > div::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.aos-anchors__content > div::after {
  content: attr(data-anchor-id);
  position: relative;
  background-color: #f1f1f1;
}

.aos-anchors__content > div[data-placement$="-bottom"]::before {
  background-color: red;
}

.aos-anchors__content > div[data-placement$="-center"]::before {
  background-color: green;
}

.aos-anchors__content > div[data-placement$="-top"]::before {
  background-color: blue;
}

.aos-anchors__content > div[data-placement^="top-"]::before {
  top: 0;
}

.aos-anchors__content > div[data-placement^="center-"]::before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.aos-anchors__content > div[data-placement^="bottom-"]::before {
  bottom: 0;
}



@media (max-width:768px) {
  
  .mainsectionleft,
  .mainsectionright{
    width: 100%;
  }
   
  
  
}




