/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.kc-prod-share-section, .kc-prod-img-section {
	gap:0 !important;
}

/*new product layout more setctions*/

.product-flex-full {
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width: 100vw !important;
	width: auto;
}

.product-flex3 > .wp-block-group__inner-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.product-guide-group, .product-slider-sec-group {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.product-guide-group h2, .product-slider-sec-group h2{
    font-weight: 200;
    font-size: 2rem;
    text-align: left;
    color: #303030;
    line-height: 1.5;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px !important;
}
.product-slider-sec-group h2 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.product-guide-group h2{
	margin-bottom: 0;
}

.product-flex3 h2{
	flex-basis: 100%;
}
.product-flex3 .product-flex-application-item, .product-flex3 .product-post-item {
	flex-basis: 33%;
	padding: 15px;
}
/*kc slider*/

.product-slider-sec-group {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 60px;
}
.product-slider-group > .wp-block-group__inner-container  {
    width: 100%;
	max-width: 1200px;
		margin: 0 auto;
    scroll-snap-type: x mandatory;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: none;
    overflow: auto;
}

.product-slider-item {
   width: 100%;
	max-width: 300px;
    display: inline-block;
	background-color: #fff;
    flex: none;
	scroll-snap-align: start;
  border-radius: 8px;
  margin-right: 1.5rem;
	margin-bottom: 20px !important;
}

.product-slider-item h3 {
	font-size: 1.25rem;
	padding: 0 15px;
	font-weight: 500;
	margin: 30px auto 20px;
}

.product-slider-item p{
	font-size: 0.875rem;
		padding: 0 15px;
}

.product-slider-item:hover {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	cursor: pointer;
}

/* Scroll 3 */
.product-slider-group > .wp-block-group__inner-container::-webkit-scrollbar {
  width: 15px;
  height: 15px;
	display:none;
}
.product-slider-group > .wp-block-group__inner-container::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100vw;
}
.product-slider-group > .wp-block-group__inner-container::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, #00aeff, #a68eff);
  border-radius: 100vw;
	-webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}

/*slider mouse drag*/
.activedrag {
	scroll-snap-type: unset !important;
}

/*kc accordion*/
.kc-faq details summary { 
  cursor: pointer;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
  padding-right: 2rem;
}
.kc-faq summary h3 {
	font-size: 1rem;
	font-weight: 300;
}
.kc-faq details summary > * {
  display: inline;
}


.kc-faq details summary:after {
 content: "＋";
 position: absolute;
font-size: 2rem;
 right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.kc-faq details[open] summary:after {
  content: "－";
   position: absolute;
font-size: 2rem;
 right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.kc-faq details[open] summary {
	margin-bottom: 16px;
}

.kc-faq details[open] summary h3{
	font-weight: 500;
}

/*end*/
/*end*/


.category-insights figcaption{
    color: #2f2f2f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	margin-top: 20px !important;
}

/*new group overlay*/
@media (min-width: 768px) and (max-width: 1024px) {
	.category_product_group {
	flex-basis: 50% !important;
}
}

@media (max-width: 767px) {
		.category_product_group {
	flex-basis: 100% !important;
}
}

.kc_head_product + .category_group {
	margin-bottom: 2.5rem;
}

.category_group > .wp-block-group__inner-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.category_product_group {
	flex-basis: 33%;
	padding: 10px;
}

.category_product_group > .wp-block-group__inner-container {
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 20px 40px;
	height: 100%;
}

.category_product_overlay {
	position: absolute;
	background-color: rgba(64,64,64,0.9);
	text-align: left;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: block;
	padding: 20px 40px;
	transition: all .5s ease;
	color: #fff;
}

.kc-prod-related-section .category_product_group{
	flex-basis: 25%;
}
.kc-prod-related-section  .category_product_group:hover .category_product_overlay, .category_group_no_hover  .category_product_group:hover .category_product_overlay{
	opacity: 0;
}
.category_product_group h2{
	margin-top: 16px !important;
}

.category_product_group h2 a{
	font-weight: 300;
}

.category_product_group:hover h2 a{
	color: #006cb8 !important;
}

.category_product_group:hover .category_product_overlay{
	opacity: 1;
}

.category_product_group:hover > .wp-block-group__inner-container {
	z-index: 1;
	box-shadow: rgb(0 0 0 / 15%) 0 1px 4px, rgb(0 0 0 / 10%) 0 8px 12px, rgb(0 0 0 / 5%) 0 16px 20px;
	transform: translateY(-2px);
	transition-duration: .22s;
	transition-timing-function: ease-in;
}
.category_product .wp-block-image {
	max-width: 250px;
	margin: auto;
}
.category_product h2 {
    font-size: 18px;
    font-weight: 400;
}

.category_product h2 a {
    color: #26282d !important;
}


/*end*/


/**/
.read-more-content,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-content,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}

.read-more-trigger {
  cursor: pointer;
  text-decoration: underline;
}

.read-more-trigger:hover{
  color: #0067b8;
}

.read-more-wrap {
  margin-bottom: 1rem;
}


/*hp market*/
.kc_hp_markets > .wp-block-group__inner-container {
	display: flex;
}


.kc_hp_markets_group h3 {
	font-weight: 500;
 font-size: 16px;
}

.kc_hp_markets_group {
	font-size: 14px;
	margin-bottom: 40px;
}

.kc_hp_markets_group a {
    font-weight: 500;
    color: #0067b8;
}

.kc_hp_markets_group a:hover {
    text-decoration: underline;
}

.kc_hp_markets_heading {
	font-weight: 600;
	font-size: 36px;
	margin-top: 80px;
	margin-bottom: 32px;
}

@media screen and (max-width: 1470px){
	.kc_hp_markets > .wp-block-group__inner-container, .kc_hp_markets_heading {
		padding:0 15px;
	}
}


@media screen and (min-width: 1025px){
	.kc_hp_markets > .wp-block-group__inner-container {
		gap: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.kc_hp_markets > .wp-block-group__inner-container {
		gap: 30px;
		flex-wrap: wrap;
	}
	 .kc_hp_markets_group {
		 flex-basis:calc(50% - 15px);
	 }
		.kc_hp_markets_heading {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px){
	.kc_hp_markets > .wp-block-group__inner-container {
		gap: 30px;
		flex-wrap: wrap;
		padding: 0px 15px;
	}
	 .kc_hp_markets_group {
		 flex-basis:100%;
	 }
		.kc_hp_markets_heading{
		margin-top: 30px;
			font-size: 26px;
	}
}

/*html card*/
@media screen and (min-width: 1025px){
.kc_hp_insight > .wp-block-group__inner-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
}
	.kc_hp_insight {
		max-width: 1290px;
		margin: auto;
	}
	
.kc_hp_insight_group {
	flex: 0 0 33.333333%;
  max-width: 33.333333%;
	padding-right: 15px;
  padding-left: 15px;
	}
	
.kc_hp_insight_group .wp-block-image img {
	min-height: 400px;
	width: 100%;
	object-fit: cover;
}

.kc_hp_insight_group_excerpt {
	box-shadow: 0 2px 3px rgb(0 0 0 / 25%);
	width: 90%;
	margin: auto;
	margin-top: -5rem;
	padding: 40px 20px;
	position: relative;
	background-color: #fff;
	font-size: 15px;
}
	.kc_hp_insight_group_excerpt h3 {
		font-size: 25px;
		margin-bottom: 0;
	}

	/*text extend*/
	.kc_hp_insight_group > .wp-block-group__inner-container {
		height: 100%;
		display: flex;
		flex-direction: column;	
	}
	.kc_hp_insight_group_excerpt {
		flex-grow: 1;
		padding: 36px 30px;
	}
	.kc_hp_insight_group_excerpt .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.kc_overlap_sec_group_right {
		margin-top: 126px;
	}
	
	.kc_overlap_sec_group img {
		max-width: 1120px;
	}
}
.kc_hp_insight_group_excerpt p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 17px;
}
.kc_hp_insight_group_excerpt h3 {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 1024px){
.kc_hp_insight > .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 60px;
}

.kc_hp_insight_group_excerpt {
	box-shadow: 0 2px 3px rgb(0 0 0 / 25%);
	width: 90%;
	margin: auto;
	margin-top: -5rem;
	padding: 40px 20px;
	position: relative;
	background-color: #fff;
	}
	.kc_overlap_sec_group_text, .kc_hp_center_sec_group {
		padding: 42px 15px !important;
	}
	.kc_overlap_sec_group_right .kc_overlap_sec_group_text {
	background-color:#f4f4f4;
}
}
/*end*/

