@font-face {
  font-family: 'menuicons';
  src: url('font/menuicons.eot?91451903');
  src: url('font/menuicons.eot?91451903#iefix') format('embedded-opentype'),
       url('font/menuicons.woff2?91451903') format('woff2'),
       url('font/menuicons.woff?91451903') format('woff'),
       url('font/menuicons.ttf?91451903') format('truetype'),
       url('font/menuicons.svg?91451903#menuicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'menuicons';
    src: url('../font/menuicons.svg?91451903#menuicons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "menuicons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-application-development:before { content: '\e800'; } /* '' */
.icon-travel-hospitality:before { content: '\e801'; } /* '' */
.icon-sports:before { content: '\e802'; } /* '' */
.icon-software-product-engineering:before { content: '\e803'; } /* '' */
.icon-real-estate:before { content: '\e805'; } /* '' */
.icon-professional-services:before { content: '\e806'; } /* '' */
.icon-net-ai:before { content: '\e807'; } /* '' */
.icon-media-entertainment:before { content: '\e808'; } /* '' */
.icon-manufacturing:before { content: '\e809'; } /* '' */
.icon-healthcare:before { content: '\e80a'; } /* '' */
.icon-financial-services:before { content: '\e80b'; } /* '' */
.icon-education-learning:before { content: '\e80c'; } /* '' */
.icon-ecommerce-retail:before { content: '\e80d'; } /* '' */
.icon-digital-transformation:before { content: '\e80e'; } /* '' */
.icon-digital-commerce:before { content: '\e80f'; } /* '' */
.icon-data-analytics-and-business-intelligence:before { content: '\e810'; } /* '' */
.icon-arrow:before { content: '\e811'; } /* '' */

.mega-block-title{
    display: none !important;
}

.menu-title > .mega-sub-menu > li.mega-menu-item{
    padding-bottom: 0 !important;
}

.menu-title h2{
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #141F39 !important;
    margin-bottom: 0 !important;
}


/* Menu Card */
.menu-link{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:12px;
    border-radius:12px;
    text-decoration:none;
    background:#fff;
    transition:all .3s ease;
    min-height: 95px;
}

/* Icon Box */
.menu-link i{
    width:40px;
    height:40px;
    min-width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #d9dde5;
    border-radius:8px;
    font-size:24px;
    color:#111;
    background:#fff;
    transition:all .3s ease;
}

.application-development i{
    font-size:20px !important; 
}


/* Content */
.menu-link h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:#141F39;
}

.menu-link p{
    margin:0;
    font-size:16px;
    line-height:1.35;
    color:#4F4F4F;
    margin-bottom: 0 !important;
}

/* Hover Style */
.menu-link:hover{
    background:#eaf4ff;
}

.menu-link:hover i{
    background:#1565f9;
    color:#fff;
    border-color:#1565f9;
}


/*======================*/
@media (min-width: 1201px){
    .mega-mega-menu-right-side{
        padding-left: 68px !important;
    }
    
    .mega-mega-menu-right-side .mega-sub-menu{
        position: absolute !important;
    }
}

@media (max-width: 1200px){
    .menu-links .mega-sub-menu li{
        padding: 0 !important;
    }
}

#mega-menu-30-2, #mega-menu-30-1{
    pointer-events: none !important;
}


.services-menu-heading-outer .mega-sub-menu .mega-menu-item{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Right Side Mega Menu */
.mega-mega-menu-right-side{
    padding: 0 0 0 20px;
}

/* Image */
.mega-mega-menu-right-side .widget_media_image img{
    width: 100%;
    border-radius: 30px;
    display: block;
}

/* Content Wrapper */
.mega-mega-menu-right-side .custom-html-widget{
    margin-top: 20px;
}

/* Heading */
.mega-mega-menu-right-side .custom-html-widget h3{
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #141F39;
}

/* Description */
.mega-mega-menu-right-side .custom-html-widget p{
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #4F4F4F;
}

/* Button */
.mega-mega-menu-right-side .custom-html-widget a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #2A3150;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 40px;
    transition: all .3s ease;
}

/* Button Hover */
.mega-mega-menu-right-side .custom-html-widget a:hover{
    background: #141F39;
}

/* Arrow Icon */
.mega-mega-menu-right-side .custom-html-widget a i{
    font-size: 14px;
    line-height: 1;
}

