.about_us h2 {
    font-size: 50px;
    color: #00b0fd;
}
.about_us span {
    color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 73px;
    text-align: center;
    color: #4dc7f5;
    margin: 20px;
}
.about_us {  
  text-align: center;
  /* margin: 30px; */
  color: white;
  /* border: 1px solid #00c2dd; */
  padding-block: 28px;
  background: #e8f9fb;
  padding-bottom: 43px;
  border-radius: 8px;
  box-shadow: -2px 1px 10px 3px #e8f9fb;
}
.about_us p {
    text-align: justify;
    margin: 30px;
    color: black;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    color: #00b0fd;
}
#main1 {
    text-align: center;
    margin: 30px 0px;
    color: white;
}
  

.heading_team h2 span{
  margin: 30px;
   color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #4dc7f5;
}
.heading_team h2{

}
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f8f9fa;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

.team-content{
  color: black;
}
.heading_milestone span{
  color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 73px;
    text-align: center;
    color: #4dc7f5;
    margin: 0px 0px 8px;
}
.mt-10 {
    margin-top: 100px;
}
.heading_milestone h2{
  text-align: center;
}
.circular{
  height: 100px;
  width: 100px;
 /* background: #c8c7cc;*/
  position: relative;
  transform: scale(2);
  margin: 0 auto;
  margin-block:40px ;
}
.circular .inner{
 /* display: none;*/
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: #f8f9fa;
  border-radius: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.circular .numb{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
  color: #006db5;
}
.circular .bar{
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}
.circle .bar .progress{
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #00a3bd;;
}
.circle .left .progress{
  z-index: 1;
  animation: left 4s linear both;
}
@keyframes left{
  100%{
    transform: rotate(180deg);
  }
}
.circle .right{
  z-index: 3;
  transform: rotate(180deg);
}
.circle .right .progress{
  animation: right 4s linear both;
  animation-delay: 4s;
}
@keyframes right{
  100%{
    transform: rotate(180deg);
  }
}
.head{
  position: absolute;
  top: 97px;
  left: 22px;
}
 .line hr{
    background: skyblue;
    opacity: 1;
    color: skyblue;
    margin-top: 50px;
}
.heading_journey span {
    color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #4dc7f5;
    margin: 0px 0px 0px 8px;
}
.achieve_item i{
color: black;
font-size: 35px;
padding: 6px;
text-align: center;
}
.achieve_item1 i{
  color: black;
font-size: 35px;
}
.achieve_item2 i{
  color: black;
font-size: 35px;
text-align: center;
}
.achieve_item3 img{
 padding: 0px 0px 0px 8px;
height: 35px;
width: 55px;
color: bold;
}

.achieve_item {
    background-image: url(../img/images/Shape_blue.png);
    padding: 105px 28px 0px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 300px;
}
.achieve_item1 {
    background-image: url(../img/images/Shape_orange.png);
    padding: 105px 28px 0px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 300px;
}
.achieve_item2 {
    background-image: url(../img/images/Shape_green.png);
    padding: 105px 28px 0px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 300px;
}
.achieve_item3 {
    background-image: url(../img/images/Shape_skyblue.png);
    padding: 105px 28px 0px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 300px;
}

.achieve_item h5{
  font-size:18px;
  
}

.achieve_item .inner_para{
  font-size: 12px;
}
.achieve_item1 .inner_para{
  font-size: 12px;
}
.achieve_item2 .inner_para{
  font-size: 12px;
}
.achieve_item3 .inner_para{
  font-size: 12px;
}
.head_step {
    position: absolute;
    top: 37px;
    left: 48%;
    font-size: 15px;
    font-weight: 700;
}
.head_step span{
  text-align: ;
}

.mt-10{
  margin-top: 100px;
}
.heading_journey h2 span{
     color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #4dc7f5;
    margin: 0px 0px 0px 8px;
}
.heading_journey h2{
  text-align: center;
}

 .heading_core span {
    color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #4dc7f5;
    margin: 0px 0px 0px 8px;
}
.box_icon {
  border: 1px solid skyblue;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  padding: 14px;
  box-shadow: 0px 0px 10px 1px #0dcaf0;
  margin-bottom: 14px;}

.box_icon img {
    height: 100%;
    width: 100%;
}

.heading_client span {
    color: skyblue;
    font-family: 'black_ocean_threeregular';
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    color: #4dc7f5;
    margin: 0px 0px 0px 8px;
}
.inners_item img {
    height: 100px;
    object-fit: contain;
}
.mv_image{
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 5px solid #00a3bd;
  padding: 6px;
  background: #00a3bd;
}
.mv_image img{
  width: 100%;
  height: 100%;
}
.MV_parent{
    /* box-shadow: 1px 1px 6px -1px #00b0fd; */
    padding: 5px;
    margin: 49px;
    transition: 0.5s ease all;
}
.mv_bg{
  background-image: url(../img/db_circle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px;
  padding: 70px;

}
.vision_bg{
  background-size: 100%;
background-repeat: no-repeat;
background-color: black;
transition: 0.5s ease all;
  background-image: url(../img/rv_vision.png);
}
.MV_parent h1{
  color: #00b0fd;
  display: inline-block;
  position: relative;
    /* width: fit-content; */
    margin: auto;
    font-size: 26px;
    padding: 8px;
    transition: 0.5s ease all;
}
.MV_parent h1 span{
  font-family: 'black_ocean_threeregular';
}
.MV_parent p{
  padding: 10px;
  line-height: 20px;
  font-family: 'Open Sans';
  font-size: 16px;
  color: grey;
  text-align: center;

}

.MV_parent h1:after{
  content: '';
  position: absolute;

  height: 3px ;
  width:100%;
  background-color: #006db5;
bottom: -1px;
left: 0px;

transform: scaleX(0);
height: 2px;


transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.MV_parent:hover h1{
  background: none;
}
.MV_parent:hover h1:after{
  transform: scaleX(1);
  transform-origin: bottom left;

}
.value_wrap {
  box-shadow: 0px 0px 7px 0px #e9ecef;
  padding: 22px;
  border: 1px solid rgba(0,0,0,0);
  background: #f8f9fa;
  height: 320px;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #00b0fd;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #00b0fd;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.value_wrap:hover .hover-underline-animation::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.value_wrap p{
  text-align: justify;
  font-size: 16px;
  color: grey;
}
.inners_item{
  width: 300px;
  padding: 34px;
  background-color: #f8f9fa;
  margin: auto;
}

.clients button.owl-prev {
    position: absolute!important;
    left: -2%;
    top: 40%;
    color: #2196f3  !important;
}

.clients button.owl-next {
    position: absolute;
    right: -2%;
    top: 40%;
    color: #2196f3  !important;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 45px auto 15px auto;
    color: #000;
}

