.sub-menu li.menu-item:not(:last-child) {
    border-bottom: 0px !important;
    border-color: #fff !important;
}

.sub-menu li.menu-item>a {
    color: #929292 !important;
    padding: 10px 15px 10px 15px !important;
    font-size: 15px !important;
    line-height: 21px;
}

.sub-menu li.menu-item:hover>a {
    background-color: #1565C0;
    color: #fff !important;
}

.sub-menu li.current-menu-item>a {
    background-color: #1565C0;
    color: #fff !important;
}

.current-menu-item .hfe-has-submenu-container>a {
    color: #1565C0 !important;
}

.current-menu-ancestor .hfe-has-submenu-container>a {
    color: #1565C0 !important;
}

/* header .hfe-nav-menu ul .menu-item.current-menu-item a.hfe-menu-item{
    padding-bottom: 1px !important;
    border-bottom: 1px solid #1565C0 !important;
} */

.home-sec2 .clent:hover h2,
.home-sec2 .clent:hover .elementor-widget-container {
    color: #fff !important;
}



header a.lets-talk:hover .elementor-widget-container {
    color: #fff !important;
}

.lets-talk:hover::before {
    background: #1565C0;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.lets-talk::before {
    background: #1565C0;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.lets-talk:hover::before {
    top: -30px;
    left: -30px;
}

.lets-talk:active::before {
    background: #1565C0;
    transition: background 0s;
}

.pcol {
    color: #1565C0 !important;
}

.scol {
    color: #4A99D3 !important;
}

.tcol{
    color: #000000 !important;
}

.cmyimg {
    animation: mymove 2s infinite;
}

@keyframes mymove {
    100% {
        transform: rotate(360deg);
    }
}

.contact-form form p {
    margin-bottom: 6px;
}



.contact-form form .rowsc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .rowsc p {
    width: 48%;
}

.contact-form form .rowsc p input{
    width: 100%;
    border-radius: 8px;
}

.contact-form form .bom , .contact-form form .bom textarea{
    width: 100%;
    border-radius: 8px;
}

.contact-form form .sub_end p {
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}

.contact-form form .sub_end p > input {
    background: #1565C0;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
} 

.so-megroup img{
    filter: grayscale(100%);
}

.so-megroup img:hover{
    filter: grayscale(10%);
}

.so-megroup > div{
    cursor: pointer;
}

.digital-marketing{
    max-height: 650px;
}

.digital-marketing.sub{
    max-height: 650px;
    overflow-y: auto;
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.digital-marketing.sub::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }