/*
Theme Name: TC
Description: TC Theme by 1SkyMedia.com
Version: 1.0.0
Author: 1SkyMedia.com
*/


*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Reforma 1918 Blanca';
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 46px;
}

h2 {
	font-size: 40px;
	color: #394730;
}

h3{
	font-size: 34px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #394730;
	transition: all 0.3s ease-in;
	text-decoration: none;
	font-weight: 900;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #394730;
	color: #fff;
	padding: 12px 35px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #394730;
	background-color: #f0e9d7;
}
#content-sitemap {
	margin-top: 20px;
}


/* ========== Header ========== */

#header-main {
	background-color: #fff;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
	background-color: #fff;
}

#logo {
	max-width: 160px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#logo:hover img {
	filter: drop-shadow(-1px 8px 7px rgba(57, 71, 48, 0.5));
}
#footer-top img:hover {
	filter: drop-shadow(-1px 8px 7px rgb(240, 233, 214, 0.5));
}
#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}
#header.sticky #logo {
	max-width: 120px;
}
.vc_gitem-zone:hover {
	outline: 1px solid #394730;
	outline-offset: -1px;
	filter: grayscale(1);
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header {
	width: 100%;
	background-color: #394730;
	color: #fff;
	padding: 15px 0;
}
#page-header h1 {
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
}
#page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}
.header-top {
	background-color: #f0e9d7;
	padding: 5px 0;
	font-size: 20px;
}
.header-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-end;
}
.header-top a {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #000;
	font-weight: 600;
}
.header-top a:hover {
	color: #394730;
}
.header-top .fa {
	font-size: 24px;
}
.header-top .fa.fa-map-marker {
	font-size: 1.8em;
}
.header-top .fa.fa-mobile {
	font-size: 2.2em;
}
.header-top b {
	font-weight: 600;
}
/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #394730;
	color: #f0e9d7;
	padding: 20px 0;
}

#footer a {
	color: #f0e9d7;
	font-weight: normal;
}

#footer a:hover {
	color: #f0e9d7;
	text-decoration: underline;
}
#main-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#footer-top {
	background-color: #394730;
	color: #f0e9d7;
	padding-bottom: 10em;
	background-image: url('../../uploads/2025/05/footer_bg.jpg');
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom;
}
.foo-heading {
	margin-bottom: 15px !important;
}
.foo-heading h4 {
	font-size: 26px;
}
.foo-logo {
	margin-bottom: 0 !important;
}
.foo-address {
	font-size: 22px;
}
.foo-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	text-align: right;
}
.foo-social ul li.full {
	width: 100%;
}
.foo-social .fa {
	font-size: 24px;
}
.foo-social .fa.fa-mobile {
	font-size: 2.2em;
}
.foo-social a {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}
.foo-social span {
	font-size: 22px;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#footer-top a {
	color: #f0e9d7;
	font-size: 18px;
	font-weight: 300;
}
#footer-top a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #000;
	display: block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	z-index: 9;
	margin: 0;
	padding: 0 25px;
	font-family: inherit;
	font-weight: 600;
}

ul.slimmenu li a:hover {
	background-color: transparent;
	color: #394730;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 15em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #394730;
	background-color: #f0e9d7;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #394730;
}

ul.slimmenu li ul li a:hover {
	background-color: #f0e9d7;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #000;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 12px;
	right: 12px;
	color: #f0e9d7;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #000;
	font-family: fontawesome;
	opacity: 1;
	font-size: 25px;
	z-index: 99999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #f0e9d7;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #f0e9d7;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #394730;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #f0e9d7;
}

