@media (min-width:320px) and (max-width:767px){

  .navbarView{
  position: absolute;
  top: 70px;
  width: 100%;
}
.navbarView #main-nav{
	flex-direction: column;
}

.header-navigation{
	flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-section{
  padding: 0px 20px;  
}
.sb-cnt-bg .sb-lft,.sb-cnt-bg .sb-rgt{
  width: 100%;
}
.sb-cnt-bg{
  flex-direction: column;
}
.hero-about-us-nw{
	/* min-height: 300px; */
    padding: 150px 20px 50px 20px;
}	
.hero-portfolio{
  flex-direction: column;
  gap: 20px;
}
.hero-portfolio .cnt .rgt h3 {
  font-size: 20px;
}
.hero-portfolio .cnt{
  width:100%;
}
.spl-portfolio-bg .hero-about-us-nw {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero-about-us-nw {
  max-width: 90%;  
  margin: 0 auto;
  padding: 0;
}
.hero-about-us-nw {
  &.mb-tt{
    margin-top: 40px;
  }
  h3 {
    font-size: 24px;
  }
}
.hero-portfolio {
  gap:0;
}
.hero-portfolio .cnt{
  border-width: 1px 0px 0px 0px !important;
    padding: 30px 15px;
}
.hero-portfolio .cnt:nth-child(1){
  padding: 20px 15px 30px 15px !important;
}
.hamburger-icon{
 width: 44px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.navbarView{
  display: none;
}
.collapse:not(.show) {
  display: none !important;
}
.spl-portfolio-bg{
  padding-top: 100px;
}

 .hero-about-us {
  width: 90%;
 margin: 10% auto 0;
  color: #fff;
  position: relative;
  left: 0%;
  bottom: 10%;
}
.header-navigation .navbar-brand img{
width: 150px;
    margin: 0 auto;
}
.hero-about-us p, .hero-about-us h3 {
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  font-size: 24px;
}
.portfolio-image img
{
  width: 33%;
  margin: 0px 5% 30px 5%;
}

.fn-row{
    margin-bottom:0px;
}
.ls-row{
    margin: 0 auto 0px auto;
}
.content-section
{
  padding: 30px 0px 0px 0px;
}
.single-feature-section
{
  padding: 40px 0px 0px 0px;
}
}