/*
Theme Name: Codexin
Author: Themeitems
Author URI: http://themeitems.com/
Description: Responsive Multipurpose WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codexin
Tags: corporate, portfolio, two-columns, left-sidebar, custom-colors, custom-header, featured-images, post-formats
Copyright: (c) 2017 Themeitems.
*/

/**************************************
Primary Color: #60732b
Secondary Color: #ffc845;
body color: rgba(56,56,56,.95);

Primary Font: 'Source Sans Pro', sans-serif;
Secondary Font: 'Oswald', sans-serif;
Tertiary Font: 'Montserrat', sans-serif;

00 global - Typography
01 global - Colors
02 global - Structure
03 global - lists
04 global - images
05 global - shortcodes
06 global - forms

10 header
11 header - logo
12 header - nav

20 home
21 home - showcase
22 Buttons

30 page
31 page - about
32 page - contact

61 social bar
62 top bar

70 sidebar

80 footer
**************************************/

/**************************************
s00 global - Typography
**************************************/

html,
body {
	font-size: 15px;
	line-height: 1.5em;
	/*font-family: 'Source Sans Pro', sans-serif;*/
}

@font-face {
	font-family: 'Silom';
	src: url('./fonts/silom-webfont.woff2') format('woff2'), url('./fonts/silom-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*

@font-face {
    font-family: 'Silom';
    src: url('silom-webfont.woff2') format('woff2'),
         url('silom-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
table {
	margin-top: 0;
	margin-bottom: 30px;
}

.primary-btn {
	font-size: 14px;
	font-family: montserrat;
	font-weight: bold;
}

#nav a {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Silom';
	font-size: 15px;
	color: #fff;
}

/*To Top button*/
#toTop {
	bottom: 30px;
	cursor: pointer;
	display: none;
	height: 40px;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 999;
	color: #fff;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

/*page Loader*/
.cx-pageloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}

.cx-pageloader .cx-pageloader-inner {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	width: calc(100% - 200px);
	color: #e09933;
	padding: 0 100px;
	text-align: center;
	width: 100%;
	height: auto;
}

.cx-pageloader .cx-pageloader-inner label {
	font-family: sans-serif;
	font-size: 36px;
	opacity: 0;
	display: inline-block;
}

@keyframes lol {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}
	33% {
		opacity: 1;
		transform: translateX(0px);
	}
	66% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(300px);
	}
}

@-webkit-keyframes lol {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-300px);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(300px);
	}
}

.cx-pageloader-inner label:nth-child(6) {
	-webkit-animation: lol 3s infinite ease-in-out;
	animation: lol 3s infinite ease-in-out;
}

.cx-pageloader-inner label:nth-child(5) {
	-webkit-animation: lol 3s 100ms infinite ease-in-out;
	animation: lol 3s 100ms infinite ease-in-out;
}

.cx-pageloader-inner label:nth-child(4) {
	-webkit-animation: lol 3s 200ms infinite ease-in-out;
	animation: lol 3s 200ms infinite ease-in-out;
}

.cx-pageloader-inner label:nth-child(3) {
	-webkit-animation: lol 3s 300ms infinite ease-in-out;
	animation: lol 3s 300ms infinite ease-in-out;
}

.cx-pageloader-inner label:nth-child(2) {
	-webkit-animation: lol 3s 400ms infinite ease-in-out;
	animation: lol 3s 400ms infinite ease-in-out;
}

.cx-pageloader-inner label:nth-child(1) {
	-webkit-animation: lol 3s 500ms infinite ease-in-out;
	animation: lol 3s 500ms infinite ease-in-out;
}

/************************************************************
	01 - Global Colors
*************************************************************/

html,
body {
	color: #383838;
	color: rgba(56, 56, 56, .95);
}

.header {
	background-color: #333;
}

#nav a:hover {
	color: #fff;
}

#showcase {
	background: #f1f1f1;
}

#page_title {
	background-color: #f1f1f1;
}

#showcase h1 {
	color: #333;
}

#page_title h1 {
	color: #fff;
}

a {
	color: #60732b;
}

a:focus,
a:hover {
	color: #383838;
}

#nav a:focus,
#nav a:hover {
	color: #fff;
}

.mfp-bg {
	background: #222728;
}

/* Form Color */
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	border: 1px solid;
}

textarea {
	border: 1px solid;
}

input[type="submit"] {
	color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form .custom-btn {
	border: 1px solid #01a0c8;
}

form .custom-btn:hover {
	background: #ade73b;
	border: 1px solid #ade73b;
}

/* Navigation Menu color*/

#nav a {
	text-transform: initial;
}

ul.sub-menu {
	background: #111;
}

ul.sub-menu .sub-menu {
	background: #222;
}

ul.sub-menu .sub-menu .sub-menu {
	background: #333;
}

ul.sub-menu .sub-menu .sub-menu .sub-menu {
	background: #444;
}

ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
	background: #4a4a4a;
}

@media screen and (max-width: 767px) {
	ul.sub-menu,
	ul.sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
		background: transparent;
	}
}

.elementor-section.elementor-section-boxed > .elementor-container {
	padding-right: 15px;
	padding-left: 15px;
}
.elementor-section.elementor-section-boxed > .elementor-container .elementor-row {
	margin-right: -15px;
	margin-left: -15px;
	width: calc(100% + 30px);
}
.elementor-section.elementor-section-boxed > .elementor-container .elementor-column {
	padding-right: 15px;
	padding-left: 15px;
}
.elementor-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	/*padding: 0; */
}

@media screen and (min-width: 768px) {
	.container {
		width: 100%;
	}
	.container,
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 970px !important;
	}
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
	.container {
		width: 100%;
	}
	.container,
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 970px !important;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1050px !important;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1050px !important;
	}
	.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
		max-width: 1230px !important;
	}
}

/* Social Bar color */

#social_bar {
	background: #fff;
	box-shadow: -4px 0px 25px -4px rgba(0, 0, 0, 0.5);
}

