/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2022 | 10:56:56 */
/*------------------------------------------------------------------------------*/
/* Body & Main  - setting defaults                                              */
/*------------------------------------------------------------------------------*/
#wrapper {
  background-color: #FDFCFA !important;
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/05/Group-3.svg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;  
}

#main {
  background: transparent !important;
}

#main a {
  font-weight: bold;
}

#main a:hover {
  text-decoration: underline;
}

.broken_link, a.broken_link {
  text-decoration: none !important;
}

.button {
	padding: 2px 1.2em 0 1.2em;
}

.jm-hide-nav {
	display: none !important;
}
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/* Headings, paragrafs  - setting defaults                                      */
/*------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000000
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

h1 {
	font-weight: 600;
	font-size: 46px;
	line-height: 52px;
	color: #4E4E50;
}

h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	color: #000000;
}

h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 33px; 
}

h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px; 
}

p {
	font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.015em;
	color: #000000; 
}

#main ul li {
  color: #222423;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;  
}

.jm-stay-on-top {
  position: relative;
  z-index: 999;
}

.jm-main-header h1 {
  font-family: 'Cormorant';
  font-style: normal;
  /*font-weight: bold;*/
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.02em;
  /*text-shadow: 1px 1px #000;*/
}

.jm-main-header h2 {
  font-family: 'Cormorant';
  font-style: normal;
  /*font-weight: bold;*/
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  /*text-shadow: 1px 1px #000;*/
}

.jm-secondary-header h1,
.jm-secondary-header h2,
.jm-secondary-header h3,
.jm-secondary-header h4,
.jm-secondary-header h5 {
  font-family: 'Cormorant';
  font-style: normal;
  /*font-weight: bold;*/
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;    
}

.jm-third-header h2,
.jm-third-header h3, 
.jm-third-header h4 {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
}

.col-inner ul li,
.col-inner ol li {
	color: #222423;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;  
}
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/* Downscale headings */
/*------------------------------------------------------------------------------*/
.jm-downscale-headings h2,
.jm-downscale-headings h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;  
}

.jm-downscale-headings .jm-main-header h2 {
	font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em; 
}
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* Custom BUTTONS                                                               */
/*------------------------------------------------------------------------------*/
.jm-get-in-touch-cta-2022 {
	color: #C22A22;
	font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: -0.015em;
}

.jm-get-in-touch-cta-2022 span:after {
	content: "";
	display: inline-block;
	background-image:url('https://new.ksf-global.com/wp-content/uploads/2022/05/button-arrow-red@2x.svg');
	width: 25px;
	height: 12px;
	position: relative;
	margin-left: 16px;
}

.jm-get-in-touch-cta-2022:hover span:after {
	background-image:url('https://new.ksf-global.com/wp-content/uploads/2022/05/button-arrow-white@2x.svg');
}

.jm-get-in-touch-cta-2022 .icon-angle-right {
	display: none;
}

.jm-get-in-touch-cta-inversed-2022 span:after {
	content: "";
	display: inline-block;
	background-image:url('https://new.ksf-global.com/wp-content/uploads/2022/05/button-arrow-white@2x.svg');
	width: 25px;
	height: 12px;
	position: relative;
	margin-left: 16px;
}

.jm-get-in-touch-cta-inversed-2022:hover span {
	color: #C22A22 !important;
}

.jm-get-in-touch-cta-inversed-2022:hover span:after {
	background-image:url('https://new.ksf-global.com/wp-content/uploads/2022/05/button-arrow-red@2x.svg');
}


.jm-download-button {
  color: #D02E26;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  
}

.jm-download-button span {
  height: 32px;
  display: inline-block;
  float: left;
}

.jm-download-button:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/04/DownloadSimple-2.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.jm-download-button:hover:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/08/DownloadSimple-black-1.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.jm-download-button-2 {
  color: #D02E26;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em; 
  margin-top: -5px;
}

.jm-download-button-2:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/05/DownloadSimple.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;  
}

.jm-download-button-2:hover:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/08/DownloadSimple-black-1.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;  
}

.jm-download-button-3 {
  color: #D02E26;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  
}

.jm-download-button-3 span {
  height: 35px;
  display: inline-block;
  float: left;
  padding-top: 8px;
}

.jm-download-button-3:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/12/DownloadSimple.svg");
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.jm-download-button-3:hover:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/12/DownloadSimple.svg");
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.jm-read-button,
.jm-latest-blogs-section .box button.button {
  color: #D02E26;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  float: left;
  margin-top: 16px;  
  text-transform: capitalize;
}

