
:root{
    --accent-color:#5fcef7 !important;
}
a:hover,
.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li.current-menu-item > a,
.footer-links-gold ul li a:hover,
.readmore-btn:hover{color:#5fcef7 !important;}
.btn-default:before,
.btn-default:after,
.section-title h3:before,
.section-title-gold h3:before,
.preloader .loading{background-color:#5fcef7 !important;}
.btn-default,.readmore-btn{border-color:#5fcef7 !important;}
.main-menu ul li a{white-space:nowrap;}
.main-menu ul li.submenu ul{
    min-width:430px;
    width:max-content;
    max-width:520px;
    padding:12px 0;
    border-radius:14px;
    z-index:99999;
    overflow:visible;
    pointer-events:auto;
}
.main-menu ul li.submenu:hover > ul,
.main-menu ul li.submenu ul:hover{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
}
.main-menu ul ul li{width:100%;}
.main-menu ul ul li a{
    display:block;
    width:100%;
    white-space:nowrap;
    line-height:1.35;
    padding:11px 24px;
    font-size:15px;
}
.main-menu ul ul li a:hover{color:#5fcef7 !important;}
.service-sidebar .service-catagery-list ul li a{white-space:normal;}
.cms-img-preview{max-width:160px;max-height:100px;border-radius:8px;object-fit:cover;}

/* SOFTEC360 HEADER HEIGHT REDUCE START */
header.main-header .navbar{padding-top:8px !important;padding-bottom:8px !important;min-height:auto !important;}
header.main-header .header-sticky{min-height:auto !important;}
header.main-header .navbar-brand img{max-height:72px !important;width:auto !important;height:auto !important;object-fit:contain !important;}
.main-menu ul li a{padding-top:8px !important;padding-bottom:8px !important;line-height:1.15 !important;}
/* SOFTEC360 HEADER HEIGHT REDUCE END */

/* SOFTEC360 LOGO HEIGHT FORCE */
.navbar-brand{padding-top:0 !important;padding-bottom:0 !important;}
.navbar-brand img{max-height:72px !important;width:auto !important;height:auto !important;object-fit:contain !important;}
