.Our_Services_section a,
.Our_Services_section a:hover,
.Our_Services_section a:focus,
.Our_Services_section a:active {
            text-decoration: none;
            outline: none;
        }
        
        .Our_Services_section a,
        .Our_Services_section a:active,
        .Our_Services_section 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;
        }
        
        .Our_Services_section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .Our_Services_section img {
    max-width: 100%;
    height: auto;
}
.Our_Services_section span,.Our_Services_section  a,.Our_Services_section  a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.Our_Services_section .section-head {
  margin-bottom: 60px;
  margin-top: 50px;
}
.Our_Services_section .section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
  font-family: Monotype Baskerville ;
}
.Our_Services_section .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #CB6C36;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.Our_Services_section .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f

}
.Our_Services_section p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.Our_Services_section .section-head p, p.awesome_line{
  color:#000000;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}


.Our_Services_section .extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.Our_Services_section .extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.Our_Services_section .extra-text span {
    font-weight: 700;
    color:#f91942;
}
.Our_Services_section .item {
    background: #ececec;
    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;56S
    transition: all 0.5s ease 0s;
}
.Our_Services_section .item:hover{
    background:#f7f4f5;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.Our_Services_section .item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.Our_Services_section .item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.Our_Services_section .item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 0;
}
.Our_Services_section .item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.Our_Services_section .item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.Our_Services_section .item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.Our_Services_section .item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.Our_Services_section .item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.Our_Services_section .item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.Our_Services_section .item p{
    font-size:18px;
    line-height:26px;
    text-align: left;
    margin-bottom: 0;
    color: black;
}
.Our_Services_section .item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.Our_Services_section .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.Our_Services_section .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;
}
.Our_Services_section .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.Our_Services_section .skills {
    padding-top:0px;
}
.Our_Services_section .skills .prog-item {
    margin-bottom: 25px;
}
.Our_Services_section .skills .prog-item:last-child {
    margin-bottom: 0;
}
.Our_Services_section .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.Our_Services_section .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.Our_Services_section .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;
}
.Our_Services_section .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;
}

.image {
  display: block;
  width: 60%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 18px;
  right: 100px;

  background-color: #c2edf9;
  overflow: hidden;
  width: 0;
  height: 88%;
  transition: .5s ease;
  border-radius: 20px;
  cursor: pointer;
}



.text {
  color: black;
  font-size: 15px;
  text-align: left;
  padding-left: 10px;
}
.text:first-child {
    padding-top: 8px
}
.item_whychoose h6{
    padding: 0;
    margin-bottom: 0;
}

.services_item img{
    margin: 0 auto;
}
.item_whychoose{
	background: white !important;
  	box-shadow:none  !important;
  	border: 0  !important;
}
#our_services_parent .services_item {
    min-height:237px;
 	 background: white;
	border: 2px solid rgba(0, 0, 0, 0.07);
    }

.table, th, td {
  border:1px solid black;
}    

.service_page .section-head h4,.service_page .section-head p{
    text-align: left !important;
}
.service_page .section-head h4:before{
    margin: 0;
}
.thead1{
    width: 50px;
}

.item.services_item p {
  text-align: center;
}