/* Footer Color */

.footer-widget .widgettitle,
.footer-widget a {
	color: #fff;
}

.footer-widget ul.sub-menu,
.footer-widget ul.sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
	background: transparent;
}

#footer {
	/*background: #60732b;*/
	/*color: #fff;*/
}

/* WP BASE CSS Color */

.image-featured img {
	width: 100%;
	max-width: 100%;
}

.wp-caption {
	background: #f5f5f5;
	border: 1px solid #dedede;
}

.page-links span {
	background: #60732b none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;
}

.page-links a span {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #333;
	color: #333;
}

span.page-links-title {
	background: transparent none repeat scroll 0 0;
	color: #333;
	border: 0;
}

.page-links a:focus span,
.page-links a:hover span {
	background: #60732b;
	color: #fff;
	border: 1px solid;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
}

.post-password-form input[type="submit"] {
	color: #fff;
	background: #60732b;
}

#comments .comment-info {
	background: #f5f5f5;
}

.comment-info .fn a {
	color: #333;
}

.comment-meta a {
	color: #333;
}

#comments .comment-info:before {
	border-color: transparent #f5f5f5 transparent transparent;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

td,
th {
	border: 1px solid;
}

tr {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

blockquote {
	border-left: 4px solid;
	background: #f1f1f1;
}

.blockquote-reverse {
	border-right: 5px solid;
}

.post-item {
	border-bottom: 1px solid;
}

.read-more a {
	border: 1px solid #dedede;
}

.tagcloud a,
.post-tag a {
	border: 1px solid;
}

.posts-nav {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.sidebar-widget {
	border-bottom: 1px solid #ddd;
}

.error404 form input[type="submit"],
.search form input[type="submit"],
.sidebar-widget input[type="submit"] {
	background-color: #60732b;
	border: 1px solid;
}

.advantage-list-spacing ol {
	padding-left: 9px;
}

.advantage-list-spacing ol li {
	margin-bottom: 20px;
}

.search .search-title {
	margin-bottom: 20px;
	font-size: 26px;
}

.search .post-item {
	border: 0;
	padding-top: 30px !important;
	margin-top: 30px;
	padding-bottom: 0;
	border-top: 1px dashed #ddd;
}

.audio-centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.audio-centered a {
	margin-left:3px;
	margin-right:3px;
}

.audio-centered a:hover,
.audio-centered a:focus {
	background: #fff;
}

.search-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search-content .image-featured {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 25px 0 0;
}
.search-content .post-details {
	-webkit-box-flex: 0;
	-ms-flex: 1 0 72%;
	flex: 1 0 72%;
	-webkit-box-shadow: 5px 5px 5px -2px rgba(85, 85, 85, .10);
	box-shadow: 5px 5px 5px -2px rgba(85, 85, 85, .10);
	padding: 10px;
}
.search #whole h2.post-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0;
}
.search-content .post-excerpt {
	margin-bottom: 0;
	margin-top: 10px;
}

.search-no-results form.input-group,
.error404 form.input-group {
	max-width: 750px;
	width: 100%;
	margin-top: 20px;
}
.search-no-results .input-group .form-control,
.error404 .input-group .form-control {
	width: calc(100% - 50px) !important;
	border: 1px solid #ccc;
	height: 50px !important;
}
.search-no-results form.input-group input.submit-button,
.error404 form.input-group input.submit-button {
	border: 1px solid #ccc;
	border-left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	width: 50px !important;
}
.search-no-results form.input-group input.submit-button,
.error404 form.input-group input.submit-button {
	border: 1px solid #ccc;
	border-left: 0;
	height: 50px !important;
}
/**************************************
s02 global - structure
**************************************/

.section {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

#content {
	padding-top: 0;
	padding-bottom: 70px;
}

.home #content {
	padding-top: 0;
	padding-bottom: 0;
}

#showcase {
	padding-top: 0;
	/*padding-bottom: 130px;*/
	position: relative;
	text-align: center;
}

div#page_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#page_title {
	/*height: 285px;*/
	min-height: 90px;
	/*    padding-top: 65px;
    padding-bottom: 70px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}
@media screen and (min-width: 1200px) {
	#page_title {
		height: 285px;
		padding-top: 65px !important;
		padding-bottom: 70px !important;
	}
}
#page_title::before {
	content: "";
	/*background: rgba(0,0,0,.40);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#showcase h1,
#page_title h1 {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.thumbnail-img {
	max-width: 300px;
}

.thumbnail-img.alignleft,
.thumbnail-img.pull-left {
	margin-right: 20px;
	margin-bottom: 15px;
}

.thumbnail-img.alignright,
.thumbnail-img.pull-right {
	margin-left: 20px;
	margin-bottom: 15px;
}

html.pop-triggered {
	overflow-y: scroll !important;
	margin-right: 0 !important;
}

.space-bottom {
	margin-bottom: 30px;
}

.post-meta {
	margin-bottom: 20px;
}

.post-thumbnail {
	margin-bottom: 30px;
}

.blog-meta p {
	margin-bottom: 15px !important;
}

p.lead {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	p.lead {
		font-size: 20px;
	}
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.95;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Indivudual image Zoom Option On Click */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.95;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

a.mpopup {
	outline: none;
}

.mfp-bg {
	opacity: .95;
}

/**************************************
s03 global - lists
**************************************/

/**************************************
s04 global - images
**************************************/

/**************************************
s05 global - shortcodes
**************************************/

/**************************************
s06 global - forms
**************************************/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
select {
	height: 40px;
	outline: 0;
}

textarea {
	padding-left: 7px;
	padding-right: 7px;
	outline: 0;
}

input[type="submit"] {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	outline: none;
	cursor: pointer;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
	outline: 0;
}

form .custom-btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 40px;
}

form input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 40px;
}

#whole .gform_footer input[type="submit"] {
	width: 100%;
}