/*new overlap banner*/
@media only screen and (min-width: 1025px){
.kc_overlap_sec_group {
	position: relative;
}

.kc_overlap_sec_group_left .kc_overlap_sec_group_text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #fff;
	width: 40%;
	padding: 4rem 3rem !important;
	margin-left: 7rem;

}
/*center section*/
.kc_hp_center_sec_group {
		margin: 6rem auto !important;
		max-width: 860px;
	font-size: 22px;
 line-height: 2rem;
	background-color: transparent !important;
}
.kc_hp_center_sec_group h2 {
	font-size: 42px;
	font-weight: 500;
	}
.kc_hp_insights {
	padding: 0 !important;
}
.kc_overlap_sec_group_right .kc_overlap_sec_group_text {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #fff;
	width: 45%;
	padding: 4rem 3rem !important;
	margin-right: 7rem;

}
/*card*/
	.kc_hp_insights {
	padding: 15px;
}
.kc_hp_insights .wp-block-post-featured-image img{
	max-width: 100%;
    width: 100%;
	min-height: 550px;
    margin: 0 auto;
  object-fit: cover;
}

.kc_hp_insights .wp-block-post-title a {
	display: inline !important;
}
.kc_hp_insights_group {
	padding: 0 !important;
}

.kc_hp_insights .kc_hp_insights_excerpt{
	background-color: #fff;
	padding: 20px;
	width: 90%;
	margin: auto;
	margin-top: -5rem;
	margin-bottom: 7rem;
	z-index: 9999;
	position: relative;
	box-shadow: 0 2px 3px rgb(0 0 0 / 25%);
}
	.wp-block-post-excerpt__excerpt {
		display: none;
	}
}
/**/
.hideh2 {
	display: none;
}
.kc_overlap_sec_group_left .kc_overlap_sec_group_img {
  text-align: right;
	vertical-align: middle;
}
.kc_overlap_sec_group_right .kc_overlap_sec_group_img {
  text-align: left;
	vertical-align: middle;
}

.kc_overlap_sec_group {
	margin-bottom: 0 !important;
}

.kc_overlap_sec_group_text {
	padding: 30px 15px;
		font-weight: 300;
	font-size: 18px;
	color: #393939 !important;
}

.kc_overlap_sec_group_text h2 {
	font-weight: 500;
	font-size: 34px;
	color: #0067b8 !important;
	margin-bottom: 0.8em;
}

.kc_overlap_sec_group_img .wp-block-image {
	margin: 0;
}

.kc_hp_center_sec_group {
	background-color: #f4f4f4; 
	padding: 30px 15px;
	margin-bottom: 0;
}

.kc_hp_center_sec_group h2 {
	position: relative;
}

.kc_hp_center_sec_group h2:before {
	width: 48px;
	height: 6px;
	margin: 0 auto 20px;
	background-color: #0067b8;
	content: "";
	display: block;
}

.kc-banner-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
	position: relative;
	z-index: 1;
	margin: 1rem 0 0rem;
}

.inner-kc-banner-button {
  cursor: pointer;
	border: 2px solid #0067b8 !important;
	border-color: inherit;
	border-radius: 4px !important;
  transition: 0.1s;
  position: relative;
}

.kc-banner-button-link {
  display: inline-block;
  padding: 0.875rem 1rem;
  text-decoration: none;
	font-weight: 500;	
	font-size: 16px;
	color: #0067b8
}

.inner-kc-banner-button:hover{
  background-color:#0067b812;
}

.inner-kc-banner-button:hover a{ 
  color:#0067b8;
}

.kc_hp_insights .wp-block-group__inner-container > h2 {
	position: relative;
	font-size: 42px;
}
.kc_hp_insights_group {
	padding: 0 !important;
}

.kc_hp_insights .wp-block-group__inner-container > h2:before {
	width: 48px;
	height: 6px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: auto;
	background-color: #0067b8;
	content: "";
	display: block;
}
.kc_hp_insights {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1290px;
	margin:auto;
}

.kc_hp_insights_excerpt h3{
	font-size: 25px;
	font-weight: 500;
	margin-top: 20px;
}

@media (min-width: 600px) {
.kc_hp_insights_query .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
		width:calc(33.3333% - 20px);
	}
.kc_hp_insights_query .wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
		gap:30px;
	}
}
/*kc hp insights*/
/*
.kc_hp_insights {
	padding: 15px;
}
.kc_hp_insights .wp-block-post-featured-image img{
	max-width: 100%;
    width: 100%;
	min-height: 550px;
    margin: 0 auto;
  object-fit: cover;
}

.kc_hp_insights .wp-block-post-title a {
	display: inline !important;
}
.kc_hp_insights_group {
	padding: 0 !important;
}

.kc_hp_insights .kc_hp_insights_excerpt{
	background-color: #fff;
	border: 1px solid red;
	padding: 20px;
	margin: -5rem 20px 0px;
	z-index: 9999;
	position: relative;
}
*/
/**/

.hp_center-button {
  display: flex;
  flex-direction: row;
	justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.5em;
	position: relative;
	z-index: 1;
	margin: 1rem 0 0rem;
}

.inner-hp_center-button {
  cursor: pointer;
	bo1rder: 2px solid #0067b8 !important;
	border-color: inherit;
	border-radius: 4px !important;
  transition: 0.1s;
  position: relative;
	background-color: #0067b8 !important;
}

.hp_center-button-link {
  display: inline-block;
  padding: 0.875rem 2.25rem;
  text-decoration: none;
	font-weight: 500;	
	font-size: 16px;
	color: #fff;

}

.inner-hp_center-button:hover{
  background-color:#014486 !important;
}

.inner-hp_center-button:hover a{
  color:#fff;
}


/*end*/

@media (min-width: 782px) {
.hp-col-block .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child), .kc_about_sec_3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child), .kc_about_sec_1.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child), .kc_about_sec_4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child), .kc_about_sec_5.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0em;
	}
}

@media (min-width: 782px)and (max-width: 1024px) {
	.home-5th-block >.wp-block-column:nth-child(odd) {
		margin-left:0 !important;
	}
}

.toc-center a {
	color: #096ffa;
	border-color: transparent !important;
}

.toc-center a:hover {
	    padding-bottom: 2px !important;
    border-bottom: 1px solid !important;
    border-color: #096ffa !important;
	color: #096ffa !important:
}

/*author*/

.author .page-header .page-title {
	flex-direction: column;
}

.author .page-header .page-title .vcard {
	font-size: 46px;
	font-weight: 600;
	margin-top: 10px;
}

.author .generate-columns-container  {
	margin-top: 40px;
}
.author .author-info {
	max-width: 1200px;
	margin: auto;
	color: #505050;
}
.author .generate-columns-container {
	margin-left: 20px;
	margin-right: 20px;
}

.author .avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

/* mega new*/
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }
/*menu head*/
    nav .main-nav .mega-menu > ul > li > a {
    font-weight: 600;
			font-size: 20px;
    }


    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

	    nav .main-nav .mega-menu > ul > li > a{
		display: inline-block;
	}
	
    nav .main-nav .mega-menu > ul > li:hover > a{
		box-shadow: 0 2px 0 0 #096ffa;
			color: #096ffa;
	}
	
	.mega-menu > .sub-menu {
		padding: 10px 32px 32px;
	}
	.main-navigation .main-nav .mega-menu .sub-menu a {
		padding: 12px 0px 12px 0px;
		margin: 0 0 0 0;
	}
	nav .main-nav .mega-menu ul ul li a {
		display: inline-block;
	}
nav .main-nav .mega-menu ul ul li:hover a {
		box-shadow: 0 2px 0 0 #096ffa;
	}

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

.main-navigation ul ul {
	box-shadow: none;
}


/*end*/

/*new hover style effect*/
112a:hover:after {
    position: absolute;
    bottom: -9.9px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #096ffa;
    content: "";align-content
}

