<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;amp;family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&amp;amp;display=swap);
@import url(lib/normalize.css);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	font-weight:400;
	font-size:15px;
	line-height:25px;
	color:#9dabaf;
	background-color:#fff;
	letter-spacing:0
}
strong {
	font-weight:700
}
ol, ul {
	padding:0;
	margin:0;
	list-style:none
}
iframe {
	width:100%;
	border:none;
	display:block
}
img {
	width:100%
}
a {
-webkit-transition:all .3s ease-in-out 0s;
-moz-transition:all .3s ease-in-out 0s;
-ms-transition:all .3s ease-in-out 0s;
-o-transition:all .3s ease-in-out 0s;
transition:all .3s ease-in-out 0s
}
a:hover {
	color:var(--secundary-color)
}
.box-shadow {
	-webkit-box-shadow:0 0 11px 0 rgba(6, 22, 58, .14);
	-moz-box-shadow:0 0 11px 0 rgba(6, 22, 58, .14);
	box-shadow:0 0 11px 0 rgba(6, 22, 58, .14)
}
:root {
--primary-color:#977619;
--secundary-color:#F0542D;
--headline-color:#2b2d42;
--paragraph-color:#020202;
--primary-rgba-color:rgba(3, 59, 74, 0.8);
--secundary-rgba-color:rgba(1, 179, 228, 0.8)
}
::-moz-selection {
background:var(--primary-color);
color:#fff;
text-shadow:none
}
::-moz-selection {
background:var(--primary-color);
color:#fff;
text-shadow:none
}
::selection {
background:var(--primary-color);
color:#fff;
text-shadow:none
}
a {
	color:var(--paragraph-color);
	text-decoration:none
}
a:hover {
	color:var(--secundary-color);
	text-decoration:none
}
h1, h2, h3, h4, h5, h6 {
	font-family:Montserrat, sans-serif;
	font-weight:700;
	color:var(--headline-color)
}
h1 {
	font-size:45px;
	line-height:50px
}
h2 {
	font-size:35px;
	line-height:42px
}
h3 {
	font-size:25px;
	line-height:35px
}
h4 {
	font-size:20px;
	line-height:25px
}
h5 {
	font-size:20px;
	line-height:25px;
	font-family:'Open Sans', sans-serif
}
h6 {
	font-size:16px;
	line-height:18px;
	font-family:'Open Sans', sans-serif
}
p {
	margin:0 0 15px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	color:var(--paragraph-color)
}
h6 a {
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase
}
li {
	font-family:'Open Sans', sans-serif
}
h5.subtitle {
	color:#977619;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:0
}
.mt-3, .my-3 {
	margin-top:1.5rem!important
}
.mt-4, .my-4 {
	margin-top:3rem!important
}
.mt-5, .my-5 {
	margin-top:5rem!important
}
.mb-5, .my-5 {
	margin-bottom:5rem!important
}
.spacing-p-right {
	padding-right:35px
}
.spacing-p-left {
	padding-left:35px
}
.spacing-m-buttom {
	margin-bottom:25px
}
.icon {
	margin-bottom:15px!important
}
.bg-wrapper {
	background-color:#edf2f4;
	padding:5rem 0
}
section {
	overflow:hidden!important
}
.btn-default {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	padding:10px 30px;
	font-size:13px;
	text-transform:uppercase;
	line-height:1.3333333;
	letter-spacing:1px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	background-color:var(--primary-color);
	border:1px solid var(--primary-color);
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border-radius:3px;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color:#fff;
-webkit-transition:all .3s ease-in-out 0s;
-moz-transition:all .3s ease-in-out 0s;
-ms-transition:all .3s ease-in-out 0s;
-o-transition:all .3s ease-in-out 0s;
transition:all .3s ease-in-out 0s
}
.btn-default:hover {
	color:#fff;
	background-color:var(--secundary-color);
	border-color:var(--secundary-color)
}
.btn-default.focus, .btn-default:focus {
	color:#fff;
	background-color:var(--secundary-color);
	border-color:var(--secundary-color);
	box-shadow:none;
	outline:0
}
.btn-default.disabled, .btn-default:disabled {
	color:#fff;
	background-color:var(--secundary-color);
	border-color:var(--secundary-color)
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show&gt;.btn-default.dropdown-toggle {
color:#fff;
background-color:var(--secundary-color);
border-color:var(--secundary-color)
}
.btn-default.disabled, .btn-default:disabled {
	color:#fff;
	background-color:var(--secundary-color);
	border-color:var(--secundary-color);
	opacity:1
}
.btn-default-white {
	color:var(--headline-color);
	background-color:#fff;
	border-color:#fff
}
.btn-outline {
	background-color:transparent;
	border:solid 1px var(--secundary-color);
	color:var(--secundary-color)
}
.btn-outline-white {
	background-color:transparent;
	border:solid 1px #fff;
	color:#fff
}
.btn-outline {
	background-color:var(--secundary-color);
	border:solid 1px var(--secundary-color);
	color:#fff
}
.btn-lg {
	padding:10px 35px;
	font-size:18px;
	line-height:30px
}
.btn-lg:hover {
	background-color:var(--secundary-color);
	border:solid 1px var(--secundary-color);
	color:#fff
}
#loader-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1031;
	background-color:#fff
}
.loader {
	-webkit-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
	border:8px solid var(--headline-color);
	border-top:8px solid var(--primary-color);
	border-radius:50%;
	height:90px;
	width:90px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0
}
@-webkit-keyframes spin {
to {
border-top-color:var(--primary-color);
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
to {
border-top-color:var(--primary-color);
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@media only screen and (min-width:1024px) {
main p {
font-size:20px;
font-size:1.25rem
}
}
.cd-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:var(--primary-color) url(../images/icons/cd-top-arrow.svg) no-repeat center 50%;
	visibility:hidden;
	border-radius:5px;
	z-index:4
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
-webkit-transition:opacity .3s 0s, visibility 0s 0s;
-moz-transition:opacity .3s 0s, visibility 0s 0s;
transition:opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
	visibility:visible;
	opacity:1
}
.no-touch .cd-top:hover {
	background-color:#b4e602
}
@media only screen and (min-width:768px) {
.cd-top {
right:20px;
bottom:20px
}
}
@media only screen and (min-width:1024px) {
.cd-top {
height:45px;
width:45px;
right:30px;
bottom:30px
}
}
.popup-youtube .video-image {
	position:relative;
	display:inline-block
}
.popup-youtube .video-image img {
	width:100%
}
.popup-youtube .video-image:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	background:transparent url(../img/master/play-button.html) center center no-repeat
}
.popup-youtube .video-image img a:link {
	text-decoration:none;
	color:#fff
}
.popup-youtube .video-image img a:visited {
	text-decoration:none;
	color:#fff
}
.popup-youtube .video-image img a:hover {
	text-decoration:none;
	color:#fff
}
.popup-youtube .video-image img a:active {
	text-decoration:none;
	color:#fff
}
.modal-box {
	text-align:center
}
.modal-box p {
	margin:15px 0 15px 0
}
.modal-sm .modal-content {
	background:#fff;
	border:1px solid #ddd;
	border:1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	padding:10px 20px 10px 20px
}
.close {
	color:#000
}
@media (min-width:992px) {
.modal-md {
width:600px
}
}
.popup-youtube {
	position:relative
}
.pulse {
	position:absolute;
	top:50%;
	left:50%;
	background:var(--main-green-color);
	width:70px;
	height:70px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:73px;
	font-size:30px;
	transform:translate(-50%, -50%);
	padding-left:4px
}
.pulse::after, .pulse::before {
content:"";
display:block;
position:absolute;
border-radius:50%;
border:1px solid var(--primary-color);
top:-15px;
right:-15px;
left:-15px;
bottom:-15px;
animation:pulse 1.5s linear infinite
}
.pulse::after {
animation-delay:.5s
}
@keyframes pulse {
0% {
transform:scale(.5);
opacity:0
}
50% {
opacity:1
}
to {
	transform:scale(1.2);
	opacity:0
}
}
.filter-container {
	width:100%;
	margin:0 auto 2.5rem;
	text-align:center
}
.filter {
	padding:0;
	list-style:none
}
.filter li {
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;
	line-height:2;
	padding:5px 25px;
	position:relative;
	color:var(--headline-color);
	font-weight:600;
	border:solid 2px var(--main-yellow-color);
	border-radius:10px;
	margin:0 5px
}
.filter li.active {
	background-color:var(--secundary-color);
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border-radius:50rem!important;
	color:#fff
}
#kehl-grid {
	position:relative;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:100%
}
#kehl-grid:after {
	content:'';
	display:block;
	clear:both
}
.grid-box {
	position:relative;
	display:inline-block;
	overflow:hidden;
	width:calc(100% / 3);
	margin:0;
	padding:8px;
	clear:both
}
#kehl-grid h3 {
	color:#262626;
	font-family:'Open Sans', sans-serif;
	font-weight:800;
	font-size:15px;
	line-height:25px;
	letter-spacing:4px;
	text-transform:uppercase;
	z-index:1
}
#kehl-grid p {
	color:#333;
	z-index:4;
	font-size:12px;
	letter-spacing:3px;
	font-family:'Playfair Display', serif;
	font-weight:400
}
.grid:after {
	content:'';
	display:block;
	clear:both
}
.grid-box, .grid-sizer {
	width:33.333%
}
.grid-two-col .grid-box, .grid-two-col .grid-sizer {
	width:49%
}
.grid-four-col .grid-box, .grid-four-col .grid-sizer {
	width:25%
}
.grid-box {
	float:left
}
.grid-box img {
	display:block;
	width:100%
}
.grid-box .image-mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(256, 256, 256, 0);
	z-index:1;