@media only screen and (min-width: 641px) {
	#whole .gform_wrapper .gform_footer {
		padding-right: 16px;
	}
}

/**************************************
s10 header
**************************************/

#topbar.active ~ #whole {
	padding-top: 40px;
}

.no-topbar ~ #whole #nav.affix {
	top: 0;
}

/**************************************
s11 header - logo
**************************************/

.logo {
	max-width: 174px;
}

@media screen and (max-width: 767px) {
	.logo {
		float: left;
	}
}

/**************************************
s12 header - nav
**************************************/
#nav {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.logo a.navbar-brand {
	display: inline-block;
	height: auto;
}

.header-top .logo {
	overflow: hidden;
	max-width: 100%;
}

.header-top .logo img {
	max-width: 115px;
}

#nav a.navbar-brand {
	padding: 10px 5px;
	/*transition: 0.3s;*/
}

.main-menu {
	/*overflow: hidden; */
}

.sf-menu > li > a {
	padding: 10px 15px;
	transition: all 0;
	transition: color .3s;
}

.sf-menu ul.sub-menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: initial;
	padding-right: 30px;
}

.sf-menu ul.sub-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.sub-menu .sub-menu {
	/*top: -10px; */
}

.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
ul.language-dropdown {
	position: absolute;
	right: 0;
	left: auto;
	top: calc(100% + 10px);
	width: 220px;
	list-style: none;
	background: #111;
	padding: 0;
	z-index: 9;
	border: 0;
}

.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li,
ul.language-dropdown li {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0;
	position: relative;
}

.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover,
ul.language-dropdown li:hover {
	opacity: 1;
}

.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a,
ul.language-dropdown a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	background: transparent;
	border: 0;
}

#nav.affix {
	width: 100%;
	position: fixed;
	left: 0;
	top: 40px;
	background: #2a2a2a;
	z-index: 9;
	margin-top: 0;
}

#nav.affix .sf-menu {
	float: none;
	margin-bottom: 0;
	width: 100%;
	clear: both;
	text-align: center;
}

#nav.affix .sf-menu > li {
	float: none;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}

#nav.affix .sf-menu > li > a {
	padding: 13px 25px;
	transition: all 0;
	transition: color .3s;
}

/**************************************
s13 header - Mobile Menu
**************************************/
#mobile-menu .has-child {
	position: relative;
}
#mobile-menu .has-child .drawer-toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 60px;
	height: 42px;
	text-align: center;
	z-index: 9999;
	border: 0;
	line-height: 42px;
	font-size: 19px;
}
#c-menu--slide-left .c-menu__items ul {
	/*background-color: #000;*/
}
#mobile-menu .has-child > ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	padding-left: 0;
	margin: 0;
}

/* mobile menu */
#mobile-menu .has-child .drawer-toggle i::before {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#mobile-menu .has-child.open > .drawer-toggle i::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
}
.admin-bar div#c-menu--slide-left {
	margin-top: 46px;
}

/**************************************
s20 home
**************************************/

.home #page_title {
	padding-bottom: 80px;
	padding-top: 35px;
}

/**************************************
s21 home - showcase
**************************************/

/************************************************************
	s22 Buttons
*************************************************************/

.primary-btn {
	text-transform: uppercase;
	letter-spacing: .1em;
}

/**************************************
s61 social bar
**************************************/

#social_bar {
	width: 48px;
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 999999999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#social_bar .social-icon {
	background-size: 48px;
	width: 48px;
	height: 48px;
	opacity: 0.9;
}

#social_bar .social-icon:hover {
	opacity: 1;
}

#social_bar .social-icon > a {
	display: block;
	width: 100%;
	height: 100%;
}

#social_close span {
	cursor: pointer;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#social_bar .social-icon-facebook {
	background-image: url('images/social-icons/facebook-icon.jpg');
}
#social_bar .social-icon-twitter {
	background-image: url('images/social-icons/twitter-icon.jpg');
}
#social_bar .social-icon-googleplus {
	background-image: url('images/social-icons/googleplus-icon.jpg');
}
#social_bar .social-icon-yelp {
	background-image: url('images/social-icons/yelp-icon.jpg');
}
#social_bar .social-icon-pinterest {
	background-image: url('images/social-icons/pinterest-icon.jpg');
}
#social_bar .social-icon-contact {
	background-image: url('images/social-icons/contact-icon.jpg');
}
#social_bar .social-icon-youtube {
	background-image: url('images/social-icons/youtube-icon.jpg');
}
#social_bar .social-icon-linkedin {
	background-image: url('images/social-icons/linkedin-icon.jpg');
}
#social_bar .social-icon-instagram {
	background-image: url('images/social-icons/instagram-icon.jpg');
}

@media screen and (max-width: 850px) {
	#social_bar {
		display: none !important;
	}
}

/**************************************
s62 top bar
**************************************/

#topbar {
	height: 40px;
	position: fixed;
	width: 100%;
	z-index: 9001;
	text-align: center;
}

#topbar_text_short,
#topbar_text_long {
	line-height: 37px;
	display: inline-block;
	margin-right: 10px;
}

#topbar_text_short {
	display: none;
}

#topbar_link {
	display: inline-block;
	position: relative;
}

#topbar_link > a {
	display: inline-block;
	padding: 4px 8px;
	margin-top: 4px;
	border-radius: 4px;
}

#topbar_hide,
#topbar_show {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	position: fixed;
	cursor: pointer;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 9999999;
}

#topbar_show {
	background-image: url('images/info-icon.png');
}

#topbar_hide {
	background-image: url('images/close-icon.png');
}

.topbar-hidden {
	top: 0 !important;
}
/*.topbar-active { top: 40px !important; }*/

@media screen and (max-width: 799px) {
	#topbar_text_short {
		display: inline-block;
	}

	#topbar_text_long {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#topbar_text_short,
	#topbar_text_long {
		font-size: 14px !important;
	}

	#topbar_link > a {
		font-size: 14px !important;
		padding: 4px !important;
	}
} /* max-width: 500px */

