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

.wd-popup.wd-promo-popup{
	background-color:rgb(255, 255, 255);
	background-image: url(https://tuwebtools.com/wp-content/uploads/2021/09/corporate-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(23, 150, 229);
	background-image: url(https://tuwebtools.com/wp-content/uploads/2021/09/corporate-page-title.jpg);
}

.footer-container{
	background-color:rgb(23, 150, 229);
	background-image: none;
}

:root{
--wd-text-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Quicksand", Arial, Helvetica, sans-serif;
--wd-title-font-weight:500;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
.wd-load-additional-fonts-700{
	font-family: "Quicksand", Arial, Helvetica, sans-serif;font-weight: 700;
}

:root{
--wd-primary-color:rgb(15,145,227);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(15,145,227);
}
:root{
--btn-accented-bgcolor-hover:rgb(8,118,189);
}
: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: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--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: 12px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
selector{
overflow:hidden;
}

.tu-hero-section{
padding:120px 0;
background:linear-gradient(135deg,#f8fbff,#eef6ff);
border-radius:30px;
position:relative;
overflow:hidden;
}

.tu-badge{
display:inline-block;
background:#0a8ee1;
color:#fff;
padding:12px 22px;
border-radius:50px;
font-size:14px;
font-weight:700;
letter-spacing:.5px;
margin-bottom:25px;
box-shadow:0 10px 30px rgba(10,142,225,.25);
}

.tu-hero-title{
font-size:62px;
font-weight:800;
line-height:1.1;
color:#0f172a;
margin-bottom:25px;
}

.tu-hero-description{
font-size:18px;
line-height:1.9;
color:#64748b;
max-width:700px;
margin-bottom:35px;
}

.tu-feature-box{
background:#fff;
padding:28px;
border-radius:24px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
margin-bottom:20px;
transition:.3s ease;
}

.tu-feature-box:hover{
transform:translateY(-6px);
}

.tu-feature-icon{
width:65px;
height:65px;
border-radius:18px;
background:#0a8ee1;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
margin-bottom:18px;
}

.tu-feature-title{
font-size:22px;
font-weight:700;
margin-bottom:10px;
color:#0f172a;
}

.tu-feature-text{
font-size:15px;
line-height:1.8;
color:#64748b;
}

@media(max-width:991px){

.tu-hero-title{
font-size:44px;
}

}

@media(max-width:767px){

.tu-hero-title{
font-size:34px;
}

.tu-hero-description{
font-size:16px;
}

}