html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 75%;
}
p:last-child {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
  font-weight: normal;
}
h1 {
  color: #333;
  font-size: 1.8em;
}
h2 {
  color: #d6463f;
  font-size: 1.8em;
}
h3 {
  color: #d64740;
  font-size: 1.6em;
}
h4 {
  color: #859A1F;
  font-size: 1.4em;
}
h5 {
  color: #C58C10;
  font-size: 1.3em;
}

a {
  color: #5691B6;
}
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}

img {
  display: unset;
}

iframe {
  max-width: 100%;
}

.text-box-highlight {
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  padding: .8em;
  border: 1px solid transparent;
}
.text-box-highlight:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  -moz-box-shadow: 0px 0px 2px #999;
  -webkit-box-shadow: 0px 0px 2px #999;
  border-color: #d9d9d9;
  background-color: #f2f2f2;
}

hr {
  margin: 0.5em 0 !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #fff !important;
  opacity: 1;
}

.circle-b {
  border: 2px solid;
  border-radius: 50%;
  padding: 5px 4px !important;
  margin-right: 5px;
  color: #666;
}


blockquote {
  color: #404040;
  min-height: 45px;
  font-style: italic;
  padding-left: 60px;
  background: URL(../images/icon-text-blockquote.png) no-repeat top left;
}

.layout-boxed .body-innerwrapper {
  max-width: 1170px;
  background: #FFF0;
  box-shadow: none;
}


.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
  font-weight: bold;
  background-color: #fff;
  padding: 0;
}
.breadcrumb-item.active {
  color: #54A1CD;
}
.breadcrumb .float-start {
  padding-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before
{
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.breadcrumb li a {
  color: #999;
}


table.table-style {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  color: #404040;
}

table.table-style thead th {
  font-size: 1.1em;
  border-top: 6px solid #fff;
  color: #fff;
  border-right: 1px groove #fff;
}
table.table-style tbody tr:hover th, table.table-style tbody tr:hover td {
  background: #E8E8E8;
}
table.table-style tbody tr.odd {
  background: #F3F3F3;
    background-color: rgb(243, 243, 243);
}
table.style-colorstripes tbody tr {
  background-color: #96DEED;
}
table.style-colorheader thead th {
  background-color: #55C9E1;
}
table.table-style thead th {
  font-size: 1.1em;
  border-top: 6px solid #fff;
  color: #fff;
  border-right: 1px groove #fff;
}
table.table-style tbody th, table.table-style tbody td {
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
table.table-style th, table.table-style td {
  transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
}
table.table-style tbody tr.odd {
  background: #f3f3f3;
}
table.table-style td, table.table-style th {
  padding: 10px;
  border-bottom: 1px solid #fff;
}
table.table-style tbody tr:hover th, table.table-style tbody tr:hover td {
  background: #E8E8E8;
}


table.style-colorstripes {
  color: #fff;
}
table.style-colorstripes thead, table.style-colorstripes tfoot {
  border: none;
}
table.style-colorstripes thead th {
  background-color: #55C9E1;
}
table.style-colorstripes td, table.style-colorstripes th {
  border-bottom: 1px solid #FFF;
  border-right: 1px groove #FFF;
}
table.style-colorstripes tbody td, table.style-colorstripes tbody th {
  border-left: none;
  border-right: 1px solid #FFF;
}
table.style-colorstripes tbody tr.odd {
  background-color: #54A1CD;
}
table.style-colorstripes tbody tr {
  background-color: #96DEED;
}
table.style-colorstripes tbody tr:hover th, table.style-colorstripes tbody tr:hover td {
  background-color: #5ECCE3;
}



#sp-header.header-sticky {
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#sp-header.header-sticky  #sp-menu {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#sp-header .mod-finder {
  line-height: 60px;
}
.article-details .featured-article-badge, .article-list .article .featured-article-badge {
  display: none;
}


#sp-header-top {
  margin-top: 33px;
}




/*--offcanvas main--*/
.offcanvas-menu {
  background-color: #333333;
  background-repeat: repeat-x;
  background-position: top left;
}
.offcanvas-menu .offcanvas-inner {
  padding: 0;
}
.offcanvas-menu .sp-module-content {
  padding: 0px;
}
/*--offcanvas main--*/

/*--offcanvas main menu--*/
.offcanvas-menu .offcanvas-inner ul.menu > li a {
  color: #DDD;
  background: #333;
  font-size: 14px;
  font-weight: normal;
  border-top: 1px dotted #999;
  text-decoration: none;
  padding: 20px 15px;
  opacity: 1;
}

/*--offcanvas main menu--*/

/*--offcanvas sub menu--*/
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  margin-left: 0px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  color: #ccc;
  background: #444;
  font-size: 14px;
  border-top: 1px dotted #999;
  display: block;
  padding: 10px 0px 10px 30px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li ul li a {
  padding: 10px 0px 10px 50px;
  color: #849800;
  background: #f8f8f8;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li.active ul li a {
  color: #849800;
  background: #f8f8f8;
}
/*--offcanvas sub menu--*/

/*--offcanvas menu hover active--*/
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #ddd;
  background: #333;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a, .offcanvas-menu .offcanvas-inner ul.menu li.active a:hover {
  color: #fff;
  background: #54A1CD;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active ul.menu-child li a, .offcanvas-menu .offcanvas-inner ul.menu li.active ul.menu-child li a:hover {
  color: #ccc !important;
  background: ##444 !important;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li.active a {
  color: #fff;
  background: #54A1CD;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li ul li.active a {
  color: #fff;
  background: #54A1CD;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li > ul li.active ul li a:hover {
  color: #fff;
  background: #54A1CD;
}
/*--offcanvas menu hover active--*/