/**************************************
s70 sidebar
**************************************/

.call-btn .btn-wrapper a {
	font-size: 20px;
}

.call-btn i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	margin-right: 5px;
}

.contact-widget {
	margin: 0;
	padding: 0;
}

.contact-widget li {
	list-style-type: none;
}

/************************************************************
	Misci
*************************************************************/
.on-page-review {
	margin-top: 50px;
}

/**************************************
s80 footer
**************************************/

.footer-widget ul.sub-menu {
	padding-left: 30px;
}

.footer-widget ul.sub-menu .sub-menu {
	padding-left: 30px;
}

.sidebar-widget.footer-widget {
	border-bottom: 0;
}

#footer {
	padding-top: 35px;
	padding-bottom: 20px;
}

#footer_left ul#menu-footer-menu {
	margin-bottom: 50px;
}

#footer_left ul#menu-footer-menu li {
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	padding: 15px;
}

#copyright p {
	margin-bottom: 0;
}

/*contact page  */

.box-responsive .elementor-image-box-wrapper .elementor-image-box-img {
	max-width: 45px;
}
.box-responsive .elementor-image-box-wrapper .elementor-image-box-content {
	flex: 1;
	word-break: break-all;
}

@media only screen and (max-width: 767px) {
}
/************************************************************
	Responsive styles
*************************************************************/

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
} /* ( min-width: 1200px ) */

@media screen and (min-width: 993px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
} /* ( min-width: 993px ) and ( max-width: 1199px ) */

@media only screen and (min-width: 768px) and (max-width: 992px) {
} /* ( min-width: 601px ) and ( max-width: 992px ) */

@media screen and (min-width: 768px) {
	.c-menu--slide-left,
	.primary-nav button {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#nav {
		display: none;
	}

	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}

	html,
	body {
		font-size: 14px;
		line-height: 1.65em;
	}

	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#logo {
		max-width: 270px;
		float: left;
		margin-right: 20px;
	}

	#o-wrapper {
		max-width: 125px;
		float: right;
	}

	.alignleft,
	.alignright {
		float: none;
		clear: both;
		margin-left: 0;
		margin-bottom: 30px;
		overflow: hidden;
	}

	/* Mobile Menu Started */

	.primary-nav-details {
		background: transparent;
		border: 0;
		outline: none;
		text-transform: uppercase;
		font-size: 19px;
		color: #fff;
		margin: 17px 0;
		line-height: 1;
	}

	.primary-nav-details i {
		margin-left: 5px;
	}

	.c-menu {
		position: fixed;
		z-index: 99999;
		background-color: #2c2c2c;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}

	.c-menu__items {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.c-menu--slide-left {
		width: 70%;
		height: 100%;
		overflow-y: auto;
		-webkit-transform: translateX(240px);
		-ms-transform: translateX(240px);
		transform: translateX(240px);
	}

	.c-menu--slide-left .c-menu__items li {
		display: block;
	}

	.c-menu--slide-left .c-menu__items > li {
		/*border-bottom: 1px solid #444;*/
	}

	.c-menu--slide-left a {
		display: block;
		padding: 12px 20px;
		color: #fff;
		font-size: 13px;
		line-height: 1.3em;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		font-family: 'Silom';
	}

	.c-menu--slide-left a span {
		margin-left: 10px;
	}

	.c-menu--slide-left ul.sub-menu {
		margin-bottom: 15px;
	}

	.c-menu--slide-left ul.sub-menu a {
	}

	.c-menu--slide-left ul.sub-menu a::before {
		/*   content: "\f178";
	    font-family: FontAwesome;
	    position: absolute;
	    display: inline-block;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: auto;
	    margin: auto;
	    height: 18px;
	    font-size: 10px; */
	}

	.c-menu__items a:hover {
		text-decoration: none;
		background: #e09933;
	}

	.c-menu--slide-left .c-menu__close {
		display: block;
		padding: 12px 24px;
		width: 100%;
	}

	.c-menu--slide-left {
		top: 0;
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.c-menu--slide-left.is-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	body.has-active-menu {
		overflow: hidden;
	}

	.c-menu__close {
		color: #fff;
		background-color: #e09933;
		font-size: 14px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.c-menu__close:focus {
		outline: none;
	}

	.c-mask {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 0;
		height: 0;
		background-color: #000;
		opacity: 0;
		-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
		transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	}

	.c-mask.is-active {
		width: 100%;
		height: 100%;
		opacity: 0.7;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.c-buttons {
		margin-bottom: 48px;
		text-align: center;
	}

	.c-button {
		display: inline-block;
		margin: 4px;
		padding: 12px 24px;
		color: #67b5d1;
		background: none;
		font-size: 14px;
		border: solid 2px #67b5d1;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.c-button:focus {
		outline: none;
	}

	.c-button:disabled {
		opacity: 0.3;
		cursor: not-allowed;
	}

	/* Mobile Menu Finished */

	img.alignright,
	img.alignleft {
		display: block;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.posts-nav .nav-previous,
	.posts-nav .nav-next {
		max-width: 50%;
		float: right;
		clear: initial;
	}
	.posts-nav .nav-previous {
		float: left;
	}
	.search-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search-content .image-featured {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 0 0;
	}
	.search-content .post-details {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
} /* ( max-width: 767px ) */

@media screen and (max-width: 480px) {
	.c-menu--slide-left {
		width: 75%;
	}

	.c-menu--slide-left a {
		/*font-size: 16px; */
	}

	#mobile_menu .icon-menu {
		font-size: 22px;
		margin-top: 8px;
	}

	#mobile_menu .icon-menu::before {
		left: -70px;
		top: 3px;
		font-size: 24px;
	}

	ul.sub-menu {
		padding-left: 30px;
	}

	ul.sub-menu .sub-menu {
		padding-left: 30px;
	}
} /* ( max-width: 480px ) */

/***********************************************************************************************************

http://ingenuityunlimited.us/
css start from here

*************************************************************************************************************/

/*#showcase*/

.codexin_btn_4 {
	display: inline-block;
	padding: 12px 24px;
	line-height: 1;
	font-family: montserrat;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

div#showcase:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}

#showcase .col-md-9 {
	/*margin: 0 auto;*/
	float: none;
}

#showcase p {
	text-shadow: 0 0 1px rgba(0, 0, 0, .15);
}
/*footer css  */
div#footer_left {
	text-align: center;
	color: #fff;
}

#footer_left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

div#footer_left p {
	margin: 0;
	font-size: 12px;
}

/*23 - april 2020 */
header.header {
	position: fixed;
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: 0.3s;
}
.admin-bar header.header {
	top: 32px;
}
.sticky-wrapper .header-top {
	background: transparent;
	transition: 0.3s;
}
.is-sticky .header-top {
	background: #111;
}

header.header.headroom--not-top,
header.header.background-black {
	background: #111;
}

.featured-product .woocommerce ul.products li.product.featured {
	margin: 0 0 35px;
}

.featured-product .woocommerce ul.products {
	margin-bottom: 0;
	margin: 0 -12px;
}
/*main menu */
div#nav ul.sf-menu {
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

div#nav ul.sf-menu.sf-arrows .sf-with-ul:after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 18px;
	line-height: 11px;
	margin: auto;
	bottom: 0;
	top: 0;
}

