#sp-header {
    height: 90px;
    /* background-color: #1A1C39; */
	background:#FFF;
    border-bottom: 1px solid rgba(166, 124, 0, .6);
  }

  #sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    background-color: #FFF;
}

#sp-header .logo {
  height: 85px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
  
@media (max-width: 990px) {

  #sp-header .logo {
	height:90px;
    float: left;
    align-items: baseline;
	padding: 28px 0px;
  }
  
}

.logo-image-phone {
	max-width: 85px;
}

/* OFF CANVAS */


.icon-bar > span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
}


#offcanvas-toggler > span:hover {
    color: #000;
  }

  #offcanvas-toggler:hover .icon-bar > span, #offcanvas-toggler:focus .icon-bar > span {
    border-color: #000;
  }

/* Shadow on hero-section-image*/
  .hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0.1;
    background: #121330;
  }
  .hero-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(18, 19, 48, 0.00) 99%); */
    background-image: none;
  }


  .hero-feature-list > .sp-pagebuilder-addons, .hero-feature-list > .sppb-column-addons {
    display: flex;
    justify-content: space-between;
    /* max-width: 600px; */
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-feature-list-wrap {
    border-top: 0px solid rgba(166, 124, 0, .3);
  }
  
  .sp-megamenu-parent {
    list-style: none;
    padding: 20px 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: right;
    position: relative;
}


  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
    font-weight: 500;
    padding: 19px 5px;
    line-height: 3;
    letter-spacing: 1.4px;
    /* color: rgba(255, 255, 255, .9) !important; */
    color: #131313!important;  /*Changes Menu li Color */
    margin: 0 18px;
  }

  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 8px;
    line-height: 90px;
    font-size: 15px;
    margin: 0;
  }

  /* .sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: red!important;
  } */


  home-page.sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background:none!important;
  }

  .firm-top-text{
      color:#a67c00;
      font-size: 18px;
  }

  .article-list .article-introtext {
    display: block !important;
    padding-top: 15px !important;
  }

  .button-team-read-more {
      padding: 0 20px!important;
  }

  .view-article #sp-main-body .container .article-details .article-header-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #121330;
    /* opacity: 0.55; */
    opacity: 1;
    z-index: 1;
  }

  .wayne-corp-service-box .sppb-media .sppb-media-body {
    padding: 25px 30px;
    min-height: 250px;
}

.awards-list2 .sppb-addon-feature .sppb-img-container img {
    -webkit-filter: brightness(0%);
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* **************************************************** */
/* **************     START:: Header    ***************** */
/* **************************************************** */
/* **************************************************** */
/* **************     START:: Page Title   *************** */
/* **************************************************** */
body.has-page-title.view-article #sp-title, body.has-page-title.view-article #sp-right {
    display: block;
  }
  .sp-page-title {
    position: relative;
    padding: 230px 0 140px;
    z-index: 1;
    background-color: #121330;
    background-position: center center !important;
  }
  .sp-page-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #121330;
    opacity: 0.2;
    z-index: -1;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.63;
    color: rgba(255, 255, 255, .6);
    margin-top: 5px;
  }
  .sp-page-title .sp-page-title-sub-heading {
    font-size: 64px;
    font-weight: 300;
    line-height: 64px;
    margin-top: 0;
    width: 68%;
  }
  /* **************************************************** */

  .left-person-who-we-are {
	  border-right:none!important;
  }
  
  
  /* Counter */
  
  .sppb-addon-animated-number > .sppb-addon-content .sppb-animated-number-title {
    max-width: 150px;
    margin-left: 16px;
}


/* Contact */

.address-info {
    /* color: rgba(19, 19, 19, 1); */
	color:#222;
	font-weight:400;
}

.address-info .sppb-media .sppb-media-body .sppb-addon-title {
    width: 24%;
    color: #999;
}


/* PERSONS */

.sppb-addon-person .sppb-person-information {
    padding-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Blue line under persons */

/* .sppb-addon-person .sppb-person-information > span.sppb-person-designation {
    color: #005A98;
    border-bottom: 4px solid #005A98;
    padding: 5px 0px;
} */


/*BOTTOM MENU */
#sp-bottom-top #sp-bottom-top2 .sp-module ul li a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
}

.sp-copyright {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
}



/* Clients */
.clients-list [class^='sppb-col'] a {
    width: 100%;
    display: inline-block;
    opacity: 0.6;
    padding: 30px 40px;
    transition: all 0.5s;
    border-right: 1px solid rgba(166, 124, 0, .3);
  }


  .clients-list [class^='sppb-col'] {
    padding: 0;
    border-right: 0px solid rgba(166, 124, 0, .3);
  }
  .clients-list [class^='sppb-col']:nth-child(4), .clients-list [class^='sppb-col']:nth-child(8) {
    border-right: 0px solid rgba(166, 124, 0, 0);
  }
  .clients-list [class^='sppb-col']:nth-child(1), .clients-list [class^='sppb-col']:nth-child(2), .clients-list [class^='sppb-col']:nth-child(3), .clients-list [class^='sppb-col']:nth-child(4) {
    border-bottom: 0px solid rgba(166, 124, 0, .3);
  }
  
  
  /* Testimonials */
  #sppb-addon-1616229655691 .sppb-carousel-extended-dots ul li:hover span, #sppb-addon-1616229655691 .sppb-carousel-extended-dots ul li.active span {
    background: #121330!important;
}

#sppb-addon-1620554841595 .sppb-addon-title {
    padding: 15px 0!important;
}

#sppb-addon-1620625895889 .sppb-addon-title {
padding: 15px 0!important;
}


.services-separator {
	/* padding:20px; */
	border-right:1px solid #cccccc;
	
}