.jm-read-button:before,
.jm-latest-blogs-section .box button.button:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/05/Newspaper-1.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.jm-read-button:hover:before,
.jm-latest-blogs-section .box button.button:hover:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/08/Newspaper-black.svg");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}


.jm-rightarrow-button {
  color: #D02E26;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em; 
  margin-top: -5px;
}

.jm-rightarrow-button span {
  display: inline-block;
  float: left;
}

.jm-rightarrow-button:after {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/05/ArrowRightLong-1.svg");
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  margin-left: 18px; 
  margin-top: 4px;
}

.jm-envelope-button:before {
  content: "";
  background-image:url("https://www.ksf-global.com/wp-content/uploads/2021/05/EnvelopeSimple.svg");
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  margin-right: 18px;
  position: relative;
  top: 5px;
}
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* Header search on hover adjustments                                           */
/*------------------------------------------------------------------------------*/
.autocomplete-suggestions:hover ,
.autocomplete-suggestion:hover {
  cursor: pointer !important;
}
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* Page specific adjustments to different blocks and sections                   */
/*------------------------------------------------------------------------------*/
.page-id-50 .jm-testimonials-section .col-inner {
  background: #E2F1FB !important;
}

.jm-accordion-readmore .accordion-item a,
.jm-accordion-readmore .accordion-item.active {
  border-top: 0;
  background: transparent !important;
  font-size: 0.9em;
}

.jm-accordion-readmore .accordion-item .accordion-inner {
  padding: 10px 0 0 0 !important;
}

.jm-product-gallery-section-v2 .row .col .col-inner .row .col:first-child a.image-lightbox .img-inner:after {
  content: "";
  display: block;
  background: url('https://www.ksf-global.com/wp-content/uploads/2021/11/expand-image.svg');
  background-repeat: no-repeat;
  width: 69px;
  height: 69px;
  position: absolute;
  bottom: 16px;
  right: 24px;
}

.jm-product-gallery-section-v2 .row .col .col-inner .row .col:first-child .jm-no-expand-icon a.image-lightbox .img-inner:after {
  display: none;
}
/*------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------*/
/* Skwered Row Red                                                              */
/*------------------------------------------------------------------------------*/
.jm-skewed-row-red {
	position: relative;
}

.jm-skewed-row-red::before {
	content:'';
	display: block;
	width: 100%;
	height: 200px;
	background: rgb(227, 6, 19);
  transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -webkit-transform: skewY(-4deg);
	position: relative;
	left: 0;
	top: 70px;		
}

.jm-skewed-row-red::after {
	content:'';
	display: block;
	width: 100%;
	height: 200px;
	background: rgb(227, 6, 19);
  	transform: skewY(-10deg);
  	-ms-transform: skewY(-10deg);
  	-webkit-transform: skewY(-4deg);
	position: relative;
	left: 0;
	top: -60px;
  	z-index: -1
}
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* Skewed Right Red 1                                                          */
/*------------------------------------------------------------------------------*/
.jm-skewed-right-red-1::after {
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	background: #E30613;
	position: absolute;
	right: -110px;
	top: 0;
	z-index: -1;
  	transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-webkit-transform: skewX(-25deg);	
}

.jm-skewed-right-red-2::after {
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	background: #E30613;
	position: absolute;
	right: -150px;
	top: 0;
	z-index: -1;
  	transform: skewX(15deg);
  	-ms-transform: skewX(15deg);
  	-webkit-transform: skewX(15deg);	
}
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/* Skewed Left Red 1                                                            */
/*------------------------------------------------------------------------------*/
.jm-skewed-left-red-1::before {
	content: "";
	display: block;
	width: 600px;
	height: 100%;
	background: #E30613;
	position: absolute;
	left: -150px;
	top: 0;
	z-index: -1;
  transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);	
}
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/* Skewed Left Red 2                                                            */
/*------------------------------------------------------------------------------*/
.jm-skewed-left-red-2::before {
	content: "";
	display: block;
	width: 600px;
	height: 100%;
	background: #E30613;
	position: absolute;
	left: -150px;
	top: 0;
	z-index: -1;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);	
}
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/* Skewed Left Red 3                                                            */
/*------------------------------------------------------------------------------*/
.jm-skewed-left-red-3::before {
	content: "";
	display: block;
	width: 1500px;
	height: 100%;
	background: #E30613;
	position: absolute;
	left: -150px;
	top: 0;
	z-index: -1;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);	
}
/*------------------------------------------------------------------------------*/

/*----------------------------------AS------------------------------------------*/

.image-text-css-as h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	/* or 130% */
	color: #000000;
	margin-bottom:20px;
}

