/*services--------------------------------------------------*/
.btn-cat{border-radius: 7px; background-color: #c69a47; color: #fff;font-size: 1.1rem;}
.btn-cat:hover{background-color: #0b6f77;color: #fff;}
.brown-hr-service{width: 25px; color: #0b6f77; opacity: 1;border-top: 4px solid;}
.justify{text-align: justify;}
.link-star{color: rgb(193, 193, 193);}
.link-star:hover, .link-star:visited, .link-star:focus{color: #c69a47;}
.link-icon{color: #0b6f77;text-decoration: none; font-size: 16px;}
.link-icon:hover{color: #c69a47;text-decoration: none; font-size: 16px;}
.tab-custom .active {
  border-bottom: 3px solid #c69a47 !important;color: #c69a47 !important;
}
.tab-custom .nav-link{color: #0b6f77;}
.tab-custom .nav-link:hover{color: #c69a47 !important;}
.text-light-g{color: #c5c7c7;}
.service-min-h{min-height: 700px;}
.electronic-color{color: #ffffff !important;background-color: #0b6f77;}
.electronic-color:hover{color: #ffffff !important;}
/*-----------------------------------*/
.input-icons {width: 100%;margin-bottom: 10px;}
.input-icons i {position: absolute;}
.icon {padding: 10px;min-width: 50px;text-align: center;}
.dean-bg{background-color: #f5f0f0;}
.dean-bg-sec{background-color: #fff; border:1px solid rgba(212, 212, 212, .5)}
.img-max-height{max-height: 250px;}
.width-50{width: 50px; height: 50px;}
.link-icon .bg-white-custom{background-color: white;transition: .5s ease;}
.link-icon:hover .bg-white-custom{background-color: #c69a47;}
.link-icon .bg-gray-custom{background-color:#f5f0f0;transition: .5s ease;}
.link-icon:hover .bg-gray-custom{background-color: #c69a47;}
.link-icon .arrow-link{color: #0b6f77;transition: .5s ease;}
.link-icon:hover .arrow-link{color: white;}
.link-icon .img-overlay{opacity: 1;
    transition: .5s ease;
    }
.link-icon:hover .img-overlay{opacity: .75;}
.justify-content-start {
    justify-content: flex-start !important;
    width: 100%;
}
.d-flex {
    display: flex !important;
    /*width: 100%;*/
}