.navbar{
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
    padding:0 10px;
    transition: all 0.4s ease;
    border: 1px solid #565656;
    border-radius: 4px;
    height: 36px;
    margin-top: 2px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
/*.navbar-collapse{
    overflow-y: scroll;
    display: none;
}*/
.navbar-nav > li > a{
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #f8f7f7;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    color: #565656;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav > li > a:hover,.navbar-nav > li.opened > a{
    color: #00b6f1;
}
.navbar-nav > li > a i{
    margin-left: 3px;
    font-size: 12px;
}
.menu-link{
    position: relative;
}
.menu-link:after{
    content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00b6f1;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar-nav > li.opened > a.menu-link:after{
    opacity: 1;
    visibility: visible;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 13px;
    padding: 0rem 0;
    margin:0 0 5px 0;
    font-family: 'montserratregular';
    color: #000;
    min-height: 30px;
}
.sub-menu-item ul{
    margin: 0 0 10px 0;
}
.sub-menu h4 a{
    color: #000;
    font-family: 'montserratregular';
    font-size: 13px;
}
.sub-menu h4 a:hover{
    color: #00b6f1;
}
.sub-menu h4 img{
    max-width: 25px;
    margin: 3px 10px 0 0px;
    float: left;
    min-width:15px; 
}
.sub-menu ul li{
    padding:7px 5px 7px 35px;
    margin: 0px 0;
    font-size: 14px;
    position: relative;
}
/*.sub-menu ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    border:1px #00b6f1 solid;
    position: absolute;
    top: 12px;
    left: 0;
}*/
.sub-menu ul li a {
    transition: all 0.2s ease;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.sub-menu ul li a:hover{
    opacity: 0.9;
    color: #00b6f1;
}
.sub-menu{
    display: none;
}
/*.sub-menu-item:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #f5f6f7;
    position: absolute;
    top: 0;
    right: 14%;
}
.sub-menu-item:last-of-type:after{
    content: none;
}*/
.sub-menu ul li a{
    position: relative;
}
.sub-menu ul li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: transparent;
    color: #00b6f1;
    border-bottom: 2px solid #00b6f1;
    transition: all .3s ease-in-out;
    transform: translate(0,0) translateZ(0);
    -webkit-transform: translate(0,0) translateZ(0);
}
.sub-menu ul li a:hover:after{
    width: 100%;
}
.sub-menu-item {
    position: relative;
    margin-right: 10px;
    padding: 20px;
    width: 24%;
}
.sub-menu-item:last-child{
    margin-right: 0;
}
.services_boxbg{
    background-image: url("../images/menu/service_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 20px;
    position: relative;
}
.industries_img{
    position: relative;
    background-image: url("../images/menu/indutsry_bg.jpg");
    z-index: 2;
    min-height: 100px;
    padding: 20px;
}
.hire_img{
    background-image: url("../images/menu/hire_bg.jpg");
}
.solution_img{
   background-image: url("../images/menu/solution_bg.jpg"); 
}
.service_bgcolor{
  background-image: linear-gradient(180deg,#70d9fb 0,#00b6f1 100%);
  opacity: 0.92;
  height: 100%;
  float: left;
  width: 100%;
  position: absolute;
  top:0;
  z-index: 1;
  left: 0; 
}
.inner_box{
    position: relative;
    z-index: 2;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-end;
}
.inner_box img{
    position: absolute;
    top: 20px;
}
.menu_content{
    position: relative;
    z-index: 2;
    padding: 0px;
}
.menu_content h5,.industries_img h5{
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.menu_content h5,.menu_content p{
    color: #fff;
    font-family: 'montserratregular';
    margin: 0 0 15px 0;
}

.menu_content .btn {
    border-color: #0aa1d2;
    background-color: #fff;
    color: #00b6f1;
    text-transform: uppercase;
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    /* font-weight: bold; */
}
.menu_content .btn:hover{
 background-color: #00b6f1;
    color: #fff;   
}
.menu_content img{
    position: absolute;
    top: 0
}
.sticky .menu-link:after{
    bottom: -5px;
}
.portfolio_menu .sub-menu-item{
  width: 32%;
}

/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        /*display: block!important;
        overflow-y: hidden;*/
        flex: 1 0 auto;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 15px 1.7rem 10px;
        font-size: 14px;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 122%;
        background: #fff;
        padding: 0px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%), 0 -18px 60px -10px rgb(0 0 0 / 3%);
        /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);*/
    }
    .sticky .sub-menu{
        top: 107%;
    }
    .navbar-nav > li.opened .sub-menu{
        
        display: flex !important;
        justify-content: space-between;
        flex-flow: wrap;
        /*display: grid !important;
        grid-template-columns: repeat(4, 1fr);*/
    }
    /*.navbar-nav > li.services_menu .sub-menu{
     grid-template-columns: repeat(3, 1fr);
    }*/
}
@media (max-width:1279px){
 .navbar-nav > li > a {
    margin: 0 2px;
    padding: 1.7rem 10px 1.7rem 10px;
} 
.sub-menu{
    top: 114%;
}
.menu-link:after{
    bottom: -10px;
}  
.sub-menu-item{
    width: 23.5%;
    padding: 20px 10px;
}
.sub-menu h4 img{
    margin:3px 5px 0 0;
}
.sub-menu h4 a{
    font-size: 12px;
}
.sub-menu ul li {
    padding: 6px 5px 6px 35px;
    font-size: 13px;
    line-height: 18px;
}
.services_boxbg{
    margin: 0;
}
.sub-menu h4{
    white-space: nowrap;
}

}
@media (max-width:991px){
.navbar-collapse{
    display: none;
    width: 100%;
    z-index: 999;
    position: absolute;
    left:0px;
    top: 53px;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-collapse ul{
    background-color: #fff;
        width: 100%;
    float: left;
    clear: both;
   /* box-shadow: 0rem 0rem 5px rgb(0 0 0 / 15%);*/
}
.sticky .navbar-collapse{
    top: 48px;
}
.navbar{
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.brand-and-icon i{
    font-size: 16px;
}
.navbar-nav > li > a{
    padding:15px;
    margin: 0;
    font-size: 16px;
}
.navbar-nav > li:last-of-type > a{
    border-bottom: 0;
}
.navbar-nav > li > a i{
    float: right;
}
.services_boxbg{
    display: none;
}
.menu-link:after{
    content: none;
}
.navbar-collapse ul>li,.navbar-collapse ul h4{
    width: 100%;
    float: left;
    min-height: inherit;
}
.sub-menu-item{
    width: 48%;
    float: left;
    padding: 10px 20px;
}
.sub-menu-item:nth-child(3){
    clear: left;
}
.sub-menu{
    display: none !important;
}
.navbar-collapse ul>li.opened .sub-menu{
    display: block !important;
}
}
@media (max-width:767px){
.navbar-collapse ul>li.opened .sub-menu{
        margin-top: 10px;
    }
.sub-menu-item{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-collapse ul h4{
    margin:0;
}
.sub-menu-item ul{
    margin: 0;
}
}



























































