

.flat-slider.home-1 {
    background-image: url(../images/slider/slider-2-2.jpg);
}
.flat-header-wrapper-about .item2

 {
    right: -5% !important;
}

.about-banner{
    margin: 150px 0 30px 0 ;
}

.nav-center{
    dispaly: flex ;
    justify-content: center ;
    
}

.nav-item  {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 27px 0px;
    letter-spacing: 0px;
    color: #161e2d;
    font-size: 16px;
    line-height: 21.86px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.nav-item :hover  {
    color: #1563df;
}

.mobile-menu .navigation

 {

    height: 0px;
}
.close-btn::before {
   
    color: blue;
}

.mobile-menu .menu-outer {
    border-bottom: none;
 
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-right: 30px;
    max-width: 100%;
    height: 50%;
    /* visibility: hidden; */
    /* z-index: 999999; */
}
.mobile-menu .bottom-canvas {
    padding: 10px 25px;
    height: 100vh;
    overflow-y: auto;
}

.mobile-menu .menu-box {
    max-height: 92% !important;
   
}

@media only screen and (max-width: 991px) {
    h6 {
        font-size: 19px;
        line-height: 59px;
    }
}
/* .main-header .main-menu .navigation > li > a::before {
    content: "";
    width: 0;
    height: 2px;
    bottom: 25px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #1563df;
} */


/* responsive */

@media only screen and (max-width: 767px) {
    .footer .tf-collapse-content

 {
        display: contents !important;
               /* position: static; */
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-heading-mobile {
        display: block;
        position : static;
    }
}

@media only screen and (min-width: 1520px) {
    .main-header {
        padding-left: 70px;
        padding-right: 70px;
    }
}