.insight-main-text a:not(.not-contenft-link), .kc_head .wp-block-group__inner-container > :not(.breadcrumbs):not(.wp-block-columns) a
{
	   padding-bottom: 2px;
	   border-bottom: 1px solid;
	   border-color: #096ffa;
	transition: .2s;
}


.insight-main-text a:not(.not-content-link):hover, .kc_head .wp-block-group__inner-container > :not(.breadcrumbs):not(.wp-block-columns) a:hover
{
	   color: #096ffa;
	border-color: transparent;
}



/*end*/

.archive .category-support .post-image {
	display:none;
}

/*knowledge base*/
/*  https://stackoverflow.com/questions/5945161/html-css-ordered-list-without-the-period  */

.archive.category-support .page-header {
	display: none;
}


.archive.category-support .content-area {
	margin-bottom: 1.5em;
}


.archive.category-support .paging-navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive.category-support .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
}

.archive .category-support .post-image {
	margin-bottom: 1em !important;
}

.archive .category-support .inside-article .entry-header {
	margin-top: 1.5em !important;
}

.archive .category-support .entry-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 8px;
}

.archive .category-support .entry-title a:hover{
	color: #0067b8 !important;
}

.archive .category-support .entry-header {
	padding: 0 1em !important;
}

.archive .category-support .entry-summary {
	padding: 0 1em !important;
	margin-top: 1em;
}

.archive .category-support .posted-on {
	display: none;
}


.archive .category-support .inside-article {
	border: 1px solid #efefef;
}


.kc_kb_gp .breadcrumbs {
	margin: 20px 0;
}

.kc_kb_gp .wp-block-group__inner-container{
	max-width: 1200px !important;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	color: #fff;
}

.kc_kb_content_gp .wp-block-group__inner-container{
	max-width: 790px !important;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	margin-top: 60px;
}

.kc_kb_gp_text p{
	font-size: 36px;
	margin-bottom:0;
}

.kc_kb_gp_text {
	padding: 30px 0;
	background-color: #0067b8;
}

.kc_kb_content_gp p{
    line-height: 1.875;
    letter-spacing: .1px;
    color: #26282d;
	   margin-bottom: 30px;
}

.kc_kb_content_gp h1{
    font-size: 42px;
    line-height: 1.5;
    color: #26282d;
    font-weight: 200;
    margin-bottom: 1.2em;
}

.kc_kb_content_gp h2{
    font-size: 30px;
    line-height: 1.5;
    color: #26282d;
    font-weight: 200;
	   margin-top: 48px;
	   margin-bottom: 20px;
}

.kc_kb_content_gp h3{
    font-size: 24px;
    line-height: 1.5;
    color: #26282d;
    font-weight: 400;
	   margin-top: 44px;
	   margin-bottom: 16px;
}

.kc_kb_content_gp h4{
    font-size: 22px;
    line-height: 1.5;
    color: #26282d;
    font-weight: 400;
}


.kc_kb_content_gp li{
    font-size: 1em;
    line-height: 1.875;
    letter-spacing: .1px;
    color: #26282d;
    font-weight: 300;
	   margin-bottom: 16px;
}


/*mega menu*/
/*
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
			padding: 20px 60px;
	   border-top: 1px solid #e3e3e3;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: 500;
		    	font-size: 18px !important;
		     padding-bottom: 15px;
    }

	.main-navigation .main-nav ul ul li a {
    font-size: 16px;
}

	
    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

.main-navigation .main-nav .mega-menu ul ul li a {
		padding: 8px 16px;
	}
	
    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
    }
/*  
	nav .main-nav .mega-menu > ul > li[class*="current-"] > a {
		text-decoration: underline;
	}
*/
/*
    nav .main-nav ul ul li:hover > a
	{
		text-decoration: underline;
	}

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
    }


	
    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

.main-navigation ul ul {
	box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}
/*
.main-navigation .main-nav .menu-item-10584  li a {
	padding: 20px 16px;
}
*/

.menu-item-10584 .sub-menu {
	padding-bottom: 8px;
}
/*insight category*/
.archive.category-insights .page-header {
	display: none;
}

.archive.category-insights .content-area {
	margin-bottom: 1.5em;
}

.archive.category-news .content-area {
	margin-bottom: 1.5em;
}

.archive.category-insights .paging-navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive.category-news .paging-navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive.category-insights .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
}

.archive .category-insights .post-image {
	margin-bottom: 1em !important;
}

.archive .category-insights .entry-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 8px;
}

.archive .category-insights .entry-title a:hover{
	color: #0067b8 !important;
}

.archive .category-insights .entry-header {
	padding: 0 1em !important;
}

.archive .category-insights .entry-summary {
	padding: 0 1em !important;
	margin-top: 1em;
}

.archive .category-insights .posted-on {
	display: none;
}


.archive .category-insights .inside-article {
	border: 1px solid #efefef;
}

.archive.category-news .page-header {
	display: none;
}

.archive.category-news .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
}

.archive .category-news .post-image {
	margin-bottom: 1em !important;
}

.archive .category-news .entry-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 8px;
}

.archive .category-news .entry-title a:hover{
	color: #0067b8 !important;
}

.archive .category-news .entry-header {
	padding: 0 1em !important;
}


.archive .category-news .entry-summary {
	padding: 0 1em !important;
	margin-top: 1em;
}

.archive .category-insights .posted-on {
	display: none;
}


.archive .category-news .inside-article {
	border: 1px solid #efefef;
}

/* tags header*/

.archive.tag .page-header {
	display: none;
}

.archive.tag .content-area {
	margin-bottom: 1.5em;
}

.archive.tag .content-area {
	margin-bottom: 1.5em;
}

.archive.tag .paging-navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive.tag .paging-navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}
.archive.tag .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
}

.archive .tag .post-image {
	margin-bottom: 1em !important;
}

.archive .tag .entry-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 8px;
}

.archive .tag .entry-title a:hover{
	color: #0067b8 !important;
}

.archive .tag .entry-header {
	padding: 0 1em !important;
}

