@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Pathway+Gothic+One&family=Poppins:wght@100;300;400;500;600;700;800&display=swap");
@import url("icons.css");
@import url("spaces.css");

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

b, strong {
	font-weight: 700;
}

.form-control:focus, .sppb-form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("assets/fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("assets/fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("assets/fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #243342;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0E1E36;
}

h1 {
  font-size: 64px;
  line-height: 78px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}

a {
  font-weight: 600;
  cursor: pointer;
  font-size: 17px;
  color: #927c53;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

p {
  margin: 0px;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
position: relative;
z-index: 2;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: #927c53;
}

.text-underline {
	text-decoration: underline;
}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

.sppb-addon-header > * {color: inherit !important;}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
border: 0;
color: #FFF;
font-size: 16px;
line-height: 24px;
font-weight: 500;
font-family: "Poppins", sans-serif;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
padding: 18px 37.8px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 1;
overflow: hidden;
position: relative;
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before {
top: 50%;
left: 50%;
content: "";
width: 100%;
height: 0%;
z-index: -1;
position: absolute;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
background-color: #927c53;
}

body .sppb-btn.sppb-btn-primary:before {
background: #927c53;
}

body .sppb-sp-slider-button .sp-slider-btn-text:before {
background: #bc9f69;
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
color: #FFF;
background-color: #bc9f69;
}

body .sppb-btn:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before {
height: 380%;
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {

}

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:before {

}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {

}

body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {
color: #927c53;
background: #FFF;
}
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
color: #FFF;
background: #927c53;
}

body .sppb-btn.sppb-btn-default {

}

body .sppb-btn.sppb-btn-default:hover {

}

.sppb-btn i,
a.d-block em,
.sppb-sp-slider-button .sp-slider-btn-text i {
font-size: 12px;
margin-left: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a.d-block em {
margin-left: 8px;
}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}


.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.sppb-ajaxt-contact-form i:first-child {display: none;}

@media (max-width: 1400px) {
  .sppb-addon-articles .sppb-col-sm-3 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 992px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 768px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

.width-auto .sppb-column-addons {width: auto;}

/* HEADER */ 

#sp-header {
height: auto;
background: transparent;
box-shadow: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media (max-width: 992px) {
#sp-header {
padding-top: 20px;
padding-bottom: 20px;
}	
}

#sp-header.header-sticky {
background: #fff;
-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

.sp-megamenu-parent {
float: none;
margin: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 16px;
font-weight: 500;
line-height: 19px;
color: #0E1E36;
padding: 40.5px 24px;
display: inline-block;
text-transform: capitalize;
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
color: #927c53;
}


@media (min-width: 992px) and (max-width: 1400px) {
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
  padding: 40.5px 15px;
}	
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

body.ltr .sp-megamenu-parent > li.sp-has-child:hover > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child:hover > span::after  {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 10px 0px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
font-size: 16px;
font-weight: 500;
overflow: hidden;
line-height: 25px;
color: #0E1E36;
padding: 40.5px 24px;
display: inline-block;
text-transform: none;
display: block;
color: #0E1E36;
padding: 12px 25px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
color: #927c53;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

.burger-icon > span {
	background-color: #1a2428;
}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: #927c53;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%:
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1a2428;
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	background: #1a2428;
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #927c53;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
overflow: hidden;
}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}

.sp-page-title {
background-size: cover;
background-position: center;
position: relative;
padding: 0px 0 0px;
display: flex;
align-items: center;
min-height: 450px;
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
font-size: 64px;
line-height: 78px;
margin: 0;
font-weight: 700;
position: relative;
z-index: 9;
}

.sp-page-title .sp-page-title-sub-heading {
	font-weight: 300;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
font-size: 36px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
font-size: 28px;
}
}

.sp-page-title .breadcrumb {
margin: 0;
position: relative;
z-index: 9;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
color: #FFF;
font-size: 18px;
font-weight: 500;
line-height: 26px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 12px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
font-size: 18px;
text-transform: capitalize;
}