.image-text-css-as h4 {
	font-size:22px;
	line-height:26px;
	font-weight: 600;
	color:#4E4E50;
	margin-bottom:20px;
	margin-top:0;
}

.image-text-css-as p {
	font-size:16px;
	line-height:22px;
	color:#4E4E50;
	margin-bottom:63px;

}
.image-graphic-as {
    position: relative;
}

.image-graphic-as:before {
	content: '';
    position: absolute;
    background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-4.svg);
    width: 120px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: -60px;
    left: -69px;
    transform: rotate(135deg);
}

.image-graphic-as:after {
	content: '';
    background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-3-2.svg);
    position: absolute;
    top: -90px;
    right: -80px;
    width: 290px;
    height: 278px;
    z-index: 0;
    background-size: contain;
    transform: rotate(-137deg);
    background-repeat: no-repeat;
}

.image-graphic-as .img-inner {
	position:relative;
	z-index:9;
	overflow:initial;
}

.image-graphic-as .img-inner:before {
	content: '';
    background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-5.svg);
    background-size: contain;
    width: 83px;
    height: 79px;
    position: absolute;
    z-index: 9;
	top: -53px;
    right: 105px;
}

@media only screen and (max-width:549px) {
	.image-graphic-as:before {
		content: '';
		position: absolute;
		background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-4.svg);
		width: 75px;
		height: 115px;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 0;
		bottom: -41px;
		left: -47px;
		transform: rotate(135deg);
	}
	.image-graphic-as:after {
		content: '';
		background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-3-2.svg);
		position: absolute;
		top: -43px;
		right: -30px;
		width: 153px;
		height: 153px;
		z-index: 0;
		background-size: contain;
		transform: rotate(-226deg);
		background-repeat: no-repeat;
	}
	.image-graphic-as .img-inner:before {
		content: '';
		background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Vector-5.svg);
		background-size: contain;
		width: 83px;
		height: 79px;
		position: absolute;
		z-index: 9;
		top: -58px;
		right: 81px;
	}
	
	.image-text-css-as h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 35px;
		/* or 130% */
		color: #000000;
		margin-bottom:20px;
	}

	
}

.process-text-as h2 {
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	/* identical to box height, or 130% */
	color: #000000;
}

.process-text-as h4 {
	font-size:22px;
	line-height:28px;
	font-weight: 600;
}

.process-text-as p {
	font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/* or 138% */
	letter-spacing: -0.015em;
	color: #000000;
}

/* .accordion-single-as .accordion-title {
	margin-top:10px;	
} */

.icon-box-process-as {
	margin-bottom:20px;
	flex-wrap: nowrap;
}

.icon-box-process-as .icon-box-img {
	position:relative;
}

.icon-box-process-as .icon-box-img::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background: #C22A22;
    right: 30px;
    bottom: -14.5px;
}
.icon-box-process-as.last .icon-box-img::before {
    display:none;
}
.icon-box-process-as .icon-box-img::before:last-child {
    display:none;
}

.icon-box-process-as .icon .icon-inner svg {
	padding: 10px;
}

@media only screen and (max-width:1046px) {
	
	.accordion-single-as .accordion-inner::before {
		left: -48px;
		top: -3px;
	}
	.icon-box-process-as .icon-box-img::before {
		right: 30px;
/* 		bottom: -22px; */
	}
}

@media only screen and (max-width:849px) {
	.icon-box-process-as .icon-box-img::before {
/* 		bottom: -24px; */
	}
	.accordion-single-as .accordion-inner::before {
		top: 5px;
	}
	
	
}

.accordion-single-as a {
	font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	/* identical to box height, or 106% */
	letter-spacing: -0.015em;
	/* k */
	color: #000000;

}

.accordion-single-as p {
	font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/* or 138% */
	letter-spacing: -0.015em;
	color: #000000;
	
}

.process-btn-as {
/* 	font-family: 'Montserrat'; */
/* 	font-style: normal; */
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 29px !important;
	/* identical to box height, or 160% */
	letter-spacing: -0.015em !important;
	/* red */
	color: #C22A22;
	text-decoration:none !important;
	white-space:nowrap;
}

.process-btn-as::after {
	content: '';
    width: 25px;
    display: inline-block;
    height: 12px;
/*     margin-right: 10; */
	transition: all 0.4s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/Group-1.png);
}

.process-btn-as span {
	margin-right:10px;
	transition: all 0.4s ease-in-out;
}

.process-btn-as:hover span {
	margin-right:16px;
	transition: all 0.4s ease-in-out;
}

.icon-box-process-as.first .icon-inner svg {
    width: 30px;
}
/*------------------------------------------------------------------------------*/