.archive.tag .entry-summary {
	padding: 0 1em !important;
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive.category .entry-summary {
	padding: 0 1em !important;
	margin-top: 1em;
	margin-bottom: 2em;
}

.archive .tag .posted-on {
	display: none;
}


.archive .tag .inside-article {
	border: 1px solid #efefef;
}


/*about page layour*/
.kc_about_sec_1 {
	margin-top: 80px;
}

.kc_about_sec_1 h1{
	font-size: 40px;
	line-height: 1.4;
}

.kc_about_sec_2 h2{
	font-size: 40px;
	line-height: 1.4;
}

.kc_about_sec_2 h3{
	font-size: 20px;
}

.kc_about_sec_2 {
	margin-top: 120px;
}

.kc_about_sec_2 .wp-block-image {
	width: 150px;
	margin: auto;
}

.kc_about_sec_2 .wp-block-columns {
	margin-top: 60px;
}

.kc_about_sec_3 {
	margin-top: 80px;
}
.kc_about_sec_3 h2{
	font-size: 26px;
	font-weight: 300;
}

.kc_about_sec_3 .wp-block-column:not(:first-child) {
	margin-left: 0em;
}

.kc_about_sec_3 .wp-block-image, 
.kc_about_sec_4 .wp-block-image {
	margin-bottom: 0 !important;
}

.kc_about_sec_3_left {
	background-color: #005a8c;
}

.kc_about_sec_3 img {
	vertical-align: top;
}

.kc_about_sec_4 img {
	vertical-align: top;
}

.kc_about_sec_3_left {
	color: #fff;
	padding: 4% 4% 0;
}

.kc_about_sec_3_btn.wp-block-button .wp-block-button__link {
    padding: 12px 30px;
    border: 1px solid #fff;
    background-color: transparent;
    co1or: #0067b8;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 500;
}

.kc_about_sec_3_btn .wp-block-button__link:hover{
    border:1px solid #fff;
    background-color: #fff !important;
    color: #005a8c !important;
}

.kc_about_sec_4 {
	margin-top: 80px;
}

.kc_about_sec_4 ul{
	list-style: none !important;
	line-height:2;
}
.kc_about_sec_4 li{
	margin-bottom: 1.5em !important;
	position: relative;
}

.kc_about_sec_4 li:before {
    position: absolute;
    top: 12px;
    left: -21px;
    width: 7px;
    height: 7px;
    background: #096ffa;
    content: "";
}

.kc_about_sec_4 h2{
	font-size: 40px;
	font-weight: 300;
}

.kc_about_sec_4 .wp-block-column:not(:first-child) {
	margin-left: 0em;
}

.kc_about_sec_4_right {
	padding: 30px 15px;
}
@media (min-width: 1025px) {
	.kc_about_sec_4_right {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}
}

.kc_about_sec_5 {
	margin-top: 80px;
}

.kc_about_sec_5 {
	background-color: #eeeeee;
	padding: 40px;
}

.kc_about_sec_5_mid, .kc_about_sec_5_right {
	background-color: #fff;
}

.kc_about_sec_5_mid p{
	padding: 0 20px;
	font-weight: 400;
}

.kc_about_sec_5_right p{
	padding: 0 20px;
	font-weight: 400;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.kc_about_sec_1, .kc_about_sec_2 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.kc_about_sec_1.wp-block-columns  {
		flex-wrap: wrap !important;
	}
	.kc_about_sec_3.wp-block-columns  {
		flex-wrap: wrap !important;
	}
	.kc_about_sec_4.wp-block-columns  {
		flex-wrap: wrap !important;
	}
	.kc_about_sec_5.wp-block-columns  {
		flex-wrap: wrap !important;
	}
	.kc_about_sec_1 .wp-block-column {
		flex-basis: 100% !important;
	}
	.kc_about_sec_3 .wp-block-column {
		flex-basis: 100% !important;
	}
	.kc_about_sec_3_left {
		order:1
	}
	.kc_about_sec_4 .wp-block-column {
		flex-basis: 100% !important;
	}
	.kc_about_sec_5 .wp-block-column {
		flex-basis: 100% !important;
	}
	.kc_about_sec_1 .wp-block-column:not(:first-child), .kc_about_sec_2 .wp-block-column:not(:first-child), .kc_about_sec_3 .wp-block-column:not(:first-child), .kc_about_sec_4 .wp-block-column:not(:first-child), .kc_about_sec_5 .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.kc_about_sec_1 .wp-block-column, .kc_about_sec_2, .kc_about_sec_3_left, .kc_about_sec_5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.kc_about_sec_3 img {
		width: 100%;
		height: auto;
	}
	.kc_about_sec_4 img {
		width: 100%;
		height: auto;
	}
	.kc_about_sec_3, .kc_about_sec_4, .kc_about_sec_5 {
		margin-top: 0;
	}
	.kc_about_sec_1, .kc_about_sec_2, .kc_about_sec_3, .kc_about_sec_4, .kc_about_sec_5 {
		margin-bottom: 0 !important;
	}
	.kc_about_sec_3_left {
		padding: 30px 15px;
	}
	.kc_about_sec_2, .kc_about_sec_1 {
		margin-top: 40px;
	}
	.kc_about_sec_2 .wp-block-columns {
	margin-top: 40px;
}
}

/*product archive layout*/
.kc_product_col_br .wp-block-column{
	border: 1px solid #e3e3e3;
}

.kc_product_br.wp-block-column{
	border: 1px solid #e3e3e3 !important;
}

@media (min-width: 600px) and (max-width: 781px){
.kc_product_col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc-prod-share-section.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc-prod-img-section.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc_solution_product_col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .hp-col-block .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .hp-col-block.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc_about_sec_1.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc_about_sec_3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc_about_sec_4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), .kc_about_sec_5.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 1;
	}
.kc_product_col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .kc_solution_product_col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .hp-col-block .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .kc_about_sec_1.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .kc_about_sec_5.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .kc_about_sec_3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n), .kc_about_sec_4.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){
    margin-left: 0;
}

}

@media only screen and (max-width: 781px) {
	.kc_product_col.wp-block-columns {
		margin-bottom: 0 !important;
	}
	.kc_product_col_br .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-bottom: 1.75em;
	}
	.kc_product_col_wbr .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	 .kc_product_br {
		margin-bottom: 1.75em;
	}
	.kc_product_col .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.kc_product_wbr .wp-block-column {
		margin-bottom: 0 !important;
	}
}

.kc_head_product {
	margin-bottom: 3em !important;
}



.kc_head_product h2 {
	font-size: 20px;
	font-weight: 500;
	color: #0067b8;
}

.kc_head_ul{
	list-style: none !important;
	ma1rgin: 0 0 1.5em 2em;
	line-height:2;
}

.kc_head_ul li {
  position: relative;
	padding-bottom: .4rem;
}

.kc_head_ul li:before {
    position: absolute;
    top: 12px;
    left: -21px;
    width: 7px;
    height: 7px;
    background: #096ffa;
    content: "";
}

.kc_head_ul strong{
	font-weight: 500;
	font-size: 1.125em;
}

.kc_head_ul li::marker{
	color: #0067b8; 
}

.kc_product h2{
	font-size: 18px;
	font-weight: 400;
}

.kc_product h2 a{
	color: #26282d;
}

.kc_product h2 a:hover{
	color: #0067b8;
}

.kc_product figure{
	max-width: 240px;
}

.1kc_product_col_br .wp-block-column:hover{
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.15);
    transition: all .5s ease;
}

.kc_product_col_br .wp-block-column:hover, .kc_product_br:hover{
    z-index: 1;
    box-shadow: rgb(0 0 0/15%) 0 1px 4px,rgb(0 0 0/10%) 0 8px 12px,rgb(0 0 0/5%) 0 16px 20px;
    transform: translateY(-2px);
    transition-duration: 220ms;
    transition-timing-function: ease-in;
}

/*
.kc_product_col_br .wp-block-column:hover .wp-block-image img{
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,0);
    transition: all .5s ease;
}
*/

.kc_product_col .wp-block-column {
	padding: 20px 40px;
}

@media only screen and (max-width: 781px) {
	.kc_product_wbr {
		padding: 0 !important;
	}
}


.1kc_product_br:hover{
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.15);
    transition: all .5s ease;
}