.collapse-button .icon-bar {
	background-color: #394730;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
ul.slimmenu.collapsed li a {
	background-color: #f0e9d7;
	color: #394730;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
	padding: 0 12px;
	border-bottom: 1px solid #394730;
	font-family: inherit;
	font-weight: 600;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #394730;
	color: #f0e9d7;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #394730;
}
ul.slimmenu > li.current-menu-item > a {
	background-color: transparent;
	color: #394730;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #394730;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #394730;
	color: #f0e9d7;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #394730;
	color: #fff;
}
ul.slimmenu li > ul li ul {
	left: 100%;
	top: 0;
}
.about-dark, .about-dark h2 {
	color: #fff;
}
.about-dark, .about-light {
	padding-bottom: 35px;
	margin-bottom: 0 !important;
}
.about-light .wpb_text_column.wpb_content_element, .about-dark .wpb_text_column.wpb_content_element {
	margin-bottom: 0 !important;
}
.page-id-59 #content-full {
	margin-bottom: 0;
}


@media screen and (min-width: 1024px){
	ul.slimmenu > li > a::before {
		content: "";
		position: absolute;
		width: 60%;
		height: 2px;
		background: currentColor;
		top: 100%;
		left: 0;
		pointer-events: none;
		transform-origin: 100% 50%;
		transform: scale3d(0, 1, 1);
		transition: transform 0.3s;
		right: 0;
		margin: auto;
	}
	ul.slimmenu > li > a:hover::before {
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1);
	}
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #000;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 2px solid #000;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	box-shadow: 0 0 0 2px #000;
	border-radius: 0;
}

label {
	font-size: 22px;
	font-weight: 600;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #f0e9d7;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #394730;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}
.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #000;
	width: 15px;
	text-align: center;
	font-size: 2em;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 50px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}
input[type="submit"] {
	border: 3px solid #000;
	background-color: #394730;
	color: #fff;
	display: inline-block;
	width: auto;
	line-height: 1;
	padding: 15px 40px;
	height: auto;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #f0e9d7;
	color: #394730;
}
.full.submit {
	text-align: right;
	margin-top: 15px;
}
.wpcf7-list-item {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}
.checkbox-fields .wpcf7-not-valid-tip {
	top: 100%;
}
/* ========== Custom ========== */
.hm-welcome-row {
	color: #fff;
	font-size: 21px;
}
.hm-welcome-row h2 {
	color: #fff;
}
.hm-welcome-row .comn-btn {
	background-color: #f0e9d7;
	color: #394730;
	margin-top: 10px;
}
.hm-welcome-row .comn-btn:hover {
	background-color: #000;
	color: #fff;
}
.hm-projects-row h2 {
	margin-bottom: 0;
}
.hm-projects-row strong {
	font-size: 1.5em;
	font-weight: 600;
	margin-top: -10px;
	display: block;
}
.hm-projects-row h3 a {
	background-color: #394730;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
	font-size: 0.8em;
}
.hm-projects-row .vc_inner .vc_column-inner > div:hover h3 a {
	background-color: #000;
}
.hm-form-row {
	background-blend-mode: overlay;
}
.hm-form-row h2 {
	display: flow-root;
	color: #394730;
	font-size: 3.8em;
	text-transform: uppercase;
}
.hm-form-row strong {
	font-size: 22px;
	font-weight: 600;
}
.slider-font {
	font-family: 'Reforma 1918 Blanca' !important;
}
.testimonial-block {
	text-align: center;
	color: #394730;
	font-size: 22px;
	font-weight: 300;
	max-width: 1024px;
	margin: auto;
	line-height: 1.3;
}
.testimonial_rotator_title {
	font-weight: 500;
	margin-top: 10px;
}
#testimonialrotator.owl-theme .owl-nav [class*="owl-"] {
	color: #394730;
	background: transparent;
	font-size: 5em;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	top: 26%;
}
#testimonialrotator.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #000;
}
#testimonialrotator .owl-prev {
	left: 0;
}
#testimonialrotator .owl-next {
	right: 0;
}
.hm-review-row .comn-btn {
	font-size: 1.7em;
	line-height: 1.2;
	padding: 1em 3em;
}
.hm-review-row .comn-btn strong {
	font-size: 2.2em;
	font-weight: 600;
	color: #f0e9d7;
}
.hm-review-row .comn-btn:hover strong {
	color: #394730;
}
#hm-review-row {
	background-position: bottom right !important;
	text-align: center;
}
#hm-review-row::before {
	background-image: url('../../uploads/2025/05/reviews_bg_left.jpg');
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0;
}
.hm-review-row h2 {
	display: inline-flex;
	align-items: center;
	height: 60px;
	gap: 15px;
	overflow: hidden;
}
.hm-review-row h2 span {
	font-family: "Roboto";
	font-size: 3.5em;
	line-height: 1;
	display: inline-flex;
	height: 60px;
}
.hm-review-row h2 span:last-child {
	transform: rotate(180deg);
}
.hm-projects-row .vc_figure {
	position: relative;
	overflow: hidden;
}
.hm-projects-row figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hm-projects-row .wpb_single_image:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.about-page-row h2 {
	font-size: 36px;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after,
	.sub-menu .menu-item-has-children::after {
		display: none;
	}
	#main-footer-bottom {
		flex-direction: column;
	}
	#footer a {
		display: inline-block;
	}
	.hm-form-row h2 {
		font-size: 3em;
	}
	.hm-form-row h2 img {
		max-width: 15%;
	}
}

