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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 20px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(0,50,98);
	--wd-entities-title-font: "Montserrat", 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%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 30px;
	--wd-primary-color: rgb(0,50,98);
	--wd-alternative-color: rgb(255,210,34);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 300;
	--btn-default-transform: none;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(245,245,242);
	background-image: none;
}
.title-after_title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
}
.page .wd-page-content {
	background-color: #f5f5f2;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(245,245,242);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* scroll */
body {
  --sb-track-color: #f5f5f2;
  --sb-thumb-color: #003262;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

a.btn-icon-pos-right span.wd-btn-icon:not(header span.wd-btn-icon), a.btn-icon-pos-right span.wd-icon {
	margin-left: 10px;
}

a.btn-icon-pos-left span.wd-btn-icon:not(header span.wd-btn-icon), a.btn-icon-pos-right span.wd-icon {
	margin-right: 10px;
}

div.uppercaseText {
	text-transform: uppercase;
}

a.btn:hover {
	transform: scale(1.1);
}
a.btn.btn-color-alt {
	color: var(--wd-primary-color);
}
span.wd-icon {
    font-size: 24px;
}
span.wd-accordion-opener {
    color: var(--wd-primary-color);
    font-size: 100%;
}
::marker {
    color: var(--wd-primary-color);
}
.title, .wd-accordion-title-text {
	line-height: 100% !important;
}
div.wd-text-block, .timeline-col *, .wd-accordion-content, .info-box-content, .wd-testimon-text, .title-after_title {
	line-height: 120% !important;
}

div.stickyRow {
	position: sticky !important;
	top: 100px;
}
div.fixedRow {
	position: fixed;
	bottom: 30px;
	left: 50%;
	width: 50%;
	margin: 0 auto;
	transform: translatex(-50%);
}

div.stickyRow-bottom {
	position: sticky;
	top: calc(100% - 90px);
}

/* div.stickyRow-homeService {
	position: sticky !important;
	top: 0;
}
 */

div.stickyRow-homeService {
		position: sticky !important;
		top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background-color: #003262 !important;
    z-index: 36 !important;
}

div.stickyRow-homeService.last {
}
div.stickyColumn-bottom>div, .bluredColumn>div {
	backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}



ul.rowList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.rowList li {
	border-bottom: 1px solid transparent;
	transition: .2s;
}
ul.rowList li:hover {
	border-bottom: 1px solid var(--wd-primary-color);
	transition: .2s;
}

div.verticalDashed {
    transform: rotate(90deg) translateX(170px);
    position: relative;
    bottom: -100px;
}
div.verticalDashed.service {
	bottom: 0px;
}

/* portfolio page */

body.post-type-archive-portfolio .wd-portfolio-element {
	min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* translator */
div.gt_float_switcher .gt-selected div.gt-current-lang {
    padding: 5px 10px;
    color: var(--wd-primary-color);
}
div.gt_float_switcher img {
    width: 20px;
}
div.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 16px;
}

/* header */
.wd-sub-menu li>a {
	font-size: 18px !important;
}

div.mobile-nav .wd-nav>li>a {
	border-bottom: none;
	text-transform: none;
	font-size: var(--wd-header-el-font-size);
	font-weight: 400;
}
div.wd-page-title h1, div.wd-page-title h3 {
	color: var(--wd-alternative-color) !important;
	font-weight: 300;
}

div.specialColumn-icon {
    z-index: 9;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 80px;
    height: 80px;
    padding: 10px 0 0 10px;
    border-radius: 0 0 0 30px;
	background-color: #f5f5f2 ;
}
div.specialColumn-icon:before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -14px;
    left: -34px;
    z-index: -1;
	    box-shadow: inset -30px 30px 0 0 #f5f5f2;
}
div.specialColumn-icon:after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -34px;
    right: -14px;
    z-index: -1;
	    box-shadow: inset -30px 30px 0 0 #f5f5f2;
}

div.specialColumn-icon img {
	    z-index: 2;
    text-align: center;
    display: inline-block;
    background: var(--wd-primary-color);
	padding: 10px;
    border-radius: 50%;
}
div.specialColumn a {
	color: #fff;
}

/* aboute */

div.about-time div.wd-carousel-item:before {
    content: '';
    position: absolute;
	top: calc(50% - 25px);
    right: calc(15px + 80%);
    width: 20%;
    border: 1px dashed #fff;
}

/* service page */
div.serviceVariable-row>div {
    border-radius: 30px;
    overflow: clip;
}
div.servicePage-howww h4 {
	text-transform: uppercase;
}

div.specialColumn .woodmart-title-container.title {
	width: 80%;
}
@media (min-width: 1025px) {
	.pcOff {
	display: none !important;
}
.wd-dropdown-menu {
	min-width: 400px;
}

/* div.stickyColumn {
    position: sticky !important;
    top: 100px;
} */
/* 
.wd-nav-img, .wd-sub-menu li>a img {
	width: 35px !important;
  height: 35px !important;
  max-height: 35px !important;
} */


div.specialColumn-icon {
	transition: .2s;
}

div.specialColumn:hover .specialColumn-icon {
	transform: scale(1.1);
	transition: .2s;
}

/* aboute */
div.about-time div.wd-slide-next {
    position: relative;
    scale: 1.2;
    transition: all 1s;
}
div.about-time div.wd-slide-next * {
    color: var(--wd-alternative-color);
}

/* service page */
div.servicePage-howww .info-box-content {
	display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
div.servicePage-howww .box-btn-hover .info-btn-wrapper {
  position: relative;
  padding-top: 0px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mobileOff {
	display: none !important;
}

.vc_non_responsive .vc_row .wpb_column {
	width: 100% !important;
}
}

@media (max-width: 576px) {
	.mobileOff {
	display: none !important;
}
div.wd-info-box :not(.footerInfoBox){
	flex-direction: column;
}
.vc_non_responsive .vc_row .wpb_column {
	width: 100% !important;
}

div.verticalDashed.service {
    transform: rotate(90deg) translateX(0px);
	margin-bottom: 100px !important;
}



div.pageTitle-row {
	min-height: 300px !important;
}

.title-wrapper h4.title:not(.customTitle h4) {
	font-size: 26px !important;
}

.pricing-table table * {
	font-size: 14px;
}

/* service page */
div.mobileOrdered {
	order: 3;
}

div.stickyRow-bottom {
	position: sticky;
	top: calc(100% - 65px);
}

div.servicePage-howww .box-btn-hover .info-btn-wrapper {
	display: none;
}

}