/*product page layout*/
.kc-prod-head-section, .kc-prod-share-section, .kc-prod-img-section, .kc-prod-feature-section, .kc-prod-spec-section, .kc-prod-download-section, .kc-prod-related-section {
	max-width: 1200px !important;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.kc-prod-head-section {
	margin-top: 20px !important;
	margin-bottom: 60px !important;
}

.kc-prod-head-section h1{
    font-weight: 200;
    font-size: 40px;
    text-align: left;
    color: #303030;
    line-height: 1.5;
}

.kc-prod-head-section h2{
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #0067b8;
    line-height: 1.5;
}

.kc-prod-head-section h3{
    font-weight: 200;
    font-size: 20px;
    text-align: left;
    color: #303030;
    line-height: 1.5;
}


.kc-prod-head-section .breadcrumbs{
	margin-bottom: 60px !important;
}


.kc-prod-img-section .MagicToolboxContainer{
	max-width: 400px;
	margin:auto;
}


.kc-prod-img-section {
	color: #404040;
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
  .kc-prod-img-section .wp-block-column:nth-child(2n){
	margin-left: 0 !important;
}
}


	
@media only screen and (min-width: 600px) and (max-width: 781px){
	.kc-prod-img-section .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
}


.kc-prod-button .wp-block-button__link{
    border:2px solid #0067b8 !important;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    padding: 13px 38px;
	border-radius: 4px;
}

.kc-prod-button .wp-block-button__link:hover{
    border:2px solid #0067b8;
    background-color: #0067b812 !important;
}

.kc-prod-feature-section h3{
    font-weight: 200;
    font-size: 2rem;
    text-align: left;
    color: #303030;
    line-height: 1.5;
	   border-bottom: 1px solid #e3e3e3;
	   padding-bottom: 30px !important;
	   margin-bottom: 20px !imp1ortant;
}

.kc-prod-feature-section strong {
	font-weight: 600;
	font-size: 18px;
}
.kc-prod-spec-section strong {
	font-weight: 600;
	font-size: 18px;
}

.kc-prod-spec-section h3{
    font-weight: 200;
    font-size: 2rem;
    text-align: left;
    color: #303030;
    line-height: 1.5;
	   border-bottom: 1px solid #e3e3e3;
	   padding-bottom: 30px !important;
	   margin-bottom: 20px !imp1ortant;
}

.kc-prod-download-section h3{
    font-weight: 200;
    font-size: 2rem;
    text-align: left;
    color: #303030;
    line-height: 1.5;
	   border-bottom: 1px solid #e3e3e3;
	   padding-bottom: 30px !important;
	   margin-bottom: 20px !imp1ortant;
}

.kc-prod-related-section h3 {
    font-weight: 200;
    font-size: 2rem;
    text-align: left;
    color: #303030;
    line-height: 1.5;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px !important;
    margin-bottom: 20px !imp1ortant;
}

.kc-prod-download-section {
	margin-bottom: 60px !important;
}

.kc-prod-feature-section ul{
	list-style: none !important;
	margin: 0 0 1.5em 2em;
}

.kc-prod-feature-section li{
	position: relative;
	line-height: 1.875;
	margin-bottom: .5rem;
}

.kc-prod-feature-section li:before {
    position: absolute;
    top: 12px;
    left: -21px;
    width: 7px;
    height: 7px;
    background: #096ffa;
    content: "";
}


.kc-prod-spec-section ul{
	list-style: square !important;
	margin: 0 0 1.5em 2em;
	line-height:2;
}

.kc-prod-spec-section li::marker{
	color: #0067b8; 
}


/*banner small img responsive*/
.kc-vw-img img{
	width: 24vw;
	max-width: 348px;
}
/*solution child page*/
/*
.kc_solution_product_border .wp-block-column{
	border: 1px solid #e3e3e3;
}

.kc_solution_product_col_wborder.wp-block-column{
	border: 1px solid #e3e3e3 !important;
}

@media only screen and (max-width: 781px) {
	.kc_solution_product_col.wp-block-columns {
		margin-bottom: 0 !important;
	}
	.kc_solution_product_border .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-bottom: 1.75em;
	}
	.kc_solution_product_woborder .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	  .kc_solution_product_col_wborder {
		margin-bottom: 1.75em;
	}
	.kc_solution_product_col .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.wp-block-column .kc_solution_product_col_noborder {
		margin-bottom: 0 !important;
	}
}
*/

.kc_solution_product_col img{
	max-width: 200px;
}

.kc_solution_product_col_br .wp-block-column{
	border: 1px solid #e3e3e3;
}

.kc_solution_product_br.wp-block-column{
	border: 1px solid #e3e3e3 !important;
}

@media only screen and (max-width: 781px) {
	.kc_solution_product_col.wp-block-columns {
		margin-bottom: 0 !important;
	}
	.kc_solution_product_col_br .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-bottom: 1.75em;
	}
	.kc_solution_product_col_wbr .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	  .kc_solution_product_br {
		margin-bottom: 1.75em;
	}
	.kc_solution_product_col .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.kc_solution_product_wbr .wp-block-column  {
		margin-bottom: 0 !important;
	}
}


.kc_solution_product h2{
	font-size: 1.5em;
	color: #0067b8;
}

.kc_solution_product_col h2{
	font-size: 1em;
	color: #000;
}

.kc_solution_product_col .wp-block-column :not(:first-child){
	padding-left: 15px;
	padding-right: 15px;
}

.kc_solution_product_col .wp-block-button__link {
	border: 1px solid #0067b8;
	letter-spacing: 1px;
	font-weight: 400;
}

.kc_solution_product_col .wp-block-button :hover{
	color: #fff !important;
	background-color: #0067b8 !important;
}


/* solution page*/
.kc_solution_col .wp-block-column{
	border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 599px) {
	.kc_solution_col .wp-block-column:not(:last-child){
	margin-bottom:1.75em;
}
}
	


.kc_solution_col h2{
	color: #0067b8;
	font-size: 1.6em;
}

.kc_solution_col .wp-block-column :not(:first-child){
	padding-left: 15px;
	padding-right: 15px;
}

.kc_solution_col .wp-block-button__link {
	border: 1px solid #0067b8;
	letter-spacing: 1px;
	font-weight: 400;
}

.kc_solution_col .wp-block-button :hover{
	color: #fff !important;
	background-color: #0067b8 !important;
}

/*service page*/
.kc_service h2{
	font-size: 1.375em;
	color: #0067b8;
}

.kc_head_contact_heading {
	font-size: 1.2em;
	font-weight: 400;
}

/*404*/
.error404 .entry-title {
	margin-top: 60px !important;
	font-size: 18px;
	margin-bottom: 1em;
}

.error404 .search-form {
    display: none;
}

.error404 .entry-content {
    margin-top:0;
	   margin-bottom: 100px;
}

.error404 .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*search page*/

.search .post-image {
	max-width: 400px;
}

.search .content-area {
	margin-top: 60px;
	margin-bottom: 60px;
}

.search .page-title {
	font-size: 20px;
	font-weight: 300;
}
.search .entry-title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 1rem;
}

.search .inside-article {
	border-bottom: 1px solid #e3e3e3;
}

.no-results .inside-article {
	border-bottom: none;
}

.search .site-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (min-width: 769px) {
.search .size-full{
	max-height: 200px;
	object-fit: cover;
}
}
/*banner bg img test*/
.kc_banner_group {
	background-image: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/03/banner-bg-31.jpg');
	background-repeat: no-repeat;
	width: 100%;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	background-size: cover;
}


@media only screen and (min-width: 1025px) {
	.kc_banner_group {
		height: 430px;
	}
}	

/* content layout */
.kc_content, .kc_head, .kc_solution_product, .kc_product, .read-more-block {
	max-width: 1200px !important;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*kc_head style*/
.kc_head h1{
	font-size: 2.3125rem;
	color: #0067b8;
	font-weight: 300;
	margin-top: 20px;
}

.kc_head {
	margin-top: 60px;
}

.kc_content {
	margin-top: 60px;
}

/*insight show post*/

.showpost_insight .wp-show-posts .wp-show-posts-inner{
	border: 1px solid #efefef;
}

.wp-show-posts-entry-title {
	margin-top: 8px !important;
}

.showpost_insight .wp-show-posts h2{
	font-weight:300;
	font-size: 1.25em;
	line-height: 1.4;
}


.showpost_insight .wp-show-posts-entry-header {
	margin: 0em 1em 1em;
}

.showpost_insight .wp-show-posts-entry-summary {
	margin: 0em 1em 1em;
}

.showpost_insight .tag-term {
	font-weight:500 !important;
	color: #0067b8;	
}

.archive.category .tag-term a{
	font-weight:500 !important;
	color: #0067b8;	
}


.archive.tag .tag-term a{
	font-weight:500 !important;
	color: #0067b8;	
}

.wpsp-load-more {
	text-align: right;
	color: #0067b8;
}

.wpsp-load-more a{
	color: #0067b8;
}

.wpsp-load-more a:hover{
	text-decoration: underline;
}

.wpsp-load-more .page-numbers{
	margin-right: 12px;
	font-size: 15px;
}

.wpsp-load-more .current{
	border: 1px solid #000;
	padding: 6px 14px
}

.paging-navigation {
	text-align: right;
	color: #0067b8;
}

.paging-navigation a{
	color: #0067b8;
}

.paging-navigation a:hover{
	text-decoration: underline;
}

.paging-navigation .page-numbers{
	margin-right: 12px;
	font-size: 15px;
}

.paging-navigation .current{
	border: 1px solid #000;
	padding: 6px 14px;
	font-weight: 300 !important;
}

.search .entry-title {
	font-weight: 300 !important;
	font-size: 20px;
}

.search .entry-title a{
	color: #0067b8;	
}

.search .entry-summary {
	color: #484848;
}

/* banner layout */

.kc-cover.wp-block-cover {
	padding: 0px !important;
  margin-bottom: 00px;
}

.kc-cover .wp-block-columns {
	margin-bottom: 0;
}

.kc-cover .wp-block-image {
	margin-bottom: 0;
}

.kc-cover .wp-block-image img{
	margin-left: 32%;
	margin-top: 8%;
	vertical-align:top;
}



.kc-col-right {
	padding: 10% 4%;
	margin-left:0 !important;
}

hr.banner-sep {
	height: 2px !important;
	background-color: #fff;
	margin-top:1em;
	margin-bottom:2em;
	max-width:10%;
}

.kc-col-right h2{
	font-size: 3.5rem;
	font-weight: 200 !important;
}

.kc-col-right p{
	margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {
.kc-col-left {
		display: none;}
	.kc-col-right {
		padding: 30px 15px 40px !important;
	}
.kc-col .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
	.kc-col-right {
		!padding-left: 10% !important;
	}
}


@media only screen and (min-width: 1025px) {
.wp-block-cover img.wp-block-cover__image-background{
	max-height: none;
	height: auto;
	1min-height: 430px;
}
}
.kc-cover.wp-block-cover {
	min-height: initial !important;
}



/* center line */

.kc-prod-share-section .wp-block-column:not(:first-child){
	margin-left:0 !important;
}

.prodshare-social-wrapper, .social-share-col-left {
  display: flex;
  flex-direction: row;
}

.prodshare-social-wrapper:before, 
.prodshare-social-wrapper:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e3e3e3;
  margin: auto;
}
.social-share-col-left:before, 
.social-share-col-left:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e3e3e3;
  margin: auto;
}