/*--menu toggler--*/
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler::after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler::after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent.menu-parent-open .menu-toggler::after {
  content: "\f056";
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  right: 5px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent:hover > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent:hover > .menu-separator > .menu-toggler {
  color: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
  right: 5px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent:hover .menu-toggler {
  color: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.active .menu-toggler {
  color: inherit;
}
/*--menu toggler--*/





ul.menumenu-topmenu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menumenu-topmenu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 44px;
}
ul.menumenu-topmenu li {
  transition: all .3s;
}
ul.menumenu-topmenu li a {
  padding: 10px;
}
ul.menumenu-topmenu li:hover, ul.menumenu-topmenu li.active {
  background-color: #54A1CD;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
ul.menumenu-topmenu li:hover a, ul.menumenu-topmenu li.active a {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
ul.menumenu-topmenu li:hover a .circle-b, ul.menumenu-topmenu li.active a .circle-b {
  color: #fff;
}



#sp-header {
  box-shadow: none;
}



.sp-megamenu-parent {
  margin: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333;
  padding: 0 12px;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after {
  display: none;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  background-color: #54A1CD;
}
.sp-megamenu-parent > li:hover a .circle-b, .sp-megamenu-parent > li.active a .circle-b {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #54A1CD;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 1.1em;
  color: #EBF7FC;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  padding: 10px 15px;
  display: block;
  line-height: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #fff;
  background-color: #3584AD;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}





#sp-head-promo {
  background: #367aa1;
  margin-top: 100px;
}



.u-top .sppb-row-container, .u-bot .sppb-row-container {
  padding-left: 0;
  padding-right: 0;
}



#sp-main-body {
  padding: 20px 0;
}


.article-details .article-can-edit {
  margin-bottom: 0px;
}

.sp-module-content-top .sp-module.back-shadow, .sp-module-content-bottom .sp-module.back-shadow {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
}


.article-details, .bfPage-m, [class*="os-gallery-tabs-main"], #sp-component .finder {
  background: #fff;
  padding: 15px;
}


#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 20px;
  border: none;
  padding: 0;
  border-radius: 0;
  background: #fff;
}
#sp-left .sp-module ul.menu-child li a, #sp-right .sp-module ul.menu-child li a {
  padding: 10px 2px 10px 40px;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  border-bottom: 1px solid #DDD;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  padding: 10px 2px 10px 20px;
}
#sp-left .sp-module ul > li a::before, #sp-right .sp-module ul > li a::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5px;
  vertical-align: middle;
  padding-right: 5px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title, .sp-module h3 {
  font-weight: normal;
  color: #fff;
  font-size: 1.37em;
  text-transform: uppercase;
  background: #54A1CD;
  padding: 10px 15px;
  display: block;
  margin: 0;
  font-family: 'Lato', sans-serif;
}
#sp-left .sp-module .sp-module-title::before, #sp-right .sp-module .sp-module-title::before, .sp-module h3::before {
  border: 2px solid;
  border-radius: 50%;
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 26px;
}
#sp-left .sp-module .sp-module-content, #sp-right .sp-module .sp-module-content, .sp-module-content {
  padding: 15px;
}
#sp-left .sp-module.menu-m .sp-module-content, #sp-right .sp-module.menu-m .sp-module-content {
  padding: 0;
}
#sp-left .sp-module.menu-m ul > li > a, #sp-right .sp-module.menu-m ul > li > a {
  text-decoration: none;
  color: #333;
  line-height: 20px;
}
#sp-left .sp-module.menu-m ul > li.current a, #sp-right .sp-module.menu-m ul > li.current a, #sp-left .sp-module.menu-m ul > li a:hover, #sp-right .sp-module.menu-m ul > li a:hover, #sp-left .sp-module.menu-m ul > li.current .menu-child li a:hover, #sp-right .sp-module.menu-m ul > li.current .menu-child li a:hover {
  color: #fff;
  background-color: #3584AD;
}
#sp-left .sp-module.menu-m ul > li.current .menu-child li a, #sp-right .sp-module.menu-m ul > li.current .menu-child li a {
  color: #333;
  background-color: #fff;
}

