/*-- services --*/
.services{
	    background: #192138;
}
.choose_right p {
    color: #adb5cc;
    font-size: 0.9em;
    line-height: 1.9em;
    padding: 0 0%;
    margin: 1em 0;
}
.choose_right h3 {
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}
.choose_icon {
      padding: 3em 2em;
    margin-left: 2%;
    width: 48%;
     border: 2px solid #38425f;
    box-shadow: 0 1px 8px #020610;
    background: #353e5a;
		-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
.choose_icon:hover {
    border: 2px solid #0ac876;
}
.choose_icon:nth-child(2),.choose_icon:nth-child(4){
   margin-right:0;
}
.choose_icon:nth-child(3),.choose_icon:nth-child(4){
   margin-top:2em;
}
.choose_icon i {
        color: #efb312;
    font-size: 2.5em;
}
.choose_left {
    float: left;
    margin-top: 0;
    width: 20%;
}
.choose_right {
    float: right;
	margin-bottom: 10px;
    position: relative;
	  width: 78%;
}
.choose_right:before {
    content: "";
    width: 38px;
    height: 2px;
    background: #00ba66;
    display: block;
    bottom: -10px;
    left: 0px;
    position: absolute;
}
.agile_inner_grids {
    margin-top: 4em;
}
/*-- //services --*/


/*-- //stats --*/
.test-grid i {
       width: 50px;
    height: 50px;
    line-height: 46px;
    border-width: 2px;
    border: 2px solid #EA8B2D;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #0ac876;
    text-align: center;
}
.test-grid h4 {
    font-size: 2em;
    color: #141a2d;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 1em 0 0.2em;
}
.test-grid span {
    font-size: 0.9em;
    color: #484747;
    letter-spacing: 4px;
}
