html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    letter-spacing: 0.5px!important;
    background-color: #fff!important;
}

:focus {
    outline: none !important;
}

@media(max-width: 991px) {
    #sp-main-body {
        padding: 50px 0px;
    }
}

p {
    margin: 0;
}

.zindex-1 {
    z-index: -1;
}

.zindex1 {
    z-index: 1;
}

.zindex2 {
    z-index: 2;
}

.zindex3 {
    z-index: 3;
}

.zindex4 {
    z-index: 4;
}

.zindex5 {
    z-index: 5!important;
}

/*-------------------------
			FONT
--------------------------*/
h1 {
    font-size: 40px !important;
    line-height: 1.2!important;
}

h2 {
    font-size: 36px !important;
    line-height: 1.2!important;
}

h3 {
    font-size: 28px !important;
    line-height: 1.2!important;
}

h4 {
    font-size: 24px !important;
    line-height: 1.2!important;
}

h5 {
    font-size: 20px !important;
    line-height: 1.2!important;
}

h6 {
    font-size: 16px !important;
    line-height: 1.2!important;
}

body {
    font-size: 14px !important;
    line-height: 1.8!important;
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px !important;
        line-height: 1.2!important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 1.2!important;
    }

    h3 {
        font-size: 25px !important;
        line-height: 1.2!important;
    }

    h4 {
        font-size: 22px !important;
        line-height: 1.2!important;
    }

    h5 {
        font-size: 20px !important;
        line-height: 1.2!important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 1.2!important;
    }

    body {
        font-size: 14px !important;
        line-height: 1.5!important;
    }

    .sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
        font-size: 18px!important;
    }
}

@media(max-width: 768px) {
    h1, h1.sppb-addon-title {
        font-size: 30px !important;
        line-height: 1.2!important;
    }

    h2, h2.sppb-addon-title {
        font-size: 30px !important;
        line-height: 1.2!important;
    }

    h3, h3.sppb-addon-title {
        font-size: 26px !important;
        line-height: 1.2!important;
    }

    h4, h4.sppb-addon-title {
        font-size: 22px !important;
        line-height: 1.2!important;
    }

    h5, h5.sppb-addon-title {
        font-size: 20px !important;
        line-height: 1.2!important;
    }

    h6, h6.sppb-addon-title {
        font-size: 16px !important;
        line-height: 1.2!important;
    }

    body {
        font-size: 14px !important;
        line-height: 1.2!important;
    }

    .sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
        font-size: 16px!important;
    }
}

.sppb-addon-divider-wrap {
    line-height: 0;
}

.plat-cta .plat-title-01 h2.sppb-addon-title {
    text-shadow: 2px 2px 3px #00000042;
}

@supports (-webkit-touch-callout: none) {
    .sppb-section {
        transform: translate3d(0,0,0)!important;
        background-attachment: scroll!important;
    }
}

/*-------------------------
		Menu
--------------------------*/
div#sp-menu2 li {
    display: inline-flex;
    padding-right: 20px;
    border-bottom: 0px;
}

div#sp-menu2 ul li a:before {
    display: none;
}

section#sp-header2 {
    background: #333f48 ;
    padding: 10px 0;
    z-index: 9999!important;
    width: 100%;
    position: fixed;
    transition: top 0.5s ease;
}

.sp-megamenu-parent >li:hover>a:before {
    content: url(/images/0-discovery/others/btnleaf10.png)!important;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    -webkit-animation-name: float!important;
    -webkit-animation-duration: 3500ms!important;
    -webkit-animation-iteration-count: infinite!important;
    -webkit-animation-timing-function: linear!important;
}

.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
  color: #333f48!important;
  transition: 0s ease;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0!important;
    text-align: left!important;
}

.sp-dropdown.sp-dropdown-main.sp-menu-right {
    margin-top: -1px;
}

@media screen and (min-width:768px){
div#sp-menu {
    width: 100%;
}}




/*-------------------------
   row-padding
--------------------------*/
.plat-padding-top {
    padding-top: 80px!important;
}

@media screen and (max-width: 991px) {
    .plat-padding-top {
        padding-top: 50px!important;
    }
}

.plat-padding-bottom {
    padding-bottom: 80px!important;
}

@media screen and (max-width: 991px) {
    .plat-padding-bottom {
        padding-bottom: 50px!important;
    }
}

.plat-padding-both {
    padding: 80px 0 80px 0!important;
}

