/*.header {
    position: fixed;
  
}

.header.fixed-header {
    background-color: #fff;
    padding: 20px 0px 14px;
    border-bottom: 1px solid #eaeaea;
}

.header.fixed-header .logo {
    width: 60px;
}

.header.fixed-header .right-header {
    margin-top: 12px;
}

.header.fixed-header .menu-notactive {
    display: none;
}

.header.fixed-header .menu-active {
    display: block;
}

.header.fixed-header .search-close-white {
    display: none;
}

.header.fixed-header .search-main.active .menu-active {
    display: none;
}

.header.fixed-header .search-main.active .search-close-blue {
    display: block;
}

.header.fixed-header #nav-icon1 span {
    background: #173966;
}
*/
/*.service-menu.sticky2.fixed-sevice-menu{
    top: 98px !important;
}*/

@media screen and (max-width: 769px){
    .hme-team-section .team-right-section{
        width: 100%;
    }

    .hme-team-section .hme-team-section-inner{
          display: block;
    }

    .hme-team-section .team-right-section .owl-stage-outer {
        overflow: visible;
    }

    .hme-team-section .team-right-section{
           margin-right: 0px;
    }

    .header .logo img{
        width: 100%;
    }

    .header.fixed-header {
        padding: 10px 0px 3px;
    }
}