#sp-header {
    background: #011b3e;
    top: 0px;
    z-index: 99999!important;
}

/*-----------------------------------------------------------------------
                                1366 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1367px){
#sp-header {
    padding: 0px 26px!important;
}}

/*-----------------------------------------------------------------------
                                1536 px
-------------------------------------------------------------------------*/
@media screen and (min-width:1367px) and (max-width:1536px){
#sp-header {
    padding: 0px 90px!important;
}}

/*-----------------------------------------------------------------------
                                1920 px
-------------------------------------------------------------------------*/
@media screen and (min-width:1537px){
#sp-header {
    padding: 0px 200px;
}}

.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 12px;
  line-height: 90px;
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
  color: #f9cdcd;
  letter-spacing: 2px;
  margin: 0;
  font-family: 'Raleway';
}

img.sp-default-logo.hidden-xs, img.sp-retina-logo.hidden-xs, img.sp-default-logo.visible-xs  {
    height: 60px; width:auto!important;
}

/*-----------------------------------------------------------------------
                                992 px
-------------------------------------------------------------------------*/
@media screen and (min-width:352px) and (max-width:992px){
img.sp-default-logo.hidden-xs, img.sp-retina-logo.hidden-xs, img.sp-default-logo.visible-xs  {height: 50px; width:auto!important;}
#sp-header {padding: 0px 15px;}
}

/*-----------------------------------------------------------------------
                                350 px
-------------------------------------------------------------------------*/
@media screen and (max-width:351px){
img.sp-default-logo.hidden-xs, img.sp-retina-logo.hidden-xs, img.sp-default-logo.visible-xs  {height: 50px; width:auto!important;}
#sp-header {padding: 0px 8px;}}



#sp-header.menu-fixed {
  background: #011b3e;
  position: fixed;
  z-index: 9999;
  top: 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);}

/***************************************************/
@media only screen and (max-width: 991px){
.sppb-title-subheading br, .sppb-addon-title br, .sppb-addon-content br {
    display: unset;
  }}
/***************************************************/
.sppb-addon-feature .sppb-img-container {
  background: transparent;
  box-shadow:none;
  width: unset;
  height: unset;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.sppb-addon-feature:hover .sppb-img-container {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/********************************************************/
section#sp-bottom {background: #011b3e;}

#sp-bottom .sp-module .sp-module-title {
  font-size: 16px;
  color: #f9cdcd ;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}

#sp-bottom .sp-module .nav.menu li a {color: #fff;}

#sp-bottom4 .sppb-addon-content {color: white;}

#sp-bottom1 img.sppb-img-responsive {width:250px;}

#sp-footer {
    text-align: center;
    padding: 10px 0;
    position: relative;
    background:#011b3e;}

#sp-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #f9cdcd;}

/***************************   BOTTOM LINK EFFECT  ****************************/

#sp-bottom a {
    position:relative!important;
}

#sp-bottom li:hover:before {
    margin-left: 0px;
    position:absolute!important;
    font-family: 'FontAwesome'!important;
    content: "\f105";
    color:#f9cdcd !important;
    font-size:20px!important;
    height:10px; width:10px;
}

#sp-bottom a:hover{
    color:#f9cdcd !important;
    margin-left: 20px;
}


/***************************   HOVER EFFECT  ****************************/
.sp-megamenu-parent >li >a {
  position: relative;
}
.sp-megamenu-parent >li >a:before {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background:white;
}

.sp-megamenu-parent >li.active>a:before,
.sp-megamenu-parent >li:hover>a:before {
  width: 25%;
}

/****scroll up*******/
@media screen and (min-width: 320px) and (max-width: 767px){
.scrollup {
    bottom: 105px;
    right: 40px;
  }}

@media screen and (min-width: 992px){
.scrollup {
    bottom: 105px;
    right: 40px;
  }}