/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*#aboutintricate::before,
#intricateservices::before,
#showcaseintricate::before {
  content:"";
  display:block;
  height:100px;
  margin-top:-100px;
}
.portcustomtitle a{
font-size:22px !important;
color : #ffffff !important;
} */
/* Desktop */
#aboutintricate::before,
#intricateservices::before,
#showcaseintricate::before {
  content:"";
  display:block;
  height:100px;
  margin-top:-100px;
}

.portcustomtitle a{
  font-size:22px !important;
  color:#ffffff !important;
}

/* Tablet */
/*
@media (max-width: 1024px){

  #aboutintricate::before,
  #intricateservices::before,
  #showcaseintricate::before {
    height:90px;
    margin-top:-90px;
  }

  .portcustomtitle a{
    font-size:20px !important;
  }

}
*/
/* Mobile */
/*
@media (max-width: 767px){

  #aboutintricate::before,
  #intricateservices::before,
  #showcaseintricate::before {
    height:70px;
    margin-top:-70px;
  }

  .portcustomtitle a{
    font-size:18px !important;
  }

} */
html {
scroll-behavior: smooth;
}

.vc_row {
scroll-margin-top: 90px;
}