#main_menu > li > a {
	padding: 0 5px 7px;
	position: relative;
	font-size: 16px;
	line-height: 1;
	margin: 12px 0;
}

#main_menu > li > a.sf-with-ul {
	position: relative;
	padding: 0 14px 7px;
}

div#nav ul.sf-menu.sf-arrows .sf-with-ul:after {
}

div#nav ul#main_menu li:first-child {
	margin: 0;
	margin-right: auto;
}

div#nav ul#main_menu > li:last-child {
	margin-right: 0;
}

div#nav ul#main_menu > li {
	margin-left: auto;
	margin-right: auto;
}

div#nav ul#main_menu > li.menu-logo.menu-item {
	padding-right: 10px;
}

div#footer_left .widget_nav_menu li {
	margin-left: 17px;
}

div#footer_left .widget_nav_menu li a {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
}

div#footer_left .widget_nav_menu li:first-child {
	margin-left: 0;
}

.language-selector {
	position: absolute;
	color: #fff;
	top: 10px;
	right: 5px;
	font-family: 'Silom';
	padding-right: 0;
}

.language-selector .selected-language {
	position: relative;
	font-size: 14px;
	padding-right: 15px;
	cursor: pointer;
	height: 25px;
	display: block;
	line-height: 25px;
}

.language-selector .wpml-ls-legacy-dropdown {
	width: auto;
}

.language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	font-size: 14px !important;
	cursor: pointer;
	height: 25px;
	display: block;
	background: 0 0;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 15px;
}

.language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	position: absolute;
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 12px;
	line-height: 7px;
	margin: auto;
	bottom: 0;
	top: 0;
	right: 0;
	border: 0;
}

.language-selector .selected-language:after {
	position: absolute;
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 12px;
	line-height: 7px;
	margin: auto;
	bottom: 0;
	top: 0;
	right: 0;
}

.language-selector:hover .wpml-ls-legacy-dropdown .wpml-ls-sub-menu::after,
.language-selector ul.language-dropdown:before {
	background: rgba(0, 0, 0, .9);
	opacity: 1;
	position: absolute;
	content: "";
	right: 12px;
	top: -4px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.language-selector ul.language-dropdown {
	max-height: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
}

.language-selector:hover .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.language-selector:hover .selected-language + ul.language-dropdown {
	max-height: 400px;
	overflow: initial;
	opacity: 1;
}

div#nav ul#main_menu > li ul.sub-menu {
	padding: 0;
}

div#nav ul#main_menu > li ul.sub-menu li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-family: 'Silom';
	font-size: 13px;
}

div#nav ul#main_menu > li ul.sub-menu li {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0;
	position: relative;
}

div#nav ul#main_menu > li ul.sub-menu li:last-child,
.language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child,
ul.language-dropdown li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-btn-next,
.swiper-container-rtl .swiper-btn-prev {
	right: 10px;
	left: auto;
}
.swiper-btn-prev,
.swiper-container-rtl .swiper-btn-next {
	left: 10px;
	right: auto;
}
.swiper-btn-next,
.swiper-btn-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-btn-next:after,
.swiper-btn-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-btn-next:after,
.swiper-container-rtl .swiper-btn-prev:after {
	content: 'next';
}

.swiper-btn-prev:after,
.swiper-container-rtl .swiper-btn-next:after {
	content: 'prev';
}

.swiper-wrapper,
.swiper-slide,
.swiper-slide * {
	background: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: subpixel-antialiased;
}

#primary_slider .slide-inner {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	height: 800px;
}

#primary_slider .swiper-arrow {
	margin-top: -30px;
	cursor: pointer;
	z-index: 9;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 66px;
	display: inline-block;
	top: 50%;
	opacity: 0;
	border: 0;
	color: #e2e2e2;
	position: absolute;
	-webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
	-o-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
	transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

#primary_slider .swiper-arrow i {
	font-size: 60px;
}

#primary_slider .swiper-arrow.prev {
	left: 0;
}

#primary_slider .swiper-arrow.prev i {
	right: 1px;
}

#primary_slider .swiper-arrow.next {
	right: 0;
}

#primary_slider .swiper-arrow.next i {
	left: 1px;
}

#primary_slider .swiper-slide {
	overflow: hidden;
}

#primary_slider .slide-content {
	width: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	top: 50%;
	transform: translateY(-50%);
}

#primary_slider .swiper-slide-active .slide-content,
#primary_slider .swiper-slide-active .slide-content h1,
#primary_slider .swiper-slide-active .slide-content p {
	visibility: visible;
	opacity: 1;
}

