.sppb-color-switcher-modes {
	position: fixed;
	z-index: 999999;
	background: #fff;
	padding: 20px 15px 15px 15px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	display: none !important;
	flex-direction: column;
	right: 24px;
	top: 30%;
}


.sppb-icon .sppb-icon-container > i {
	font-size: 50px !important;
	line-height: 60px;
}


.sppb-addon-timeline .timeline-movement.even::before {
	background-color: #6dcff6 !important;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before, .sppb-addon-timeline .timeline-movement.even::after {
	border-color: #6dcff6 !important;
}


#sppb-addon-acc94be8-4280-40ee-9e3e-2b78cc772fae .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after, .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after {
	border-color: #6dcff6 !important;
}


#sppb-addon-acc94be8-4280-40ee-9e3e-2b78cc772fae .sppb-addon-timeline .sppb-addon-timeline-wrapper:before,
#sppb-addon-acc94be8-4280-40ee-9e3e-2b78cc772fae .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after,
#sppb-addon-acc94be8-4280-40ee-9e3e-2b78cc772fae .sppb-addon-timeline .timeline-movement.even:before {
  background-color:#6dcff6 !important;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
	font-size: 40px;
		margin: 0 0 0 30px;
	font-weight: normal;
}



.sp-page-builder .page-content #clients-wrapper-kgj {
	background-color: #fff !important;
	box-shadow: 0px 0px 0px 0px #FFFFFF;
}

 .sppb-addon-text {
	color: #000000 !important;
}

.sppb-feature-box-title, .sppb-feature-box-title a {
	color: #000000 !important;
}

.one-service-item .sppb-media-content {
	position: relative;
	margin-top: 80px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	color: #666;
}

.one-service-item:hover .sppb-media-content {
	background-color: var(--sppb-primary);
}

.one-service-item .sppb-media-content::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20px;
	border-bottom-color: var(--sppb-primary);
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.sppb-addon-timeline .timeline-panel {
	background-color: var(--sppb-primary) !important;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 30px;
	background-color: var(--sppb-primary);
	border: 3px solid var(--sppb-primary);
	height: 20px;
	width: 20px;
	border-radius: 100%;
}


:root {
	--sppb-primary: #DAAA39 !important;
}

a {
	color: #fff;
}

a:hover, a:focus, a:active {
	color: #6dcff6;
}


#sppb-addon-2880960a-2c1e-40fc-add5-5c0c64c25d6d .sppb-addon-header .sppb-addon-title:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6dcff6;
}

.convertforms .cf-label {
	color: #cdcdcd !important;
	font-size: var(--label-size);
	margin-bottom: .45em;
	display: block;
	line-height: 1.3;
	font-weight: var(--label-weight);
}


.convertforms .cf-btn:hover {
	opacity: 1;
	background: #6dcff6;
	text-transform: uppercase !important;
  border: 1px solid #6dcff6;
}

.convertforms .cf-btn {
	
	text-transform: uppercase !important;
}

.cf-label p {
	text-align: left;
	margin-left: 5px;
}

.cf-label p {
	text-align: left !important;
	margin-left: 5px !important;
}

.convertforms .cf-label .cf-required-label {
	color: #6dcff6;
	font-weight: 400;
}

.convertforms .cf-btn {
	text-transform: uppercase !important;
	background: transparent;
	border: 1px solid #fff;
	margin-top: 30px;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
	display: block;
	width: 100%;
	padding: 0.8rem 0.8rem !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	text-align: left;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
	display: block;
	width: 100%;
	padding: 0.8rem 0.8rem !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #000;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	text-align: left;
}

.convertforms .cf-input::placeholder, .convertforms .cf-input:has(option:disabled:checked) {
	color: #fff;
}

.convertforms .cf-btn:hover {
	opacity: 1;
	background: #6dcff6;
	text-transform: uppercase !important;
	border: 1px solid #6dcff6;
	color: #000;
}

.convertforms {
	--color-primary: #4285F4;
	--color-success: #6dcff6;
	--color-danger: #d73e31;
	--color-warning: #F4B400;
	--color-default: #444;
	--color-grey: #ccc;
}

ul.kgj-line-menu {
	display: inline;
	
}

ul.kgj-line-menu > li {
	display: inline;
	
}

li.item-403 {
	display: inline;
	float: right;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
  line-height: 1.2 !important;
  text-decoration: none;
	
}

.article-details a {
	color: #777;
}

.white-popup-block {
	background: #000;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

#sppb-addon-2df10fc0-5ee2-4870-a527-6d3685e668ac #sppb-modal-2df10fc0-5ee2-4870-a527-6d3685e668ac-selector.sppb-btn-custom:hover {
	background-color: #6dcff6;
	color: #000000;
	border: 1px solid #000;
}

.convertforms.cf-success .cf-response {
	background-color: #6dcff6 !important;
	display: block;
	color: #000 !important;
}

.one-kgj-block {}


.one-kgj-block .sppb-media-content {
	position: relative;
	margin-top: 0px;
	background-color: #6dcff6 !important;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	color: #666;
}

.eb-180 .eb-btn {
	padding: 16px 40px;
	background: #6dcff6 !important;
	border-radius: 2px;
	color: #000 !important;
	font-weight: 600 !important;
	line-height: 19px;
}


.eb-180 .eb-left-side {
	display: flex !important;
	gap: 24px;
	width: 70% !important;
}

.eb-btn-kgj {
	display: flex !important;
}

.sogl-001-kgj {}

.eb a {
	color: #888;
}

.eb a:hover {
	color: #6dcff6;
}