.sp-page-title .breadcrumb > .active span {
font-size: 18px;
font-weight: 500;
color: #927c53;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 110px 0 110px;
}

.com-hikashop #sp-main-body, .com-content #sp-main-body {padding-bottom: 80px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 110px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

@media (min-width: 992px) {

.banner-home::before {
	left: -28px;
	content: "";
	z-index: -1;
	bottom: -280px;
	width: 545.24px;
	height: 545.85px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/pattern.svg);
}

.banner-home__media {
	margin-right: calc(-50vw + 50%) !important;
}

.banner-home__media::after {
	left: 1074px;
	content: "";
	top: -340px;
	z-index: 2;
	width: 144.86px;
	height: 1194.97px;
	position: absolute;
	background: rgba(239, 5, 72, 0.2);
	-webkit-transform: rotate(-30.99deg);
	transform: rotate(-30.99deg);
}

.banner-home__media::before {
	top: 0;
	width: 100%;
	left: -1px;
	content: "";
	z-index: 2;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/banner-home-overly.png);
}

.banner-home-container::after {
top: 42px;
content: "";
z-index: 1;
width: 841px;
right: 814px;
	height: 208px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/banner-overly.svg);
}

.our-company-financial-overly:after {
	top: 259px;
	content: "";
	z-index: -1;
	left: -450px;
	height: 738px;
	width: 2314.14px;
	position: absolute;
	background-size: auto;
	background-repeat: no-repeat;
	background-image: url(../images/our-company-financial-overly.svg);
}

.why-choose.why-choose__home-container:after {
	top: -43px;
	left: -25px;
	content: "";
	width: 291px;
	height: 279px;
	position: absolute;
	background-size: auto;
	background-repeat: no-repeat;
	background-image: url(../images/why-choose__home-overly.png);
}

.our-portfolio-home::after {
	z-index: -1;
	top: -190px;
	left: -497px;
	content: "";
	height: 702px;
	opacity: 0.4;
	width: 2479.27px;
	position: absolute;
	background-size: auto;
	background-image: url(../images/our-portfolio-home-overly.png);
}

.can-help-overly-container::after {
	z-index: -1;
	content: "";
	top: 266px;
	left: -928px;
	height: 1117px;
	width: 2552.29px;
	position: absolute;
	background-size: auto;
	background-image: url(../images/can-overly-home.png);
}
}

#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section.page-banner__media {position: relative !important;}

.page-banner__media::before {
	content: "";
	top: -395px;
	z-index: 1;
	left: 790px;
	width: 144.86px;
	height: 1194.97px;
	position: absolute;
	-webkit-transform: rotate(-30.99deg);
	transform: rotate(-30.99deg);
	background: rgba(64, 105, 255, 0.5);
}

.page-banner__media::after {
	top: 0;
	width: 100%;
	left: -1px;
	content: "";
	z-index: 1;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-image: url(../images/page-banner-overly.png);
}

/* */


/* BLOG */

.article-list .article,
.sppb-addon-articles .sppb-addon-article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	background: #FFF;
	-webkit-box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
	box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
}

.blog-list .article-list .article {
  border: 1px solid #E2E9FF;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 0;
	max-height: 300px;
	margin-bottom: 50px;
}

.blog-list .article-list .article .article-intro-image, .blog-list .article-list .article .article-featured-video, .blog-list .article-list .article .article-featured-audio, .blog-list .article-list .article .article-feature-gallery, .blog-list .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
	max-height: 450px;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after {

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
}

