.test .container hr{
  border-color:white;
}

.services_content_block_test {
  font-size: 18px;
  position: sticky;
  text-align: justify;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10vmin;
  padding-top: 1vmin;
  /* min-height: 90vmin!important; */
  margin-bottom: 5vmin;
  margin-top: 5vmin;
  /* background: linear-gradient(90deg, #67c1e4, #88b04b); */
}

.services_content_block_test .jumbotron{
  padding-top: 24px;
  padding-bottom: 24px;
  animation: services_fade 1.2s 0.5s 1 ease-out;
}

@keyframes services_fade {
  0% {
    transform: scale(0.65);
    opacity: 0;
  }
  25%{
    transform: scale(0.75);
    opacity: 0.75);
  }
  50%{
    transform: scale(0.85);
    opacity: 0.85;
  }
  75%{
    transform: scale(0.95);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.test .container {
  padding: 15px 50px;
  text-align: left;
  font-size: 18px;
  color: #292b2cc7;
  font-weight: bold;
}

.services_content_block_test .services_content_block_header h1{
  padding: 10px 10px;
  margin-bottom: 50px;
  /* background-color: #88b04b; */
  color: white!important;
  transition-duration: 1.2s;

  background: -webkit-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 0.9));
  background: -moz-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 0.9));
  background: -o-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 0.9));
  background: linear-gradient(to right,#88b04b,rgba(104, 163, 65, 0.9));

  -webkit-transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -o-transition: background 2s ease-out;
  transition: background 2s ease-out;

  background-size:1px 200px;
}

.services_content_block_test .services_content_block_header h1:hover{
  /* animation: color_animation 2s 0s infinite ease-in; */
  background: -webkit-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 1));
  background: -moz-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 1));
  background: -o-linear-gradient(to right,#88b04b,rgba(104, 163, 65, 1));
  background: linear-gradient(to right,#88b04b,rgba(104, 163, 65, 1));
  animation: color_animation 1.2s 0s 1 ease-in;
}

@keyframes color_animation {
  0%{
    background-size: 50%;
    transform: rotate(1deg);
  }
  75%{
    background-size: 75%;
    transform: rotate(2deg);
  }
  85%{
    background-size: 85%;
    transform: rotate(3deg);
  }
  95%{
    background-size: 95%;
    transform: rotate(4deg);
  }
  100%{
    background-size: 100%;
    transform: rotate(5deg);
  }
}

.services_content_block_test .services_content_block_header h2{
  padding: 10px 10px;
  margin-bottom: 50px;
  background-color: #88b04b;
  color: white!important;
}

.services_content_block_test .services_content_block_subbox{
}

.services_content_block_test .services_content_block_subbox h2{
  font-size: 36px!important;
}

.services_content_block_test .services_content_block_subbox .subblock{
}

.subblock h3{
  color: #889999!important;
}

.text .text_box{
  text-indent: 1.5em;
}
.text_box{
  padding-top: 15px;
}
.test .text_box:after, .test .color_box {
  padding: 2px 2px;
  min-height: 25vmin;
}

.test .main_box{
  text-align: center;
  padding: 10px 10px;
  overflow: hidden;
}

.content_box{
  cursor: pointer;
  padding: 0px 0px!important;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.2);
}

.content_box:hover{
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
}

.main_box .substring{
  vertical-align: middle;
  padding: 5px 5px;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
  min-height: 65px;
  overflow: hidden;
}

.main_box .substring:hover{
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
}

.main_box .subbox{
  padding: 10px 10px;
}

.main_box .subbox img{
  max-width: 50%;
  animation: services_fade 1.2s 0.5s 1 ease-out;
}

.main_box .subbox h3{
  margin-bottom: 25px;
}

.main_box .subbox:hover{
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
}

/*///////////////////////////// arrow//////////////////////////////// */
.arrow_services:hover {
  transform: scale(1.2)!important;
  color: #67c1e4;
}

.arrow_services span:hover {
  transform: scale(1.15);
}

.arrow_services {
  cursor: pointer;
  color: #67c1e4;
  position: absolute;
  border: 2px solid #67c1e4;
  border-radius: 20px;
  left: 47.5%;
  bottom: 2%;
  text-align: center;
  zoom: 1.75;
  transition-duration: .5s;
  animation: test 5s 0s infinite ease;
  /* name duration_circle delay circle_count type_view */
}

@media screen and (max-width: 875px) {
  .arrow_services {
    left: auto;
    top:50%;
    bottom: auto;
    right: 0;
  }
}

@keyframes test {
  0% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
  25% {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
  }
  50% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
  75% {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
  }
  100% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
}
/*////////////////////////////// end arrow //////////////////////////////////*/
