nav{
    background-color: #fff !important; 
    padding-right: 6% !important;
    padding-left: 6% !important;
}

nav ul li {
  padding: 0px 20px;
}
nav ul li a{
    text-decoration: none !important;
  color: black !important;
  font-size: 18px;
}

nav ul li a:hover{
  color: #005489 !important;
  font-size: 20px;

}


section{
   
    overflow: hidden !important;

  
}
.section1{
   margin-top: 5%;
    height: auto;

}

  




        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
       .item img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h1 {
  position: relative;
  padding:0;
  color:#005489;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h1:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #005489;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h1 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:left;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: transparent;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    position: relative;
    height: 550px;
    width: auto;
}
.itemo {
    background: transparent;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    position: relative;
    height: 400px;
    width: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(111, 197, 233, 0.8);
  border-radius: 20px;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .3s ease;
}

.item:hover .overlay {
  width: 100%;
  left: 0;
  font-size: 12px;
   color: white;
}












.overlay1 {
 position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
   border-radius: 20px;
  background-color: rgba(111, 197, 233, 0.8);  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

.item1:hover .overlay1 {
   transform: scale(1);
    font-size: 12px;
   color: white;
}









.overlay2 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(111, 197, 233, 0.8);  overflow: hidden;
   border-radius: 20px;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.item2:hover .overlay2 {
  width: 100%;
  left: 0;
   font-size: 12px;
   color: white;
}

.overlay3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(111, 197, 233, 0.8);   border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.item3:hover .overlay3 {
  height: 100%;
   font-size: 12px;
   color: white;
}




.overlay4 {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(111, 197, 233, 0.8);  overflow: hidden;
   border-radius: 20px;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.item4:hover .overlay4 {
  bottom: 0;
  height: 100%;
   font-size: 12px;
   color: white;
}





.overlay5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
   border-radius: 20px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(111, 197, 233, 0.8);}

.item5:hover .overlay5 {
  opacity: 1;
   font-size: 12px;
   color: white;
}

.item6:hover .overlay5 {
  opacity: 1;
   font-size: 12px;
   color: white;
}

.overlay7 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(111, 197, 233, 0.8);   border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.item7:hover .overlay7 {
  transform: scale(1);
   font-size: 12px;
   color: white;
}




















.item:hover{
    
}

.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;    
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    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;
    height: 100%;
    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;
}