.headerSection .slogan {
   /* color:rgb(49, 49, 49);*/
}

.indexText{
    width: 60%;
}

.nav-top-home{
    span{
         color: #fff !important;
    }
    .border{
        border: 1px solid #ffffff !important;
    }

    .nav-link{
        color: #ffffff !important;
    }
}

.nav-top{
    span{
        color:#414141;
    }

    .border{
        border: 1px solid #414141 !important;
    }

    .nav-link{
        color: #000000 !important;
      }
}

/*----customize respnsive------*/
@media screen and (max-width: 991px) {
    .mobileHidden{
        display: none;
    }

    header.style-2{
        padding: 96px 0 100px;
    }

    header.style-2 .head_shape2{
        width:auto;
    }

    header.style-2 .content .vid-btn{
        margin-top: 40px;
    }
    
    .inner-header.style-5 .content {
        padding: 20px 0;
        position: relative;
    }

    .nav-top-home{
        span{
             color: #fff !important;
        }
        .border{
            border: 1px solid #ffffff !important;
        }
    
        .nav-link{
            color: #ffffff !important;
        }
    }
    
    .nav-top{
        span{
            color:#fff;
        }
    
        .border{
            border: 1px solid #fff !important;
        }
    
        .nav-link{
            color: #fff !important;
          }
    }
    
}