h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
}
h2{font-size: 30px;}
.heading-line {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.heading-line:after {
    content: "";
    border-bottom: 4px solid #0A589F;
    display: block;
    width: 72px;
    margin:12px 0 0;
}
.heading-line-center:after {
    content: "";
    border-bottom: 4px solid #0A589F;
    display: block;
    width: 72px;
    margin: 20px auto;
}
.heading-line-center-grey:after {
    content: "";
    border-bottom: 4px solid #A8A8A8;
    display: block;
    width: 72px;
    margin: 16px auto 0;
}
.hr-line .zpdivider-container:after {
    content: "";
    border-bottom: 4px solid #0A589F;
    display: block;
    width: 72px;
    margin:-8px 0 0;
}
.hr-line-center:after {
    content: "";
    border-bottom: 4px solid #0A589F;
    display: block;
    width: 72px;
    margin: 20px auto;
}
.img-circle {
    border: 2px solid #0A589F;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    margin: 32px auto 24px;
}
.hero-heading h1 {
    font-family: 'GeomGraphic';
    font-size: 7rem;
    text-transform: uppercase;
    text-shadow: 0 0 12px #fff, 0 0 18px #ffffff52;
}
.hero-heading h2 {
  	font-family: 'GeomGraphic';
    font-size: 7rem;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px;
}
.custom-banner-content h2, .custom-banner-content h3, .custom-banner-content h4 a {
    background: -webkit-linear-gradient(#a7a6a6, #f0f1f0, #a7a6a6, #f0f1f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 6vw;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(255, 0, 0, .8));
    filter: drop-shadow(1px 1px 2px rgba(255, 0, 0, .8));
    text-transform: inherit;
    margin-top: 6vw;
    margin-left: 2vw;
}
.custom-banner-content h3, .custom-banner-content h4 {
    margin-top: 1.6vw;
    margin-left: 22.1vw;
    font-size: 3vw;
    font-style: italic;
}
.custom-banner-content h4 {
    margin: 2vw 0 6vw 75vw;
}
.custom-banner-content h4 a {
    font-size: 2.5vw;
    -webkit-transition: .3s -webkit-filter 
linear;
    -moz-transition: .3s -moz-filter linear;
    -moz-transition: .3s filter linear;
    -ms-transition: .3s -ms-filter linear;
    -o-transition: .3s -o-filter linear;
    transition: .3s filter 
linear, 1s -webkit-filter 
linear;
}

.footer-list ul {
    list-style: none;
    padding-left: 0;
    line-height: 16px;
}
.footer-list ul li:before {
    content: "\2799";
    font-weight: 900;
    padding: 0 10px 0 0;
    font-size: 14px;
}

/* Inner Pages 
********************************************************************************/
.inner-banner {
    min-height: 460px;
    padding: 20px 0;
}
.inner-heading {}
.partners-logos{}
.sub-headings h2{
    text-transform: inherit;
    font-weight: 400;
    color: #0A589F;
    font-size: 28px;
}
.contact-box {
    border: 2px solid #e5e5e5;
    padding: 18px 0 42px;
}
.partner-logos .zpelement.zpelem-image  {
    color: #000;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    height: 100%;
    border:1px solid rgba(0,0,0,0.1);
}
.partner-logos figure {width:100%}
.partner-logos picture {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 100px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0.25rem;
}
.partner-logos picture img {
    max-width: 180px !important;
}
.partner-logos figcaption.zpimage-caption {
    padding:5px 0 !important;
    width: 100%;
    background-color: #0A589F;
    color: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-center a.btn {
    background: #0a589f;
    display: table;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}
.btn-center a.btn:hover {
	color: #fff;
    background-color: #333;
}
/* Arrow Steps
************************************************/
.arrow-steps{padding:0;list-style-type:none;font-size:18px;clear:both;margin:0 -1px;font-weight:700}
.arrow-steps li{float:left;padding:10px 0;background:red;color:#333;position:relative;width:calc(33.33% - 12px);margin:0 2px;height:80px;text-align: center;}
.arrow-steps li:first-child{padding-top:25px}
.arrow-steps li span{width:100%;text-align:center}
.arrow-steps li:before{content:'';border-left:40px solid #fff;border-top:40px solid transparent;border-bottom:40px solid transparent;position:absolute;top:0;left:0}
.arrow-steps li:after{content:'';border-left:40px solid red;border-top:40px solid transparent;border-bottom:40px solid transparent;position:absolute;top:0;left:100%;z-index:20}
.arrow-steps li:nth-child(2){background:#ffc000}
.arrow-steps li:nth-child(2):after{border-left-color:#ffc000}
.arrow-steps li:nth-child(3){background:#00b050}
.arrow-steps li:nth-child(3):after{border-left-color:#00b050}
@media all and (max-width:767px) {
.arrow-steps li{width:100%}
.arrow-steps li:first-child{padding-top:10px}
.arrow-steps li:before,.arrow-steps li:after{display:none}
}








