.mivico_part{
    border:2px solid #f7f7f7;
    border-radius: 5px;
    min-height: 400px;
}
.service_page_service_item{
  background: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1) ;
  border: none ;
  padding: 70px 30px ;
  border-bottom: 3px solid #25AAE1;
  transition: 0.4s ;
  border-radius: 4px;
}
.service_page_service_item h3 span{
    height: 70px;
    width: 70px;
    background: #5ca7dc;
    color: #fff ;
    display: block;
    line-height: 70px;
    font-size: 24px ;
    border-radius: 50%;
    margin: 0 auto ;
}

.service_page_service_item:hover h3 span{
  background: #fff !important;
  color: #25AAE1!important;
}
.service_page_service_item:hover h3{
  color: #fff !important;
}
.service_page_service_item:hover p{
  color: #fff !important;
}

#service_page_service .service_page_service_container .service_page_service_item h3{
    display: block;
    height: 76px;
    background: rgba(0,0,0,.4);
    color: white;
    padding-top: 28px;
    position: absolute;
    bottom: 38px;
    width: 84%;
    font-size: 20px;
    font-weight: 600;
}

#service_page_service .service_page_service_container .service_page_service_item:hover h3{
    background: rgba(0,0,0,.6);
}

#gallery_page .gallery_main_container .gallery_item{
    position: relative;
}

#gallery_page .gallery_main_container .gallery_item .gallery-overlay{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    opacity:0;
    transition: all linear .3s;
}

#gallery_page .gallery_main_container .gallery_item:hover .gallery-overlay{
    opacity:1;
}

#gallery_page .gallery_main_container .gallery_item .gallery-overlay ul{
    display:inline-block;
    margin-left: 50%;
    margin-top: 34%;
    transform: translate(-50%, -50%);
}
#gallery_page .gallery_main_container .gallery_item .gallery-overlay ul li{
    float:left;
}
#gallery_page .gallery_main_container .gallery_item .gallery-overlay ul li a{
    display:inline-block;
    border: 1px solid white;
    border-radius: 5px;
    margin: 0px 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
}

#contact_page_contact_form .contact_page_contact_form_form form input,
#contact_page_contact_form .contact_page_contact_form_form form textarea{
    background: #e2e2e2;
    padding: 10px;
}

#contact_page_contact_form .contact_page_contact_form_form form textarea{
    resize: auto;
    height: 90px;
}

#counter .couner_content .counter_item
{
    border: 1px solid #5fb7f1;
    padding: 19px;
    height: 330px;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#counter .couner_content .counter_item:hover{
    border: 1px solid #a158c1;
}

#counter .couner_content .counter_item:hover h3{
    color: #b5db9b;
}
#counter .couner_content .counter_item:hover i{
    color: #a158c1;
}
#counter .couner_content .counter_item:hover h4{
    color: #41c7c9;
}

#counter .couner_content .counter_item h4
{
    font-size: 14px;
    padding-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#counter .couner_content .counter_item h3 {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    margin-top: 20px;
    line-height: 34px;
    height: 78px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#counter .couner_content .counter_item i{
    color:white;
    font-size:40px;
    display: block;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}


/* footer css */
#footer_top .footer_link .footer_link_item h4,
#footer_top .footer_sub h4{
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

#footer_top .footer_link .footer_link_item h4::after,
#footer_top .footer_sub h4::after{
    content: none;
}
#footer_bottom{
    background: #093b56;
}
#footer_bottom .footer_cop p{
    color: white;
}
#footer_bottom .footer_cop p a{
    color: white;
}
#footer_top .footer_sub .subscribe_box button{
    background: #137eba;
}

#footer_top .footer_sub p{
    color: white;
}

#footer_top .footer_link .footer_link_item ul li a
{
    text-transform: uppercase;
    color: white;
    float: left;
    width: 85%;
    padding-left: 10px;
}

#footer_top .footer_link .footer_link_item ul li a:hover {
    color: #adcf35;
}

#footer_top .footer_link .footer_link_item ul li i{
    color: #ffffff;
    font-size: 20px;
    float: left;
    line-height: 26px;
}
#footer_top .footer_link .footer_link_item ul li{
    overflow:hidden;
    padding-bottom: 10px;
}
#footer_top {
    padding: 100px 0px;
    background: #0a4666;
}

/* donation form */

.donate-form{

}

.donate-form h2{
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    background: #0a4666;
    color: white;
}

.donate-form img{
    /* margin: 30px 0px; */
}

.donate-form label{
    width: 100%;
    display: block;
    text-transform: capitalize;
    padding: 10px 0px;
    color: #656565;
    font-weight: 790;
}

.donate-form .nice-select {
    width: 50%;
}

.donate-form .checkbox{
    width: 20px;
    float:left;
}
.donate-form span{
    float: left;
    font-weight: 700;
    padding-right: 17px;
    padding-left: 1px;
    font-size: 15px;
    color: #656565;
}

#contact_page_contact_form .contact_page_contact_form_form .donate-form input{
    width: 20px;
    height: 20px;
}

.footer-links{
    display: inline-block;
}
.footer-links li{
    float: left;
    display: inline-block;
}
.footer-links a{
    display: inline-block;
}
.footer-links a i{
    color: white;
    height: 30px;
    width: 30px;
    border: 1px solid white;
    line-height: 30px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