/* css */
.prodshare-social-sharing {
    margin: 0;
}

.prodshare-social-wrapper svg{
	height:30px !important;
	width: 30px !important;
}

.prodshare-social-sharing {
    font-size: 0;
    padding: 5px 8px;
}

@media only screen and (max-width: 781px) {
	.social-share-col-left {
		display:none;
		flex-basis: 0 !important;
	}
	.1social-share-col .1wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	.social-share-col-right.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
}

.prodshare-social-sharing svg {
    position: relative;
    top: 1em;
    display: inline-block;
}


.prodshare-social-facebook {
    fill: #3b5998;
}
.prodshare-social-facebook :hover{
    fill: #366cdd;
}



.prodshare-social-twitter {
    fill: #1da1f2;
}

.prodshare-social-twitter:hover {
    fill: #00cfff;
}



.prodshare-social-linkedin {
    fill: #0077b5;
}

.prodshare-social-linkedin:hover {
    fill: #009bff;
}


.prodshare-social-email{    
    fill: #ea4335;
}

.prodshare-social-email:hover {     fill: #ef2112;  
}



/*generatepress customize*/
.footer-widgets-container.grid-container {
	max-width:1470px;
}
.inside-site-info {
	align-items: flex-start;
	border-top: 1px solid #cecece
}

@media only screen and (max-width: 768px){
.inside-site-info {
	padding-left: 15px;
	padding-right: 15px
}
}
	
.site-info {
	text-align: left;
}

.footer-widget-1 .widget ul li{
	margin-bottom:0;
}
.footer-widget-2 .widget ul li{
	margin-bottom:0;
}
.footer-widget-3 .widget ul li{
	margin-bottom:0;
}

.navigation-branding img{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left:30px;
}

.site-logo.mobile-header-logo img{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left:5px;
}

.main-navigation .inside-navigation {
	border-bottom: 1px solid #f7f7f7;
}
.sticky-enabled .main-navigation.is_stuck {
	box-shadow: none;
}

/*guten post img*/

.post-imgb {
	max-width:600px;
	margin: 0 auto 20px;
}
.post-imgb img{
	box-shadow: 0 6px 9px rgb(22 10 28 / 10%) !important;
  -webkit-box-shadow: 0 6px 9px rgb(22 10 28 / 10%);
  -moz-box-shadow: 0 6px 9px rgba(22,10,28,.1);
}

.insight-main-text:not(.post-imgb) img {
	box-shadow: rgb(23 43 99 / 24%) 0 0px 20px;
}

/*test color grid*/

@media only screen and (min-width: 1201px) {
.ast-container {
	max-width:1440px;
}
}



/*homepage section one start*/

.hp-block-banner-text {
	margin: 50px 50px 50px 50px;
	padding: 55px 60px 60px 65px;
	background-color: #FFFFFFF7;
}

.hp-block-banner h2{
	font-weight: 500;
	font-size: 34px;
	color: #0067b8 !important;
	margin-bottom: .8em;
	text-align: left;
}

.hp-block-banner p{
	font-weight: 300; 
	font-size: 18px; 
	line-height: 1.7; 
	color: #393939 !important; 
	margin-bottom: 2.2em; 
	text-align: left;
}

.hp-block-banner.wp-block-cover {
	align-items:flex-start;
}

.hp-block-banner-btn.wp-block-button .wp-block-button__link{
	padding: 12px 30px;
	border: 2px solid #0067b8;
	background-color: transparent;
	color: #0067b8;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 500;
}

.hp-block-banner-btn.wp-block-button .wp-block-button__link:hover{
	border: 2px solid #0067b8;
	background-color: #0067b8;
	color: #fff;
}

/*responsive*/

/*section1*/
@media only screen and (min-width: 1025px) {
.hp-block-banner-img img{
	display:none !important;
}
.hp-block-banner {
	min-height:520px !important;
}
}

@media only screen and (max-width: 1024px) {
.hp-col-block-res.wp-block-column{
	flex-basis: 100% !important;
}
.hp-col-block .wp-block-columns{
	flex-wrap:wrap;
}
.hp-col-block.wp-block-columns{
	flex-wrap:wrap;
}
	
.hp-block-banner-img.wp-block-column{
	flex-basis: 100% !important;
}
.hp-block-banner-text.wp-block-column{
	flex-basis: 100% !important;
	order: 1;
}
.1hp-block-banner .wp-block-columns {
		flex-wrap:wrap;
	}
.hp-block-banner-text {
	margin: 0;
	padding: 30px 15px;
}
.hp-block-banner-img {
	margin: 0;
}
.hp-block-banner .wp-block-column {
	margin: 0;
}
}

.hp-block-banner .wp-block-image.size-full {
	margin:0;
}

.hp-block-banner .wp-block-columns {
	margin:0;
}

@media only screen and (max-width: 1024px) {
.hp-block-cover-bg.wp-block-cover img.wp-block-cover__image-background{
	display:none !important;
}
}
@media only screen and (max-width: 544px) {
.hp-block-cover-bg.wp-block-cover .wp-block-cover__inner-container{
		width:100%;
	}
}
	
	
/*section2*/


@media only screen and (max-width: 1024px) {
	.home-sec-block-right {
		margin:0 !important;
	}
	.home-sec-block-left {
		margin:0 !important;
		padding:15px !important;
		order:1
	}
	.home-sec-block-right h3{
	padding-left:15px !important;
}
	.home-sec-block-right p{
	padding-left:15px !important;
}
	.home-sec-block-right .wp-block-buttons{
	padding-left:15px !important;
}
	.home-sec-block {
		margin-top:0 !important;
	}
}


/*section3*/
@media only screen and (max-width: 544px) {
.home-third-block.wp-block-cover .wp-block-cover__inner-container{
		width:100%;
	}
}
@media only screen and (max-width: 1024px) {
	.home-third-block-right .wp-block-group {
		padding: 30px 15px !important;
	}
	.home-third-block-right{
		margin-top:0 !important;
	}
	.home-third-block-left .wp-block-image{
		margin-bottom:0 !important;
	}
	.home-third-block {
		margin-bottom:0 !important;
	}
	.home-third-block-right .has-white-background-color{
		background-color: #f6f6f5 !important;
	}
}

/*section4*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.home-5th-block.wp-block-columns {
		display:flex;
		flex-wrap:wrap;
	}
.home-5th-block .wp-block-column {
		margin:1em 0;
	}
.home-5th-block .wp-block-column:nth-child(2n) {
		margin-left:1em;
	}
.home-5th-block .wp-block-column:not(:only-child) {
	flex-grow:0;
	flex-basis: calc(50% - 1em) !important;
	}
}

@media only screen and (max-width: 768px) {
.home-5th-block.wp-block-columns {
		display:flex;
		flex-wrap:wrap;
	}
.home-5th-block .wp-block-column {
	margin:1em 0;
	flex-basis:100% !important;
	}
}

@media only screen and (max-width: 1470px) {
	.home-5th-block-mar{
	margin-left: 15px;
	margin-right: 15px;		
	}
}

/*hp banner*/

.hp-block-banner.wp-block-cover {
	padding:0 !important;
}

.hp-block-banner .wp-block-cover__inner-container {
	max-width:none !important;
}

.hp-block-banner-img img{
	vertical-align:top;
}


/*homepage section one end*/


/*homepage section two start */