.articles-leading .article .article-intro-image img, .articles-leading .article .article-featured-video img, .articles-leading .article .article-featured-audio img, .articles-leading .article .article-feature-gallery img {
	width: auto;
	height: auto;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {display: block; width: 100%;}

.article-body,
.sppb-article-info-wrap {
padding: 30px;
padding-top: 0;
z-index: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.article-list .article .article-header, .sppb-article-info-wrap h3 {order: 2;}

.article-list .article .article-header h2,
.sppb-article-info-wrap h3 {
font-size: 22px;
line-height: 31px;
color: #0E0A01;
font-weight: 600;
margin: 0;
}

.blog-list .article-list .article .article-header h2 {
color: #243342;
font-size: 32px;
line-height: 48px;
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
color: #927c53;
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
order: 1;
margin: 0;
margin-bottom: 5px;
}

.blog-list .article-list .article .article-info {
	margin-bottom: 10px;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {
font-size: 12px;
color: #927c53;
line-height: 16px;
font-weight: 500;
text-transform: uppercase;
margin: 0;
}

.blog-list .article-info > span,
.blog-list .article-info > span a {
	font-size: 14px;
	color: #1B3C54;
	line-height: 20px;
}

.article-info > span:not(:last-child),
.sppb-addon-articles .sppb-article-meta > span:not(:last-child) {margin-right: 20px;}


.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
display: none;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before {
}

.blog-list .article-info > span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #927c53;
	margin-right: 6px;
	display: inline-block;
}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {}
.article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before {}
.article .article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before {}

.blog-list .article-info > span.createdby:before {content: "\f2bd";}
.blog-list .article-info > span.published:before {content: "\f017";}
.blog-list .article-info > span.category-name:before {content: "\f02c";}

body:not(.blog-list) .article-info > span.published, .sppb-article-meta > span.sppb-meta-date {
color: #FFF;
left: 30px;
bottom: -20px;
font-size: 16px;
max-width: 80px;
padding: 19px 12px;
border-radius: 10px;
position: absolute;
line-height: 20px;
text-align: center;
display: inline-block;
top: 0;
left: 10px;
bottom: inherit;
background-color: #927c53;
border-radius: 0px 0px 10px 10px;
text-transform: none;
}

body:not(.blog-list) .article-info > span.published:first-line, .sppb-article-meta > span.sppb-meta-date:first-line {
font-size: 30px;
font-weight: 700;
margin-bottom: 5px;
display: block;
}

.article-introtext, .sppb-article-introtext {
order: 3;
margin-top: 15px;
}

.article-introtext p {margin-bottom: 0;}
.article-list .article-introtext p {
	font-family: "Lato", sans-serif;
}

.article-list .article .readmore, .sppb-readmore {order: 4;}

.article-list .article .readmore a,
.sppb-readmore {
font-weight: 500;
font-family: "Poppins", sans-serif;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
padding: 18px 37.8px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background-color: #927c53;
z-index: 1;
overflow: hidden;
position: relative;
color: #927c53;
font-size: 15px;
line-height: 22px;
padding: 9px 20px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent;
border: 1.5px solid #927c53;
margin-top: 15px;
}

.blog-list .article-list .article .readmore a {
	margin-top: 25px;
	color: #FFF;
	padding: 10.5px 21.4px;
	background-color: #927c53;
}

.article-list .article .readmore a:after,
.sppb-readmore:after {
opacity: 0.9;
font-size: 20px;
font-weight: 500;
  margin-left: 10px;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
}

.article-list .article .readmore a:before,
.sppb-readmore:before {
top: 50%;
left: 50%;
content: "";
width: 100%;
height: 0%;
z-index: -1;
position: absolute;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
background: #927c53;
}

.blog-list .article-list .article .readmore a:before {
background: #bc9f69;
}

.article-list .article .readmore a:hover:before,
.sppb-readmore:hover:before {
	height: 380%;
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
	color: #FFF;
background-color: #927c53;
border: 1.5px solid #927c53;
}

.blog-list .article .readmore a:hover {
	color: #FFF;
background-color: #bc9f69;
border: 1.5px solid #bc9f69;
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link {
	padding: 0;
color: #565151;
font-weight: 500;
height: 54px;
width: 54px;
line-height: 54px !important;
display: inline-block;
border: 1px solid #ddd;
position: relative;
border-radius: 50% !important;
margin-right: 15px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: #927c53;
color: #fff;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: #927c53;
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	border: 1px solid #E2E9FF;
	-webkit-box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
	box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
	padding-bottom: 40px;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.article-details .article-header {
	order: 3;
}

.article-details .article-info {
	margin-bottom: 10px;
	order: 2;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
color: #243342;
margin-bottom: 20px;
text-transform: capitalize;
font-size: 36px;
line-height: 48px;
}

.article-details .article-full-image {
position: relative;
display: block;
overflow: hidden;
	order: 1;
margin-bottom: 40px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}


.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 7;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 20px 0 0 !important;
border-top: 0;
border-bottom: 0;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 20px 0 0 !important;
border-top: 0;
padding: 0;
border-bottom: 0;
  order: 6;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {

}

.tags > li {
	margin: 0;
}

.tags > li a {
display: inline-block;
background: #EFF0F6;
margin-right: 5px;
margin-top: 5px;
font-size: 15px;
font-weight: 500;
line-height: 22px;
color: #927c53;
background: #EFF0F6;
border: none;
border-radius: 4px;
padding: 8.5px 20.1px;
font-family: "Lato", sans-serif;
}

.tags > li a:hover {
background: #927c53;
color: #fff;
}

.tags > li + li {margin-left: 2px;}

.article-social-share .social-share-icon:before {

}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li a {
padding: 0;
width: 40px;
height: 40px;
color: #927c53;
display: block;
font-size: 15px;
line-height: 40px;
text-align: center;
font-weight: 500;
background-color: #ffffff;
border-radius: 500px;
}



.article-social-share .social-share-icon ul li a:hover {
color: #FFF;
background-color: #927c53;
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px);
}


.article-details .article-author-information {
padding: 0;
margin-bottom: 0;
text-align: left;
border: 0;
margin: 0;
border: 2px solid #e7e7e7;
padding: 37px;
margin-top: 50px;
margin-bottom: 0;
order: 5;
}

.article-details .article-author-information > .d-flex {
gap: 40px;
align-items: center;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {

}

.article-details .article-author-information h5 {
color: var(--thirdcolor);
font-weight: normal;
line-height: 1.2;
font-size: 20px;
font-weight: 800;
margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website {color: inherit; margin-left: 4px;}

.author-website a,
.author-website a:hover {color: #927c53;}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 50px;
padding-top: 45px;
border-top: 1px solid #e7e7e7;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: #927c53 !important;
}

.article-details .pagenavigation {
	order: 8;
margin-top: 50px;
width: 100%;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
display: inline-block;
width: 60px;
border: 1px solid #e7e7e7;
text-align: center;
margin-right: 15px;
position: relative;
min-width: 80px;
height: 80px;
line-height: 70px;
font-size: 15px;
background: transparent;
font-weight: 500;
text-transform: capitalize;
color: #666666;
}

/* */

/* ANIMATION */

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale /* Safari and Chrome */ {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes playscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes move-bottom {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }
    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }
    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}

@keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }
    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }
    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* */

@media (min-width: 320px) {#sp-top .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

.row > *,
.sppb-row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-position4  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-section {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1386px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .sppb-row-container {
  max-width: 1386px;
}
  }

:root {
--secondcolor: #FF9C00;
--thirdcolor: #EF0548;
}

#sppb-addon-1679613877708 img {
  max-width: 200px;
}

.logo-image-phone  {
  max-width: 200px !important; 
}

@media (max-width:991px)  {
  #sp-top  {
    display: none !important;
  }
}

@media (max-width: 1199px)  {
  #column-wrap-id-1679613877703  {
    display: none !important;
  }
}

