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

@import url('blog/blog.css');

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

html {
	height: 100%;
}

body {
	position: relative;
	color: #2b2b2b;
	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: 'Roboto', sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 800;
}

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

h1{
	font-size: 42px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 32px;
}

h4{
	font-size: 28px;
}

h5{
	font-size: 24px;
}

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: #000;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover {
	color: #c35530;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #C35530;
	color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 800;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #2b2b2b;
}



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

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

.topwidget {
	background-color: #c35530;
	color: #fff;
}

.topwidget .textwidget {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.topwidget a {
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.topwidget a:hover {
	color: #2b2b2b;
}

.topwidget .fa {
	font-size: 2.2em;
}

.topwidget .fa.fa-phone {
	font-size: 2em;
}

.topwidget a b {
	font-size: 18px;
}

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

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

#logo {
	max-width: 260px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.site-nav {
	font-family: 'Roboto';
}

#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;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header {
	width: 100%;
	background-color: #2b2b2b;
	background-image: url(../../uploads/2024/11/page-header.jpg);
	padding: 5em 0;
	background-position: center;
	background-blend-mode: overlay;
	color: #fff;
	text-align: center;
	background-size: cover;
}
#page-header h1 {
	text-transform: uppercase;
}
#page-header a {
	color: #fff;
}



/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #434341;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
}

#footer a {
	color: #2b2b2b;
}

#footer a:hover {
	color: #c35530;
}

#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.foo-section-one {
	background: #c35530;
	padding: 7em 0 3em;
	position: relative;
}
.foo-section-one .vc_col-sm-5 {
	padding-top: 3em;
}
.foo-section-one::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../../uploads/2024/11/bg_welcome-1.png');
	background-repeat: no-repeat;
	background-size: 77%;
	background-position: -70%;
}
.foo-section-one h2 {
	color: #fff;
}
.foo-section-one h2 img {
	max-width: 280px;
	margin-right: 4px;
	transform: translateY(-4px);
}
.foo-section-one .foo-form-head {
	margin-bottom: 20px !important;
}
.foo-hand figure {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	padding: 20px;
	width: 120px;
	height: 120px;
	outline: 25px solid #f3835d;
	animation: pulse-animation 2s infinite;
	margin-bottom: 25px !important;
}

@keyframes pulse-animation {
            0% {
                outline: 25px solid #f3835d; /* Initial outline */
            }
            50% {
                outline: 10px solid #f3835d; /* Thicker, semi-transparent outline */
            }
            100% {
                outline: 25px solid #f3835d; /* Back to the initial outline */
            }
        }
.foo-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.foo-list .fa {
	font-size: 4em;
	color: #212121;
}
.foo-list .fa.fa-phone {
	font-size: 3em;
}
.foo-list .fa.fa-envelope {
	font-size: 2.5em;
}
.foo-list a {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}
.foo-list strong {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	margin-bottom: 2px;
}
.foo-list strong span {
	width: 100%;
	font-weight: 800;
	font-size: 24px;
	line-height: 18px;
}
.foo-list b {
	font-size: 1.5em;
	font-weight: 700;
}
.foo-list .tollfree span {
	font-size: 16px;
	margin-left: 5px;
}
/* ========== 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: #424240;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 12px;
	font-family: inherit;
	font-weight: 900;
}

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

ul.slimmenu li > ul {
	left: 0;
	min-width: 28em;
	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: #fff;
	background-color: #2b2b2b;
	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 #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #2b2b2b;
	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: 12px;
	right: 5px;
	color: #2b2b2b;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #2b2b2b;
	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: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	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: #2b2b2b;
	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 #2b2b2b;
}

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

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

.collapse-button .icon-bar {
	background-color: #c35530;
	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: #2b2b2b;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
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: #c35530;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #c35530;
}
ul.slimmenu > li.current-menu-item > a {
	background-color: transparent;
	color: #c35530;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #c35530;
	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: #c35530;
	color: #fff;
}
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: #c35530;
	color: #fff;
}
@media screen and (min-width: 1024px){
	.mega-menu-btn a {
		background-color: #2b2b2b !important;
		border: 2px solid #c35530 !important;
		color: #fff !important;
		height: 38px !important;
		line-height: 35px !important;
		padding: 0 35px !important;
	}
	.mega-menu-btn a:hover {
		background-color: #c35530 !important;
	}
	.spacer-cst-html .mega-sub-menu > li a {
		height: 71px !important;
	}
}
@media screen and (max-width: 1100px){
	ul.slimmenu li a {
		padding: 0 7px;
	}
}
/* ========== Form ========== */

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

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

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 120px;
	border: 1px solid #ccc;
	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"], input[type="radio"] {
	width: 16px;
	height: 16px;
}

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

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

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

fieldset > p {
	margin: 0;
}

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

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