.home-sec-block .wp-block-column:not(:first-child) {
	marg1in-left:0;
}
.home-sec-block {
	margin-top: 80px;
}

.home-sec-block-left {
	background-color:g1rey;
	padding: 30px 80px 80px 50px;
	font-size: 18px;
	line-height: 2;
	color: #393939;
	font-weight: 300;
}

.home-sec-block-left h1{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 25px;
}

.home-sec-block-left .wp-block-separator {
	max-width: 17%;
	height:4px;
}

.11wp-block-separator ::after {
  content: "";
  background: #0067b8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 20%;
}

.homeban-left-heading {
    margin-bottom: 16px !important;
} 



.home-sec-block-right {
	margin-top: -150px;
	margin-right: 60px;
	z-index:1;
}

.home-sec-block-right .wp-block-group {
	padding: 30px 0 20px;
}

.home-sec-block-right h3{
	font-weight: 500; 
	font-size: 1rem; 
	line-height: 1.8; 
	color: #fff; 
	margin-bottom: 1em;
	padding:0 30px;
}

.home-sec-block-right p{
	font-weight: 300; 
	font-size: 1rem; 
	line-height: 1.6; 
	color: #fff; 
	margin-bottom: 0;
	padding:0 30px 20px;
}

.home-sec-block-right .wp-block-buttons {
	padding-top:20px;
	border-top: 1px solid #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.hp-block-banner-btn2.wp-block-button .wp-block-button__link {
	border: 1px solid #fff;
	background-color: transparent !important;
	border-radius:4;
	padding: 10px 32px;
	letter-spacing:0.35px;
	font-size: 16px;
	font-weight: 400;
}

.hp-block-banner-btn2.wp-block-button .wp-block-button__link:hover{
	color: #CF0A0A;
	background-color: #fff !important;
	border: 1px solid #fff;
}

/*homepage section two end */

/*homepage section three start */

.home-third-block {
	max-width: 1440px !important;
	margin:auto;
	margin-bottom: 100px;
}

.home-third-block .wp-block-columns{
	margin-bottom:0;
}
.home-third-block.wp-block-cover img.wp-block-cover__image-background{
	max-width:1200px !important;
	pos1ition:relative !important;
}

.home-third-block-right {
	color: #0067b8;
}

.home-third-block-right h2{
	font-size: 34px;
	font-weight: 500;
}

.home-third-block-right p{
	margin-bottom:2.2em;
}

.home-third-block-right {
	margin-top: 137px;
}

.home-third-block-right .wp-block-group{
	padding: 97px 80px 80px 80px;
}
.home-third-block.wp-block-cover{
	padding: 0;
}

.home-third-block .wp-block-column:not(:first-child) {
	margin-left:0;
}

.home-sec-block .wp-block-column:not(:first-child) {
	margin-left:0;
}

.hp-block-banner .wp-block-column:not(:first-child) {
	margin-left:0;
}

.home-third-block .wp-block-cover__inner-container {
	max-width: none;
}


/*homepage section three end */

/*homepage section four start */

.home-4th-block-p {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom:1em;
	margin-bottom: 20px;
}

h2.home-5th-block-h2{
	font-size: 1.875em !importat;
	font-weight: 300 !important;
}

.home-5th-block .wp-block-image.size-full{
	margin: 0 0 1em !important;
}

.home-5th-block h3{
	font-weight:500;
	font-size: 16px;
}

.home-5th-block p{
	font-size: 14px;
}

.home-5th-block a{
	font-weight: 500;
	color: #0067b8;
}

.home-5th-block a:hover{
	text-decoration:underline;
}

.home-5th-block {
	margin-bottom: 60px;
}

.home-5th-block .wp-block-image :hover{
	opacity: 0.75;
	transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
.home-5th-block-h2 {
	margin-top: 30px;
}
}

@media only screen and (min-width: 1025px) {
.home-5th-block-h2 {
	margin-top: 100px;
}
}
	
/*homepage section four end */

/*guten posts layout*/

.ast-container {
	padding-left: 0;
	padding-right: 0;
}

.insight-head-img {
	max-width:1170px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:60px;
}

.insight-main-text, .insight-author-box{
	max-width: 790px;
	margin: auto;	
	padding: 0 15px;
}

/*insight layout*/

@media (max-width: 1024px){
.insight-main-text p{
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing:.1px;
    color: #26282d;
    font-weight: 300;
	  margin-bottom: 1.875rem;
}

.insight-main-text h1{
    font-size: 2rem;
    line-height: 1.3;
    color: #26282d;
    font-weight: 500;
   	margin-top: 2rem;
    margin-bottom: 1.875rem;
}

.insight-main-text h2{
    font-size: 1.875rem;
    line-height: 1.3;
    color: #26282d;
    font-weight: 500;
	  margin-top: 1.875rem;
	margin-bottom: 1.875rem !important;
}

.insight-main-text h3{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #414042;
    font-weight: 500;
	  margin-top: 1.875rem;
	  margin-bottom: 0.5rem !important;
}

.insight-main-text h4{
    font-size: 1.25rem;
    line-height: 1.3;
    color: #414042;
    font-weight: 500;
	margin-top: 1.875rem;
	margin-bottom: 0.55rem;
}
}

@media (min-width: 1024px){
.insight-main-text p{
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing:.1px;
    color: #26282d;
    font-weight: 300;
	  margin-bottom: 1.875rem;
}

.insight-main-text h1{
    font-size: 40px;
    line-height: 1.3;
    color: #26282d;
    font-weight: 500;
   	margin-top: 4rem;
    margin-bottom: 2.4rem;
}

.insight-main-text h2{
    font-size: 2rem;
    line-height: 1.3;
    color: #414042;
    font-weight: 500;
	  margin-top: 2.125rem;
	margin-bottom: 2.125rem !important;
}

.insight-main-text h3{
    font-size: 1.75rem;
    line-height: 1.3;
    color: #414042;
    font-weight: 500;
	  margin-top: 2.125rem;
	  margin-bottom: 0.75rem !important;
}

.insight-main-text h4{
    font-size: 22px;
    line-height: 1.3;
    color: #414042;
    font-weight: 500;
	margin-top: 1.875rem;
	margin-bottom: 0.55rem;
}
}
/*
.kc_insight_ul{
	list-style: square !important;
    font-size: 18px;
    line-height: 2;
    letter-spacing: .1px;
    color: #26282d;
}

.kc_insight_ul strong{
	font-weight: 500;
	font-size: 1.125em;
}

.kc_insight_ul li::marker{
	color: #0067b8; 
}
*/
.insight-main-text li {
	position: relative;
	list-style: none;
	  font-size: 1rem;
    line-height: 1.875;
    letter-spacing: .1px;
	margin-bottom: .5rem;
    color: #26282d;
}

.insight-main-text li:before {
	content:"";
	position: absolute;
	width: 7px;
	height: 7px;
	top: 12px;
	left: -21px;
	background-color: #096ffa;
}


.insight-main-text strong{
    font-weight: 600;
}


.insight-product-image{
    width: 600px;
    box-shadow: 0 6px 9px rgb(22 10 28 / 10%) !important;
    border-radius: 13px !important;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    /* box-shadow: 0 6px 9px rgb(22 10 28 / 10%); */
    -webkit-box-shadow: 0 6px 9px rgb(22 10 28 / 10%);
    -moz-box-shadow: 0 6px 9px rgba(22,10,28,.1);
    p1adding: 10px;
    margin-top: 20px;
}


.caption-center {
    text-align: center;
    color: #2f2f2f !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    font-weight: 500 !important;
}


@media only screen and (min-width: 630px) {
    .caption-center {
        width: 600px;}
}

/* guten news layout*/

.news-head-sec, .news-main-sec {
	   max-width: 1000px;
    margin: auto;
    padding: 0 15px;
}


.news-head-sec {
	margin-top: 100px;
}
@media only screen and (max-width: 768px) {
	.news-head-sec {
	margin-top: 40px;
}
}

.news-head-sec h1{
	font-weight: 300;
	font-size: 40px;
}

.news-head-sec h2{
	font-weight: 400;
	font-size: 12px;
	color: #1a75cf;
	margin-bottom: 0.5em;
}

.news-head-sec p{
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 4em;
}


/*elementor and legancy css*/

/*insight layout*/