#primary_slider .slide-content .promo-title {
	text-transform: capitalize;
	font-size: 18px;
	z-index: 0;
	width: 100%;
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 25px;
	margin-bottom: 15px;
}

#primary_slider .slide-content .promo-title span {
	text-transform: uppercase;
	padding: 5.5px 12px;
	font-size: 12px;
	vertical-align: top;
	border-radius: 2px;
	letter-spacing: 0;
}

#primary_slider .slide-content .main-title {
	font-size: 45px;
	z-index: 0;
	width: 100%;
	margin: 0;
	line-height: 1.1;
	color: #fff;
}

#primary_slider .slide-content .main-title span {
	display: block;
}

#primary_slider .slide-content .subtitle {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	margin: 30px 0 0;
	color: #fff;
}

#primary_slider .slide-content .slide-button {
	margin: 30px 0 0;
}

/*#primary_slider .slide-content * {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/
#primary_slider .swiper-pagination {
	bottom: 20px;
}

#primary_slider .swiper-pagination .swiper-pagination-bullet {
	border: none;
	height: 11px;
	margin: 0 5px;
	width: 11px;
	cursor: pointer;
	background: #d7d7d7;
	opacity: 1;
	transition: all 0.3s;
	outline: none;
}

#primary_slider .slide-content {
	text-align: left;
}

.bg-img-wrapper .slide-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide-content a.more-link {
	color: #ffffff !important;
	background: #2ea3f2;
	border: 2px solid #2ea3f2;
	border-radius: 3px;
	letter-spacing: 2px;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 3px 6px !important;
	margin-top: 15px;
	width: 130px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slide-content a.more-link:hover {
	background: #50d18d;
	border-color: #50d18d;
}

.slide-inner {
	position: relative;
}

.slide-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
	background: -o-linear-gradient(left, #000, transparent);
	background: linear-gradient(to right, #000, transparent);
	/*opacity: .3;*/
	opacity: 0;
}

#primary_slider .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	height: 2px;
	width: 40px;
	margin: 0 13px;
}

#primary_slider .swiper-pagination {
	/*bottom: 45px;*/
	bottom: 6%;
}

#primary_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e3961d;
}

.admin-bar header.header.is-sticky {
	/*top: 32px !important; */
}

/*header.header.fixed-sticky.is-sticky .header-top{*/
header.header .header-top {
	/*top: -100%;*/
	/*position: fixed;*/
	/*left: 0;*/
	/*    -webkit-box-shadow: 0 0 15px -13px #111;
    box-shadow: 0 0 15px -13px #111;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;*/
	/*right: 0;*/
}

.headroom--pinned {
	/*display: block; */
}
.headroom--unpinned {
	/*display: none;*/
}
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}
.headroom--pinned {
	transform: translateY(0%);
}
.headroom--unpinned {
	transform: translateY(-100%);
}

header.header.fixed-head #nav a.navbar-brand {
	padding: 0px 5px;
}

header.header.fixed-sticky.is-sticky .header-top {
	/*top: 0;*/
}

.admin-bar header.header.fixed-sticky.is-sticky .header-top {
	/*top: 32px;*/
}

.complany-profile-bar-left:before {
	content: "";
	width: 5px;
	height: 125px;
	left: 10px;
	background: #e09933;
	top: 5px;
	position: absolute;
}

.contact-form-7-wrapper br {
	display: none;
}

.contact-form-7-wrapper span.wpcf7-form-control-wrap,
.contact-form-7-wrapper span.wpcf7-form-control-wrap input,
.contact-form-7-wrapper span.wpcf7-form-control-wrap textarea,
.contact-form-7-wrapper label {
	width: 100%;
	display: block;
}

.contact-form-7-wrapper span.wpcf7-form-control-wrap textarea {
	padding: 10px 15px;
	box-shadow: none;
}

.contact-form-7-wrapper span.wpcf7-form-control-wrap input {
	padding: 10px 15px;
	color: #333;
	height: 50px;
	outline: 0;
	box-shadow: none;
	/*border: 1px solid;*/
}

.contact-form-7-wrapper label {
	margin-bottom: 25px;
}

.contact-form-7-wrapper label:last-child {
	margin: 0;
}

.contact-form-7-wrapper input.wpcf7-form-control.wpcf7-submit {
	max-width: 330px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.padding-0 {
	padding: 0 !important;
}

.elementor-12 .Certification-Compliance.elementor-element > .elementor-container {
	max-width: 330px !important;
	padding-left: 0;
	padding-right: 0;
}

div#footer_left .widget_nav_menu li a:hover {
	color: #e09933;
}

header.woocommerce-products-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}

header.woocommerce-products-header .page-title {
	margin-bottom: 20px;
	padding-right: 20px;
}

header.woocommerce-products-header .form.woocommerce-product-search {
	margin-bottom: 20px;
}

.before-main-content {
	margin-bottom: 70px;
}

header.woocommerce-products-header form.woocommerce-product-search {
	max-width: 380px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

header.woocommerce-products-header form.woocommerce-product-search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	background: transparent;
	width: 50px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

section.related.products > h2,
header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
	margin: 0;
	font-size: 25px;
	padding: 0px 0px 0px 25px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #e3961d;
}

header.woocommerce-products-header form.woocommerce-product-search label.screen-reader-text {
	display: none;
}

header.woocommerce-products-header form.woocommerce-product-search input.search-field {
	width: 100%;
	border: 1px solid #111;
	padding: 10px 15px;
	padding-right: 45px;
	border-radius: 20px;
	font-size: 12px;
	outline: 0;
}

header.woocommerce-products-header form.woocommerce-product-search button:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: left;
	margin: auto;
	text-indent: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
}

.products li.product a {
	display: block;
}

.before-main-content ul.products li.product a img {
	margin: 0;
}

.woocommerce .before-main-content ul.products li.product .woocommerce-loop-product__title {
	line-height: 1.3;
	padding-top: 13px;
	color: #333;
}

