.sp-megamenu-parent >li >a {
    color: #15244C !important;
    transition: 0.4s color ease-in-out;
    letter-spacing:0px;	
	position:relative;
}
.sp-megamenu-parent >li >a:hover {
    color: #24ACDF !important;    
}

.sp-megamenu-parent >li.active >a {
    font-weight: 600 !important;
}
.sp-megamenu-parent >li.active >a:before, .sp-megamenu-parent >li >a:hover:before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #22b3e3;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}
.sppb-feature-box-title {
    color:#15244C !important;
}
.sppb-slideshow-fullwidth-read-more {
    border:1px solid white !important;
    padding: 12px;
    transition: 0.4s all ease-in-out;
}
.sppb-slideshow-fullwidth-read-more:hover {
    border:1px solid #15244C !important;
    color: #fff !important;
}
.sp-page-builder .page-content #section-id-1482141815 {
    background-color: #b0b8d0 !important;
}
.sp-page-builder .page-content #section-id-1482141815 .sppb-section-title .sppb-title-heading {
    color:#fff !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
    color: #fff !important;
    border-color: #fff !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a {
    color: #f5f5f5 !important;
}
.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .layout-gallery-space .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
background-image: linear-gradient(to top,rgba(21,35,75,0.8) 10%,rgba(255,255,255,0) 90%) !important;
}
/* .sp-module ul >li >a {
    color:#fff !important;
} */ 
.sp-module ul >li >a:active {
    background-color: #15244C !important;
}
.sp-module ul >li >a:focus {
    background-color: #15244C !important;
}
.sp-module ul >li >a:hover {
    background-color: #15244C !important;
}
#sp-bottom {
    background-color:#15244c !important;

}
#sp-bottom h3.sp-module-title {
    color: #ccc !important;
    border-bottom: 1px solid #111d3d;
    padding-bottom: 10px;
}
#sp-footer {
    background: #111d3d !important;
    padding:20px 0 !important;
}

.sppb-btn-default {
    color: #fff;
    background-color: #15244C;
    padding: 10px 30px;
    margin-top: 20px;
}
.sppb-btn-default:hover {
    background-color:#24ACDF;
    color:white;
}
.sppb-btn-default:active {
    background-color:#24ACDF;
    color:white;
}
.sppb-btn-default:focus {
    background-color:#24ACDF;
    color:white;
}
.startup-btn-violet .sppb-btn-primary {
    background-color: #15244C;
}
.startup-btn-violet .sppb-btn-primary:hover {
    background-color: #24ACDF
}
.font500 {
    font-weight:500;
}
.sppb-btn-success {
    color: #ffffff;
    background-color: #15244C;
}
.sppb-btn-success:hover {
    color: #ffffff;
    background-color: #24ACDF;
}
.sppb-btn-success:active {
    color: #ffffff;
    background-color: #24ACDF;
}
.sppb-btn-success:focus {
    color: #ffffff;
    background-color: #24ACDF;
}
#sp-bottom .sp-module ul >li >a {
  color: #ccc;
}
#sp-bottom .sp-module ul >li >a:hover {
  color: #f1f1f1;
}
.sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 70px;
    height: 70px;
}
.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important;
    line-height: 70px;
    display: inline-block;
}
.sp-default-logo {
    width:80%;
}
.section-border {
    border-top: 1px solid #ededed;
}
.borderBottom{
	border-bottom: 1px solid #ddd;
}
.imageBox.sppb-addon-single-image {
    position: relative;
}

.imageBox.sppb-addon-single-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 110%;
    border: 20px solid #22b3e3;
    right: -20px;
    top: 50%;
    background: #22b3e3;
    transform: translateY(-50%);
    border-left: 20px solid #fff;
}

.imageBox.sppb-addon-single-image img {
    /* border-radius: 100px 0 100px 100px; */
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.3);
    position: relative;
}
#sp-bottom .bottom-4 a {
    color: #5b87fd;
}
@media only screen and (max-width: 979px){
	#sp-bottom3, #sp-bottom4 {
		margin-bottom: 70px;
		margin-top:0px;
	}
}
@media only screen and (max-width: 480px){#sp-bottom2 {
    margin-bottom: 70px;
	}
}
@media (max-width: 767px){
	#sppb-addon-1518707100 .sppb-addon-gmap-canvas {
		height: 250px;
		margin-top: 30px;
	}
	.mobilde-text-center{
		text-align:center;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	#sppb-addon-1518707100 .sppb-addon-gmap-canvas {
		height: 350px;
		margin-top: 20px;
	}
}

#sp-bottom1 img {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);
}