.service-image {
    transition: all .2s ease-in-out;
}

.service-image:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.align-vertical {
	align-self: center;
}

.market-width {
    width: 75%;
    margin: auto;
}

.zpdark-section a {
    color: white !important;
}

.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a {
    font-size: 13px;
    font-weight: bold;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a { 
    font-weight: bold;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
    font-weight: bold;
}

.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon svg {
    width: 20px;
    height: 20px;
}

/*Mobile CSS*/

@media only screen and (max-width: 450px) {

/*Change size of phone and email on mobile*/
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a svg {
    width: 22px !important;
    height: 22px !important;
}
    
h2 {
    line-height: 1.2 !important;
}
    
    h1.zpheading {
    font-size: 45px !important;
}    
    /*Industry Section Padding Change*/
    .zpsection {
    margin-inline-end: 0px !important;
    margin-block-end: 0px !important;
    margin-inline-start: 0px !important;
}
    .zprow .zpcol-md-12 {
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}
}