.sp-megamenu-parent > li:hover > a, a:hover, a:focus, a:active, .sp-module ul > li > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a,#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active, a {
    color: #015581;
}
body {
	line-height: 1.5;
}

b, strong {
    font-weight: 700;
}
#sp-main-body {
    padding: 0;
}
.view-search #sp-main-body {
    padding: 100px 0;
}
#sp-footer, #sp-bottom {
    background: #3e3e3e;
    color: #fff;
}
#sp-header {
    height: 124px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 124px;
}
#offcanvas-toggler {
    height: 124px;
    line-height: 124px;
	margin: 0 30px;
}
#sp-header .logo {
    height: 124px;
}
#sp-top-bar {
    background: #015581;
    color: #fff;
	padding: 14px 0;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
    text-transform: uppercase;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-weight: 600!important;
    text-transform: uppercase;
}
.sp-slider .sp-item .sp-background {
    background-position: top center;
}
.featured h4 {color: #00afe8;}
#sp-top-bar, #sp-top-bar a {
	font-family: 'Montserrat', sans-serif;
}
.sp-contact-phone span, .sp-contact-email span{
    margin-right: 5px;
}
#sp-top-bar a {
    color: #fff;
}
#sp-top-bar label {
    display:none;
}
#sp-top-bar .sp-module, .sp-contact-phone {
    border-right: 1px solid #216b91;
    padding-right: 24px;
    margin-right: 20px;
}
.sp-contact-info {
    margin: 4px -10px 0px;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    padding: 0.3rem 0.75rem;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border: none;
}
.icon-pop .sppb-img-responsive {
    scale: 1;
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.icon-pop:hover .sppb-img-responsive {
    scale: 0.95;
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.icon-pop .sppb-addon-title {
    margin-top: auto;
    margin-bottom: auto;
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.icon-pop:hover .sppb-addon-title {
    margin-top: 35px!important;
    margin-bottom: 15px!important;
	-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.forma label {
    display: none;
}
.sppb-btn-default {
    background: #00afe8;
    padding: 18px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
}
.sp-page-title {
    padding: 90px 0;
}

ul.sppb-icons-group-list, .sp-module-content .mod-languages ul.lang-inline {
    display: inline-block!important;
}

ul.sppb-icons-group-list > li, .sp-module-content .mod-languages ul.lang-inline li {
    display: inherit!important;
	margin: 0px 10px 0 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.sp-scroll-up {
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #00afe8;
    border-radius: 100%;
}
#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}
.check {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}
.check li {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
  line-height: 60px;
}
.check {
    list-style: none;
}
.check li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 33px;
    color: #00afe8;
}
.sppb-carousel-inner > .sppb-item > img, .sppb-article-img-wrap .sppb-img-responsive {
    line-height: 1;
    min-width: 100%;
    max-height: 236px;
    object-fit: cover;
}
.sppb-article-info-wrap h3 {
font-size: 22px;
text-transform: uppercase;
padding: 30px 0 10px;
}
.layout-blog #sp-main-body {
    padding: 100px 0;
}

@media (max-width:980px) {
	#sp-top-bar, .sp-nav-control {
    display: none;
}
  .check li {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
    line-height: 30px;
}
  .check li::before {
    font-size: 23px;
}
  
	
}