.insight-grid p{
    font-size: 18px;
    line-height: 2;
    letter-spacing: .1px;
    color: #26282d;
    font-weight: 300;
}

.insight-grid h1{
    font-size: 40px;
    line-height: 1.5;
    color: #26282d;
    font-weight: 300;
    margin-bottom: 1.2em;
}

.insight-grid h2{
    font-size: 36px;
    line-height: 2;
    color: #26282d;
    font-weight: 200;
}

.insight-grid h3{
    font-size: 24px;
    line-height: 2;
    color: #26282d;
    font-weight: 400;
}

.insight-grid strong{
    font-weight: inherit;
}

.insight-grid a{
    color: #0067b8;
}

.insight-grid a:hover{
    text-decoration: underline;
}

.insight-product-image{
    width: 600px;
    box-shadow: 0 6px 9px rgb(22 10 28 / 10%) !important;
    border-radius: 13px !important;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    /* box-shadow: 0 6px 9px rgb(22 10 28 / 10%); */
    -webkit-box-shadow: 0 6px 9px rgb(22 10 28 / 10%);
    -moz-box-shadow: 0 6px 9px rgba(22,10,28,.1);
    p1adding: 10px;
    margin-top: 20px;
}


.caption-center {
    text-align: center;
    color: #2f2f2f !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    font-weight: 500 !important;
}


@media only screen and (min-width: 630px) {
    .caption-center {
        width: 600px;}
}

/* navxt breadcrumbs */

.breadcrumbs {
    font-size: 16px;
    color: #303030;
}

.breadcrumbs a{
    font-size: 16px;
    color: #303030;
}

.breadcrumbs a:hover{
    text-decoration: underline;
    color: #0067b8;
}

.breadcrumbs .post {
    padding: 0px 10px;
}


.breadcrumbs .archive {
    padding: 0px 10px;
}

.breadcrumbs .category {
    padding: 0px 10px;
}

.breadcrumbs .home {
    padding-left: 0px;
    padding-right: 10px;
}




/*option table*/

.product-spec-table thead th{
    font-weight:400;
    font-size: 16px;
    background-color: #fff;
    color: #000;
}


.product-spec-table th:not(:first-child){
    text-align:left;
}

.product-spec-table table {
	border: none;
}

.product-spec-table th{
    font-weight:300;
    font-size: 1rem;
}


.product-spec-table td, th {
    padding: 16px;
    border: none;
}


.product-spec-table tbody tr:nth-child(odd){
  background-color: #efefef;
  color: #000;
}

.product-spec-table tbody tr:nth-child(even){
  background-color: #fff;
  color: #000;
}

.product-spec-table td{
    width: 70%;
}

/* bank product table*/


.product-spec-table-bank thead th{
    font-weight:400;
    font-size: 12px;
    background-color: #fff;
    color: #000;
}


.product-spec-table-bank th:not(:first-child){
    text-align:left;
}

.product-spec-table-bank table {
	border: none;
}

.product-spec-table-bank td, th {
    border-right: 0;
    padding: 12px !important;
    border: none;
	font-size: 12px;
}


.product-spec-table-bank tbody tr:nth-child(odd){
  background-color: #efefef;
  color: #000;
}

.product-spec-table-bank tbody tr:nth-child(even){
  background-color: #fff;
  color: #000;
}

/* download icon*/

.download-icon svg{
  fill: #0067b8;
}

.download-icon p{
    display: inline-block;
    t1ext-align: left;
    margin-bottom: 0;
    padding-top: 30px;
    position: absolute;
    font-weight: 200;
    font-size: 20px;
}

.download-icon .download-icon-text a{
    color: #0067b8;
}

.download-icon:hover .download-icon-text a{
    color: #1272b2;
    text-decoration: underline;
}
.download-icon:hover svg {
    fill: #1272b2;
}

.download-icon svg{
    width: 80px;
}





/* footer inline svg*/
.footer-social-list {
  display: flex;
  margin-left: -8px !important;
  margin-top: -10px !important
}

.footer-social-list-item{
  list-style: none;
  width: 40px;
  margin: 4px;
}
.footer-social-list-item a{
    fill: #0067b8;
}
.footer-social-list-item a:hover {
  fill: #0081e6;
}


/*image rendering*/

img {
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
}



/*magiczoom border*/

div.MagicToolboxSelectorsContainer a {
    height: auto !important;
}

.mcs-item a {
    height: calc(100% - 4px) !important;
}
.mcs-item a img {
    border:none !important;
}

a[data-zoom-id] {
    border: 1px solid #ededeb !important;
}


/* magiczoom*/

.mz-thumb.mz-thumb-selected img {
    border:none;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #fff;
    font-size: 16px;
    height: 32px;
    color: #000;
	   width: 100%;
}

.wpcf7 input[type="submit"]
{
	background-color: #0067b8;
	padding: 10px 40px;
}
.wpcf7 input[type="submit"]:hover
{
	background-color: #00198c;
}

.wpcf7 textarea
{
    background-color: #fff;
    font-size: 16px;
    color: #000;
	   height: 200px !important;
}

.wpcf7 .wpcf7-select {
   width:100%; /* you can use pixels, em, rem, % to determine the width */
   font-size:16px;
   height: 32px;
   background-color: #fff;
   color:#404040;
}





.footbarli {
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.footer-widgets-container h3 {
	font-weight: 500; 
	font-size: 15px; 
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #303030;
}

.footer-widgets-container a{
	font-size: 15px !important; 
	color: #303030;
}

.footer-widget-1 a:hover, .footer-widget-2 a:hover, .footer-widget-3 a:hover, .site-info a:hover{
		 padding-bottom: 2px;
	   border-bottom: 1px solid;
	   border-color: #096ffa;
}

.footer-widgets-container a{
	font-size: 1rem; 
	font-weight: 300;
}


.footer-widgets-container .widget li {
	margin-bottom: 12px !important;
}

/*social share start*/
.wplogout-social-wrapper {
	display: flex;
	padding: 30px 15px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #e4e4e4;
	max-width: 790px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	justify-content: space-around;
	align-items: center;
}

.wplogout-social-wrapper-author a {
	padding-bottom: 2px;
	border-bottom: 1px solid;
	border-color: #096ffa;
	transition: .2s;
}
.wplogout-social-wrapper-author a:hover {
	color: #096ffa;
 border-color: transparent;
}

.1wplogout-social-wrapper {
	   margin: 30px auto;
    font-size: 0;
    max-width: 790px;
    padding: 30px 15px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e4e4e4;
	   margin-top: 40px;
	   margin-bottom: 60px;
}

.wplogout-social-wrapper span {
    font-weight: 300;
    padding-right: 10px;
    font-size: 16px;
}

.wplogout-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 17px;
        padding: 7px 12px;
        display: inline-block;
    }
}

.wplogout-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}


.wplogout-social-facebook {
    fill: #0067b8;

}

.wplogout-social-facebook:hover {
    fill: red;
}

.wplogout-social-twitter {
    fill: #0067b8;
}

.wplogout-social-twitter:hover {
    fill: red;
}


.wplogout-social-linkedin {
    fill: #0067b8;
}

.wplogout-social-linkedin:hover {
    fill: red;
}

.wplogout-social-email{    
    fill: #0067b8;
}

.wplogout-social-email:hover {    
    fill: red;
}


/*social share end*/


/*cookie popup start*/
#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 2em 4em;
    max-width: 100%;
    background: #ececec;
    font-size: 15px;
}

#cookie-law-div a {
    font-size: 15px;
    text-decoration: underline;
}
#cookie-law-div a:hover {
    opacity: .7;
}
#cookie-law-div p {
    margin: 0;
    color: #000;
    padding-right: 120px;
}
#cookie-law-div button {
    position: absolute;
    right: 4em;
    letter-spacing: 1px;
    align-self: center;
	top: 50%;
	transform: translate(0,-50%);
    line-height: 1;
    color: #fff;
    background-color: #0067b8;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
#cookie-law-div button:hover {
    background-color: #00198c
}

@media screen and (max-width: 1024px) {
  #cookie-law-div {
    padding: 15px 30px;
}
  #cookie-law-div button {
    right: 30px;
}
}
/*cookie popup end*/
/*local font*/
/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.kcolefas.com/en/wp-content/uploads/sites/2/2021/09/poppins-v15-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