@media screen and (max-width: 980px){
	.full.checkbox-fields p {
		display: flex;
	}
	.full.checkbox-fields p > label {
		min-width: 170px;
	}
}

@media screen and (max-width: 800px){
	.hm-form-row h2 {
		font-size: 2.6em;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}

}

@media screen and (max-width: 767px){
	#footer-top {
		padding-bottom: 5em;
	}
	#footer-top .container > .vc_row {
		display: flex;
		flex-direction: column;
	}
	#footer-top .container > .vc_row div.vc_col-sm-4:first-child {
		order: 2;
	}
	#footer-top .container > .vc_row div.vc_col-sm-4:nth-child(2) {
		order: 1;
	}
	#footer-top .container > .vc_row div.vc_col-sm-4:nth-child(3) {
		order: 3;
	}
	#footer-top .vc_inner {
		display: flex;
	}
	#footer-top .foo-logo, #footer-top .foo-address p, #footer-top .foo-heading h4 {
		text-align: left !important;
	}
	.foo-social ul {
		justify-content: flex-start;
		text-align: left;
	}
	.hm-form-row h2 {
		display: flex;
		flex-direction: column;
	}
	.hm-form-row h2 {
		font-size: 2em;
	}
	.hm-form-row h2 img {
		max-width: 120px;
		margin-left: 0;
	}
	.about-page-row img {
		margin: 0 auto 20px !important;
		float: none;
		text-align: center;
		display: block;
	}
}

@media screen and (max-width: 600px){
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	#footer-top {
		padding-bottom: 3em;
	}
	.hm-welcome-row {
		font-size: 18px;
	}
	.testimonial-block {
		font-size: 16px;
	}
	#testimonialrotator {
		padding: 0 25px;
	}
	#testimonialrotator.owl-theme .owl-nav [class*="owl-"] {
		font-size: 3em;
		top: 20%;
	}
	.hm-review-row .comn-btn {
		font-size: 1.2em;
		padding: 1em;
	}
	.hm-review-row .comn-btn strong {
		font-size: 2em;
	}
	#hm-review-row {
		background-size: 30% !important;
	}
	#hm-review-row::before {
		width: 30%;
	}
	.full.checkbox-fields p {
		flex-direction: column;
	}
	.hm-review-row h2 {
		height: 70px;
	}
	a.comn-btn, a.read-more {
		padding: 10px 30px;
		font-size: 1.3em;
	}
}

@media screen and (max-width: 533px){
	.header-top b, .header-top span {
		display: none;
	}
	.header-top .fa.fa-map-marker, .header-top .fa.fa-mobile {
		font-size: 1.5em;
	}
	.hm-review-row h2 {
		height: auto;
	}
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	.hm-form-row strong {
		font-size: 16px;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.hm-form-row h2 {
		font-size: 1.6em;
	}
	.hm-welcome-row h2 {
		font-size: 1.5em;
	}
	.hm-welcome-row {
		font-size: 16px;
	}
}