.sp-page-builder .page-content #section-id-1679444619485  {
  background-color: #927c53 !important;
}

#sppb-addon-1679444659253 a:hover, #sppb-addon-1679444659253 a:focus, #sppb-addon-1679444659253 a:active {
  color: #ffffff !important;
}

#sppb-addon-1679614761647 .shop-cart i {
  font-size: 20px;
  animation: phone-icon-animate 1.5s ease-in-out infinite;
}

@media (min-width: 569px)  {
  .col-md-4 {
    flex: 0 0 auto;
    width: 58%;
  }
}

@media (min-width:992px)  {
  .itemid-120 #sp-header .col-xl-6  {
  width: 70% !important; }
}

@media (max-width:991px)  {
  .next-control  {
    margin-right:10px !important; } 
  .prev-control {
    margin-left:10px !important; } 
}

#sppb-addon-1679614761647 .social-profile ul {
  width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#sppb-addon-1679619287722 .theme-btn-btn-yellow-transparent .sppb-btn {

  border: 1px solid #927c53 !important;
}

#sppb-addon-1679620823159 img  {
  max-width: 434px !important; 
}

@media (min-width:992px)  {
  .itemid-138 #sp-menu,
  .itemid-154 #sp-menu,
  .itemid-153 #sp-menu,
  .itemid-152 #sp-menu,
  .itemid-151 #sp-menu,
  .itemid-150 #sp-menu,
  .itemid-158 #sp-menu,
  .itemid-131 #sp-menu,
  .itemid-132 #sp-menu,
  .itemid-127 #sp-menu,
  .itemid-159 #sp-menu,
  .itemid-160 #sp-menu,
  .itemid-161 #sp-menu,
  .itemid-162 #sp-menu
  {
    width: 83% !important; }
    
  .itemid-138 .sp-megamenu-parent,
  .itemid-154 .sp-megamenu-parent,
  .itemid-153 .sp-megamenu-parent,
  .itemid-152 .sp-megamenu-parent,
  .itemid-151 .sp-megamenu-parent,
  .itemid-150 .sp-megamenu-parent,
  .itemid-131 .sp-megamenu-parent,
  .itemid-132 .sp-megamenu-parent,
  .itemid-127 .sp-megamenu-parent,
  .itemid-158 .sp-megamenu-parent,
  .itemid-159 .sp-megamenu-parent,
  .itemid-160 .sp-megamenu-parent,
  .itemid-161 .sp-megamenu-parent,
  .itemid-162 .sp-megamenu-parent  {
    width: auto !important;
    display: table !important;
    float: right !important;
  }

  .itemid-138 #sp-header,
  .itemid-154 #sp-header,
  .itemid-153 #sp-header,
  .itemid-152 #sp-header,
  .itemid-151 #sp-header,
  .itemid-158 #sp-header,
  .itemid-150 #sp-header,
  .itemid-131 #sp-header,
  .itemid-132 #sp-header,
  .itemid-127 #sp-header,
  .itemid-159 #sp-header,
  .itemid-160 #sp-header,
  .itemid-161 #sp-header,
  .itemid-162 #sp-header  {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 991px)  {
  .itemid-138 #sp-menu,
  .itemid-154 #sp-menu,
  .itemid-153 #sp-menu,
  .itemid-152 #sp-menu,
  .itemid-151 #sp-menu,
  .itemid-150 #sp-menu,
  .itemid-131 #sp-menu,
  .itemid-132 #sp-menu,
  .itemid-127 #sp-menu,
  .itemid-159 #sp-menu,
  .itemid-160 #sp-menu,
  .itemid-161 #sp-menu,
  .itemid-162 #sp-menu  {
    width: 75% !important;
  }
}

