/*-------------------------
   FONT
--------------------------*/
@media screen and (max-width:767px){
h3{font-size: 30px!important;}}



/*logo*/
img.sp-default-logo {
    height: 60px;
}

@media screen and (max-width:768px){
  img.sp-default-logo {
    height: 50px;
}
}

/*--------------------------------
         landing
--------------------------------*/
.dc-landing header#sp-header {
    display: none;
}
.dc-landing #sp-bottom {
    display: none;
}
/*-------------------------
    HOVER LINE MENU
--------------------------*/
.sp-megamenu-parent >li >a:before,
.sp-megamenu-parent >li >span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 16px;
  top: 58px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.sp-megamenu-parent >li.active>a:before {background:#009ed6;}

/*menu*/
/*-----------------------------------------------------------------------
                               1194px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1195px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {font-size: 12px!important;}}
  
  
/*pagetitle*/
.sp-page-title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
}

@media only screen and (max-width: 767px){
.sp-page-title h3 {
    font-size: 30px;
  }
.sp-page-title h2 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
}

.sp-page-title {
    padding: 60px 0 60px;
    margin-top: 88px;
}}

/*footer*/
#sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}

section#sp-section-6 {
    text-align: center;
    padding: 10px 0px;
    background: #3dbfcd;
    color: #fff;
}


#sp-bottom a {
    font-size: 16px!important;
    color: #fff!important;
    line-height: 20px!important;
}

#sp-bottom a:hover {
    color:#009ed6!important
}



/*-------------------------
     OFFCANVAS
--------------------------*/ 
.offcanvas-menu i.fa.fa-remove {
    color: #2f386f;
}

.offcanvas-menu {
    background: url(/images/0_DC/offcanvas.jpg);
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu {
    border-left: 4px solid #2f386f!important;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color:#334049!important;
}

.offcanvas-menu li.current.active a {
  color: #fff!important;
  font-weight: 900!important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #009ed6 !important;
  color:#fff!important;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #2f386f !important;
  color:white!important;
}


/*scroll*/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
  bottom: 30px;}

@media screen and (min-width: 320px) and (max-width: 767px){
.scrollup {
    bottom: 25px;
    right: 96px;
  }}
  

/*sp bottom*/
#sp-bottom1 .sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: ""!important;
    margin-right: 8px;
}

#sp-bottom1 .sp-module ul >li {
    display: block;
    border-bottom: 0px solid #e8e8e8;}

footer#sp-footer {
    border-top: 3px solid #fff;
}

@media screen and (min-width:768px){
div#sp-bottom1 {
   position:relative;
}
div#sp-bottom1:before {
    content:'';
    right: 57px;
    height: 422px;
    width:3px;
    position:absolute;
    top: -81px;
    border-right: 3px solid #fff;
  }}
@media screen and (max-width:768px){
section#sp-bottom {
    padding: 80px 15px;
  }}

/*
li.item-542 {
    margin-bottom: 20px;
}

li.item-543 {
    margin-bottom: 20px;
}*/