h2, h3 {
	margin: 0px 0px 14px 0px;
	text-transform: capitalize;
}


h2, h3 {
  margin: 0px 0px 14px 0px;
  text-transform: capitalize;
  color: #fff;
}

#userForm {
  background: #194879;
  padding: 16px;
}


/*Form Small Fields Fix*/
.rsform-block textarea,
.rsform-block select,
.rsform-block input{
    padding:20px !important;
    height: auto !important;
}
.rsform-block .formValidation{
    display:none !important;
}
.rsform-block{
    margin-bottom:0px !important
}



#sp-top1 {
    top: 24px;
}
#sp-top1 p {
    font-size: 13px;
	line-height: 18px;
}
#sp-top1 .sppb-media>.pull-left {
    margin-right: 8px;
}

#sp-creative-slider .button {
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff;
}
#sp-creative-slider .button:hover {
    background: #194879;
    border: 1px solid transparent;
    color: #ffffff;
}


.main-h1{
    background: #194879;
    color: #d1d2d4;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    transform: skew(-12deg, 0deg);
}


ul.sigProClassic {
    margin: 0px auto!important;
    padding: 0px 0!important;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    padding: 0px;
    border: none;
}
ul.sigProClassic li.sigProThumb {
    margin: 0px 0px 6px 5px;
}


#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
#sp-bottom p,
#sp-bottom a {
    line-height: 24px;
}


.sp-module ul >li {
    border-bottom: none;
}


.sldbutton {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid transparent;
    color: #194879;
    display: inline-block;
    font-size: 14px;
    padding: 10px 16px;
	margin: 0px 0px 0px 10px;
    vertical-align: top;
    transition: ease all 0.5s;
    text-transform: uppercase;
}
.sldbutton:hover {
    background: #11689b;
    color: #ffffff;
    border: 1px solid transparent;
}

.button {
    background: #11689b;
    border-radius: 6px;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 16px;
    vertical-align: top;
    transition: ease all 0.5s;
    text-transform: uppercase;
}
.button:hover {
    background: #194879;
    color: #ffffff;
    border: 1px solid transparent;
}

.ls-inner {z-index: 1 !important;}

img.error-logo {
    max-height: 170px;
}

#sp-header {
    box-shadow: none;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
}

#sp-header .logo {
    height: auto;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin: 0;
}

.sp-megamenu-parent {
    float: none;
    text-align: center;
    background: #194879;
    border-radius: 10px 10px 0px 0px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 15px;
    line-height: 64px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    border-bottom: 4px solid transparent;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #fff;
    border-bottom: 4px solid #fff;
}

#offcanvas-toggler {
    float: right;
    line-height: 115px;
    margin-left: 15px;
    font-size: 20px;
}


.message-sent {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}

.asap {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.asap2 {
    margin-top: 30px;
    text-align: center;
}

.sp-module ul >li >a:before,
.itemBackToTop {
    display: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 42px;
    right: 0px;
    display: none;
    z-index: 999;
    border: 1px solid #11689b;
    background-color: #11689b;
    border-radius: 10px 0px 0px 10px;
}