.woocommerce .before-main-content ul.products li.product .woocommerce-loop-product__title {
	padding-bottom: 5px;
	transition: 0.3s;
}

.featured-product .woocommerce ul.products li.product.featured .woocommerce-loop-product__title {
	transition: 0.3s;
}

.woocommerce .before-main-content ul.products li.product .woocommerce-loop-product__title:hover,
.featured-product .woocommerce ul.products li.product.featured .woocommerce-loop-product__title:hover {
	color: #e09933;
}

.woocommerce .before-main-content ul.products li .item-no {
	color: #ababab;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	width: 45px;
	height: 45px;
	line-height: 33px;
	background: #f2f2f2;
	color: #000;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e3961d;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
}

section.related.products {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 55px;
}

div#related_product_carousel ul.products {
	margin: 0;
}

.related-product-wrapper {
	/*overflow: hidden;*/
	position: relative;
	margin-top: 40px;
}
div#related_product_carousel {
	/*padding: 0 50px;*/
	overflow: hidden;
	/*position: relative;*/
	margin: 0 40px;
}

section.related.products ul.products li.product {
	margin-bottom: 0;
	padding: 0 12px;
}
.woocommerce div.product .product_title {
	font-size: 22px;
	margin: 0;
	line-height: 1.3;
}

.woocommerce div.product div.summary .item-no {
	color: #ababab;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
	margin-top: 20px;
	/*font-size: 22px;*/
}

.technical-description h2 {
	line-height: 1.2;
	font-size: 14px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.technical-description h3 {
	margin: 0 0 8px;
	color: #e3961d;
	font-size: 14px;
}

.technical-description strong {
	max-width: 182px;
	display: inline-block;
	width: 100%;
}

.technical-description pre:first-child {
	color: #ababab;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-family: Montserrat;
}

.technical-description h2:first-child {
	color: #ababab;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-family: Montserrat;
}

.technical-description p {
	margin-bottom: 10px;
}

div#related_product_carousel .swiper-btn-prev {
	left: 0;
}

div#related_product_carousel .swiper-btn-next {
	right: 0;
}

.swiper-btn-prev:after,
.swiper-container-rtl .swiper-btn-next:after,
.swiper-btn-next:after,
.swiper-container-rtl .swiper-btn-prev:after {
	content: '';
}

div#related_product_carousel .swiper-arrow {
	font-size: 25px;
	color: #e09933;
}
div#related_product_carousel .swiper-arrow:hover {
}

figure.woocommerce-product-gallery__wrapper {
	max-width: unset;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-top: 8px;
	padding: 0 4px;
	width: 33.33%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 0.7;
	transition: 0.3s all;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%;
	max-width: 450px;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
	max-width: calc(100% - 450px);
	width: 100%;
	padding-left: 45px;
}

.featured-product .woocommerce ul.products li.product.featured .woocommerce-loop-product__title {
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 18px;
}

.featured-product .woocommerce ul.products li.product.featured .item-no {
	margin-bottom: 20px;
}

.cx-btn a:focus,
.cx-btn a {
	max-width: 175px;
	text-align: center;
	background: #e19830;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	line-height: 1.3;
	border: 1px solid #e19830;
	outline: none;
}
/*.cx-btn a:focus{

}*/

.featured-product .woocommerce ul.products li.product.featured a img {
	margin: 0 0 15px;
}

.featured-product .woocommerce ul.products li.product.featured .cx-btn a:hover {
	background: transparent;
	color: #000;
}

.profile-history-wrapper {
}
.profile-history p {
	margin: 0;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history {
	width: initial;
	padding: 0 20px;
	position: relative;
	max-width: 185px;
}

.profile-history-wrapper
	.elementor-widget-wrap
	.profile-history
	.elementor-widget-container
	h3.elementor-icon-box-title {
	font-family: 'Silom';
}
.profile-history-wrapper:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	top: 0;
	left: initial;
	right: 0;
	background: #464646;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history .elementor-widget-container:before {
	content: "";
	top: 0;
	width: 2px;
	background: #464646;
	height: 55px;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history .elementor-widget-container:after {
	position: absolute;
	top: -3px;
	left: 0;
	margin: auto;
	content: "";
	width: 10px;
	height: 10px;
	background: #464646;
	border-radius: 50%;
	right: 0;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	background: #464646;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history:first-child:after {
	width: 50%;
	left: inherit;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history:last-child {
	margin-right: 0;
}

.profile-history-wrapper.elementor-section.elementor-section-boxed > .elementor-container .elementor-column {
	padding-right: 0;
}

.profile-history h2 {
	margin: 0;
	color: #e3961d;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

.profile-history-wrapper .elementor-widget-wrap .profile-history {
	line-height: 1;
	line-height: 1.3;
}

.error404 main#primary {
	margin-bottom: 70px;
}

body.blog #content {
	/*margin-top: 70px;*/
}

.post-item .read-more a {
	color: #fff;
}
.post-item .read-more a:hover {
	background: transparent;
	color: #333;
}

.sidebar-widget .input-group .form-control {
	box-shadow: none;
}

.widget-area .sidebar-widget h2.widgettitle {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.3;
}

.sidebar-widget li + li {
	margin-top: 3px;
}

div#page_title {
	margin-bottom: 70px;
}

.sidebar-widget input[type="submit"] {
	background-size: 18px;
}

.widget-area .sidebar-widget ul {
	margin: 0;
}

button#c-button--slide-left {
	padding: 9px;
}

.category-banner-image img {
	width: 100%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 33.33%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 0 24px;
	padding: 0 12px;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0;
}

.category-list-wrapper,
.list-page.woocommerce {
	width: 100%;
	display: block;
}

.category-list-wrapper {
}
.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.category-list .category-item {
	max-width: 33.33%;
	width: 100%;
	padding: 0 6px;
	margin-bottom: 30px;
}

