
#slider{
  margin:0 auto;
 
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}

img{
  width:100%;
}

#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:50%;
  background:#d3d3d3;
  padding:8px;
  margin:10px 5px;
}



@media (max-width:567px){
  #slider{
    width:100%;

  }
}





span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.section-head {
margin-bottom: 20px;
}
.section-head h4 {
position: relative;
padding:0;
color: #0c6489;

line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:30px;
font-family: 'PT Sans', sans-serif;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #0c6489;
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
font-family: 'PT Sans', sans-serif;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f;
font-family: 'PT Sans', sans-serif;
}
p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;    
}
.section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;
font-family: 'PT Sans', sans-serif;
}

.extra-text {
  font-size:34px;
  font-weight: 700;
  color:#2f2f2f;
  margin-bottom: 25px;
  position:relative;
  text-transform: none;
  font-family: 'PT Sans', sans-serif;
  
}
.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #0C6489;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  color:#0C6489;
}
.itemone {
  cursor: pointer;
  background:#0C6489;
  text-align: center;
  height: 209px;
  padding: 18px 5px;
  -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid rgb(10 110 151);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;

}

  span.icon{
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.itemone .icon {
  font-size: 40px;
  margin-bottom:10px;
  color: #0C6489;  
  width: 90px;
  font-family: 'PT Sans', sans-serif;
  line-height: 96px;

}
.itemone .feature_box_col_one{
  background:rgba(247, 198, 5, 0.20);
  color:#0C6489;
}
.itemone .feature_box_col_two{
  color:#0C6489;
}
.itemone .feature_box_col_three{
  background:rgba(0, 147, 38, 0.15);
  color:#0C6489;
}
.itemone .feature_box_col_four{
  background:rgba(0, 108, 255, 0.15);
  color:#0C6489;
}
.itemone .feature_box_col_five{
  background:rgba(146, 39, 255, 0.15);
  color:#0C6489;
}
.itemone .feature_box_col_six{
  background:rgba(23, 39, 246, 0.15);
  color:#0C6489;
}
.itemone p{
  font-size: 18px;
  margin: 0 0 20px;
  font-family: 'PT Sans', sans-serif;
}
.itemone h6 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}
.mission p {
  font-size: 18px;
  margin: 0 0 20px;
  font-family: 'PT Sans', sans-serif;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background:#0c6489;

  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.skills {
  padding-top:0px;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius:20px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;

  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight:600;    
  color: #fff;
  background:rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}
.hp_images{
     border-radius: 50px;
}





