/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2024 | 03:30:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

html body .custom-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.service-section-banner svg,
.section1-banner svg {
    width: 100%;
    height: 100%;
}
html body .capabilities-bx {
    max-width: 755px;
}

.section-bx2 {
    height: 83px;
}
nav ul li a {
    font-size: 15px;
}
header .wp-block-button a.wp-block-button__link {
    background: #0096ed;
    border-radius: 6px;
    font-size: 18px;
}
.core_icon figure img {
    max-width: 200px;
}
.service_icon_bx > .wp-block-column {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
}
.service_icon_bx > .wp-block-column h3.wp-block-heading {
    margin: 20px auto;
}
html body footer {
    background: #000;
}

h1.wp-block-post-title {
    display: none;
}
footer .wp-block-site-title a,footer{color:#fff;}

html body footer p.has-small-font-size a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

html body footer p.has-small-font-size {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 60px;
}

.sketch-highlight{
  position:relative;
  padding: 0 5px;
}

.sketch-highlight:before{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:#ffd500;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:0.25em;
}

.sketch-highlight:after{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:4px;
  border-style:solid;
  border-color:#0096ED;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.5;
  border-radius:0.25em;
}

