.page-template-services .global-site-title-bot {
    font-family: 'Gotham-font';
}

.page-template-services #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.page-template-services #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-services .ip-banner canvas {
    min-height: 542px;
}

.ip-banner-logos {
	display: block !important;
}

.sv-custom-container {
	max-width: 1490px;
	margin: 0 auto;
	padding: 0 15px;
}

p#breadcrumbs {
    max-width: 1490px;
    padding: 0 15px;
}

.sv-head {
    text-align: center;
    margin: 0 0 28px;
}

.page-template-services .global-site-head {
    text-align: left;
}

.sv-section1 {
	position: relative;
	margin: 117px 0 0;
}

.sv-s1-text {
    max-width: 1294px;
    margin: 0 auto;
    text-align: center;
}

.sv-s1-text p {
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    letter-spacing: .9px;
    line-height: 1.9;
    display: block;
    margin: 0 0 33px;
}

.s1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/services/s1-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .5;
    pointer-events: none;
}

.sv-section1 .sv-custom-container {
    position: relative;
    z-index: 5;
}

.sv-s1-inner {
    padding: 15px 0 12px;
    background: rgb(255 255 255 / 86%);
}

.sv-section1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.s1-bg::after, .s1-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 204px;
}

.s1-bg::after {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.s1-bg::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.sv-section2 {
    position: relative;
    padding: 45px 0 0;
}

.sv-s2-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.sv-s2-cta {
    width: calc(100% / 3);
    padding: 0 7.5px;
}

.sv-s2-cta a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 122px;
    background: #000;
}

.sv-s2-cta span {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    z-index: 5;
}

.sv-s2-cta a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/services/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    opacity: .45;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sv-s2-cta a:hover::after {
	opacity: 1;
}

.sv-s2-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 31px;
    letter-spacing: 0.8px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.sv-s2-cta span {
	    font-size: 23px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.sv-s2-cta {
	    width: 100%;
	    max-width: 450px;
	    margin: 0 auto 15px;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.sv-s1-text p {
	    font-size: 16px;
	    line-height: 1.5;
	    padding: 0 5px;
	}

	.sv-section1 {
	    margin: 60px 0 0;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.sv-s2-cta span {
	    font-size: 20px;
	}
}