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

.fabchat .fa-comments:before {
    content: "\f27a";
    font-size: 25px;
}

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;}
/*-------------------------
			FONT
--------------------------*/
h1 { font-size: 32px !important; line-height:1.2!important; }
h2 { font-size: 32px !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: 30px !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: 17px !important;line-height:1.2!important;}
h6 { font-size: 18px !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.5!important; }
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 16px!important;}
}
.sppb-addon-divider-wrap {
    line-height: 0;
}

.dt-title-01 .sppb-addon-title {
    text-shadow: 0 0 10px black!important;
}

@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: #0a7d2b;
    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;
}





/*-------------------------
   row-padding
--------------------------*/
.micron-padding-top {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.micron-padding-top {
    padding-top: 50px!important;
}}

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

/*-------------------------
   logo
--------------------------*/
.logo img {
    height: 70px;
    width: auto;
    display:relative;
    display: flex;
}
@media screen and (min-width:992px){
#sp-header .logo {
  height: 80px;}}
  
.logo {
  position:relative;
}
.logo:before{
    content:'';
    background:#fff;
    height: 103%;
    width: 800px;
    left: -400px;
    top: 0%;
    position:absolute;
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}


@media (max-width: 767px){
.logo img {
    /* height: auto; */
    transform: scale(0.9);
    transform-origin: left top;
}
.logo:before{
    content:'';
    background:#fff;
    height: 82px;
    width: 300px;
    left: -90px;
    top: 0%;
    position:absolute;
    z-index: -1;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}


}
/*-------------------------
   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;
}
#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: block;/* float: right; */}
#sp-bottom2 ul.nav.menu li {margin-left: 20px;}
#sp-bottom .row {display: flex;align-items: flex-start;}
}

#sp-bottom #sp-bottom2 ul.nav.menu li a{color:hsl(0deg 0% 100% / 50%);}

#sp-bottom2 li.active a{color:hsl(0deg 0% 100% / 100%);}

#sp-bottom2 li a:hover{color:hsl(0deg 0% 100% / 100%);opacity:1!important;}

#sp-bottom2 li.active a {
    color: #fff!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;
}}


/*----------------------------------------
     		   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: none;}


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

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

/*----------------------------------------
     		   FOOTER
---------------------------------------*/
footer#sp-footer {
    position: relative;
    border-top: 1px solid #ffffff52;
}

footer#sp-footer:before {
    position: absolute;
    content: '';
    background: #464646;
    height: 0px;
    width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    top: 9px;
}

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

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

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

.offcanvas-menu {
    background: url(/images/0-discovery/others/offcanvas2.jpg)!important;
    background:#0b1320!important;
    background-position: left center;
    background-size: cover!important;
    background-repeat:no-repeat;
    background-position: 32% 100%!important;
    }

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

.offcanvas-menu {
    border-left: 4px solid #0072bc !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: #ffffffb0!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: #0072bc  !important;
}


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

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

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

i.fa.fa-remove {
    color: #fff;
}


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





/*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: center center!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 69 157 / 70%) 16%)!important;
    background-blend-mode: multiply!important;
}

.sp-page-title {
position:relative;overflow:hidden;}
/*-------------------------
     LIVE CHAT
--------------------------*/ 
#hover_text {top: 14%!important;}

@media (min-width: 768px){
.fab-wrapper {
    bottom: 20px!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: #0a7d2b;
    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: 70px!important;
    right: 100px!important;
    }

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


/*--------------------------------
          SCROLL UP
--------------------------------*/

a.scrollup {
    right: 30px;
    bottom: 165px;
    border-radius: 50%;
    background: transparent!important;
    border: none!important;
}

@media screen and (min-width:992px){
a.scrollup {
    right: 100px;
    bottom: 20px;
}}


.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-micron/others/arrowup.png);
    content: '';
    height: 40px;
    width: 40px;
    border-radius: 100px;
    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);
	}
}

/*feature*/
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
  border: 1px solid #f1f3f6;
  padding: 60px 39px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text,
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon span i,
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title.sppb-feature-box-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
  font-size: 16px;
}
[id*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  color: inherit;
}
[class*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text,
[class*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title,
[class*="sp-bottom"].sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
  color: inherit !important;
}



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

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

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

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