body {
  background-color: #f7f7f9;
}
p:last-child {
  margin-bottom: 0px;
}
img {
  display: unset;
}
a {
  color: #112855;
}

.btn-primary, .sppb-btn-primary {
  border-color: unset;
  border-radius: 5px;
  background: linear-gradient(135deg, #0056c7 0%, #0044a3 50%, #002e7b 100%);
}
.btn-primary:hover, .sppb-btn-primary:hover {
  background: linear-gradient(135deg, #002e7b 0%, #0044a3 50%, #0056c7 100%);
}



#sp-header-top {
  background: linear-gradient(135deg, #1e7d3a 0%, #2aa84a 45%, #38b653 100%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

#sp-head-top-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}




#sp-header {
  background: linear-gradient(135deg, #0056c7 0%, #0044a3 50%, #002e7b 100%);
}

#sp-header .login-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  background: linear-gradient(135deg, #1e7d3a 0%, #2aa84a 45%, #38b653 100%);
  height: 42px;
  line-height: 42px;
  margin-left: 50px;
}
#sp-header .login-btn a:hover {
  background: linear-gradient(135deg, #19682e 0%, #248f3f 45%, #2e9e47 100%);
}
.header-sticky .logo-image {
  height: 60px !important;
}


.breadcrumb .float-start {
  padding-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before
{
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


.burger-icon > span {
  background-color: #fff;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
.offcanvas-menu {
  background: linear-gradient(135deg, #0056c7 0%, #0044a3 50%, #002e7b 100%);
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #fff;
  opacity: 1;
}
.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: #fff;
}
.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: #d89c52;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #d89c52;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #fff;
}




.sp-megamenu-parent {
  margin: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.sp-megamenu-parent > li:hover > a {
  color: #d89c52;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #d89c52;
}


#sp-header .mod-finder {
  line-height: 60px;
}


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



.article-details .featured-article-badge, .article-list .article .featured-article-badge {
  display: none;
}



.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 {
  font-size: 16px;
  background: linear-gradient(135deg, #1e7d3a 0%, #2aa84a 45%, #38b653 100%);
}
#sp-footer1 {
  display: flex;
  align-items: center;
}
#sp-footer2 {
  display: flex;
  justify-content: end;
}



.home-slider .slick-slide img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.home-slider .sppb-articles-carousel-content {
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  padding: 18em 0 0 6em;
}
.home-slider .sppb-articles-carousel-link, .home-slider .sppb-articles-carousel-introtext {
  width: 8%;
}
.home-slider .sppb-articles-carousel-link:hover {
  color: #d89c52 !important;
}
.home-slider .sppb-articles-carousel-meta-category {
  display: none;
}
.home-slider .slick-dots li button::before {
  font-size: 10px;
}
.home-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #d89c52;
}


.site-title {
  font-size: 5em;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
}
.site-sub-title {
  font-weight: 600;
  max-width: 60%;
  margin: 0 auto;
  letter-spacing: 1px;
}

.sppb-addon-articles {
  margin-bottom: 0px;
}
.sppb-addon-articles .sppb-addon-article-layout-content {
  box-shadow: 0 2px 13px 0 rgba(0,0,0,0.04);
}
.sppb-addon-articles .sppb-addon-article-layout-editorial-row {
  margin-right: 0px;
  margin-left: 0px;
}
.sppb-addon-articles .sppb-readmore {
  display: block;
  text-align: right;
}
.sppb-addon-articles .sppb-btn-custom {
  margin-top: 20px;
  background: linear-gradient(135deg, #0056c7 0%, #0044a3 50%, #002e7b 100%);
  border-radius: 3px;
}
.sppb-addon-articles .sppb-btn-custom:hover {
  background: linear-gradient(135deg, #002e7b 0%, #0044a3 50%, #0056c7 100%);
}
.sppb-addon-articles .sppb-article-img-wrap {
  overflow: hidden;
  display: block;
}
.sppb-addon-articles .sppb-addon-article-layout-editorial-content img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.sppb-addon-articles .sppb-addon-article-layout-editorial-content:hover img {
  -webkit-transform: scale(1.08) rotate(2deg);
  transform: scale(1.08) rotate(2deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


.fix-tures .sppb-articles-carousel-column {
  border: 1px solid #0000001a;
}
.fix-tures .sppb-articles-carousel-meta, .fix-tures .sppb-articles-carousel-meta-category {
  display: none;
}
.fix-tures .slick-slide .sppb-articles-carousel-img-link {
  overflow: hidden;
  display: block;
}
.fix-tures .slick-slide img {
  display: block;
  height: 109px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.fix-tures .slick-slide:hover img {
  -webkit-transform: scale(1.08) rotate(2deg);
  transform: scale(1.08) rotate(2deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.fix-tures .sppb-articles-carousel-content {
  box-shadow: 0 2px 13px 0 rgba(0,0,0,0.04);
  margin-bottom: 0px;
}
.fix-tures .sppb-btn-custom {
  background: linear-gradient(135deg, #0056c7 0%, #0044a3 50%, #002e7b 100%);
  border-radius: 3px;
}
.fix-tures .sppb-btn-custom:hover {
  background: linear-gradient(135deg, #002e7b 0%, #0044a3 50%, #0056c7 100%);
}


.osm-pricing-table .osm-plan {
  min-height: 233px;
}



@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%;
}
}
@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) {
#sp-header {
  height: 60px !important;
}
#sp-header .logo {
  height: 60px !important;
}
.logo-image {
  height: 80px !important;
}
#sp-head-top-1 {
  padding-bottom: 20px;
}
.site-title {
  font-size: 3.5em;
}
.site-sub-title {
  max-width: 60%;
  font-size: 1.5em;
}
.home-slider .sppb-articles-carousel-content {
  padding: 15em 0 0 6em;
}
}
@media (max-width:767.99px) {

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

}
@media (max-width:575.99px) {
.site-title {
  font-size: 2.2em;
}
.site-sub-title {
  max-width: 80%;
  font-size: 1em;
}
.home-slider .sppb-articles-carousel-content {
  padding: 10em 0 0 2em;
}
}
@media (max-width: 354.99px) {
  .site-sub-title {
    max-width: 100%;
  }
}