.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: 10px;
	color: #222222;
	text-align: center;
	font-size: 32px;
}

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

::placeholder {
	color: #222;
	opacity: 1;
}

.wpcf7-select {
	background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, black, black);
	background-position: calc(100% - 25px) calc(1em + 6px), calc(100% - 20px) calc(1em + 6px), 98% 4px;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	padding: 0;
	appearance: none;
}

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

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 {
	background: #FF001F;
	border-color: #FF001F;
	color: #fff;
}

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

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

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	border: 0;
	background-color: #c35530;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 18px;
	line-height: 1;
	padding: 15px 40px;
	height: auto;
	font-weight: 700;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #2b2b2b;
	color: #fff;
}
fieldset p > label {
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.solutions-checkboxes .wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
}
.red-required {
	color: red;
	font-size: 15px;
}
.wpcf7 input[type="file"] {
	cursor: pointer;
	border: 2px dashed #c5c5c5;
	line-height: 1;
	padding: 20px 10px;
	height: auto;
	max-width: 500px;
}
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
.small-txt {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.solutions-checkboxes .wpcf7-not-valid-tip {
	position: static;
}
/* ========== Custom ========== */
.hm-abt-section {
	position: relative;
}
.hm-abt-txt {
	max-width: 529px;
}
.hm-abt-section h2 {
	color: #fff;
	font-size: 1.9em;
}
.hm-abt-section h2 img {
	max-width: 280px;
	margin-right: 5px;
	transform: translateY(-3px);
}
.hm-abt-section p {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
}

.hm-abt-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../../uploads/2024/11/bg_welcome-1.png');
	background-repeat: no-repeat;
	background-size: 68%;
	background-position: -38%;
}
.big-icon-btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width: 365px;
	margin: auto !important;
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: 800;
	gap: 20px;
	text-align: left;
}
.big-icon-btn a:hover {
	background-color: #2b2b2b;
}
.big-icon-btn a::after {
	content: "\f054";
	font-family: fontawesome;
	font-size: 5.2rem;
}
.img-bordered img{
	border: 10px solid #2b2b2b;
}
.hm-solution-section {
	font-size: 20px;
	font-weight: 600;
}
.hm-solution-section .img-float {
	position: absolute;
	top: 10%;
	left: -10%;
	max-width: 500px;
	overflow: hidden;
}
.hm-solution-section .img-float img {
	border: 10px solid #c35530;
	max-height: 310px;
}
.img-float .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition {
	opacity: 1;
	transition: opacity 400ms !important;
}
.hm-solution-section ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
}
.hm-solution-section .fancy-list li {
	padding-left: 25px;
}
.hm-solution-section .fancy-list li::before {
	color: #2b2b2b;
	font-size: 30px;
}
.comn-btn.bordered-orange {
	background-color: #fff;
	color: #c35530;
	border: 2px solid #c35530;
	padding: 10px 30px;
}
.hm-exp-section h2 {
	color: #000;
}
#cst-toggle .vc_tta-tab > a, #cst-toggle .vc_tta-tab.vc_active > a {
	background-color: #000;
	color: #c3552f;
	font-size: 2.2rem;
	font-weight: 800;
	max-width: 65px;
	max-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
