@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dkoutsource.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.0") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(46,43,114);
	background-image: none;
}

:root{
--wd-text-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:16px;
}
:root{
--wd-title-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:400;
--wd-widget-title-transform:capitalize;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:18px;
}
:root{
--wd-header-el-font:"Barlow Semi Condensed", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:18px;
}
:root{
--wd-primary-color:rgb(46,43,114);
}
:root{
--wd-alternative-color:rgb(38,75,115);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.page .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.woodmart-archive-shop:not(.single-product) .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.single-product .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.woodmart-archive-blog .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.single-post .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.woodmart-archive-portfolio .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.single-portfolio .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

:root{
--btn-default-bgcolor:rgb(38,75,115);
}
:root{
--btn-default-bgcolor-hover:rgba(38,75,115,0.60);
}
:root{
--btn-accented-bgcolor:rgb(38,75,115);
}
:root{
--btn-accented-bgcolor-hover:rgba(38,75,115,0.6);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 280px;
		}
	
	
/*header divider line colour to white*/
.whb-color-dark .wd-header-divider:before{
	border-color: #ffffff !important;
	border-width: 2px !important;
}

/*nav link hover effect*/
.wd-nav>li>a {
  position: relative;
}

.wd-sub-menu li>a{
	font-size: 18px;
	font-weight: 400;
}

.wd-nav>li>a:before {
  position: absolute;
  background-color: #3F7DBF;
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wd-nav>li>a:hover:before {
  color: #3F7DBF;
  width: 100%;
}

.whb-top-bar{
	padding: 2px;	
}

/*home usp box style*/
.box-icon-align-top .box-icon-wrapper{
		background-color: #3F7DBF;
		padding: 20px;
		border-radius: 10px;
}

.wd-info-box .box-icon-wrapper{
		width: 100px;
		margin: 0 auto;
}

.wd-info-box{
		height: 325px !important;	
}

.wd-info-box .info-box-subtitle:not(.subtitle-style-background), .wd-info-box .info-box-title{
		padding-top: 20px;	
}

.box-radius-round{
	border-radius: 0px 20px !important;
}

/*for boxes in brand page, planswift*/
.box-radius-round-2{
	border-radius: 0px 20px !important;
}

/*homepage, services sect styling*/
/* .vc_custom_1675671404248{
	border-radius: 0px 20px;
	padding: 15px;
} */

/*homepage, who we are, services sect bg styling*/
/* .upper-right-sect {
	border-radius: 0px 80px 0px 0px;	
} */

/*footer styling*/
ul#menu-footer-menu{
	text-align:center;
	display: flex;
	justify-content: center;
}

li#menu-item-322{
	margin-right: 10px;	
}


.wd-rs-63e0c480ef4e8{
	border-radius: 5px 5px 80px 5px !important;	
}

/*hide prefooter*/
.wd-prefooter{
	display: none;
}

.btn.btn-style-bordered{
	color: 	#3f7dbf;
}

.title-wrapper .title{
	color: #36454F;
	text-decoration: underline rgba(60, 54, 191, 0.5);
	text-decoration-thickness: 0.4rem;
	text-underline-position: under;
	text-decoration-line: underline;
	text-underline-offset: 1px;
}   

.grey-underline h4{
	text-decoration: underline rgba(120, 155, 191, 0.5) !important;
	text-decoration-thickness: 0.4rem !important;
	text-underline-position: under !important;
	text-decoration-line: underline !important;
	text-underline-offset: 1px;
}

.box-radius-round h4{
	text-decoration: underline rgba(120, 155, 191, 0.5) !important;
	text-decoration-thickness: 0.4rem !important;
	text-underline-position: under !important;
	text-decoration-line: underline !important;
	text-underline-offset: 1px;
	padding-bottom: 10px;
}

.box-radius-round-2 h4{
	text-decoration: underline rgba(120, 155, 191, 0.5) !important;
	text-decoration-thickness: 0.4rem !important;
	text-underline-position: under !important;
	text-decoration-line: underline !important;
	text-underline-offset: 1px;
	padding-bottom: 10px;
}

.box-height{
	height: 400px !important;
}

.chaty-contact-input input[type=email].chaty-input-field, .chaty-contact-input input[type=text].chaty-input-field, .chaty-contact-input textarea.chaty-textarea-field{
	font-family: Inter, sans-serif;	
}

.chaty-contact-form-box button.chaty-submit-button[type=submit], button#chaty-submit-button-0{
		text-transform: capitalize;
		font-weight: 500;
}

.close-chaty-form{
		background: #3f7dbf;
}

.chaty-contact-form-title{
		color: #2E2B72;
	font-weight: 600;
}

.chaty-contact-form-box .close-chaty-form{
	right: 12px;
	top: 12px;
}

#chaty-widget-0 .on-hover-text{
	display: none;
}

.chaty *{
	bottom: 22px;
	right: -3px;
}

.chaty-outer-forms.active, .chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{
	bottom: 70px;	
}

/*whatsapp floating button*/
#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle{
	width: 54px;
	height: 54px;
	bottom: 140px;
}

/*product bluebeam page, style table*/
.vc_tta.vc_general .vc_tta-panel-title>a{
	background: #789BBF !important;
	color: #ffffff !important;
	border-bottom: 1px solid #eeeeee !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a:hover{
	background: #6482A0 !important;	
	transition: background 0.5s;
}