@media screen and (max-width: 991px) {
    .plat-padding-both {
        padding: 50px 0 50px 0!important;
    }
}

/*-------------------------
   logo
--------------------------*/
.logo img {
    height: auto;
    width: 20%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

    
@media (max-width: 991px) {
.logo img {
        transform-origin: left;
        width: 60%;
        margin: 0;
}
#sp-header .logo {
    display: flex;
    height: 60px;
    align-items: center;
  }}

/*-------------------------
   header
--------------------------*/
@media (max-width: 767px) {
    .mspga-header-banner {
        height: 60vh!important;
    }
}

/*-------------------------
   BOTTOM 4
--------------------------*/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container {
    margin-bottom: 0 !important;
}

#sp-bottom .sppb-media-heading {
    display: none!important;
}

#sp-bottom4 .sppb-icon .sppb-icon-container i {
    line-height: 27px!important;
    color: #333f48 !important;
    font-size: 16px!important;
}

#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin-bottom: 0px;
}

img.sp-bottom-logo {
    width: 60%;
}

#sp-bottom #sp-bottom1 .custom p {
    margin-bottom: 0px!important;
}

@media (min-width: 768px) {
    div#sp-bottom2 ul {
        /* display: inline-flex; */
        /* float: right; */
    }

    #sp-bottom2 ul.nav.menu li {
        margin-left: 0px;
    }

    #sp-bottom .row {
        display: flex;
        /* align-items: center; */
    }
}

#sp-bottom ul.nav.menu li a {
    color: #333f48!important;
}

#sp-bottom li.active a {
    color:#333f48!important;
}


#sp-bottom li a {
    position:relative;
}

#sp-bottom li{
    position:relative;transition:0.5s ease;
}


#sp-bottom li:hover a{
    color: #333f48!important;
    opacity: 0.5!important;
    padding-left: 40px;
    transition:0.5s ease;
}

#sp-bottom ul li:before {
    position:absolute!important;
    height:2px!important;
    width:0px!important;
    background:#333f48 !important;
    content:''!important; transition:0.5s ease;
    left:0!important;top:0; bottom:0;margin:auto;
}

#sp-bottom ul li:hover:before {
    width:30px!important; transition:0.5s ease;
}

#sp-bottom li.active a {
    color: #333f48!important;
    text-shadow: 0 0 10px white;
}

@media only screen and (max-width: 480px) {
    #sp-bottom .row>div {
        width: 100%;
        margin-bottom: 0px!important;
    }

    img.sp-bottom-logo {
        margin-bottom: 20px;
    }
}

#sp-bottom1 li:hover:before {display:none!important;}

/*----------------------------------------
     		   LOGIN
---------------------------------------*/
div#id-user {
    line-height: 90px;
    color: #fff!impoprtant;
}

div#id-user a {
    color: #fff!important;
}

/*----------------------------------------
     		   GALLERY
---------------------------------------*/
.com-speasyimagegallery.view-albums #sp-main-body {
    padding: 50px 0px 30px 0px;
}

.com-speasyimagegallery.view-album #sp-main-body {
    padding: 50px 0px 30px 0px;
}

.com-speasyimagegallery.view-albums .page-header {
    display: none;
}

.com-speasyimagegallery.view-album .page-header {
    display: block;color:#333f48; margin-bottom:20px;
    font-size:16px!important;
}


.gallerypage .page-header {display:none!important;}


/*----------------------------------------
     		   FAQ
---------------------------------------*/
span.sppb-panel-title {
    color: #464646;
}

.sppb-panel-modern>.sppb-panel-heading {
    background: #26892417;
}


/*----------------------------------------
     		   GALLERY
---------------------------------------*/
.gallerypage .speasyimagegallery-gallery-item-content {
    display: none;
}

.eventpage .speasyimagegallery-gallery-item-content {
    display: none;
}



/*----------------------------------------
     		   FOOTER
---------------------------------------*/
footer#sp-footer {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    footer#sp-footer {
        padding-bottom: 90px!important;
    }
}

#sp-footer a {
    font-weight: 400;
}

/*-------------------------
     OFFCANVAS
--------------------------*/
#offcanvas-toggler >i {
    color: #333f48;
}

.offcanvas-menu {
    BACKGROUND: #fff!important;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offcanvas-menu {
    border-left: 4px solid #333f48 !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: #777f88 !important;
}

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

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    background: #333f48 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
    background: #e2edf4  !important;
    color: #333f48!important;
}

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