@media (max-width: 767px)  {
  .itemid-138 #sp-menu,
  .itemid-154 #sp-menu,
  .itemid-153 #sp-menu,
  .itemid-152 #sp-menu,
  .itemid-151 #sp-menu,
  .itemid-150 #sp-menu,
  .itemid-131 #sp-menu,
  .itemid-132 #sp-menu,
  .itemid-127 #sp-menu,
  .itemid-159 #sp-menu,
  .itemid-160 #sp-menu,
  .itemid-161 #sp-menu,
  .itemid-162 #sp-menu {
    width: 25% !important;
  }
}

.itemid-138 #sp-main-body,
.itemid-154 #sp-main-body,
.itemid-153 #sp-main-body,
.itemid-152 #sp-main-body,
.itemid-151 #sp-main-body,
.itemid-150 #sp-main-body,
.itemid-131 #sp-main-body,
.itemid-132 #sp-main-body,
.itemid-127 #sp-main-body,
.itemid-159 #sp-main-body,
.itemid-160 #sp-main-body,
.itemid-161 #sp-main-body,
.itemid-162 #sp-main-body {
  padding-top: 10px !important;
}

.itemid-159 .article-details,
.itemid-160 .article-details,
.itemid-161 .article-details {
  padding-top: 30px !important;
}