transition:all .3s linear
}
.grid-box:hover .image-mask {
	background:rgba(256, 256, 256, .8)
}
.grid-box h3 {
	position:absolute;
	width:100%;
	bottom:30%;
	left:0;
	margin-bottom:-16px;
	line-height:26px;
	text-align:center;
	z-index:4;
	opacity:0;
transition:all .3s linear
}
.grid-box:hover h3 {
	bottom:50%;
	opacity:1
}
.grid-box p {
	position:absolute;
	top:15px;
	left:25px;
	opacity:0;
	font-style:italic;
	line-height:18px;
transition:all .3s linear
}
.grid-box:hover p {
	top:60px;
	left:25px;
	opacity:0
}
.magnific-img {
	width:100%;
	height:100%
}
.magnific-img img {
	width:100%;
	height:100%;
	border-radius:0
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity:0;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-o-transition:all .3s ease-out;
transition:all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity:1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity:.8
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity:0
}
.mfp-arrow-left:before {
	border-right:none!important
}
.mfp-arrow-right:before {
	border-left:none!important
}
.mfp-counter, button.mfp-arrow {
	opacity:0!important;
transition:opacity .2s ease-in, opacity 2s ease-out
}
.mfp-container:hover .mfp-counter, .mfp-container:hover button.mfp-arrow {
	opacity:1!important
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.9
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width:100%;
	cursor:auto
}
.mfp-ajax-cur {
	cursor:progress
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none!important
}
.mfp-preloader {
	color:#ccc;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#ccc
}
.mfp-preloader a:hover {
	color:#fff
}
.mfp-s-ready .mfp-preloader {
	display:none
}
.mfp-s-error .mfp-content {
	display:none
}
button.mfp-arrow, button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	box-shadow:none;
	touch-action:manipulation
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:-10px;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	padding:0 0 18px 10px;
	color:#fff;
	font-style:normal;
	font-size:28px;
	font-family:Poppins, sans-serif
}
.mfp-close:focus, .mfp-close:hover {
	opacity:1
}
.mfp-close:active {
	top:-10px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color:#fff;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	color:var(--primary-color);
	font-size:16px;
	line-height:18px;
	white-space:nowrap;
	font-family:Montserrat, sans-serif;
	font-weight:500;
	margin-top:30px
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#444
}
.mfp-figure small {
	color:#bdbdbd;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#f3f3f3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;
padding-right:0
}
.mfp-img-mobile img.mfp-img {
padding:0
}
.mfp-img-mobile .mfp-figure:after {
top:0;
bottom:0
}
.mfp-img-mobile .mfp-figure small {
display:inline;
margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0, 0, 0, .6);
bottom:0;
margin:0;
top:auto;
padding:3px 5px;
position:fixed;
box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0
}
.mfp-img-mobile .mfp-counter {
right:5px;
top:3px
}
.mfp-img-mobile .mfp-close {
top:0;
right:0;
width:35px;
height:35px;
line-height:35px;
background:rgba(0, 0, 0, .6);
position:fixed;
text-align:center;
padding:0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform:scale(.75);
transform:scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin:0;
transform-origin:0
}
.mfp-arrow-right {
-webkit-transform-origin:100%;
transform-origin:100%
}
.mfp-container {
padding-left:6px;
padding-right:6px
}
}
.magnific-img .image-popup-vertical-fit img a:link {
	text-decoration:none;
	border:solid 2px #000
}
.magnific-img .image-popup-vertical-fit img a:visited {
	text-decoration:none;
	border:solid 2px #000
}
.magnific-img .image-popup-vertical-fit img a:hover {
	text-decoration:none;
	border:solid 2px #000
}
.magnific-img .image-popup-vertical-fit img a:active {
	text-decoration:none;
	color:#000;
	border:solid 2px #000
}
.mfp-figure button.mfp-close {
	cursor:pointer
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	z-index:1;
	right:-10px!important;
	font-size:40px;
	cursor:pointer!important;
	color:var(--primary-color)
}
.mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover {
	color:#fff;
	border-color:#fff
}
.mfp-arrow {
	position:absolute;
	opacity:.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity:1
}
.mfp-arrow:after, .mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent
}
.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7
}
.mfp-arrow-left {
	background:url(../images/icons/left-arrow.png) no-Repeat top left!important;
	width:110px;
	height:110px;
	left:30px
}
.mfp-arrow-right {
	background:url(../images/icons/next.png) no-Repeat top left!important;
	width:110px;
	height:110px;
	right:30px
}
.grid:after {
	content:'';
	display:block;
	clear:both
}
.grid-item, .grid-sizer {
	width:33.333%
}
.grid-item {
	float:left
}
.grid-item img {
	display:block;
	max-width:100%
}
@media (max-width:992px) {
.grid-item, .grid-sizer {
width:50%
}
}
@media (max-width:1200px) {
.container {
max-width:95%
}
.spacing-lg {
margin-top:50px
}
}
@media (max-width:992px) {
h1 {
font-size:40px;
line-height:45px
}
h2 {
font-size:30px;
line-height:35px
}
h3 {
font-size:25px;
line-height:30px
}
h4 {
font-size:20px;
line-height:25px
}
h5 {
font-size:16px;
line-height:24px
}
h6 {
font-size:14px;
line-height:18px
}
.spacing-m-center {
margin:40px 0
}
.spacing-md {
margin-top:40px
}
.ca-left-side {
text-align:center
}
.ca-right-side .btn-primary {
float:none;
margin-top:15px
}
.flex-parent {
display:flex
}
.jc-center {
justify-content:center
}
}
@media (max-width:991px) {
h1 {
font-size:40px;
line-height:45px
}
h2 {
font-size:30px;
line-height:35px
}
h3 {
font-size:25px;
line-height:30px
}
h4 {
font-size:20px;
line-height:25px
}
h5 {
font-size:18px;
line-height:24px
}
h6 {
font-size:14px;
line-height:18px
}
.order-first {
-ms-flex-order:-1;
order:-1
}
.order-last {
-ms-flex-order:13;
order:13
}
.order-md-12 {
-ms-flex-order:6;
order:6
}
.order-first {
-ms-flex-order:-1;
order:-1
}
.order-last {
-ms-flex-order:13;
order:13
}
}
@media (max-width:767px) {
.spacing-sm {
margin-top:50px
}
.mt-5, .my-5 {
margin-top:4rem!important
}
.mb-5, .my-5 {
margin-bottom:4rem!important
}
}
@media (max-width:576px) {
.spacing-sm {
margin-top:40px
}
}
@media (max-width:480px) {
.mt-5, .my-5 {
margin-top:3rem!important
}
.mb-5, .my-5 {
margin-bottom:3rem!important
}
}
.logo img {
	width:110px!important;
	margin-top:-5px
}
.font-medium {
	font-size:22px;
	line-height:33px;
	font-weight:600
}
.wh-float {
	position:fixed;
	width:55px;
	height:55px;
	bottom:85px;
	left:20px;
	background-color:#25d366;
	color:#fff;
	border-radius:50px;
	text-align:center;
	font-size:45px;
	z-index:100;
	line-height:57px
}
.rightfloat {
	position:fixed;
	width:50px;
	height:50px;
	bottom:85px;
	right:20px;
	background-color:#388aca;
	color:#fff;
	border-radius:50px;
	text-align:center;
	font-size:25px;
	z-index:100;
	line-height:35px;
	padding-top:8px
}
.rightfloat:hover {
	background-color:#25d366;
	color:#fff
}
.icon-float {
	position:fixed;
	right:-10px;
	top:35%;
	z-index:999
}
.icon-float ul li {
	list-style-type:none
}
.icon-float ul li a {
	display:block;
	writing-mode:vertical-rl;
	text-orientation:mixed;
	padding:15px;
	color:#fff;
	border-radius:5px 0 0 5px;
	width:45px;
	font-size:17px;
	background:#dd4b39
}
.current-se {
	background-color:#222!important;
	color:#fff
}
.home-product {
	margin-top: 30px;
}
.home-product h2 {
	font-size: 55px;
	margin: 15px 0 10px 0;
}
.home-product h5 {
	font-size: 18px;
	margin: 15px 0 10px 0;
	color: #222;
}
.sec-pad-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-gray-light {
	background-color: #f6f6f67d;
}
.home-img-name {
	position: absolute;
	bottom: 45px;
	/* text-align: center; */
    display: block;
	padding: 15px;
	width: 90%;
}
.home-img-name h4 {
	color: #fff;
	font-size: 20px;
}
/*********** Processing Section ********/
.main-timeline {
	padding: 25px 10px;
}
.main-timeline:after {
	content: '';
	display: block;
	clear: both;
}
.main-timeline .timeline {
	width: calc(50% + 9px);
	padding: 20px 30px 20px 0;
	margin: -20px 0 0 0;
	border-radius: 20px;
	border: 10px solid transparent;
	border-right: 10px solid #977619;
	float: left;
	position: relative;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
	background-color: #DA2677;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	position: absolute;
	right: -18px;
	bottom: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f103";
	text-align: center;
	color: #fff;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
	content: "";
	background-color: #222;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	position: absolute;
	right: -18px;
	bottom: 40px;/* font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f103";
    text-align: center;
    color: #fff;*/
}
.main-timeline .timeline:after {
	border-radius: 3px;
	transform: rotate(45deg);
	right: 20px;
}
.main-timeline .timeline-content {
	color: #fff;
	background: linear-gradient(#D02578, #977619);
	min-height: 130px;
	padding: 0 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main-timeline .timeline-content:hover {
	text-decoration: none;
}
.main-timeline .timeline-icon {
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 15px;
	right: 16px;
}
.main-timeline .title {
	color: #DA2677;
	background-color: #fff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	margin: 0 0 5px;
}
.main-timeline .description {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 20px 20px 0 20px;
	color: #fff;
}
.main-timeline .timeline:nth-child(even) {
 float: right;
 padding: 20px 0 20px 30px;
 margin: -20px 0 0 0;
 border-right: none;
 border-left: 10px solid #977619;
}
.main-timeline .timeline:nth-child(even):before {
 right: auto;
 left: -18px;
}
.main-timeline .timeline:nth-child(even):after {
 right: auto;
 left: 20px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
 right: auto;
 left: 16px;
}
.main-timeline .timeline:nth-child(even) .description {
margin: 20px 20px 0 20px;
}
.main-timeline .timeline:nth-child(4n+2):before, .main-timeline .timeline:nth-child(4n+2):after {
 background-color: #222;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content {
background: linear-gradient(#80B02C, #4EB543);
}
.main-timeline .timeline:nth-child(4n+2) .title {
color: #4EB543;
}
.main-timeline .timeline:nth-child(4n+3):before, .main-timeline .timeline:nth-child(4n+3):after {
 background-color: #222;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content {
background: linear-gradient(#65286D, #3A3270);
}
.main-timeline .timeline:nth-child(4n+3) .title {
color: #3A3270;
}
.main-timeline .timeline:nth-child(4n+4):before, .main-timeline .timeline:nth-child(4n+4):after {
 background-color: #222;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content {
background: linear-gradient(#2FD8D8, #0A2C80);
}
.main-timeline .timeline:nth-child(4n+4) .title {
color: #0A2C80;
}
@media screen and (max-width:767px) {
 .main-timeline .timeline, .main-timeline .timeline:nth-child(even) {
 width: 100%;
 padding: 20px 0 20px 30px;
 margin: -25px 0 0;
 border-left: 10px solid #fff;
 border-right: none;
}
 .main-timeline .timeline:before, .main-timeline .timeline:nth-child(even):before {
 right: auto;
 left: -17px;
}
 .main-timeline .timeline:after, .main-timeline .timeline:nth-child(even):after {
 right: auto;
 left: 20px;
}
 .main-timeline .description, .main-timeline .timeline:nth-child(even) .description {
 margin: 20px 20px 0 80px;
}
 .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon {
 left: 16px;
 right: auto;
}
}
@media screen and (max-width:576px) {
 .main-timeline .timeline-content {
padding-bottom: 70px;
}
 .main-timeline .description, .main-timeline .timeline:nth-child(even) .description {
 margin: 20px 20px 0 20px;
}
}
/*********** Processing Section ********/

/*********** Scroll Bar ********/
.scroll-style {
	width:20vw;
	height: 40vh !important;
	overflow-y: auto;
}
/* Track */
.scroll-style::-webkit-scrollbar {
 width: 5px;
}
.scroll-style::-webkit-scrollbar-track {
 background: #dddddd;
 box-shadow: inset 0 0 2px var(--mainColor) !important;
}
/* Handle */
.scroll-style::-webkit-scrollbar-thumb {
 background-color: #977619;
 border-radius: 5px;
}
/* Handle on hover */
.scroll-style::-webkit-scrollbar-thumb:hover {
 background: #977619;
}
@media screen and (max-width:768px) {
 .scroll-style {
 width:70vw;
 height: 30vh !important;
 overflow-y: auto;
}
}
/*********** Scroll Bar End ********/
.blog-detail-div p {
	text-align:justify;
}
.blog-detail-div h1 {
	font-size:35px;
}
.blog-detail-div h2 {
	font-size:30px;
}
.blog-detail-div h3 {
	font-size:25px;
}
.blog-detail-div h4 {
	font-size:22px;
}
.blog-detail-div h5 {
	font-size:20px;
}
.blog-detail-div h6 {
	font-size:19px;
}
.blog-detail-div ul {
	padding: 0;
	margin: 0;
	list-style: disc !important;
}
.blog-detail-div ul li {
	margin-right: 15px !important;
	line-height: 30px !important;
	color: var(--paragraph-color);
	font-size: 15px;
	display: list-item !important;
}
.faq-font-size {
font-size: calc(22px + (24 - 22) * ((100vw - 768px) / (1600 - 768)));
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
	display:none;
}
#heading {
	font-size:20px;
	padding-top:20px;
	padding-left:10px;
}

h6.text-center{display:none;
}
</pre></body></html>