#cst-toggle .vc_tta-tab.vc_active > a {
	color: #fff;
}
#cst-toggle h3 {
	color: #000;
	letter-spacing: 2px;
	font-size: 1.8em;
}
#cst-toggle p {
	font-size: 20px;
	color: #c3552f;
}
.hm-gallery-section h2 img {
	max-width: 350px;
}
.hm-gallery-section .wpb_text_column a {
	background-color: #000;
	border: 2px solid #c35530;
	width: 100%;
	max-width: 392px;
	font-size: 1.5rem;
}
.hm-gallery-section .wpb_text_column a:hover {
	background-color: #c35530;
}
.testimonial-block {
	position: relative;
	background-color: #fff;
	padding: 10px 25px 10px 10px;
	border-left: 8px solid #000;
}
.testimonial-block::before {
	content: "\f10e";
	font-family: fontawesome;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 2rem;
	z-index: 9;
}
.testimonial-block::after {
	content: "";
	font-family: fontawesome;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 70px 80px;
	border-color: transparent transparent #C35530 transparent;
	transform: rotate(0deg);
}
.testimonial_rotator_meta {
	color: #c35530;
	font-weight: 600;
	margin-top: 5px;
	text-transform: capitalize;
}
.testimonial_rotator_description::before {
	content: '"';
}
#testimonialrotator .testimonial_rotator_description {
	min-height: 145px;
}
.owl-theme .owl-nav [class*="owl-"] {
	background: transparent;
	font-size: 3.5rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 18%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
	left: -35px;
}
.owl-theme .owl-nav .owl-next {
	right: -35px;
}
.hm-reviews-section h2 {
	color: #fff;
}
.hm-career-section {
	color: #c35530;
	font-size: 1.2rem;
	font-weight: 600;
}
.hm-career-section h2 {
	color: #000;
	font-size: 1.6em;
	margin-bottom: -10px;
}
.hm-career-section h2 img {
	max-width: 236px;
	margin-right: 4px;
	transform: translateY(-3px);
}
.comn-btn.black-bordered {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
}
#content-sitemap {
	margin-top: 20px;
}
.contact-page #wrapper {
	min-height: 0;
}
.contact-page #content-full {
	margin: 0;
}
.single-job_listing .col-620 {
	width: 100%;
}
.single-job_listing #widgets {
	display: none;
}
.single_job_listing .application .application_button {
	height: auto;
	background-color: #2b2b2b;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}
.single_job_listing .application .application_button:hover {
	background-color: #c35530;
}
.single_job_listing .application .application_details {
	background-color: #eee;
}
input[type="file"] {
	height: auto;
}
.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
	text-transform: capitalize;
}
.mega-sub-menu {
	box-shadow: 0 0 20px rgba(0,0,0,.15) !important;
}
.menu-overlayed-txt {
	position: relative;
	height: 300px;
	background-color: #fff;
    border-radius: 3px;
	padding: 7px;
    box-shadow: 1px 1px 9px 2px rgb(134 0 36 / 26%);
	margin-right: 20px;
}
.menu-overlayed-txt div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
	margin: 7px;
}
.menu-overlayed-txt a {
	display: inline-block;
	padding: 15px 30px;
	background-color: #c35530;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
.menu-overlayed-txt h4 {
	color: #fff;
	font-size: 2.2em;
}
.menu-overlayed-txt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin-left: 0;
}

/* ========== Responsive ========== */
@media screen and (min-width: 1900px){
	.foo-section-one::before {
		background-position: -80%;
	}
}
@media screen and (max-width: 1250px){
	#testimonialrotator {
		padding: 0 40px;
	}
	.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.hm-solution-section .img-float {
		left: 20px;
		max-width: 60%;
		min-width: 200px;
	}
	.hm-solution-section .img-bordered {
		margin-left: 10%;
	}
}
@media screen and (max-width: 1150px){
	.foo-list strong {
		flex-wrap: wrap;
	}
	.foo-list strong img {
		max-width: 190px;
	}
}

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
}

@media screen and (max-width: 980px){
	#footer a {
		display: inline-block;
	}
	#main-footer-bottom {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px){
	.hm-exp-section .wpb_single_image {
		margin-top: 6.5em;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-380, #content-sitemap .col-540 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}
	.hm-exp-section .wpb_single_image {
		text-align: center !important;
	}
	#cst-toggle .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block;
	}
	#cst-toggle .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
		display: none;
	}
	#cst-toggle .vc_tta-tab > a, #cst-toggle .vc_tta-tab.vc_active > a {
		font-size: 1.7rem;
		max-width: 55px;
		max-height: 55px;

	}

}

@media screen and (max-width: 767px){
	.foo-section-one {
		padding: 4em 0 2em;
	}
	.foo-section-one::before {
		background-image: url('../../uploads/2024/11/bg_welcome_mobile.png');
		background-size: cover;
		background-position: 0 0;
		max-height: 50%;
	}
	.foo-section-one .vc_col-sm-5 {
		padding-top: 0;
	}
	.foo-section-one .foo-hand {
		text-align: left !important;
		margin-left: 30px !important;
		margin-top: 5em;
	}
	.hm-abt-section::before {
		max-height: 55%;
		background-image: url('../../uploads/2024/11/bg_welcome_mobile.png');
		background-position: 0 0;
		background-size: cover;
	}
	.hm-abt-section .foo-hand {
		margin-top: 5em;
	}
	.solutions-checkboxes .wpcf7-checkbox {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 600px){
	fieldset.half {
		width: 100%;
		margin-right: 0;
	}
	.foo-section-one::before {
		max-height: 55%;
	}
}

@media screen and (max-width: 533px){
	#logo {
		max-width: 50%;
		min-width: 160px;
	}
	.topwidget .textwidget {
		align-items: center;
		flex-direction: column;
		gap: 0;
	}
	.topwidget a {
		font-size: 12px;
	}
	.foo-section-one::before {
		max-height: 58%;
	}
	#page-header h1 {
		font-size: 1.8em;
	}
	.breadcurmb-row {
		font-size: 13px;
	}

}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	.foo-list b {
		font-size: 1.2em;
	}
	.hm-abt-section::before {
		max-height: 60%;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.foo-section-one h2 {
		font-size: 1.5em;
	}
}


@media screen and (max-width: 400px){
	.big-icon-btn a {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 360px){
	.foo-list b {
		font-size: 1em;
	}
}