.mech-drop {
    position: absolute;
    left: 160px;
    top: 10px;
    border-radius:0px 8px 8px 0px;
    padding-top: 5px;
    opacity: 0;
    display: none;
}

a.dropdown-item1 {
    font-size: 12px;
    padding: 10px 15px;
}

.dropdown-item1:hover, .dropdown-item1:focus {
    color: #1e2125 !important;
    background-color: #e9ecef;
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.dropdown-item.mech:hover+.mech-drop {
    opacity: 1;
    display: block;
}

.mech-drop:hover{
    opacity: 1;
    display: block;
}

/*IT- serives*/

/* .it-info{
    font-family: 'Nunito Sans';
    color: black;
    line-height: 30px;
} */


.it-head::after{
    background: #00a2f1;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    width: 60px;
}

p.it-p {
    font-size: 15px;
    font-family: 'DM Sans Merlin';
}

h5.it-h {
    font-family: 'Nunito Sans';
    color: #00a2f1;
    filter: drop-shadow(0px 0px 5px rgba(0,162,241,.4));
}

.col-md-3.seldom-ser {
    /* border-radius: 5px; */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
    padding: 20px;
}

.col-md-3.seldom-ser:hover{
    background-color: black;
    box-shadow: 0px 0px 25px rgba(243, 118, 50);
}

.col-md-3.seldom-ser .light{
    display:none;
}

.col-md-3.seldom-ser:hover .dark{
    display: none;
}

.col-md-3.seldom-ser:hover .light{
    display: block;
}

.col-md-3.seldom-ser .more{
    display: flex;
    transition: all 0.5s ease-in-out;
}

.col-md-3.seldom-ser:hover .it-arrow-dark{
    display: none;
}

.col-md-3.seldom-ser:hover .more{
    transform: translateX(3%);
}

.col-md-3.seldom-ser:hover h5.it-h {
    font-family: 'Nunito Sans';
    color: rgba(243, 118, 50);
    filter: drop-shadow(0px 0px 5px rgba(243, 118, 50, .4));
}

.col-md-3.seldom-ser .more a:hover{
    color: rgba(243, 118, 50);
}

.col-md-3.seldom-ser:hover .more a{
    color: rgba(243, 118, 50) !important;
}

.col-md-3.seldom-ser:hover p.it-p {
    font-size: 15px;
    font-family: 'DM Sans Merlin';
    color: white !important;
}

.ser-img{
    height: 330px;
}
/* 
p{
    color: black;
} */