.sppb-panel-modern .fas, [class^="icon-"], [class*=" icon-"], .fa-solid {
	font-weight: 900;
	margin-right: 10px !important;
}


.sppb-panel-modern .sppb-panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px !important;
	font-weight: bolder !important;
	color: #000 !important;
	margin-left: 10px !important;
}

.sppb-panel-modern > .sppb-panel-heading {
	padding: 17px 30px 17px 15px;
	background: #6dcff6 !important;
	color: #000 !important;
}

.sppb-panel-modern {
	background:#6dcff6 !important;
	border: 0px solid #e8eff1;
	border-radius: 0px;
	margin-bottom: 30px;
}

#sp-header {
	background: #705210 !important;
}

#sp-header.menu-fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	height: 80px;
	width: 100%;
	background: #705210 !important;
	opacity: 0.9;
}

#sp-header .sp-megamenu-parent .sp-menu-item a {
	font-size: 16px;
	list-style: 60px;
	font-family: "Montserrat";
	font-weight: 300;
	text-transform: uppercase;
}

.eb {
	font-family: Montserrat !important;
	
}

.eb-180 .eb-dialog {
	--eb-max-width: 100%;
	--eb-height: auto;
	--eb-padding: 32px 24px;
	--eb-background-color: rgba(0, 0, 0, 0.8) !important;
	--eb-text-color: rgba(255, 255, 255, 1);
	--eb-dialog-shadow: var(--eb-shadow-none);
	text-align: left;
	--eb-border-style: none;
	--eb-border-color: rgba(0, 0, 0, 0.4);
	--eb-border-width: 1px;
	--eb-overlay-enabled: 0;
	--eb-bg-image-enabled: 0;
	--eb-background-image: none;
}

.eb a:hover {
	color: #DAAA39;
}

.eb-180 .eb-btn {
	padding: 16px 40px;
	background: #DAAA39 !important;
	border-radius: 2px;
	color: #705210 !important;
	font-weight: 600 !important;
	line-height: 19px;
}

.eb-180 .eb-dialog {
	
	--eb-background-color: #705210 !important;
	
	opacity: 0.95 !important;
}

.eb a {
	color: #9d7e3b;
}

.sppb-feature-box-title, .sppb-feature-box-title a {
	color: #705210 !important;
}

.sppb-feature-box-title:hover, .sppb-feature-box-title a:hover {
	color: #DAAA39 !important;
}

.sppb-icon .sppb-icon-container > i {
	font-size: 80px !important;
	line-height: 60px;
}


.sppb-icon .sppb-icon-container > i {
	font-size: 80px;
	width: 100px;
	height: 100px;
	line-height: 80px;
}

#sp-header {
	background: #222 !important;
  opacity: 0.95;
}


#sp-header.menu-fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	height: 80px;
	width: 100%;
	background: #222 !important;
	opacity: 0.95;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: #fff;
}


#sp-header .sp-megamenu-parent .sp-menu-item:hover {
	background-color: var(--sppb-primary);
}

.sppb-addon.sppb-addon-popover .sppb-marker.active {
	color: #fff !important;
}


.sppb-popover-content-item .sppb-card-body {
	padding: 20px;
	text-align: center !important;
	text-transform: uppercase !important;
}

.sppb-popover-content-title {
	font-size: 16px !important;
	line-height: 1.6;
	font-weight: 700 !important;
	letter-spacing: 1.5px;
}

.sppb-popover-content {
	line-height: 22px;
	font-size: 14px !important;
	color: #666 !important;
	font-weight: 600 !important;
}

.sppb-popover-content-item .sppb-card-body {
	padding: 20px;
	text-align: center !important;
	text-transform: uppercase !important;
	z-index: 99 !important;
}

.sppb-popover-wrap {
	
	position: absolute;
	z-index: 99 !important;
	--uk-position-offset: 20px;
	--uk-position-viewport-offset: 15px;
	box-sizing: border-box;
	width: 250px;
}


.sppb-btn-custom {
	background-color: rgb(218, 170, 57);
	color: #FFFFFF ;
	border: 1px solid #fff !important;
}

.sppb-panel-modern > .sppb-panel-heading {
	padding: 17px 30px 17px 15px;
	background: #DAAA39 !important;
	color: #000 !important;
}

.sppb-panel-modern .sppb-panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px !important;
	font-weight: bolder !important;
	color: #fff !important;
	margin-left: 10px !important;
}

.sppb-panel-modern .sppb-panel-body {
	border-top-color: #e8eff1;
	background: #fff !important;
}

.sppb-panel-modern > .sppb-panel-heading {
	color: #fff !important;
}

.sppb-feature-box-title, .sppb-feature-box-title a {
	color: #DAAA39 !important;
}

.sppb-feature-box-title:hover, .sppb-feature-box-title a:hover {
	color: #9d7e3b !important;
}

.convertforms .cf-btn:hover {
	opacity: 1;
	background: #DAAA39;
	text-transform: uppercase !important;
	border: 1px solid #DAAA39;
	color: #000;
}

a:hover, a:focus, a:active {
	color: #DAAA39;
}

#sppb-addon-2880960a-2c1e-40fc-add5-5c0c64c25d6d .sppb-addon-header .sppb-addon-title:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #DAAA39;
}

#sppb-addon-b47511db-c45f-4a49-808b-840206003868 .sppb-addon-header .sppb-addon-title:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #DAAA39;
}





































@media screen and (max-width: 767px) {
 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
  font-size: 40px;
  margin: 0 0 20px 0px !important;
  font-weight: normal;
}
}
























