.wtbg h3 {
  font-weight: normal;
  color: #333;
  font-size: 1.37em;
  text-transform: uppercase;
  background: #fff;
}





.pagination-wrapper, .com-content-category-blog__navigation {
  text-align: center;
  display: block !important;
}
.pagination-wrapper .pagination, .com-content-category-blog__navigation .pagination {
  display: block;
}
.pagination-wrapper .pagination li, .com-content-category-blog__navigation .pagination li {
  display: inline-block;
}
.page-item:nth-child(2) .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}



#sp-footer, #sp-bottom {
  background: #367aa1;
  color: #EBF9FC;
  font-size: inherit;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#sp-bottom {
  padding: 20px 0 20px;
}
#sp-footer a, #sp-bottom a {
  color: #fff;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: normal;
  font-size: 1.37em;
  margin: 0 0 10px;
  color: #fff;
  background: #367aa1;
}
#sp-bottom .sp-module .sp-module-content, #sp-footer .sp-module .sp-module-content {
  padding: 0 15px;
}
#sp-footer {
  font-size: 0.9em;
}
#sp-footer .container-inner {
  padding: 20px 0;
  border-top: 1px solid #ace4f0;
}
#sp-footer1 {
  margin-bottom: 20px;
}



#sp-stick-rightbottom {
  bottom: 0;
  right: 0;
  width: auto;
  position: fixed;
}
.feedReviewbox {
  padding: 10px !important;
  position: relative !important;
  margin: 6px 6px !important;
  color: #777 !important;
  border-radius: 10px !important;
  background-color: rgb(255,255,255) !important;
  box-shadow: rgba(0,0,0,0.1) 0px 6px 12px 0px;
}
.reviewSingleHead {
  -webkit-box-align: flex-start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.reviewSingleHead-right {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  overflow: hidden !important;
  text-align: center !important;
  line-height: 24px !important;
}
.revieweravatar {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  font-style: italic !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  vertical-align: middle !important;
}
.avatarCircle {
  border-radius: 50% !important;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24) !important;
}
.reviewSingleHead-right .reviewername {
  line-height: 22px !important;
  padding-right: 0px !important;
  font-size: 20px !important;
  font-weight: normal !important;
  margin-bottom: 8px;
  color: #dd4c39 !important;
}
.reviewSingleHead-right .ratingval {
  font-size: 26px;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: inline-block;
}
.star-ratings-css-top {
  color: #DD4B39;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.star-ratings-css-top {
  color: #DD4B39;
  line-height: 26px;
}



.sp-scroll-up {
  bottom: 0px;
  right: unset;
  color: #666;
  background: #fff;
  border-radius: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  position: absolute;
  transition: color 0.3s linear,background 0.3s ease-out;
  -moz-transition: color 0.3s linear,background 0.3s ease-out;
  -webkit-transition: color 0.3s linear,background 0.3s ease-out;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.sp-scroll-up .fa-angle-up::before {
  content: "Go to top";
  font-weight: normal;
  font-size: 75%;
  font-family: Lato,Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #54A1CD;
}



@media (min-width: 576px) {
.container, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 98%;
}
#sp-menu {
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  padding-right: 0;
  padding-left: 0;
}
#sp-header.header-sticky #sp-logo {
  display: none;
} 
#sp-logo {
  width: 20%;
  padding-left: 0;
}
#sp-menu {
  width: 80%;
}
#sp-menu .justify-content-end {
  justify-content: flex-start !important;
}
 #sp-component {
    padding-left: 10px;
    padding-right: 10px;
  }
#sp-left {
  padding-left: 0;
}
#sp-right {
  padding-right: 0;
}
.einfo .cola{
  padding-right: 0;
}
.einfo .colb{
  padding-left: 0;
  padding-right: 0;
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1180px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px;
}
}


@media (max-width: 992px) {

}
@media (max-width:991.99px) {

}
@media (max-width:767.99px) {

}
@media (max-width: 576px) {

}
@media (max-width:575.99px) {

}