.view-page .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.view-page .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a{color:#333f48 !important;}

.offcanvas-menu .offcanvas-inner i {
    display: inline;
    line-height: 25px;
    color: #333f48!important;
}





/*for display child*/
.offcanvas-menu ul.menu-child {
    display: inherit !important;
}

.close-offcanvas {
    border: 0px;
}

i.fa.fa-remove {
    color: #333f48;
}

.gm-style-iw-d input.button {
    background: #333f48 ;
    color: #fff;
    border: 0;
    letter-spacing: 0.5px;
    padding: 8px 15px;
}

/**************feature box**************/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: 0px solid transparent;
    padding: 0px;
}

.sppb-addon.sppb-addon-feature.sppb-text-center {
    padding: 0 !important;
    border: 0px !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    font-size: 14px;
}

.sppb-addon.sppb-addon-feature.sppb-text-center:hover {
    background: transparent !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    background: transparent;
    border: 0px;
    padding: 0px;
    color: inherit;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title {
    color: inherit !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text {
    color: inherit !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: #333f48 !important;
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text br {
        display: block;
    }
}

#sp-bottom4 .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    font-size: 14px;
}

/*cta*/
@media (min-width: 768px) and (max-width: 991px) {
    .cta-screen {
        padding: 50px 25px!Important;
    }
}

@media only screen and (min-width: 992px) {
    div#sp-cta .mspga-padding-both {
        padding: 7% 0!important;
    }
}

/*page-title*/
.sp-page-title .breadcrumb >.active {
    color: rgb(255 255 255 / 80%);
}

.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #fff;
}

.sp-page-title {
    padding: 100px 0 30px 0;
    background-attachment: scroll!important;
    background-position: 50% 15%!important;
}

@media(max-width: 991px) {
    .sp-page-title {
        padding: 100px 0 30px 0;
    }
}

.sp-page-title h2 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

@media(max-width: 991px) {
    .sp-page-title h2 {
        font-size: 18px !important;
    }
}

.sp-page-title {
    background: #fff;
    text-align: left;
    border-bottom: 0px solid #ccc;
}

.sp-page-title h2:before {
    content: "";
    position: absolute;
    /* background: #000; */
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.sp-page-title .breadcrumb {
    margin-top: 0;
    font-size: 14px;
    position: relative;
}

.sp-page-title .breadcrumb >li>a:hover {
    color: #00000096;
}

.sp-page-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1000px;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 8%) 15%)!important; */
}

.sp-page-title {
    position: relative;
    overflow: hidden;
}

/*-------------------------
     LIVE CHAT
--------------------------*/
#hover_text {
    top: 14%!important;
}

@media (min-width: 768px) {
    .fab-wrapper {
        bottom: 25px!important;
    }
}

/*-------------------------
     Checkout confirm
--------------------------*/
a.upload-button2 {
    background: #2ebf5e;
    color: #fff;
    padding: 15px 20px;
    text-transform: capitalize;
}

a.upload-button2:hover {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    text-transform: capitalize;
}

/*scroll up*/
a.scrollup {
    bottom: 80px;
    right: 100px;
    background: #333f48 ;
    border: 1px solid #fff;
    color: #fff!important;
}

a.scrollup:hover {
    /* bottom: 25px; */
    background: transparent;
    border: 2px solid #fff;
}

.scrollup:before {
    width: 38px;
    color: #fff;
}

.scrollup:hover:before {
    color: #fff;
}

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

    .fab-wrapper {
        bottom: 18px!important;
    }
}

/*--------------------------------
          SCROLL UP
--------------------------------*/
a.scrollup {
    right: 30px;
    bottom: 105px;
    border-radius: 50%;
    background: transparent!important;
    border: none!important;
}

.scrollup:before {
    color: #000;
}

.scrollup:before {
    right: 0;
    position: absolute;
    line-height: 15px;
    float: right;
    top: -0px;
    text-align: right;
    right: 10px;
}

.scrollup:before {
    content: " "!important;
    background: url(/images/0-plat/others/arrowup.png);
    content: '';
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    -webkit-animation-name: float2;
    -webkit-animation-duration: 3500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.jumpnext-icon .fa-arrow-circle-down:before {
    content: url(/images/0-mspga/others/jumpnext.png);
    background-repeat: no-repeat;
    -webkit-animation-name: float2!important;
    -webkit-animation-duration: 3500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/*float*/
@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e2edf4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333f48;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*end of overall*/