.itemid-159 .article-ratings-social-share,
.itemid-160 .article-ratings-social-share,
.itemid-161 .article-ratings-social-share  {
  display: none !important;
}

.itemid-159 .article-details ul,
.itemid-160 .article-details ul,
.itemid-161 .article-details ul  {
  padding-left: 30px !important; 
}

.itemid-159 .article-details a,
.itemid-160 .article-details a,
.itemid-160 .article-details a  {
  font-weight: normal !important; 
}

.article-body p, .article-details p  {
  margin-bottom: 20px !important; 
}

.article-body h4, .blog-list h4  {
  margin-bottom: 20px !important; 
  padding-top: 10px !important; 
}

.article-body ul, .blog-list ul  {
  padding-left: 15px !important; 
}

.article-body li, .article-details li  {
  list-style-type: square !important;
  margin-bottom: 10px !important; 
}

.article-social-share  {
  float:left !important;
}

.article-ratings-social-share {
  display: table !important; }
  
.social-share-icon ul  {
  padding-left: 0px !important;
}

.article-social-share .social-share-icon ul li a {
  border: 1px solid #927c53;
}

#sppb-addon-1680655629273, #sppb-addon-1686397352750  {
  color: #ffffff !important;
}

#sppb-addon-1680656783299 .wid-contact ul li .icon i {
  color: #927c53 !important; 
  font-size: 15px;
}

#sppb-addon-1680907263704 .sppb-addon-title {
  color: #927c53 !important;
}

#sppb-addon-1680915606511 .sppb-icon  {
  display: none !important; 
}

#sppb-addon-1680655629276 a:hover, #sppb-addon-1680655629276 a:focus, #sppb-addon-1680655629276 a:active {
  color: #927c53 !important;
}

#sppb-addon-1686397902077 a:hover, #sppb-addon-1686397902077 a:focus, #sppb-addon-1686397902077 a:active {
  color: #927c53 !important;
}

#sppb-addon-1679614761647 .social-profile ul li:not(:last-child)::after {
  width: 0px !important;
}

#sppb-addon-1679614761647 .social-profile ul  {
  gap: 30px !important;
}

.services-details__content ul  {
  margin-bottom:5px !important;
}

#sppb-addon-1694514962567 .services-details__content ul,
#sppb-addon-1694519011869 .services-details__content ul  {
  column-count: 1 !important;
}

@media (max-width:991px)  {
  #sppb-addon-1694514962548 .services-details__content ul  {
    column-count: 1 !important;
  }
}

.idiomas img  {
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-top: -5px !important;
}

.sp-module.banderitas  {
  display: table;
  float: right;
  padding-top: 29px;
}


.login .list-group  {
  display: none !important;
}

.input-password-toggle [class^="icon-"]::before, [class*=" icon-"]::before  {
  font-family: "Font Awesome 5 Pro" !important;
}
