:root {
  --gray-blue: #47648b;
  --white: rgb(255, 255, 255);
  --light-gray: #ddd;
  --red: #e31e25;
  --black: rgb(0, 0, 0);
  --bg-dark: #212529;
  --green: green;
}
@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 600px) {
  /* #header .header-nav-main nav > ul .nav-item {
  } */
  
  .mb-none{
    display: none;
  }


  #header .header-nav-main nav>ul li{
    line-height: 38px !important;
  }
  /* padding and margin adjust */
  .som-details {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .projects-section {
    padding: 0px;
  }

  

  /* navbar */

  /* home-aboute  cta */
  .btn-danger {
    background-color: var(--white);
    color: var(--black);
  }
  .homebg-img {
    background-image: url(../img/custom_img/cta.png);
    background-size: 50%;
    background-position: right bottom 0;
  }
  .home-cta h3 {
    text-align: center !important;
  }
}