.category-list .category-item img {
	width: 100%;
}

.category-banner-image {
	margin-bottom: 30px;
}

.category-list .category-item .cat_name {
	display: block;
	padding: 10px;
	text-align: center;
	background: #000;
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	z-index: 999;
}
.category-list .category-item a:hover {
	color: #fff;
}

.before-main-content ul.products {
	margin: 0 -12px;
}

.featured-product .woocommerce ul.products li.product.featured .woocommerce-loop-product__title {
	color: #333;
}

.sidebar-widget form input[type="search"] {
	width: calc(100% - 50px);
	float: left;
	height: 40px;
	outline: none;
	border: 1px solid #ccc;
	padding: .375rem .75rem;
}

.sidebar-widget form.woocommerce-product-search button {
	float: right;
	height: 40px;
	text-indent: -99999px;
	line-height: 0;
	background: url(images/search.png), #e09933;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px !important;
	background-position: center;
	border: 1px solid;
	border-color: #e09933;
	outline: 0;
	cursor: pointer;
}

aside#secondary {
	margin-top: 40px;
}

.contact-form-7-wrapper span.wpcf7-form-control-wrap {
}
span.wpcf7-not-valid-tip {
	line-height: 1.2;
	margin-top: 8px;
}

.featured-product .woocommerce ul.products li.product.featured .item-no {
	display: none;
}

.featured-product .woocommerce ul.products li.product.featured .featured_text {
	margin-bottom: 22px;
	margin-top: 10px;
}

.contact-form-7-wrapper span.wpcf7-quiz-label {
	line-height: 1;
	display: block;
	margin-bottom: 6px;
}

.content-area {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.single-product div.product {
	overflow: hidden;
}

.tax-product_cat div#page_title {
	height: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
}
div#page_title.hide-banner {
	height: 0 !important;
	padding: 0 !important;
	/*margin-bottom: 0 !important;*/
	min-height: 0 !important;
	max-height: 0 !important;
}

.elementor-section.elementor-section-boxed
	> .elementor-container
	.elementor-column.profile-banner
	.elementor-column-wrap {
	padding: 18.6% 0;
}

.pswp--open {
	z-index: 9999;
}
.pswp__caption {
	display: none !important;
}

.product-video .product-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.product-video .product-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 991px) {
	#main_menu > li > a {
		font-size: 13px;
	}
}

/*you can write css before the responsive css part */
/*Only responsive css write here  */

@media screen and (min-width: 1200px) {
} /* ( min-width: 1200px ) */

@media screen and (max-width: 1199px) {
	#primary_slider .slide-inner {
		height: auto;
		padding: 32% 0;
	}
} /* ( min-width: 993px ) and ( max-width: 1199px ) */

@media screen and (min-width: 993px) and (max-width: 1199px) {
} /* ( min-width: 993px ) and ( max-width: 1199px ) */

@media screen and (max-width: 992px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		max-width: 400px;
	}
	.woocommerce div.product div.summary {
		max-width: calc(100% - 400px);
	}
	.profile-history h2 {
		font-size: 14px;
	}
	.profile-history-wrapper .elementor-widget-wrap .profile-history {
		padding: 0 10px;
	}
} /* ( min-width: 601px ) and ( max-width: 992px ) */

@media screen and (max-width: 782px) {
	.admin-bar header.header {
		top: 46px;
	}
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 33.33%;
		clear: none !important;
	}

	.before-main-content ul.products.columns-3 {
		margin: 0 -12px;
	}
	.featured-product .woocommerce ul.products,
	.before-main-content ul.products {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.before-main-content .woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		padding: 0 12px;
		margin-bottom: 24px;
	}

	.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
		float: left;
	}
	.single-product.woocommerce div.product div.summary {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.category-list .category-item {
		max-width: 50%;
		width: 100%;
	}

	.header-top .logo img {
		max-width: 100px;
	}

	.profile-history-wrapper .elementor-widget-wrap .profile-history {
		width: 50%;
	}

	.profile-history-wrapper .elementor-widget-wrap .profile-history:first-child:after {
		width: 100%;
		left: inherit;
	}

	div#footer_left .widget_nav_menu li {
		margin-left: 0;
	}

	header.woocommerce-products-header form.woocommerce-product-search {
		max-width: 250px;
	}

	.error404 form.input-group,
	.search form.input-group {
		max-width: 100%;
	}

	#primary_slider .slide-inner {
		/*height: 600px;*/
	}

	#primary_slider .slide-content .main-title {
		font-size: 35px;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery {
		max-width: 350px;
	}
	.woocommerce div.product div.summary {
		max-width: calc(100% - 350px);
	}

	#mobile-menu .has-child > ul {
		background: rgba(255, 255, 255, 0.15);
	}
	.c-menu--slide-left a span.wpml-ls-display {
		margin-left: 0;
	}

	body.hide-language ul#mobile-menu > li.wpml-ls-item {
		display: none;
	}
}

@media (max-width: 700px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		max-width: 100%;
	}
	.woocommerce div.product div.summary {
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 600px) {
	#primary_slider .slide-content .main-title {
		font-size: 25px;
	}
	#primary_slider .slide-content .subtitle {
		margin: 20px 0 0;
	}

	#primary_slider .slide-inner {
		/*height: 500px;*/
	}

	#page_title {
		min-height: auto;
	}
}

@media (max-width: 480px) {
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.category-list .category-item,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		max-width: 100%;
	}

	button#c-button--slide-left {
		font-size: 16px;
	}

	.featured-product .woocommerce ul.products li.product.featured {
		width: 100%;
	}
}


/* .elementor-text-editor.elementor-clearfix a {
    max-width: 175px;
    text-align: center;
    background: #e19830;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    line-height: 1.3;
    border: 1px solid #e19830;
    outline: none;
    text-align: center;
} */

/**************************************************************************************************

You can't write any css below

Css end here ,

you can write css before the responsive css part

***************************************************************************************************/