tr:nth-child(even) {
  background-color: #ffffff;
}

tr:nth-child(odd) {
  background-color: #f2f3f5;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
	border-color: #ffffff !important;
}

tr.title-row-bg{
	background: #eeeeee;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
	border-color: #ffffff !important;	
}

/*about us page values info box styling*/
.about-us-values .box-icon-wrapper{
	background-color: #3F7DBF;
	padding: 20px;
	border-radius: 10px;
	margin-right: 20px;
	height: 100px;
}

.about-us-values{
		height: 180px !important;
}

.about-us-values h4{
	text-decoration: underline rgba(120, 155, 191, 0.5) !important;
	text-decoration-thickness: 0.4rem !important;
	text-underline-position: under !important;
	text-decoration-line: underline !important;
	padding-top: 30px !important;
}

/*careers listings title styling*/
.vp-portfolio__items-style-default .vp-portfolio__item-meta-title{
	text-decoration: underline rgba(120, 155, 191, 0.5) !important;
	text-decoration-thickness: 0.4rem !important;
	text-underline-position: under !important;
	text-decoration-line: underline !important;
	text-underline-offset: 1px;
}

.vp-portfolio__items-style-default .vp-portfolio__item a:hover{
	color: #777777;
}

/*home software services section text styling*/
.textButton-styling {
		color: #36454F;
    text-decoration: underline rgba(60, 54, 191, 0.5) !important;
		text-decoration-thickness: 0.4rem !important;
		text-underline-position: under !important;
		text-decoration-line: underline !important;
		text-underline-offset: 1px;
		padding-bottom: 10px;
}

/*footer, decrease padding*/
section.vc_section.vc_custom_1686540026718.vc_section-has-fill.wd-rs-64868ef5b37f8{
	padding-top: 20px !important;	
}

/*footer social icons padding*/
.icons-design-default.color-scheme-light .wd-social-icon, [class*="color-scheme-light"] .icons-design-default .wd-social-icon{
	padding-right: 15px !important;	
}

/*home testimonials box*/
.testimon-style-boxed .testimonial-inner{
	border-radius: 0px 20px !important;
	height: 250px;
}

.box-radius-round-2 .box-icon-wrapper{
		background-color: #f2f7fd !important;
		margin-bottom: 0px !important;
}

/*projects title styling*/
.portfolio-entry .wd-entities-title{
	font-size: 14px !important;
	text-transform: capitalize !important;
}

/*projects title content height*/
.portfolio-entry .portfolio-info{
		height: 80px !important;
}

/*projects hide category name*/
.portfolio-entry .proj-cats-list{
	display: none;	
}

/*projects sect styling*/
/*inner cont*/
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body{
	padding: 20px !important;
}

/*title space*/
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list{
	padding: 20px !important;	
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before{
	border-color: transparent !important;	
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background-color: #ffffff !important;	
}

.portfolio-entry .wrap-meta{
	margin-bottom: 0px !important;	
}

/* mockup button style*/
a.mockup-btn{
	color: #ffffff !important;
}

/*home partners logos*/
.home-img-logos .owl-item{
	padding: 50px !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: #3f7dbf !important;
	border-color: #3f7dbf !important;
	border-radius: 5px !important;
	color: #ffffff !important;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background-color: #264b73 !important;
	border-color: #264b73 !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	/*homepage3 values box height*/
.wd-info-box{
	height: 380px !important;
}

/*footer styling*/
.footer-cont p{
	font-size: 	14px;
}

ul#menu-footer-menu-1{
	display: flex !important;
	margin: 0 auto;
	justify-content: center;
}

ul#menu-footer-menu-1 li{
 	padding-right: 10px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0px;	
}

/*homepage testimonials*/
.testimon-style-boxed .testimonial-inner{
	height: 280px;	
}

/*styling back to ptop button*/
.scrollToTop{
	right: 26px !important;
	bottom: 30px !important;
}

/*about us page values height*/
.about-us-values{
	height: 180px !important;	
}

/*planswift page values height*/
.planswift-values{
	height: 420px !important;	 
}
}

@media (max-width: 576px) {
	/* .wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon{
	font-size: 1px !important;	
} */

/*footer styling*/
.footer-cont p{
	font-size: 	14px;
}

ul#menu-footer-menu-1{
	display: flex !important;
	margin: 0 auto;
	justify-content: center;
}

ul#menu-footer-menu-1 li{
 	padding-right: 10px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0px;	
}

/*styling back to ptop button*/
.scrollToTop{
	right: 25px !important;
	bottom: 30px !important;
}

/*product page bluebeam table horizontal scroll*/
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
	overflow-x: auto;
	overflow-y: hidden;
}

/*projects page category list horizontal scroll*/
.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top,.vc_tta-tabs-position-bottom) .vc_tta-tabs-list{
	overflow-x: visible;
	overflow-y: hidden;
}

/*mobile menu zindex*/
.wd-side-hidden.wd-opened{
	z-index: 2147483647;
}

/*mobile header icons, text spacing adjust*/
.whb-column>.info-box-wrapper, .wd-header-text, .whb-column>.wd-button-wrapper, .whb-column>.wd-social-icons, .wd-header-html{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.whb-top-bar .wd-header-text{
	margin-left: 8px !important;	
}

/*align text/tiitle in center in mobile view*/
.text-align-center-mb{
	text-align: center;	
}
}

