
@charset "utf-8";
/* CSS Document */

@import "css/reset.css";

/*----*****---- << General >> ----*****----*/

body {
	font-weight: normal;
	font-size: 14px;
	background: #ffffff;
	color: #333334;
}

/*----*****---- << Fonts >> ----*****----*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input.text,
textarea,
input[type=submit],
.mobile-menu {
	font-family: 'Lato', sans-serif;
}

#logo h2 {
	font-family: 'Arvo', serif;
}

#logo p {
	font-family: 'Arvo', serif;
}

/*****Btn ********/
/*Header*/
a.btn-prime{
	text-align: center;
	padding: 6px 12px;
    margin-top: 5px;
    display: inline-block;
    color: #ffff;
	font-weight: 600;
	background-color: #013447;
	margin-bottom: 10px;
	border-radius: 50px;
}
a.btn-prime i{
	margin-left: 8px;
	padding: 7px 8px;
	background-color: #fff;
	color: #013447;
	border-radius: 50px;
	transition: transform 0.3s;
}
  a.btn-prime:hover i{
	transform: rotate(35deg);
}
a.btn-prime:hover{
	color: #ffff;
}
.banner__slider--btn{
	width: 160px;
	font-size: 16px;
}
/*service btn */

a.btn-ser{
	text-align: center;
	padding: 6px 10px;
    margin-top: 5px;
    display: inline-block;
    color: #ffff;
	font-weight: 600;
	background-color: #013447;
	margin-bottom: 10px;
	border-radius: 50px;
}
a.btn-ser i{
	margin-left: 8px;
	padding: 7px 8px;
	background-color: #fff;
	color: #013447;
	border-radius: 50px;
	transform: rotate(-30deg);
	transition: transform 0.3s;
}
  a.btn-ser:hover i{
	transform: rotate(0deg);
}
a.btn-ser:hover{
	color: #ffff;
}
/*Side bar btn**/
button.btn-ser{
	text-align: center;
	padding: 6px 12px;
    margin-top: 5px;
    display: inline-block;
    color: #ffff;
	font-weight: 600;
	background-color: #013447;
	margin-bottom: 10px;
	border-radius: 50px;
}


button.btn-ser:hover{
	color: #ffff;
}


/*----*****---- << Headings >> ----*****----*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333334;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333334;
}

h1 {
	font-size: 32px;
	line-height: normal;
	margin-bottom: 15px;
	 font-weight: 500;
	 color:#fff;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

/* .border-title{background:url(images/splitter.png) bottom repeat-x;} */
.border-title span {
	display: none;
}

.border-title {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0px 0px 50px;
	padding: 0px;
	position: relative;
}

.border-title h1,
.border-title h2,
.border-title h3,
.border-title h4 {
	padding: 0px 20px 15px;
	margin-bottom: 5px;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.border-title h1 span,
.border-title h2 span,
.border-title h3 span,
.border-title h4 span {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	left: 0;
	left: 49%;
	right: 0;
	width: 0;
	margin: auto;
	bottom: 10px;
	position: absolute;
}

/*----*****---- << Transition >> ----*****----*/
.ls-layer h1 {
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

a,
input[type=submit],
button,
input[type=button],
.widget ul li,
#secondary .widget h3.widgettitle,
#secondary .widget h3.widgettitle a:before,
#secondary h2.filtering,
#secondary h2.filtering span:before,
#top-bar .phone-no,
.social-icons li img,
#main-menu ul li,
#main-menu>ul>li>ul:before,
#main-menu ul ul li ul:before,
.slider-next-arrow,
.ico-content.type2 .icon,
.carousel-arrows a span,
.portfolio .portfolio-thumb img,
.blog-entry .entry-thumb-meta .entry-meta span,
.testimonial .author,
.team .image img,
.side-nav-container ul li a span,
.partner-carousel li,
.carousel-arrows a:hover span {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-link-sec a,
.header-link-sec span {
	color: white;
}

.header-link-sec a {
	font-size: 16px;
}

.header-link-sec a:hover {
	color: #013447;
}

.header-link-sec i {
	margin-right: 5px;
}

#header a {
	text-decoration: none;
}

.footer-link-sec a {
	text-decoration: none;
}

footer .one-fourth i {
	margin-right: 10px;
}

/*----*****---- << Text Elements >> ----*****----*/

a {
	text-decoration: none !important;
}

a:hover {
	color: #333334;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	display: block;
	margin: 10px 0px 20px;
}

abbr {
	border-bottom: 1px dotted #3d3d3d;
	cursor: help;
}

ins {
	background: #FFF9C0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -3px;
}

sup {
	bottom: -3px;
}

p {
	line-height: 24px;
	margin-bottom: 10px;
}

ul,
ol,
pre,
code {
	margin-bottom: 20px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}

ul li {
	padding-bottom: 10px;
}

ul li ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 10px 0px 0px;
}

ul ul ul {
	margin-bottom: 0px;
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 10px;
}

ol li {
	padding-bottom: 10px;
}

ol li ol {
	margin-bottom: 0px;
	list-style-type: lower-alpha;
}

ol ol ol {
	margin-bottom: 0px;
	list-style-type: lower-roman;
}

blockquote {
	line-height: 22px;
	font-style: italic;
	font-size: 16px;
	padding: 3px 0px 0px 0px;
	margin: 10px 0px 30px;
	float: left;
}

blockquote span {
	background-color: #e6e2d6;
	background-position: -354px -234px;
	width: 70px;
	height: 70px;
	float: left;
	margin: 0px 10px 0px 0px;
	border-radius: 70px;
}

blockquote p {
	margin-bottom: 0px;
}

blockquote cite {
	float: right;
	margin: 10px 0px 0px;
	font-size: 14px;
}

blockquote.alignleft {
	margin-right: 20px;
	text-align: left;
	width: 30%;
	float: left;
}

blockquote.alignright {
	margin-left: 20px;
	text-align: left;
	width: 30%;
	float: right;
}

blockquote.aligncenter {
	width: 100%;
	text-align: center;
}

pre,
code {
	border-left: 3px solid #f8cc6e;
	background-color: #e6e2d6;
	display: block;
	padding: 10px;
	font-size: 11px;
	font-family: monospace;
	width: 96.5%;
	overflow: auto;
}

hr {
	background-color: #e6e2d6;
	border: none;
	height: 1px;
	margin: 30px 0;
}

/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */

.hr {
	background: url(images/splitter.png) repeat-x;
	height: 10px;
	width: 100%;
	clear: both;
	display: block;
	float: left;
	margin: 40px 0px;
	position: relative;
	z-index: 1;
}

.hr-border {
	border: 4px double #e6e2d6;
	width: 100%;
	clear: both;
	display: block;
	float: left;
	margin: 50px 0px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.hr-invisible {
	float: left;
	width: 100%;
	margin: 40px 0px;
	display: block;
	clear: both;
}

.hr-invisible-small {
	float: left;
	width: 100%;
	margin: 20px 0px;
	display: block;
	clear: both;
}

.hr-invisible-very-small {
	float: left;
	width: 100%;
	margin: 10px 0px;
	display: block;
	clear: both;
}

.hr.top,
.hr-border.top {
	width: 97%;
}

.hr.top,
.hr-border.top {
	background-position: right center;
	text-align: right;
}

.hr.top a,
.hr-border.top a {
	color: #999589;
	background: transparent;
	font-size: 11px;
	line-height: 16px;
	padding-left: 5px;
	position: absolute;
	right: -21px;
	top: -5px;
}

.hr-border.top a {
	top: -10px;
	right: -23px;
}

.hr.top a:hover,
.hr-border.top a:hover {
	color: #e96666;
}

.clear {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.center {
	width: 100%;
	text-align: center;
}

.hidden {
	display: none;
}

.post-edit-link {
	background: #e5e5e5;
	color: #5a5a5a;
	float: right;
	clear: both;
	margin: 20px 0px 0px;
	line-height: 24px;
	padding: 0px 10px;
	font-size: 12px;
}

.post-edit-link:hover {
	background: #4C4C4C;
	color: #ffffff;
	text-shadow: 0px 1px 0px #0e4b6e;
}

/*----*****---- << Tables >> ----*****----*/

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	border: 1px solid #dfdfdf;
	border-bottom: 0px;
	border-right: 0px;
}

th {
	background: #666667;
	color: #ffffff;
	border-bottom: 5px solid #dfdfdf;
	border-right: 1px solid #919191;
	padding: 17px 15px;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}

td {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: #f7f7f7;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	padding: 13px 15px;
}

/*----*****---- << Definition Lists >> ----*****----*/

dl {
	margin: 0px 20px;
}

dl.gallery-item {
	margin: 0px;
}

.gallery-caption {
	margin-bottom: 10px;
}

.gallery-item img {
	border: 2px solid #C4C1AE !important;
}

dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

dd {
	margin-bottom: 20px;
	line-height: 20px;
}

/*----*****---- << Forms >> ----*****----*/

label {
	font-size: 14px;
	color: #2e2a2b;
	font-weight: bold;
	font-size: 14px;
}

label span {
	color: #b4b4b4;
}

label span.required {
	color: #ff0000;
}

fieldset {
	border: 1px solid #efefef;
	padding: 15px;
	margin: 0 0 20px 0;
}

legend {
	font-weight: bold;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #ededed;
	border: 1px solid #c4c4c4;
	color: #333334;
	padding: 15px;
	display: block;
	font-size: 14px;
	margin: 10px 0 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input.text:focus,
textarea:focus {
	border-color: #a1a1a1;
}

input[type=text],
input[type=email],
input[type=password],
input.text,
textarea {
	width: 97%;
}

textarea {
	height: 190px;
	overflow: auto;
}

select {
	background: #ededed;
	border: 1px solid #c4c4c4;
	padding: 10px;
	margin: 10px 0 10px;
	display: block;
	max-width: 100%;
}

select option {
	background: #ffffff;
}

input[type=submit],
button,
input[type=button] {
	background: url(images/btn-small-gradient.png) repeat-x;
	border: none;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0px 0px;
	font-size: 14px;
	padding: 11px 20px;
	float: right;
	cursor: pointer;
}

input[type=submit]:hover,
button:hover,
input[type=button]:hover {
	background-color: #000000;
}

#searchform input[type="text"] {
	border: none;
	color: #aaaaaa;
	font-size: 12px;
	width: 260px;
}

/*----*****---- << Images >> ----*****----*/

#primary img {
	max-width: 100%;
}

.post-content input[type="submit"] {
	float: none;
}

.wp-caption {
	background: #C4C1AE;
	border: 1px solid #C4C1AE;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 96%;
	padding: 5px 7px 7px 5px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	padding: 6px;
	max-width: 98%;
}

.wp-caption .wp-caption-text {
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 99.6%;
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}

/*----*****---- << Columns >> ----*****----*/

.column {
	margin: 0px 2% 0px 0px;
	float: left;
	min-height: 1px;
	position: relative;
}

.column.last {
	margin-right: 0px;
}

.one-column {
	width: 100%;
}

.column.one-column {
	margin-right: 0px;
}

.one-fourth {
	width: 23.4%;
}

.one-half {
	width: 48.9%;
}

.one-third {
	width: 31.9%;
}

.three-fourth {
	width: 74.5%;
}

.two-third {
	width: 65.8%;
}

.one-fifth {
	width: 18.3%;
}

.four-fifth {
	width: 79.6%;
}

.three-fifth {
	width: 59.2%;
}

.two-fifth {
	width: 38.8%;
}

.one-sixth {
	width: 15%;
}

.two-sixth {
	width: 30%;
}

.three-sixth {
	width: 45%;
}

.four-sixth {
	width: 60%;
}

.five-sixth {
	width: 75%;
}

.column img {
	max-width: 100%;
	height: auto;
}

.one-half iframe,
.one-third iframe,
.one-fourth iframe,
.three-fourth iframe,
.two-third iframe,
iframe {
	max-width: 100%;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.column.no-space {
	margin-right: 1px;
}

.column.no-space.one-fourth {
	width: 24.8%;
}

.column.no-space.one-third {
	width: 33.2%;
}

.column.no-space.one-half {
	width: 49.8%;
}

.column.no-space.one-fifth {
	width: 19.8%;
}

.column.no-space.one-sixth {
	width: 16.5%;
}

.column.no-space.three-fourth {
	width: 74.9%;
}

.column.no-space.two-third {
	width: 66.5%;
}

.column.no-space.four-fifth {
	width: 79.9%;
}

.column.no-space.three-fifth {
	width: 60%;
}

.column.no-space.two-fifth {
	width: 40%;
}

.column.no-space.two-sixth {
	width: 33.4%;
}

.column.no-space.three-sixth {
	width: 50%;
}

.column.no-space.four-sixth {
	width: 66.6%;
}

.column.no-space.five-sixth {
	width: 83.2%;
}

/*----*****---- << Widgets >> ----*****----*/

.widget {
	float: left;
	width: 100%;
	padding: 0px 0px 40px;
	margin: 0px;
}

.widget h3.widgettitle {
	font-size: 16px;
	padding-bottom: 10px;
}

.widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.widget ul li {
	float: left;
	display: block;
	clear: both;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
}

.widget ul li a {
	color: #333334;
	line-height: 20px;
	padding: 13px 25px 15px 25px;
	display: block;
	position: relative;
	background: url(images/thin-border.png) bottom repeat-x;
}


.widget ul ul {
	margin-top: 10px;
	margin-left: 20px;
}

.widget ul ul li {
	width: 90%;
}

.widget_categories ul {
	margin-top: -12px;
}

.widget_categories ul li {
	position: relative;
	float: none;
	display: block;
	background: url(images/blog-splitter.html) bottom repeat-x;
	margin: 0px 0px 10px;
	padding: 0px;
	margin: 0px;
}

.widget_categories ul li a {
	padding: 13px 25px 15px 25px;
	display: block;
	background: url(images/thin-border.png) bottom repeat-x;
}

.widget_categories ul li a span,
#secondary .widget_product_categories ul li a span {
	position: absolute;
	right: 10px;
}

#secondary .widget_categories ul li a:before,
.widget_categories ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 0px;
	content: "\f058";
}

.widget form {
	margin: 15px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
}

.widget input[type="email"] {
	width: 90.5%;
}

.widget.tweetbox ul.tweet_list {
	list-style-type: none;
}

.widget.tweetbox ul.tweet_list li {
	font-size: 14px;
	line-height: 20px;
}

.widget.tweetbox ul.tweet_list li a:hover {
	color: #333334;
}

.widget.widget_recent_entries ul {
	list-style-type: none;
}

.widget.widget_recent_entries h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: none;
}

.widget.widget_recent_entries ul li {
	padding-bottom: 25px;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 14px;
	line-height: 36px;
	color: #333334;
	padding: 0px 15px;
	background: #ededed;
	margin: 0px 10px 10px 0px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
}

.widget.widget_tag_cloud .tagcloud a:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	font-weight: bold;
	color: #ffffff;
}

ul.recent-posts-widget li a {
	padding: 0px;
	background: none;
}

#secondary .widget ul.recent-posts-widget li a:before {
	content: '';
}

ul.recent-posts-widget li a.thumb {
	padding: 0px;
	clear: both;
	float: left;
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-right: 10px;
	background: none;
}

ul.recent-posts-widget li a.thumb img {
	display: block;
}

ul.recent-posts-widget li a.thumb:before,
#secondary .widget ul.recent-posts-widget li a.thumb:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.recent-posts-widget li h6 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.recent-posts-widget li p {
	font-size: 14px;
	font-weight: normal;
}

ul.recent-posts-widget li:hover a.thumb:before,
#secondary .widget ul.recent-posts-widget li:hover a.thumb:before,
ul.product_list_widget li:hover a:before {
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

ul.product_list_widget li a {
	clear: both;
	float: left;
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-right: 10px;
}

ul.product_list_widget li a img {
	display: block;
}

ul.product_list_widget li a:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#secondary .widget h3.widgettitle {
	margin-bottom: 30px;
	background: #ededed;
	display: inline-block;
	width: 100%;
	padding: 0px;
	border-bottom: 3px solid #d9d9d9;
}

#secondary .widget h3.widgettitle a {
	padding: 15px 10px 15px 45px;
	display: block;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

#secondary .widget h3.widgettitle a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 16px;
	content: "\f054";
	border-radius: 20px;
}

#secondary .widget h3.widgettitle:hover a {
	color: #ffffff;
}

#secondary .widget h3.widgettitle:hover a:before {
	background: #ffffff;
}

#secondary .widget ul li a {
	position: relative;
}

#secondary .widget ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 0px;
	content: "\f0a4";
}

#secondary .widget_categories ul li a:before,
#secondary .widget_product_categories ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 0px;
	content: "\f058";
}

#secondary ul.product_list_widget li a:before {
	content: '';
	top: 0px;
	left: 0px;
}

#secondary ul.product_list_widget li a {
	padding: 0px;
}

#secondary ul.product_list_widget li {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

#secondary ul.product_list_widget li .amount {
	display: block;
}

#secondary .widget .tweet_list li {
	position: relative;
	float: left;
	display: block;
	border: 0px;
	padding-left: 30px;
	padding-bottom: 25px;
}

#secondary .widget .tweet_list li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 0px;
	content: "\f099";
	font-size: 18px;
	top: 5px;
}

#secondary .widget .tweet_list li a:before {
	content: '';
}

#secondary .widget .tweet_list li a {
	padding: 0px;
	background: none;
	display: inline;
}

#secondary .widget .social-icons {
	margin: 20px 0px 0px;
}

#secondary .widget .social-icons li a:before {
	content: '';
}

#secondary .widget .social-icons li a {
	background: none;
	display: inline;
	padding: 0px;
	position: static;
}

#secondary .widget .social-icons li {
	width: 29px;
	clear: none;
}

#secondary .widget #searchform {
	margin: 0px;
}

#secondary .widget #searchform input[type="text"] {
	display: inline-block;
	width: 242px;
}

#secondary .widget #searchform input[type="submit"] {
	padding: 13px 20px;
}

#secondary h2.filtering {
	font-size: 18px;
	margin-bottom: 40px;
	background: #ededed;
	display: inline-block;
	width: 100%;
	padding: 0px;
	border-bottom: 3px solid #d9d9d9;
}

#secondary h2.filtering span {
	padding: 17px 45px 13px 15px;
	display: block;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

#secondary h2.filtering span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 12px;
	right: 15px;
	content: "\f0b0";
	border-radius: 32px;
}

#secondary .widget.woocommerce h3.widgettitle {
	background: none;
	border-bottom: 0px;
	margin-bottom: 15px;
}

#secondary .widget.woocommerce h3.widgettitle a {
	padding: 0px 0px 0px 30px;
	border-bottom: 0px;
}

#secondary .widget.woocommerce h3.widgettitle a:before {
	top: 0px;
	left: 0px;
}

#secondary .widget.woocommerce h3.widgettitle:hover {
	background: none;
	border-bottom: 0px;
}

#secondary .widget.woocommerce h3.widgettitle:hover a:before {
	color: #ffffff;
}

#secondary .widget.woocommerce .product_list_widget {
	margin-top: 20px;
}

#slider-range {
	margin-top: 20px;
}

#slider-range a:last-child {
	margin-left: -25px;
}

.price-range {
	margin-top: 40px;
}

.price-range label,
.price-range input[type="text"] {
	width: auto;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: none;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: none;
}

.price-range .button {
	float: right;
	margin: -28px 0px 0px;
}

/*----*****---- << PIE >> ----*****----*/

.ico-content.type1 .icon span,
.product-overlay a,
.product-overlay a span,
h5.faq:before,
.carousel-arrows a,
.testimonial .author img,
.testimonial .author,
#secondary .widget h3.widgettitle a:before,
.portfolio .image-overlay a,
.portfolio .image-overlay a span,
.team .social-icons li {
	behavior: url(PIE.html);
}

.ico-content.type1 .icon span,
.carousel-arrows a,
.product-overlay a,
.product-overlay a span,
.portfolio .image-overlay a,
.portfolio .image-overlay a span {
	position: relative;
	z-index: 1;
}

.portfolio .image-overlay a.zoom,
.portfolio .image-overlay a.link,
ul.products li .product-thumb .product-overlay a {
	z-index: -1;
}

.portfolio:hover .image-overlay a.zoom,
.portfolio:hover .image-overlay a.link,
ul.products li .product-thumb:hover .product-overlay a {
	z-index: 1;
}

/*----*****---- << Layout >> ----*****----*/

/*----*****---- << Container >> ----*****----*/


.boxed .wrapper {
	width: 1200px;
	margin: 0 auto 30px;
	background: #ffffff;
	display: table;
}

.boxed {
	background: url(images/patterns/pattern1.jpg) repeat;
}

/*----*****---- << Header >> ----*****----*/

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom: 5px solid #dddddd;
}

#top-bar {
	background: #333334;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 7px 0px 2px;
}

#top-bar .phone-no {
	background: url(images/phone-ico.png) left 3px no-repeat;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	margin: 6px 0px 0px;
	padding: 0px 0px 0px 13px;
	float: left;
}

#top-bar .phone-no a {
	color: #fff;
	font-size: 14px;
}

#top-bar .phone-no a:hover {
	color: #ffffff;
}

.social-icons {
	margin: 0px;
	padding: 0px;
}

.social-icons li {
	position: relative;
	overflow: hidden;
	width: 29px;
	height: 29px;
	padding: 0px;
	margin: 0px 3px 5px;
	display: inline-block;
	display: inline;
	zoom: 1;
}

.social-icons li img {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.social-icons li img:first-child {
	bottom: -29px;
}

.social-icons li:hover img:first-child {
	bottom: 0px;
	z-index: 1;
}

.social-icons li:hover img:last-child {
	bottom: -29px;
}
/*****Bootstrap Menu******/
.services-menu .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #2a2828;
}

/* Custom submenu handling */
.services-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    z-index: 999;
	overflow: hidden;
}

.services-menu:hover .dropdown-menu {
    display: block;
    position: absolute;
	padding: 20px 15px;
}
@media(max-width:768px){
	.services-menu:hover .dropdown-menu {
    padding: 20px 15px;
        left: -100% !important;
}
}
.services-menu.show .dropdown-menu {
    display: block;
}

.services-menu .dropdown-menu .dropdown-item {
    color: #333;
}

.services-menu .dropdown-menu .dropdown-item:hover {
    background: #f1f1f1;
}

ul.pro-nav .nav-item a{
	font-weight: 600;
	font-size: 16px;
}
ul.pro-nav .nav-item {
    position: relative;
    display: inline-block;
}

ul.pro-nav .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 4px;
    width: 0px;
    background-color: #013447;
    transition: width 0.3s ease;
}

ul.pro-nav .nav-item:hover::after {
    width: 65%;
}
.services-menu .dropdown-menu li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0134478a;
}
.services-menu .dropdown-menu li:hover{
	border-bottom: 3px solid #0134478a;
	transform: scaleX(1.07) translateX(20px);
	transition: all 0.3s;
}
.services-menu .dropdown-menu li:last-child{
	border-bottom: 0px solid #0134478a;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.pro-nav .nav-item {
    padding-right: 30px;
    font-weight: 500;
}
button.navbar-toggler {
    background: #013447;
	padding: 10px;
}
/* Hamburger icon (default state) */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* X icon (when menu is open — toggler is not collapsed) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3E%3C/svg%3E") !important;
}


/* Mobile support */
@media (max-width: 991.98px) {
    .services-menu .dropdown-menu {
        position: static;
    }

    .services-menu .submenu-toggle {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
  }
}


/*******end menu**********/
#main-menu {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 100;
}

#main-menu ul {
	float: left;
	margin: 0px 0px -5px;
	padding: 0px;
}

#main-menu ul li {
	margin: 0px;
	padding: 30px 0px;
	display: inline;
	float: left;
	position: relative;
}

#main-menu ul li a {
	display: block;
	padding: 0px 18px;
	font-size: 14px;
	font-weight: bold;
	color: #333334;
	transition: background 1s, color 1s, padding 0.5s, margin 0.5s;
	-moz-transition: background 1s, color 1s, padding 0.5s, margin 0.5s;
	-webkit-transition: background 1s, color 1s, padding 0.5s, margin 0.5s;
	-o-transition: background 1s, color 1s, padding 0.5s, margin 0.5s;
}

#main-menu ul li span {
	display: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333334;
	left: 0;
	left: 48%;
	right: 0;
	width: 0;
	margin: auto;
	top: 0;
	position: absolute;
}

#main-menu>ul>li.current_page_item span {
	display: block;
}

#main-menu>ul>li:hover>a,
#main-menu>ul>li.current_page_item>a {
	padding: 30px 18px;
	background: #ededed;
	position: relative;
	margin: -30px 0px;
	transition: background 1s, padding 0.5s, margin 0.5s;
	-moz-transition: background 1s, padding 0.5s, margin 0.5s;
	-webkit-transition: background 1s, padding 0.5s, margin 0.5s;
	-o-transition: background 1s, padding 0.5s, margin 0.5s;
}

#main-menu>ul>li.hasSubmenu:hover {
	border-bottom: 5px solid #dddddd;
}

#main-menu ul li ul {
	z-index: 1;
	display: none;
	float: left;
	position: absolute;
	width: 200px;
	top: 94px;
	left: 0px;
	background: url(images/sub-menu-bg.png) repeat;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

#main-menu ul ul li {
	background: url(images/thin-border.png) bottom repeat-x;
	display: block;
	float: left;
	clear: both;
	padding: 0px;
	border: 0px;
	width: 100%;
}

#main-menu ul ul li a {
	padding: 16px 15px 15px;
	margin: 0px;
	display: block;
}

#main-menu ul ul li:last-child {
	background: none;
}

#main-menu>ul>li>ul:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	height: 0;
	left: 15px;
	position: absolute;
	top: -11px;
	width: 0;
}

#main-menu ul ul ul {
	left: 200px;
	top: 0px;
}

#main-menu ul ul li ul:before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	left: -11px;
	top: 18px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}

#main-menu ul ul li.current_page_item ul li a {
	color: #333334;
}

/*----*****---- << Responsive Menu >> ----*****----*/

.mobile-menu {
	display: none;
	height: 50px;
	background-color: #f3f3f3;
	color: #333334;
	background-image: url(images/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	width: 100%;
	margin: 6px 0px 10px;
	padding: 15px 10px 15px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/*----*****---- << Main >> ----*****----*/

#main {
	width: 100%;
	margin-top: 8rem;
	float: left;
}

header#header {
	z-index: 3;
	background: white;
	position: fixed;
	top: 0px;
	margin-top: 0px;
}

@media only screen and (min-width:280px) and (max-width:480px) {
	#main {
		margin-top: 8rem !important;
	}
}

@media only screen and (max-width:768px) {
	#main {
		margin-top: 8rem;
	}
}

@media only screen and (min-width:768px) and (max-width:960px) {
	#main {
		margin-top: 8rem;
	}
}

#main-2 {
	margin-top: 8em;
}
#main-3 {
    margin-top: 5em;
}
@media only screen and (min-width:280px) and (max-width:480px) {
	#main-2 {
		margin-top: 8rem !important;
	}
}

@media only screen and (max-width:768px) {
	#main-2 {
		margin-top: 8rem;
	}
}

@media only screen and (min-width:768px) and (max-width:1120px) {
	#main-2 {
		margin-top: 8rem;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	#main-2 {
		margin-top: 8rem;
	}
}

#primary {
	width: 700px;
	margin: 30px 0px 0px;
	padding: 0px;
	float: left;
}

#primary.content-full-width {
	width: 100%;
}

#primary.with-left-sidebar {
	float: right;
}

#secondary {
	width: 340px;
	margin: 30px 0px 0px 20px;
	float: left;
	padding: 0px;
}

#secondary.left-sidebar {
	margin: 30px 20px 0px 0px;
}

/*----*****---- << Home >> ----*****----*/

#slider {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom: 5px solid #dddddd;
	position: relative;
}

.intro-text {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.intro-text.type1 {
	background: url(images/introtext-border-top.png) center top no-repeat;
	padding: 40px 0px 0px;
	text-align: center;
}

.intro-text.type1 h4 span.highlight {
	color: #ffffff;
	padding: 7px 15px;
	margin: 0px 5px;
}

.intro-text.type1 h6 {
	color: #a0a0a1;
	background: url(images/intro-text-border-bottom.png) center bottom no-repeat;
	padding-bottom: 37px;
}

.intro-text.type2,
.intro-text.type3,
.intro-text.type4 {
	background: #ededed;
	padding: 30px 2.5%;
	width: 95%;
}

.intro-text.type2 h4,
.intro-text.type3 h4,
.intro-text.type4 h4 {
	margin-bottom: 5px;
}

.intro-text.type2 h5,
.intro-text.type3 h5,
.intro-text.type4 h5 {
	color: #a0a0a1;
	margin-bottom: 0px;
}

.intro-text.type2 a,
.intro-text.type4 a {
	float: right;
}

.intro-text.type3 h4,
.intro-text.type3 h5 {
	color: #ffffff;
}

.intro-text.type3 a {
	background: #ffffff url(images/btn-white-gradient.png) bottom repeat-x;
	color: #333334;
	float: right;
}

.intro-text.type4 {
	width: 94%;
}

.ico-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ico-content.type1 {
	text-align: center;
}

.ico-content.type1 .icon {
	width: 100%;
	text-align: center;
}

.ico-content.type1 .icon span {
	display: inline-block;
	margin-bottom: 15px;
	background: #fafafa;
	border: 10px solid #f0f0f0;
	font-size: 60px;
	line-height: 108px;
	color: #a5a5a5;
	width: 108px;
	height: 108px;
	border-radius: 108px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ico-content.type1:hover .icon span {
	color: #ffffff;
}

.ico-content.type1 h5 {}

.ico-content.type1:hover .icon span {
	-moz-transform: scale(1) rotate(360deg) translate(0px);
	-webkit-transform: scale(1) rotate(360deg) translate(0px);
	-o-transform: scale(1) rotate(360deg) translate(0px);
	transform: scale(1) rotate(360deg) translate(0px);
}

.ico-content.type2 {
	padding: 0px 0px 30px 50px;
	position: relative;
	width: 85%;
}

.ico-content.type2 .icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ico-content.type2 .icon span {
	font-size: 36px;
}

.ico-content.type2:hover .icon {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.ico-content.type3 {
	padding: 0px 0px 30px 70px;
	position: relative;
	width: 70.5%;
}

.ico-content.type3 .icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ico-content.type3 .icon span {
	display: inline-block;
	margin-bottom: 15px;
	background: #fafafa;
	border: 5px solid #f0f0f0;
	font-size: 28px;
	line-height: 46px;
	text-align: center;
	color: #a5a5a5;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ico-content.type3:hover .icon span {
	color: #ffffff;
}

.ico-content.type3:hover .icon span {
	-moz-transform: scale(1) rotate(360deg) translate(0px);
	-webkit-transform: scale(1) rotate(360deg) translate(0px);
	-o-transform: scale(1) rotate(360deg) translate(0px);
	transform: scale(1) rotate(360deg) translate(0px);
}

/*----*****---- << Breadcrumb >> ----*****----*/

.breadcrumb-section {
	width: 100%;
	margin: 0px 0px 20px;
	padding: 30px 0px 25px;
	float: left;
	clear: both;
	background: url(images/breadcrumb.jpg) repeat;
	border-bottom: 5px solid #dddddd;
}

.breadcrumb {
	margin-bottom: 0 !important;
	float: left;
	margin: 0px;
	padding: 12px 0px 0px;
	width: 75%;
}

.breadcrumb a {
	font-size: 14px;
	float: left;
	line-height: 30px;
}

.breadcrumb span {
	float: left;
	margin: 7px 10px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
}

.breadcrumb h1 {
	float: left;
}

.main-phone-no {
	background: url(images/phone-ico-big.png) left top no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	min-height: 47px;
	float: right;
}

.main-phone-no p {
	font-size: 24px;
	font-weight: bold;
}

.main-phone-no p a {
	color: #787878;
	font-size: 20px;
	font-weight: normal;
}

/*----*****---- << Product List >> ----*****----*/

.product-carousel-wrapper {
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.carousel-arrows {
	position: absolute;
	top: -75px;
	right: 0px;
}

.carousel-arrows a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background: #e0e0e0;
	border-radius: 37px;
	text-align: center;
}

.carousel-arrows a.product-prev-arrow,
.carousel-arrows a.partner-prev-arrow,
.carousel-arrows a.portfolio-prev-arrow {
	margin-right: 5px;
}

.carousel-arrows a span {
	color: #adadad;
	font-size: 18px;
	line-height: 39px;
}

.carousel-arrows a:hover {
	-moz-transform: scale(1.1) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px);
	-o-transform: scale(1.1) rotate(0deg) translate(0px);
	transform: scale(1.1) rotate(0deg) translate(0px);
}

.carousel-arrows a:hover span {
	color: #ffffff;
	-moz-transform: scale(1) rotate(360deg) translate(0px);
	-webkit-transform: scale(1) rotate(360deg) translate(0px);
	-o-transform: scale(1) rotate(360deg) translate(0px);
	transform: scale(1) rotate(360deg) translate(0px);
}

.carousel-arrows a.portfolio-next-arrow span,
.carousel-arrows a.partner-next-arrow span,
.carousel-arrows a.product-next-arrow span {
	margin-left: 2px;
}

ul.products {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.products li {
	display: inline;
	margin: 0px 5px 20px;
	padding: 0px;
	float: left;
	width: 340px;
}

ul.products li .product-thumb {
	clear: both;
	float: left;
	height: 220px;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.products li .product-thumb img {
	display: block;
	max-width: 100%;
}

ul.products li .product-thumb:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.products li .product-thumb .onsale,
.product .images .onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
}

ul.products li .product-thumb .onsale span,
.product .images .onsale span {
	position: absolute;
	right: -12px;
	top: 0px;
	width: 12px;
	height: 40px;
}

ul.products li h4 {
	padding: 0px 0px 15px;
	margin: 0px;
}

ul.products li .details {
	background: #ededed;
	border-bottom: 3px solid #d9d9d9;
	float: left;
	padding: 10px 0px;
	margin: 10px 0px 0px;
	width: 100%;
	position: relative;
}

ul.products li .details:after {
	content: '';
	border-bottom: 1px solid #ffffff;
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}

ul.products li .price {
	float: left;
	clear: both;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
}

ul.products li .price del {
	color: #ee0000;
	font-size: 14px;
	margin-right: 5px;
}

ul.products li .details a {
	margin: 0px 10px 0px 0px;
	float: right;
}

ul.products li:hover .product-thumb:before {
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}

ul.products li .product-overlay {
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(images/transparent-bg.png) repeat;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

ul.products li .product-overlay a {
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(images/transparent-bg2.png) repeat;
	padding: 10px;
	position: relative;
	top: 0px;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 42px;
}

ul.products li .product-overlay a span {
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
}

ul.products li .product-thumb:hover .product-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

ul.products li .product-thumb:hover .product-overlay a {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 35%;
}

ul.products li .product-overlay a:hover {
	-moz-transform: scale(1.2) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.2) rotate(0deg) translate(0px);
	-o-transform: scale(1.2) rotate(0deg) translate(0px);
	transform: scale(1.2) rotate(0deg) translate(0px);
}

ul.products.type2 li {
	width: 100%;
}

ul.products.type2 li .product-thumb {
	width: 340px;
	margin-right: 20px;
}

ul.products.type2 li .details {
	float: none;
	display: inline-block;
	width: 48%;
}

/* Product Details */
.product {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.product .images {
	width: 49%;
	float: left;
	margin: 0px 2% 0px 0px;
	padding: 0px;
}

.summary {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
}

.product .images a {
	width: 100%;
	display: block;
	position: relative;
}

.product .images img {
	display: block;
	max-width: 100%;
}

.product .images a:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.product .images .thumbnails {
	float: left;
	clear: both;
	margin: 20px 0px 0px;
	padding: 0px;
	position: relative;
}

.product .images .thumbnails a {
	width: 160px;
	height: 104px;
	float: left;
	margin: 0px 19px 0px 0px;
}

.product .images .thumbnails a.last {
	margin-right: 0px;
}

.product .images .thumbnails a:before {
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.7);
}

.product .images .thumbnails:hover a:before {
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.product .images:hover a.woocommerce-main-image:before {
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}


.product .images .thumbnails .product-arrows {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.product .images .thumbnails .product-arrows a:before,
.product .images .thumbnails:hover .product-arrows a:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product .images .thumbnails .product-arrows a {
	margin: 0px;
	position: absolute;
	top: 29%;
	width: 26px;
	height: 45px;
	float: left;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.product .images .thumbnails .product-arrows a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product .images .thumbnails .product-arrows a.prev {
	left: 5px;
}

.product .images .thumbnails .product-arrows a.next {
	right: 5px;
}

.product .summary .price {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0px;
}

.product .summary .cart {
	background: #ededed;
	border-bottom: 3px solid #d9d9d9;
	float: left;
	padding: 10px 2%;
	width: 96%;
	margin: 20px 0px 0px;
	position: relative;
}

.product .summary .cart:before {
	position: absolute;
	width: 100%;
	content: '';
	border-bottom: 1px solid #ffffff;
	left: 0px;
	bottom: 0px;
}

.product .summary .quantity {
	float: left;
	margin: 0px;
	padding: 0px;
}

.product .summary .quantity input[type="button"],
.product .summary .quantity input[type="number"] {
	float: left;
	width: auto;
	margin: 0px;
}

.product .summary .quantity input[type="number"] {
	text-align: center;
	background: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 5px;
	width: 50px;
}

.product .summary .cart button {
	margin: 0px;
}

.woocommerce-tabs {
	float: left;
	clear: both;
	margin: 50px 0px 20px;
	padding: 0px;
}

.woocommerce-tabs .tabs-frame-content {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border: 0px;
	border-top: 1px solid #D9D9D9;
}

/*----*****---- << Portfolio >> ----*****----*/

.sorting-container {
	float: left;
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px;
	width: 100%;
}

.sorting-container a {
	font-size: 14px;
	line-height: 36px;
	color: #333334;
	padding: 0px 15px;
	background: #ededed;
	margin: 0px 10px 10px 0px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
}

.sorting-container a:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
}

.sorting-container a:hover,
.sorting-container a.active-sort {
	font-weight: bold;
	color: #ffffff;
}

.portfolio-container {
	width: 100%;
	float: left;
	clear: both;
}

.portfolio-carousel-wrapper,
.ongoing-carousel-wrapper,
.maintenance-carousel-wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	position: relative;
}

.portfolio-carousel,
.ongoing-carousel,
.maintenance-carousel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

.portfolio-carousel li,
.ongoing-carousel li,
.maintenance-carousel li {
	display: inline;
}

.portfolio-carousel .portfolio,
.ongoing-carousel .portfolio,
.maintenance-carousel .portfolio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.portfolio {
	float: left;
	margin: 10px 20px 10px 0px;
	border-bottom: 3px solid #d9d9d9;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio.last {
	margin-right: 0px;
}

.portfolio.three-column {
	width: 340px;
	margin: 6px;
}

.portfolio.three-column .portfolio-thumb,
.portfolio.three-column .portfolio-thumb img {
	width: 100%;
	height: 230px;
}

.portfolio.two-column {
	width: 520px;
	margin: 5px;
}

.portfolio.two-column .portfolio-thumb,
.portfolio.two-column .portfolio-thumb img {
	width: 100%;
	height: 350px;
}

.portfolio.four-column {
	width: 250px;
	margin: 7px;
}

.portfolio.four-column .portfolio-thumb,
.portfolio.four-column .portfolio-thumb img {
	width: 100%;
	height: 170px;
}

.portfolio.three-column-with-sidebar {
	width: 220px;
	margin: 6px;
}

.portfolio.three-column-with-sidebar .portfolio-thumb,
.portfolio.three-column-with-sidebar .portfolio-thumb img {
	width: 100%;
	height: 148px;
}

.portfolio.two-column-with-sidebar {
	width: 340px;
	margin: 5px;
}

.portfolio.two-column-with-sidebar .portfolio-thumb,
.portfolio.two-column-with-sidebar .portfolio-thumb img {
	width: 100%;
	height: 230px;
}

.portfolio.four-column-with-sidebar {
	width: 160px;
	margin: 7px;
}

.portfolio.four-column-with-sidebar .portfolio-thumb,
.portfolio.four-column-with-sidebar .portfolio-thumb img {
	width: 100%;
	height: 108px;
}

.portfolio.one-column,
.portfolio.one-column-with-sidebar {
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0px;
	border: 0px;
}

.portfolio.one-column .portfolio-thumb,
.portfolio.one-column .portfolio-thumb img {
	width: 520px;
	height: 350px;
}

.portfolio.one-column .portfolio-thumb,
.portfolio.one-column-with-sidebar .portfolio-thumb {
	border-bottom: 3px solid #d9d9d9;
	height: 351px;
	margin-right: 20px;
}

.portfolio.one-column .portfolio-thumb img,
.portfolio.one-column-with-sidebar .portfolio-thumb img {
	margin-bottom: 1px;
}

.portfolio.one-column .portfolio-detail,
.portfolio.one-column-with-sidebar .portfolio-detail {
	float: left;
	background: none;
	text-align: left;
	width: 49%;
	clear: none;
	padding: 5px 0px 0px;
	margin-bottom: 20px;
}

.portfolio.one-column-with-sidebar .portfolio-detail {
	width: 48%;
}

.portfolio.one-column:hover .portfolio-detail,
.portfolio.one-column-with-sidebar:hover .portfolio-detail {
	background: none;
}

.portfolio-carousel-wrapper .portfolio.three-column .h5-p a {
	font-size: 18px;
	font-weight: 900;
	color: #333334;
}

.portfolio.three-column:hover .h5-p a {
	color: #ffff !important;
}

.ongoing-carousel-wrapper .portfolio.three-column .h5-p a {
	font-size: 18px;
	font-weight: 900;
	color: #333334;
}

.maintenance-carousel-wrapper .portfolio.three-column .h5-p a {
	font-size: 18px;
	font-weight: 900;
	color: #333334;
}

.portfolio.one-column .portfolio-detail h5,
.portfolio.one-column-with-sidebar .portfolio-detail h5 {
	font-size: 18px;
}

.portfolio.one-column .portfolio-detail h5,
.portfolio.one-column .portfolio-detail p,
.portfolio.one-column-with-sidebar .portfolio-detail h5,
.portfolio.one-column-with-sidebar .portfolio-detail p {
	padding: 0px;
}

.portfolio.one-column:hover .portfolio-detail h5,
.portfolio.one-column-with-sidebar:hover .portfolio-detail h5,
.portfolio.one-column:hover .portfolio-detail h5 a,
.portfolio.one-column-with-sidebar:hover .portfolio-detail h5 a {
	color: #333334;
}

.portfolio.one-column:hover .portfolio-detail p,
.portfolio.one-column-with-sidebar:hover .portfolio-detail p {
	color: #919191;
	padding: 0px;
}

.portfolio.one-column .image-overlay,
.portfolio.one-column-with-sidebar .image-overlay {
	height: 99.7%;
}

.portfolio.one-column-with-sidebar .portfolio-thumb,
.portfolio.one-column-with-sidebar .portfolio-thumb img {
	width: 340px;
	height: 230px;
}

.portfolio.one-column-with-sidebar .portfolio-thumb {
	height: 231px;
}

.portfolio .portfolio-thumb:hover img {
	-moz-transform: scale(1.3) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.3) rotate(0deg) translate(0px);
	-o-transform: scale(1.3) rotate(0deg) translate(0px);
	transform: scale(1.3) rotate(0deg) translate(0px);
}

.portfolio .portfolio-thumb {
	border-bottom: 1px solid #ffffff;
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.portfolio .portfolio-detail {
	background: #ededed;
	border-bottom: 1px solid #ffffff;
	padding: 15px 0px;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 1px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio .portfolio-detail h5,
.portfolio .portfolio-detail p {
	padding: 0px 10px;
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio .portfolio-detail p {
	color: #000;
}

.portfolio .image-overlay {
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(images/transparent-bg.png) repeat;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

.portfolio .image-overlay a {
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	background: url(images/transparent-bg2.png) repeat;
	padding: 10px;
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 42px;
}

.portfolio .image-overlay a span {
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	top: -10px;
    left: -10px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
}

.portfolio .image-overlay a.zoom {
	left: 0px;
}

.portfolio .image-overlay a.link {
	right: 0px;
}

.portfolio.three-column .image-overlay a,
.portfolio.two-column-with-sidebar .image-overlay a,
.portfolio.one-column-with-sidebar .image-overlay a {
	top: 37%;
}

.portfolio.three-column:hover a.zoom,
.portfolio.two-column-with-sidebar:hover a.zoom,
.portfolio.one-column-with-sidebar:hover a.zoom {
	left: 40%;
}

.portfolio.three-column:hover .image-overlay a.link,
.portfolio.two-column-with-sidebar:hover a.link,
.portfolio.one-column-with-sidebar:hover a.link {
	right: 30%;
}

.portfolio.two-column .image-overlay a,
.portfolio.one-column .image-overlay a {
	top: 41%;
}

.portfolio.two-column:hover a.zoom,
.portfolio.one-column:hover a.zoom {
	left: 37%;
}

.portfolio.two-column:hover .image-overlay a.link,
.portfolio.one-column:hover .image-overlay a.link {
	right: 37%;
}

.portfolio.four-column .image-overlay a {
	top: 32%;
}

.portfolio.four-column:hover a.zoom {
	left: 23%;
}

.portfolio.four-column:hover .image-overlay a.link {
	right: 23%;
}

.portfolio.three-column-with-sidebar .image-overlay a {
	top: 30%;
}

.portfolio.three-column-with-sidebar:hover a.zoom {
	left: 20%;
}

.portfolio.three-column-with-sidebar:hover a.link {
	right: 20%;
}

.portfolio.four-column-with-sidebar .image-overlay a {
	top: 20%;
}

.portfolio.four-column-with-sidebar:hover a.zoom {
	left: 9%;
}

.portfolio.four-column-with-sidebar:hover a.link {
	right: 9%;
}

.portfolio.four-column-with-sidebar h5 {
	font-size: 13px;
	margin-bottom: -5px;
}

.portfolio.four-column-with-sidebar h5 a {
	color: #333334;
}

.portfolio.four-column-with-sidebar p {
	font-size: 12px;
}

.portfolio.four-column-with-sidebar .portfolio-detail {
	padding: 10px 0px;
}

.portfolio:hover a.zoom,
.portfolio:hover .image-overlay a.link {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio:hover .portfolio-detail h5,
.portfolio:hover .portfolio-detail h5 a {
	color: #ffffff;
}

.portfolio:hover .image-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.portfolio .image-overlay a:hover {
	-moz-transform: scale(1.2) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.2) rotate(0deg) translate(0px);
	-o-transform: scale(1.2) rotate(0deg) translate(0px);
	transform: scale(1.2) rotate(0deg) translate(0px);
}


.isotope-hidden {
	display: none !important;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Portfolio Single */
.portfolio-single {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.portfolio-slider-container {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	position: relative;
}

.two-third .portfolio-slider-container {
	margin-bottom: 0px;
}

.portfolio-slider {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.portfolio-slider li {
	width: 100%;
	display: block;
	padding: 0px;
	float: left;
	position: relative;
	margin-bottom: 15px;
	margin-right: 10px;
	background: none;
}

.portfolio-slider li img {
	display: block;
}

.portfolio-slider li:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio-slider:hover li:before {
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.portfolio-slider-container .bx-controls-direction {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.portfolio-slider-container .bx-controls-direction a {
	text-indent: -9999px;
	z-index: 100;
	position: absolute;
	top: 41%;
	width: 39px;
	height: 72px;
	float: left;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.portfolio-slider-container .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio-slider-container .bx-controls-direction a.bx-prev {
	left: 10px;
}

.portfolio-slider-container .bx-controls-direction a.bx-next {
	right: 10px;
}

.portfolio-single h3 {
	text-transform: none;
	margin-top: 10px;
}

.portfolio-single h6 {
	color: #919191;
	font-weight: normal;
	margin: -10px 0px 20px;
}

.portfolio-share {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 0px;
}

.post-nav-container {
	float: left;
	width: 100%;
	margin: 30px 0px 0px;
	padding: 15px 0px;
	clear: both;
	border-bottom: 1px dotted #888888;
	border-top: 1px dotted #888888;
}

.post-nav-container a {
	font-weight: bold;
}

.post-nav-container a span {
	font-size: 12px;
	font-weight: normal;
	color: #333334;
	font-style: italic;
}

.post-nav-container .post-prev-link {
	float: left;
}

.post-nav-container .post-next-link {
	float: right;
}

/*----*****---- << Pagination >> ----*****----*/

.pagination {
	float: left;
	width: 100%;
	margin: 20px 0px 10px;
	padding: 0px;
}

.pagination ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.pagination ul li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.pagination ul li a,
.pagination .next-post,
.pagination .prev-post {
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	color: #333334;
	padding: 0px 15px;
	background: #ededed;
	margin: 0px 10px 0px 0px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
}

.pagination ul li a:after,
.pagination .next-post:after,
.pagination .prev-post:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
}

.pagination ul li.active-page {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	padding: 0px 15px;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
}

.pagination ul li.active-page:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
}

.pagination ul li a:hover,
.pagination .next-post:hover,
.pagination .prev-post:hover {
	color: #ffffff;
}

.pagination .next-post {
	float: left;
	margin-left: 4px;
	padding: 0px;
}

.pagination .prev-post {
	float: left;
	margin-right: 4px;
	padding: 0px;
}


/*----*****---- << Blog >> ----*****----*/

.blog-entry {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.one-half .blog-entry .entry-thumb-meta,
.one-column.blog-thumb .blog-entry .entry-thumb-meta {
	width: 260px;
}

.one-half .entry-details {
	width: 238px;
}

.one-third .blog-entry .entry-thumb-meta,
.one-column.blog-fullwidth .blog-entry .entry-thumb-meta,
.one-half.with-sidebar .blog-entry .entry-thumb-meta,
.blog-single-entry .blog-entry .entry-thumb-meta {
	width: 100%;
	margin: 0px 0px 10px;
}

.one-third .entry-details,
.one-column.blog-fullwidth .entry-details,
.one-half.with-sidebar .entry-details,
.blog-single-entry .entry-details {
	width: 100%;
}

.one-column.with-sidebar.blog-thumb .entry-details {
	width: 60%;
}

.one-column.blog-thumb .entry-details {
	width: 73%;
}

.blog-entry .entry-thumb-meta img {
	max-width: 100%;
}

.blog-entry .entry-thumb-meta {
	float: left;
	margin: 0px 20px 0px 0px;
	position: relative;
}

.entry-details {
	float: left;
	margin: 8px 0px 0px;
	padding: 0px;
}

.blog-entry .entry-thumb-meta .entry-thumb {
	display: block;
	position: relative;
}

.blog-entry .entry-thumb-meta .entry-thumb img {
	display: block;
}

.blog-entry .entry-thumb-meta .entry-thumb:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-entry .entry-thumb-meta .entry-meta {
	position: absolute;
	float: left;
	top: 10px;
	left: 10px;
	color: #ffffff;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
}

.blog-entry .entry-thumb-meta .entry-meta .rounded-bend {
	position: absolute;
	right: -17px;
	top: 0px;
	width: 12px;
	height: 40px;
}

.blog-entry .entry-thumb-meta .entry-meta a,
.blog-entry .entry-thumb-meta .entry-meta .date,
.blog-entry .entry-thumb-meta .entry-meta,
.blog-entry .entry-thumb-meta .entry-meta span,
.blog-entry .entry-thumb-meta .entry-meta p {
	color: #ffffff;
	line-height: 40px;
	float: left;
}

.blog-entry .entry-thumb-meta .entry-meta .date {
	margin-right: 10px;
}

.blog-entry .entry-thumb-meta .entry-meta .date p {
	font-weight: bold;
	margin: 0px;
}

.blog-entry .entry-thumb-meta .entry-meta span {
	margin-right: 5px;
}

.blog-entry .entry-thumb-meta .entry-meta a:hover,
.blog-entry .entry-thumb-meta .entry-meta a:hover span {
	color: #000000;
}

.entry-details h4 {
	margin-bottom: 5px;
}

.entry-metadata {
	margin-bottom: 10px;
}

.entry-metadata span {
	font-size: 14px;
	color: #939393;
}

.entry-metadata div {
	margin-bottom: 5px;
	clear: both;
	width: 100%;
}

.entry-metadata a {
	font-size: 14px;
	color: #333334;
}

.entry-body .read-more,
.entry-body .read-more span {
	color: #333334;
}

.entry-body .read-more span {
	top: 1px;
	position: relative;
}

.blog-entry .entry-thumb-meta:hover .entry-thumb:before {
	-moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.author-info {
	background: #EDEDED;
	display: block;
	padding: 20px 20px 10px;
	clear: both;
}

.author-info img {
	background: #ffffff;
	padding: 5px;
}


/*----*****---- << Blog Comment Entries >> ----*****----*/

.commententries {
	width: 100%;
	float: left;
	margin: 10px 0px 0px;
	padding: 0px;
}

ul.commentlist {
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
	border-top: 0px;
}

ul.commentlist li {
	display: block;
	float: none;
	list-style: none;
	border: none;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 100px;
	position: relative;
	clear: both;
}

ul.commentlist li ul.children {
	margin: 10px 0px 10px;
	padding: 0px;
	float: left;
	border: none;
	clear: both;
	width: 100%;
}

ul.commentlist li .respond {
	margin-left: 69px;
}

ul.commentlist li .comment {
	background: url(images/comment-bubble.png) left 38px no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

ul.commentlist li .comment-details {
	position: relative;
	border-bottom: 3px solid #d9d9d9;
	background: #ededed;
	padding: 15px 20px 10px;
	margin: 10px 0px 10px;
}

ul.commentlist li .comment-details:before {
	border-bottom: 1px solid #FFFFFF;
	bottom: 0px;
	content: '';
	left: 0px;
	position: absolute;
	width: 100%;
}

ul.commentlist li .comment-body {
	margin: 15px 0px 0px;
}

ul.commentlist li .comment-body p {
	line-height: 20px;
}

ul.commentlist li .comment-author {
	left: 0px;
	top: 0px;
	position: absolute;
}

ul.commentlist li .comment-author img {
	border: 5px solid #e5e5e5;
	max-width: 88px;
	max-height: 88px;
	float: left;
	margin: 0px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 88px;
}

ul.commentlist li .comment-author img:hover {
	-moz-transform: scale(1.05) rotate(20deg) translate(2px);
	-webkit-transform: scale(1.05) rotate(20deg) translate(2px);
	-o-transform: scale(1.05) rotate(20deg) translate(2px);
	transform: scale(1.05) rotate(20deg) translate(2px);
}

ul.commentlist li .author-name {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

ul.commentlist li .author-name a {
	color: #333334;
}

ul.commentlist li .comment-details {
	display: block;
}

ul.commentlist li .commentmetadata {
	font-size: 12px;
	color: #8c8c8c;
	font-style: italic;
	text-decoration: none;
}

ul.commentlist li .reply {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul.commentlist li .reply a {
	font-weight: bold;
	color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
}

ul.commentlist li .reply a:hover {
	background: #333334;
}

#respond h3 {
	padding-bottom: 20px;
}

#respond input[type="text"],
#respond input[type="email"] {
	width: 90.6%;
}

#respond textarea {
	width: 95.5%;
}

/*----*****---- << Testimonials >> ----*****----*/

.testimonial {
	width: 100%;
	margin: 0px 0px 35px;
	padding: 0px;
	float: left;
	position: relative;
}

.testimonial .author {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e5e5e5;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px;
	float: left;
	width: 118px;
	height: 118px;
	border-radius: 118px;
}

.testimonial .author img {
	width: 118px;
	height: 118px;
	border-radius: 118px;
}

.testimonial .author:hover {
	-moz-transform: scale(1.1) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px);
	-o-transform: scale(1.1) rotate(0deg) translate(0px);
	transform: scale(1.1) rotate(0deg) translate(0px);
}

.testimonial blockquote {
	margin-left: 65px;
	padding: 15px 25px 15px 120px;
	margin-top: 14px;
	width: 59%;
}

.testimonial blockquote:before {
	left: 90px;
	top: 15px;
}

/*----*****---- << Partner Carousel >> ----*****----*/

.partner-carousel-wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.partner-carousel {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.partner-carousel li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 10px;
	width: 230px;
	height: 72px;
	text-align: center;
	border: 10px solid #ededed;
}

.partner-carousel li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}

.partner-carousel li img {
	max-width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	opacity: 0.5;
	filter: alpha(opacity=55);
}

.partner-carousel li:hover img {
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*----*****---- << Team >> ----*****----*/

.team {
	background: #ededed;
	width: 100%;
	float: left;
	margin: 20px 0px 40px;
	padding: 0px;
	text-align: center;
}

.team .image {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.team h4 {
	margin: 10px 0px 0px;
}

.team h6 {
	color: #919191;
	font-weight: normal;
	margin: 0px;
}

.team .social-icons {
	float: none;
	display: inline-block;
	text-align: center;
	position: relative;
	bottom: -17px;
}

.team .social-icons li {
	margin: 0px;
	border: 3px solid #ededed;
	border-radius: 30px;
}

.team .image img:hover {
	-moz-transform: scale(1.2) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.2) rotate(0deg) translate(0px);
	-o-transform: scale(1.2) rotate(0deg) translate(0px);
	transform: scale(1.2) rotate(0deg) translate(0px);
}

/*----*****---- << Page Slider >> ----*****----*/

.page-slider-container {
	background: url(images/slider-shadow.png) center bottom no-repeat;
	float: left;
	width: 100%;
	/*height:300px;*/
	margin: 0px;
	padding: 0px 0px 25px;
	position: relative;
}

.page-slider {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.page-slider li {
	display: block;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.page-slider li img {
	max-width: 100%;
}

.page-slider-container .bx-pager {
	position: absolute;
	right: 15px;
	bottom: 43px;
	z-index: 100;
}

.page-slider-container .bx-pager .bx-pager-item {
	float: left;
	margin: 0px 3px;
}

.page-slider-container .bx-pager .bx-pager-item a {
	background: #ffffff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	font-size: 0px;
	float: left;
}

.page-slider-container .bx-pager .bx-pager-item a.active {
	background: #333334;
}

/*----*****---- << 404 >> ----*****----*/

.error-info {
	text-align: center;
}

.error-info h2 {
	font-size: 30px;
	text-transform: none;
	margin-bottom: 10px;
}

.error-info h2 span.error {
	font-size: 120px;
}

.error-info h2 span {
	font-size: 48px;
}

.error-info h3 {
	font-size: 24px;
	text-transform: none;
}

.error-info #searchform {
	margin: 30px 0px 0px;
	display: inline-block;
	float: none;
	width: 100%;
}

.error-info #searchform input[type="text"],
.error-info #searchform input[type="submit"] {
	display: inline-block;
	float: none;
	margin: 0px;
}

.error-info #searchform input[type="text"] {
	margin-right: -3px;
}

.error-info #searchform input[type="submit"] {
	padding: 12px 15px;
	font-weight: bold;
	font-size: 16px;
}

/*----*****---- << Contact >> ----*****----*/

.contact-details {
	display: inline-block;
	background: #ededed;
	border-bottom: 3px solid #d9d9d9;
	position: relative;
	margin: 20px 0px 0px;
	padding: 25px 30px 15px;
}

.contact-details:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.contact-details h4 {
	margin-top: 25px;
}

.contact-details span {
	margin-right: 5px;
	font-size: 14px;
}

.contact-details .working-hours span {
	float: left;
	font-size: 18px;
	margin-top: 1px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#contact-form {
	margin: 25px 0px 0px;
}

#contact-form input[type="text"],
#contact-form input[type="email"] {
	width: 94.4%;
	margin-bottom: 20px;
}

#contact-form textarea {
	width: 79%;
}

.two-third #contact-form input[type="text"],
.two-third #contact-form input[type="email"] {
	width: 90.4%;
	margin-bottom: 20px;
}

.two-third #contact-form textarea {
	width: 95.4%;
	height: 214px;
}

.fullwidth-map {
	width: 100%;
	margin: -20px 0px 20px;
	padding: 0px;
	float: left;
	clear: both;
}

.fullwidth-map #map {
	height: 488px;
}

#map {
	height: 374px;
	margin: 0px;
	position: relative;
	width: 100%;
}

#map img {
	max-width: none !important
}

#map {
	max-width: 100%;
}

.failure {
	color: #ff0000;
}

.success {
	color: #f3ed06;
}

/*----*****---- << Side Navigation >> ----*****----*/

.side-nav-container {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 0px;
	background: url(images/sidenav-border.png) right top no-repeat;
	position: relative;
}

.side-nav-container ul {
	border-right: 1px solid #d9d9d9;
	float: left;
	width: 100%;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	position: relative;
}

.side-nav-container ul:after {
	height: 3px;
	background: url(images/sidenav-border.png) right bottom no-repeat;
	width: 100%;
	position: absolute;
	content: '';
	right: -1px;
	bottom: -4px;
}

.side-nav-container ul li {
	display: block;
	margin: 0px;
	padding: 0px 0px 2px;
	background: url(images/sidenav-splitter.png) right bottom no-repeat;
}

.side-nav-container ul li:last-child {
	background: none;
	padding-bottom: 0px;
}

.side-nav-container ul li a {
	display: block;
	line-height: 52px;
	font-weight: bold;
	color: #333334;
	border-right: 4px solid #ececec;
	background: url(images/sidenav-bg.png) right repeat-y;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}

.side-nav-container ul li a:hover,
.side-nav-container ul li.current_page_item a {
	background: url(images/sidenav-active.png) right repeat-y;
}

.side-nav-container ul li a span {
	background: #333334;
	border: 3px solid #e2e2e2;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	margin: 10px 10px 0px 0px;
	float: left;
	border-radius: 25px;
}

.side-nav-container ul li a:hover span,
.side-nav-container ul li.current_page_item a span {
	-moz-transform: scale(1) rotate(360deg) translate(0px);
	-webkit-transform: scale(1) rotate(360deg) translate(0px);
	-o-transform: scale(1) rotate(360deg) translate(0px);
	transform: scale(1) rotate(360deg) translate(0px);
}

/*----*****---- << Footer >> ----*****----*/

#footer {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 30px 0px 0px;
	border-top: 5px solid #dddddd;
	background: #333334;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a,
#footer a:hover {
	color: #ffffff;
}

#footer p,
#footer a,
#footer span,
#footer .widget .tweet_list li:before,
#footer .widget ul li:before {
	color: #ffffff;
	line-height: 24px;
}

.text-3 {
	padding-top: 10px;
}

#footer .widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footer .widget ul li {
	width: 94%;
	font-size: 14px;
	font-weight: normal;
	color: #989898;
	display: block;
	position: relative;
	border-bottom: 1px dotted #5a5a5a;
	padding: 7px 0px 7px 15px;
}

#footer .widget ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	top: 6px;
	left: 0px;
}

#footer .widget ul li a {
	padding: 0px;
	background: none;
	display: inline;
}

#footer .tweets a {
	color: #e6e6e6;
}

.footer-logo {
	padding: 5px 50px;
	background-color: #ffff;
}

#footer .widget {
	padding-bottom: 30px;
	width: 100%;
	float: left;
}

#footer .widget h3.widgettitle {
	margin-bottom: 5px;
	font-size: 18px;
}

#footer .widget .tweet_list li {
	position: relative;
	float: left;
	display: block;
	border: 0px;
	padding-left: 30px;
}

#footer .widget .tweet_list li:before {
	content: "\f099";
	font-size: 18px;
	top: 12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#footer .widget .tweet_list:hover li:before {
	color: #ffffff;
}

#footer .widget ul.product_list_widget li {
	display: block;
	border: 0px;
	padding: 10px 0px;
}

#footer .widget ul.product_list_widget li:before,
#footer ul.recent-posts-widget li:before,
#footer .widget_categories ul li a:before {
	content: "";
}

#footer ul.recent-posts-widget li {
	border-bottom: 0px;
	padding: 0px;
}

#footer .widget_categories ul li a {
	position: relative;
	display: block;
}

#footer .widget.widget_tag_cloud .tagcloud a {
	background: #212121;
	border-bottom-color: #212121;
	line-height: 36px;
}

#footer .widget.widget_tag_cloud .tagcloud a:after {
	border-bottom-color: #333334;
}

#footer ul.product_list_widget li .amount {
	color: #ffffff;
}

#footer .widget .social-icons {
	margin: 20px 0px 0px;
}

#footer .widget .social-icons li {
	display: inline;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width: 29px;
	clear: none;
}

#footer .widget .social-icons li:before {
	content: "";
}

#footer .widget .social-icons li a {
	position: static;
}

.copyright {
	background: #1f1f1f;
	width: 100%;
	clear: both;
	padding: 20px 0px;
	margin: 0px;
	color: #6a6a6a;
}

.copyright p,
.copyright div,
.copyright a {
	color: #6a6a6a;
	margin-bottom: 0px;
}

.copyright a:hover {
	color: #ffffff;
}

/*----*****---- << Delicate Style Picker >> ----*****----*/

.delicate-style-picker-wrapper {
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 150px;
}

#delicate-style-picker {
	background: #ffffff;
	width: 225px;
	float: left;
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#delicate-style-picker h2 {
	background: url(images/style-picker/title-bg.jpg) repeat-x;
	font: normal 12px Tahoma, Geneva, sans-serif;
	line-height: 48px;
	width: 100%;
	color: #848484;
	margin: 0px 0px 15px;
	padding: 0px;
}

#delicate-style-picker h3 {
	font: normal 12px Tahoma, Geneva, sans-serif;
	padding: 0px 0px 10px;
	width: 100%;
	color: #848484;
	margin: 0px;
}

#delicate-style-picker ul {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 225px;
}

#delicate-style-picker ul li {
	display: inline-block;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

#delicate-style-picker ul li a {
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 2px;
	display: inline-block;
	margin: 0px;
	line-height: 0;
}

#delicate-style-picker ul li a.selected,
#delicate-style-picker ul li a:hover {
	border: 1px solid #d7d7d7;
}

#delicate-style-picker ul li a img {
	border: 1px solid #d7d7d7;
}

#delicate-style-picker .hr {
	background: url(images/style-picker/seperator.png) no-repeat;
	width: 100%;
	height: 25px;
	margin: -10px 0px 10px;
	float: left;
}

.style-picker-ico {
	position: absolute;
	top: 25px;
	left: 225px;
}

/***********Banner Images**************/
.annual-main-hero {
	height: 40vh;
	background: url('./assets/annual-maintenance-contract/Banner.webp') no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
}

.commer-main-hero {
	height: 40vh;
	background: url('./assets/commercial-gas-pipeline/Banner.webp') no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
}

.lot-main-hero {
	height: 40vh;
	background: url('./assets/lot-system-dry-type-vaporizers-bangalore/Banner.webp') no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
}
.residential-main-hero {
	height: 40vh;
	background: url('./assets/residential-gas-pipeline-installation/residential-gas-banner.webp') no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
}

@media(max-width:767px) {
	.annual-main-hero {
		height: 100vh;
	}

	.commer-main-hero {
		height: 100vh;
	}

	.residential-main-hero {
		height: 100vh;
	}

	.lot-main-hero {
		height: 100vh;
	}
}
/**Badge design***/
.badge-glass {
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      color: #013447;
      border-radius: 20px;
      padding: 40px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .badge-glass:hover {
      transform: scale(1.05);
    }

    .badge-section {
      padding: 60px 15px;
    }

    @media (max-width: 576px) {
      .badge-glass {
        margin-bottom: 20px;
      }
    }

	/*Tab Section Design**/

	.tab-section{
		padding: 15px 0;
	}
	.tab-section .nav-pills .nav-link{
		text-align: left;
	}
	.tab-section .nav-pills .nav-link.active{
			background-color: #013447;
			color: #fff;
		}
	.tab-section .nav-pills .nav-link{
		border: 2px solid #013447;
		background-color: #ffff;
		color: #000;
		padding: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.tab-section .tab-content .tab-pane img{
		border-radius: 20px;
	}

	/**why choose us**/
	.why-us-head-sec {
    position: sticky;
    top: 10rem;
}
	.why-us-23 .why-us-head-sec img{
		border-radius: 20px;
		margin-top: 10px;
	}
	.why-us-23 .why-us-box .why-box-21{
		padding: 20px;
		border-radius: 15px;
		background-color: #0134470d;
		border: 1px solid #01344742;
		margin-top: 20px;
		position: sticky;
		top: 10rem;
		background-color: #ffff;
	}
	.why-us-23 .why-us-box .why-box-21 h3{
		color: #013447;
	}
	.why-us-23 .why-us-box .why-box-21:hover{
		border: 1px solid #013447;
	}
	.why-us-23 .why-us-box .why-box-21 img{
		background-color: #01344711;
		padding: 8px;
		border-radius: 10px;
		transition: all 0.3s;
	}
	.why-us-23 .why-us-box .why-box-21:hover img{
		transform: rotateY(180deg);
	}

	/* Why choose section end */

	.cta-sec{
		padding: 5vh 10vw !important;
		background-image: url(assets/cta-23.webp);
		background-size: cover;
		background-repeat: no-repeat;
		
	}
	.cta-sec .cont-23{
		justify-content: start;
		display: flex;
		flex-direction: column;
	}
	.cta-sec .cont-23 h2{
		color: #ffff;
		font-size: 40px;
	}
	.cta-sec .cont-23 p{
		color:#ffff;
	}
	.cta-sec .cont-23 .cta-btn{
		background-color: #013447;
		background-image: none;
		max-width: 260px;
		padding: 10px;
		border-radius: 50px;
	}
	.cta-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* optional spacing between items */
}

.cta-icon-list p {
  flex: 0 0 40%; /* each <p> takes 50% width */
  box-sizing: border-box;
}
.cta-icon-list p {
	padding: 5px;
	border-radius: 10px;
	color: #fff !important;
}
.cta-icon-list p i{
	background-color: rgba(52, 52, 52, 0.149);
	backdrop-filter: blur(5px); 
	padding: 5px 6px;
	border-radius: 50px;
	font-size: 12px;
	margin-right: 5px;
}
.cta-social{
	margin: 10px 0;
	color: #ffff;
}
.cta-social h3{
	color: #ffff;
}
.cta-social div i{
	margin-left: 10px;
	font-size: 20px;
	background-color: rgba(52, 52, 52, 0.149);
	backdrop-filter: blur(5px); 
	padding: 8px 8px;
	border-radius: 5px;
}
	/**/
	.contact-form-cta {
	margin: 0px;
	backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); /* For Safari */
    background: rgb(0 0 0 / 35%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Soft shadow */
	height: 420px;
	padding: 10px 30px;
	border-radius: 20px;
}
	.contact-form-cta h4{
		font-size: 30px;
		padding-top: 20px;
		margin-bottom: 10px;
	}

.contact-form-cta textarea {
	background: #ffff;
	border-bottom: 3px solid white !important;
	height: 80px !important;
	border-radius: 10px !important;
}

.contact-form-cta input.form-control {
	background: #fff;
	border-bottom: 3px solid white;
	width: 100%;
	height: 40px;
	border-radius: 10px !important;
}

.contact-form-cta .form-control {
	border: none;
	border-radius: 10px !important;
}
.contact-form-cta button{
	background-color:#013447;
	background-image: none;
	color: #ffff;
	float: left;
	border-radius: 20px;
	padding: 10px 40px 13px;
}
.contact-form-cta button:hover{
	border: 2px solid #013447;
	color: #ffff;
}
.contact-form-cta .form-control::placeholder {
  color: rgb(159, 159, 159) !important;
}
.contact-form-cta input,
.contact-form-cta textarea {
	color: yellow;
	font-weight: 600;
	border-radius: 0 !important;
}

.contact-form-cta .form-control {
	border-radius: none;
}

.contact-form-cta input.form-control:focus {
	background-color: #ffff;
}


/****/
.sec-23-cont img{
	border-radius: 20px;
}

/* Testimonial Section */
.testimonial-23 {
  position: relative;
  background: #efefef;
  color: #fff;
  margin: 0;
  padding: 0;
}

.testimonial-23 .testimonial-swiper-23 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-23 .swiper-slide {
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/****/
.swiper-slide{
	background-color: #ffff;
	padding: 30px;
	display: flex;
	align-items: center;
}
p.test-name, p.test-review {
    color: #000;
}
p.test-name{
	font-size: 25px !important;
	font-weight: 500;
}
p.test-design{
	font-size: 10px;
	color: #202020;
}

.star-rating{
  color: #FFD700;
  font-size: 16px !important;
  letter-spacing: 2px;
}
/* All slide images */
.testimonial-23 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* Overlay on all slides */
.testimonial-23 .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

/* No overlay for center/active slide */
.testimonial-23 .swiper-slide-active::after {
  opacity: 0;
}

/* Optional: Add shadow to center image */
.testimonial-23 .swiper-slide-active img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}


/************Annual Maintanance*******************/
.why-us-2 .col {
	padding: 20px;
	transition: 0.3s;
	border: 1px solid #eff2ff;
}

.why-us-2 .col h4 {
	font-size: 22px;
}

.why-us-2 .col img {
	width: 60px;
}

.why-us-2 .col:hover {
	background-color: #eff1ff;
	transition: 0.3s;
}

.why-box-feature .box-features {
	border-right: 0px;
	height: 280px;
}

.comprehensive ul.include li {
	list-style-type: none;
}

.comprehensive ul.exclude li {
	list-style-type: none;
}

.comprehensive .cont {
	padding: 3rem;
	align-items: center;
}

.comprehensive li i {
	color: #e23f04;
	margin-right: 5px;
	font-size: 15px;
}

.comprehensive h4 {
	color: rgb(6, 63, 128);
}

.comprehensive h4 span {
	color: #e23f04;
	font-size: 38px;
	font-weight: 300;
	font-family: system-ui;
}

.how-start {
	padding: 20px;
}

.how-start h2,
.how-start h4,
.how-start p {
	line-height: 2;
}

.how-start h2 {
   color: #fff;
}

.how-start a {
	padding: 15px 30px;
	font-weight: bold;
}

.how-start a:hover {
	background-color: #0e4b6e;
	color: #ffff;
}

.sec-how-start .col-md-6 {
	padding: 0;
}

.sec-how-start .col-md-6:nth-child(2) {
	background-color: rgb(0 67 100);
	border-top-right-radius: 50px;
	padding: 20px;
	line-height: 2rem;
}

.benefit .card {
	padding: 20px;
	margin: 20px;
	box-shadow: 8px 8px 0px 1px #015878;
	height: 600px;
}

.benefit .row .col-md-4 {
	padding: 0;
	margin: 0;
}

.benefit .card img {
	transition: 0.3s;
}

.benefit .card:hover img {
	transform: scale(1.03);
	transition: 0.3s;
}

.benefit ul li {
	margin-left: -20px;
}

.sec_padding .why-sec-img {
	width: 100%;
}

/*****Commercial Gas Service********/
.commercial-gas-ser-sec {
	background-color: #F2F3F5;
}

.commercial-gas-ser-sec .col-md-6 {
	padding: 0;
}

.commercial-gas-ser-box {
	background-color: #ffff;
	padding: 35px;
	margin: 10px;
	border-radius: 20px;
}

.commercial-gas-ser-box h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 1px 5px;
	color: #013447;
}

.commercial-gas-ser-box i {
	background-color: #F2F3F5;
	padding: 30px;
	font-size: 35px;
	color: #FE7C00;
	border-radius: 10px;
}

.commercial-gas-ser-box:hover i {
	color: #ffff;
	background-color: #013447;
}

.commercial-gas-ser-box:hover h4 {
	color: #FE7C00;
}

.commer-key-install .commer-key-install-box {
	margin: 10px;
	padding: 15px;
}

.commer-key-install .commer-key-install-box h4 {
	font-size: 20px;
	font-weight: 600;
}

.commer-key-install .commer-key-install-box .key-ins-ico {
	margin-right: 10px;
	transition: 0.3s;
}

.commer-key-install .commer-key-install-box .key-ins-ico i {
	font-size: 25px;
	color: #013447;
	border: 4px solid #013447;
	border-radius: 5px;
	padding: 10px;
}

.commer-key-install .commer-key-install-box:hover {
	background-color: #fff6f0;
	border-radius: 10px;
}

.commer-key-install .commer-key-install-box:hover .key-ins-ico {
	transform: translateY(20%);
	transition: 0.3s;
}

.commer-key-install .d-rev-box {
	flex-direction: row-reverse;
}

.commer-key-install .d-rev-box .commer-ins-cont {
	text-align: end;
}

.commer-key-install .d-rev-box .key-ins-ico {
	margin-right: 10px;
	margin-left: 10px;
}

.commer-key-install img {
	position: sticky;
	top: 8rem;
}

.commer-key-feature img {
	position: sticky;
	top: 8rem;
}

.commer-key-feature .commer-feature-box {
	margin: 10px;
	padding: 10px;
}

.commer-key-feature .commer-feature-box .key-ins-ico i {
	padding: 3px 10px 10px;
	font-size: 28px;
	color: rgb(255, 72, 0);
}

.commer-key-feature .commer-feature-box .commer-feat-cont h4 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(255, 72, 0);
}

.commer-key-feature .commer-feature-box .commer-feat-cont:hover h4 {
	text-decoration: underline;
	transition: 0.5s;
}

.commer-why-us {
	margin-bottom: 3rem;
}

.commer-why-us .col-md-5 {
	padding: 20px;
}

.commer-why-us .commer-why-left {
	position: sticky;
	top: 10rem;
}

.commer-why-us .commer-why-left img {
	border-radius: 20px;
}

.commer-why-us .why-box-cont {	
	padding: 40px;
	min-height: 400px;
	margin: 15px;
	box-shadow: 0px 0px 3px 1px #01344739;
	border-radius: 15px;
	transition: 0.3s;
}
.commer-why-us .box-231{
	min-height: 300px;
	margin: 10px;
}	

.commer-why-us .why-box-cont:hover {
	box-shadow: 0px 0px 30px 1px #01344749;
	transition: 0.3s;
	transform: scale(1.03);
}

.commer-why-us .why-box-cont img {
	width: 80px;
	height: 80px;
}

.commer-why-us .col-md-7 .row .col-md-6 {
	padding: 0;
}

.commer-why-us .col-md-7 .row .col-md-6:nth-child(even) {
	transform: translateY(30%);
}

.commer-why-us .col-md-7 .why-box-cont h4 {
	font-size: 20px;
	font-weight: 600;
	color: #013447;
}

/* Section spacing */
.prg-32 {
  padding: 60px 0;
  background: #ffffff;
}

/* Card */
.prg-32-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #7ea427;
  border-radius: 16px;
  padding: 28px 24px 24px 24px;
  height: 100%;
  overflow: hidden; /* ensures image doesn't overflow */
  transition: all 0.4s ease; /* smooth hover effect */
}
/* Overlay */
.prg-32-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000075; /* adjust opacity */
  z-index: 1;
}

/* Keep content above overlay */
.prg-32-card > * {
  position: relative;
  z-index: 2;
}
/* Heading */
.prg-32-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #ffffff; /* default text color */
  transition: color 0.4s ease;
}

/* Text */
.prg-32-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff; 
  margin-bottom: 0;
  transition: color 0.4s ease;
}

/* Hover Effect */
.prg-32-card:hover {
  background: #ffffff !important; 
  color: #000000; 
}
.prg-32-card:hover::before{
	display: none;
}
.prg-32-card:hover h3,
.prg-32-card:hover p {
  color: #000000; /* text color on hover */
}


/* Mobile adjustments */
@media (max-width: 767px) {
  .prg-32 {
    padding: 40px 0;
  }

  .prg-32-card {
    padding: 24px 20px;
  }

  .prg-32-card h3 {
    font-size: 18px;
  }
}



/* Blog Card */
.blog-card {
  background: #ffffff !important;
  border-radius: 18px;
  padding: 30px;
}

/* Heading */
.blog-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Image */
.blog-img {
  width: 180px;
  height: auto;
  border-radius: 16px;
}

/* Mobile */
@media (max-width: 767px) {
  .blog-card {
    text-align: center;
  }

  .blog-card h3 {
    font-size: 20px;
  }

  .blog-img {
    margin-top: 20px;
  }
}

/* Section background */
.gas-97-section {
  background:#013447;
  padding: 70px 0;
}

/* Title */
.gas-97-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Card */
.gas-97-card {
  background:#ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  color: #ffffff;
  height: 100%;
}

/* Icon */
.gas-97-icon {
  width: 48px;
  height: 48px;
  padding: 15px;
  background: #000000 !important;
  margin: 0 auto 20px;
  border: 2px solid #ffffff;
  border-radius: 50% ;
  position: relative;
}

/* Card text */
.gas-97-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;

}

.gas-97-card p {
  font-size: 15px;
  opacity: 0.95;
  color:#000;
}

/* Mobile */
@media (max-width: 767px) {
  .gas-97-title {
    font-size: 26px;
  }
}


/********Residential Gas Pipeline Installation*********/
.commer-key-feature .commer-feature-box .process-num {
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(255, 123, 0);
	padding: 10px;
	color: #ffff;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 2px;
	display: inline-block;
}

.commer-key-feature .commer-feature-box .process-num::after {
	content: '';
	width: 1px;
	height: 95%;
	background-color: rgba(255, 126, 5, 0.222);
	display: flex;
	position: absolute;
	left: 16px;
	top: 40px;
}

.commer-key-feature .commer-feature-box .process-num-last {
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(255, 123, 0);
	padding: 10px;
	color: #ffff;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 2px;
	display: inline-block;
}

.commer-key-feature .proccess-box {
	position: relative;
}

.commer-key-feature .commer-feature-box .process-cont h4 {
	font-size: 22px;
	color: #FF7B00;
	font-weight: bold;
}

.resident-why-us .why-sec-pt-box .why-box-cont:nth-child(1) {
	margin-top: 8rem;
}

.resident-why-us .why-box-cont {
	padding: 10px 20px;
	margin: 25px 15px;
	box-shadow: 1px 1px 1px 2px #cbcbcbb5;
	border-radius: 15px;
	transition: 0.3s;
}

.resident-why-us .why-box-cont img {
	width: 60px;
	height: 60px;
	padding: 7px;
	border-radius: 50%;
}

.resident-why-us .why-box-cont:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.resident-why-us .commer-why-left {
	position: sticky;
	top: 12rem;
}

.resident-why-us .col-md-4 {
	padding: 0;
}

.why-box-cont h4 {
	color: #013447;
	font-weight: 600;
	font-size: 20px;
}

.comperhen-key-install .comperhen-key-install-box {
	padding: 25px;
	margin: 20px;
	box-shadow: 0px 0px 2px 2px rgb(0, 53, 96);
	border-radius: 10px;
}

.comperhen-key-install .comperhen-key-install-box img {
	width: 100%;
	border-radius: 20px;
}

.comperhen-key-install .comperhen-key-install-box h4 {
	font-size: 20px;
	font-weight: 600;
	padding-top: 15px;
}

.comperhen-key-install .col-md-img img {
	position: sticky;
	top: 8rem;
}

.comperhen-key-install .residential-comprehensive-img {
	width: 60%;
}

/* Gas Pipeline Installation */
.check-cont .col-md-6 h4 {
	font-size: 20px;
	color: #013447;
	font-weight: bold;
	margin: 25px 0px;
	;
	padding: 10px 0px;
	transition: 0.3s;
}

.check-cont h4:hover {
	border-bottom: 1px solid rgb(216, 216, 216);
	transform: scale(1.03);
	transition: 0.3s;
}

/* Industrial Gas pipeline Install */
.industrial-pipeline-hero {
	height: 40vh;
	background: url('./assets/industrial-gas-pipeline/industrial-gas-banner.webp') no-repeat center center/cover;
	color: white;
	display: flex;
	align-items: center;
	position: relative;
}

.industrial-pipeline-hero .hero-overlay {
	background: #00000078;
}

@media(max-width:767px) {
	.sec_padding .container .col-lg-6.px-lg-5.px-2.order-1 img {
		width: 100%;
	}

	.industrial-pipeline-hero {
		height: 100vh;
	}
}

.commercial-gas-ser-sec .industrial-benefit-box {
	padding: 20px;
	background-color: #ffff;
	min-height: 380px;
	box-shadow: 0px 0px 20px 0px #b8b8b8ab;
}

.commercial-gas-ser-sec .industrial-benefit-box i {
	background-color: red;
	padding: 15px;
	font-size: 18px;
	color: #ffff;
	border-radius: 50%;
	height: 50px;
	margin-right: 10px;
	transition: 0.5s;
}
.commercial-gas-ser-sec .industrial-benefit-box img {
	transition: 0.5s;
}
.commercial-gas-ser-sec .industrial-benefit-box h4 {
	font-size: 18px;
	font-weight: 600;
}

.commercial-gas-ser-sec .industrial-benefit-box .industrial-benefite-cont {
	display: flex;
}

.commercial-gas-ser-sec .industrial-benefit-box:hover i {
	transform: rotateY(180deg);
	transition: 1s;
}
.commercial-gas-ser-sec .industrial-benefit-box:hover img {
	transform: rotateY(180deg);
	transition: 1s;
}

.advan-sec .advan-sec-box {
	display: flex;
	padding: 10px;
	margin: 10px;
	border: 1px solid rgb(186, 186, 186);
}

.advan-sec .advan-sec-box img {
	object-fit: cover;
}

.advan-sec .advan-sec-box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #01374a;
}

.advan-sec .advan-sec-box p {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.advan-sec .advan-sec-box .advan-cont {
	margin-left: 5px;
}

.advan-sec .advan-sec-box i {
	color: #01374a;
}




/**********Contact us*****************/
.contact-main-hero {
	height: 65vh;
	background: url('./assets/contact-us-banner.webp') no-repeat center center/cover;
	color: white;
	display: flex;
	align-items: center;
	position: relative;
}

.contact-main-hero .hero-overlay {
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%)
}

@media(max-width:767px) {
	.contact-main-hero {
		height: 100vh;
	}
}

.contact-form {
	background-color: #013447;
	padding: 3rem;
	border-radius: 20px;
}

.contact-form button.btn.btn-primary {
	position: absolute;
	padding: 10px 30px;
}

.contact-form input.form-control {
	background: transparent;
	border-bottom: 3px solid white;
	width: 100%;
}

.contact-form input.form-control:focus {
	background-color: white;
}

.contact-form textarea {
	background: transparent;
	border-bottom: 3px solid white !important;
	height: 80px !important;
}

.contact-form .form-control {
	border: none;
}

textarea::placeholder,
input::placeholder {
	color: white !important;
}

.contact-form input,
.contact-form textarea {
	color: yellow;
	font-weight: 600;
}

.contact-address {
	padding: 30px;
}

.contact-address h2 {
	color: #013447;
}

.contact-address h3 {
	font-size: 20px;
	color: #013447;
	font-weight: 600;
}

.contact-address h3 i {
	font-size: 16px;
	padding: 10px;
	color: #ffffff;
	background-color: #013447;
	border-radius: 5px;
	margin-right: 10px;
}

.contact-address p {
	margin-top: -10px;
}

.contact-address h3 i {
	transform: translateY(8px);
}

.contact-address p a {
	text-decoration: none;
	color: #000;
}

.contact-address .mt-5 h3 {
	color: #013447;
}

.contact-address .mt-5 a i {
	box-shadow: 0px 0px 3px 1px rgb(124, 124, 124);
	font-size: 24px;
}

.contact-address .mt-5 a i:hover {
	transform: scale(1.05);
	transition: 0.3s;
}

.contact-address .mt-5 a:nth-child(2) i {
	padding: 8px;
	color: #1877F2;
	border-radius: 5px;
}

.contact-address .mt-5 a:nth-child(3) i {
	padding: 8px;
	color: #0077B5;
	border-radius: 5px;
}

.contact-address .mt-5 a:nth-child(4) i {
	padding: 8px;
	color: #0e0e0e;
	border-radius: 5px;
}
.contact-address .mt-5 a:nth-child(5) i {
	padding: 8px;
	color: #d100c3;
	border-radius: 5px;
}
/**About Us Page******/
.about-banner{
	height: 80vh;
	background-image: url(assets/about/homebanner.webp);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.about-banner-cont .banner-title, .about-banner-cont .banner-des{
	color: #ffff;
	position: relative;
}
.about-banner-cont{
	position: relative;
	z-index: 2;
}
.img-sticky-23{
	position: sticky;
	top: 9rem;
	border-radius: 20px;
}
.mission-vision-sec .mission-vision-cont{
	padding: 30px;
	background-color: rgba(229, 229, 229, 0.356);
	border-radius: 20px;
}

.mission-vision-cont .box-des-03{
	padding: 30px;
	background-color: #ffff;
	border-radius: 20px;
	margin: 20px;
	box-shadow: 0px 0px 20px 1px rgb(219, 219, 219);
}
.mission-vision-cont .box-des-03 img{
	background-color: #013447;
	padding: 15px;
	border-radius: 50px;
}
.mission-vision-cont .box-des-03 h3{
	font-size: 25px !important;
	font-weight: 600;
}

.our-core-sec h3{
	padding: 25px;
	border-radius: 8px;
	padding-left: 30px;
	background-color: rgb(233, 235, 243);
}
.img-des-21{
	border-radius: 80px 5px 80px 5px;
	box-shadow: 3px -3px 1px 3px #013447;
}
.why-us-sec{
	background-color: rgba(242, 242, 242, 0.349);
}
.why-us-sec .why-us-cont{
	padding: 50px 20px;
	background-color: #ffff;
	border-radius: 30px;
	box-shadow: 0px 0px 13px 0px #cacaca84;
}
.why-us-sec .why-box-32{
	padding: 20px;
	margin: 20px;
}
.why-us-sec .why-box-32 img{
	transition:all 0.3s;
}
.why-us-sec .why-box-32 h3{
	font-size: 23px !important;
	font-weight: 600;
	margin: 20px 0;
}
.why-us-sec .why-box-32:hover img{
	transform: scale(1.05);
}
.cta-sec-34{
	padding: 40px 0;
}
.cta-sec-34 .cta-box-34{
	padding: 60px;
	border-radius: 20px;
	background-image: url(assets/about/about-cta-2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cta-sec-34 .cta-box-34{
	color: #ffff;
}
@media(max-width:768px){
	.mission-vision-sec .mission-vision-cont{
		padding: 20px;
	}
	.cert-logo{
		display: flex;
	}
	.cert-logo img{
		width: 80px;
	}

}
@media(min-width:768px) and (max-width:1400px){
	.cert-logo img{
		width: 130px;
	}
}
/******chat****************/
.fabs {
	position: fixed;
	right: 20px !important;
	bottom: 50px !important;
	z-index: 99999 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.action {
	background: #013447 !important;
	height: 60px !important;
	width: 60px !important;
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.4s ease-in-out, transform 0.3s ease-in-out;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important;
}

.action i {
	color: white !important;
	font-size: 28px !important;
}

.action:hover {
	background-color: #013447 !important;
	transform: scale(1.2) !important;
}

.social-btns {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	position: absolute !important;
	bottom: 70px !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all 0.3s ease-in-out !important;
}

.social-btns.open {
	opacity: 1 !important;
	visibility: visible !important;
}

.social-btn {
	height: 50px !important;
	width: 50px !important;
	border-radius: 50% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background: white !important;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important;
	transition: transform 0.3s ease-in-out !important;
}

.social-btn img {
	width: 30px !important;
	height: 30px !important;
}

.social-btn:hover {
	transform: scale(1.2) !important;
}

@media (max-width: 768px) {
	.fabs {
		bottom: 30px !important;
		right: 15px !important;
		display: none;
	}

	.action {
		height: 55px !important;
		width: 55px !important;
	}

	.social-btn {
		height: 45px !important;
		width: 45px !important;
	}

	.social-btn img {
		width: 25px !important;
		height: 25px !important;
	}
}

/**********Product New page*************/
.product-hero {
	background-color: #013447;
	padding: 4rem;
}

.product-hero .row {
	color: white;
}

.product-hero .row p {
	font-weight: 600;
}

.product-hero .row a {
	color: white;
	text-decoration: none;
	font-weight: 600;
}

.product-hero .row a:hover {
	color: yellow;
}

.pro-det h2 {
	color: #013447;
	font-weight: 600;
}

.pro-sec .pro-img {
	height: 450px;
	width: 100%;
	text-align: center;
	position: sticky;
	top: 12rem;
}

.pro-img {
	position: relative;
	width: 300px;
	/* Adjust as needed */
	height: 300px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.pro-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#zoomLens {
	position: absolute;
	width: 100px;
	/* Size of zoom box */
	height: 100px;
	border: 2px solid #000;
	background: rgba(255, 255, 255, 0.4);
	pointer-events: none;
	display: none;
}

.product-specs {
	font-size: 1.1rem;
	color: #333;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.product-specs li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 30px;
}

.pro-det .category b,
.pro-det .tag b {
	color: #F58220;
}

.pro-det ul li strong {
	font-size: 18px;
	color: #013447;
}


.pro-slider-list h4 a {
	text-decoration: none;
}

.product-specs h3 {
	font-weight: 600;
	color: #013447;
}

.product-specs h4 {
	font-weight: 600;
	font-size: 20px;
}

.product-specs .fa-check-circle {
	color: green
}

.product-specs .fa-right-to-bracket {
	color: #F58220
}

.list-unstyled {
	padding-left: 21px !important;
}

.product-specs i {
	margin-right: 10px;
}

.pro-box-des .col-md-4.d-flex {
	padding: 20px;
	box-shadow: 1px 1px 2px 1px rgba(140, 140, 140, 0.152);
	transition: 0.3s;
}

.pro-box-des .col-md-6.d-flex {
	padding: 20px;
	box-shadow: 1px 1px 2px 1px rgba(140, 140, 140, 0.152);
	transition: 0.3s;
}

.product-specs .key-head b {
	color: #013447;
	font-size: 18px;
}

p.key-head i {
	font-size: 22px
}

.pro-box-des .col-md-4.d-flex i,
.pro-box-des .col-md-6.d-flex i {
	margin-right: 10px;
	margin-top: 1px;
	padding: 15px;
	background-color: red;
	color: #ffff;
	height: 52px;
	font-size: 22px;
	border-radius: 50%;
}

.pro-box-des .col-md-4.d-flex h3,
.pro-box-des .col-md-6.d-flex h3 {
	font-size: 20px;
	font-weight: 600;
	color: #013447;
}

.pro-box-des .col-md-4.d-flex h4,
.pro-box-des .col-md-6.d-flex h4 {
	font-size: 20px;
	font-weight: 600;
	color: #013447;
}

.pro-box-des .col-md-4.d-flex:hover,
.pro-box-des .col-md-6.d-flex:hover {
	box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.39);
	transform: scale(1.03);
	transition: 0.3s;
	background-color: #ffff;
}

@media(max-width:768px) {
	.pro-img img {
		object-fit: fill !important;
	}
}

/********Products Slider************/
.slider-container {
	position: relative;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	margin: 5px;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 10px;
	box-shadow: 0px 0px 8px 0px rgba(187, 187, 187, 0.671);
	overflow: hidden;
	max-height: 410px;
	min-height: 410px;
	border-radius: 8px;
}

.slide-img img {
	width: 100%;
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.8s;
	border-radius: 8px;
}

.slide-img:hover img {
	transform: scale(1.3);
	transition: 0.8s;
}

.slide h3 a {
	color: #013447;
	margin-bottom: 0;
	padding: 10px 2px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.slide h3 {
	margin-top: 20px;
}

.slide h4 a {
	color: #013447;
	margin-bottom: 0;
	padding: 10px 2px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.slide h4 {
	margin-top: 20px;
}

.slide p {
	font-size: 14px !important;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.slide {
		flex: 0 0 50%;
		max-width: 50%;

	}

}

@media(max-width:768px) {
	.slide {
		margin: 0;
	}
}

/* @media (min-width: 992px) {
            .slide {
                flex: 0 0 33%;
                max-width: 33%;
				min-height: 28rem !important;
            }
        } */
@media (min-width: 1200px) {
	.slide {
		flex: 0 0 24%;
		max-width: 24%;
	}
}

.prev,
.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* background-color: rgba(0, 0, 0, 0.5); */
	color: white;
	border: none;
	padding: 10px 18	px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
}

.prev {
	left: 0px;
}

.next {
	right: 0px;
}

.prev:hover,
.next:hover {
	background-color: black;
}

.slide-img {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-slade {
	/* background-color: #013447a6; */
	width: 100%;
	height: 250px;
	position: absolute;
	transform: scale(0);
	transition: 0.8s;
}

.slide-img:hover .img-slade {
	transform: scale(1);
	transition: 0.8s;
}

.slide-img .img-slade i {
	position: relative;
	top: 50%;
	color: #ffffff;
	background-color: #013447;
	padding: 15px;
	border-radius: 50%;
	font-size: 25px;
}

a.pro-btn {
	border-radius: 5px;
	background-color: #013447;
	text-decoration: none;
	padding: 15px 30px;
	color: #ffff;
	margin: 20px 1px;
	display: inline-block;
}

a.pro-btn:hover::after {
	content: '➡️';
	margin-left: 3px;
	transition: 0.3s;

}

a.pro-btn a {
	color: white;
	text-decoration: none;
}

a.pro-btn:hover {
	background-color: #013447;
}

/********Side bar Contact Form**********/
.side-bar-btn {
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	padding: 20px 15px !important;
	background-color: #013447;
	background-image: none;
	letter-spacing: 1.2px;
	color: #ffffff !important;
	border: none !important;
	transition: all 0.5s ease;
}
.side-bar-btn.show {
	opacity: 1;
	transform: translateX(0);
}

#form-side-bar {
  position: fixed;
  top: 30%;
  right: -500px; 
  width: 350px;
  height: auto;
  background-color: #013447;
  z-index: 1000;
  padding: 30px 20px;
  box-shadow: -4px 0px 12px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease;
  overflow-y: auto;
  display: block; 
}

@media(min-width:768px) {
	#form-side-bar {
		width: 22rem;
	}
}

#form-side-bar form {
	margin-bottom: 30px;
}

.side-bar .form-close {
	color: white;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
}

.side-bar .form-close {
	color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  cursor: pointer;
}

.side-bar .form-close:hover {
	cursor: pointer;
}

.pro-img-size img {
	position: sticky;
	top: 10rem;
	height: 350px;
	width: 100%;
	object-fit: contain;
}
/* Slide in when active */
#form-side-bar.active {
  right: 0;
}

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

.check-des-23 p {
	font-size: 18px;
}

.check-des-23 img {
	margin-top: -3px;
}

.cont-404 img {
	width: 20% !important;
}

.cont-404 h2 {
	text-transform: capitalize;
	color: #013447;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0;
}

.cont-404 a {
	text-align: center;
	text-transform: capitalize;
	background-color: #013447;
	color: #ffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	width: 20%;
	display: block;
	padding: 15px 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 1px gray;
}

.cont-404 a:hover {
	color: #013447;
	background-color: #ffff;
}

@media(max-width:768px) {
	.cont-404 a {
		width: 50%;
	}

	.cont-404 img {
		width: 50% !important;
	}
}

/********Brass Fittings Connector************/

.fitting-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

.fitting-item {
	display: flex;
	align-items: flex-start;
	padding: 1rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.fitting-icon {
	font-size: 1.5rem;
	color: #d08900;
	margin-right: 1rem;
	min-width: 30px;
}

.fitting-content {
	flex: 1;
}

.fitting-title {
	font-weight: 600;
	margin: 0;
	font-size: 20px;
}

.fitting-description {
	margin: 0.2rem 0 0;
	color: #555;
}

ul.fitting-list img {
	height: 60px;
	margin-right: 20px;
}

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

.web-pages-843 .side-bar input.form-control.phone-no {
	padding: 10px;
	width: 101%;
	margin-top: 5px;
}

@media(max-width:768px) {
	.web-pages-843 #form-side-bar {
		width: 60%;
	}

}

@media (min-width: 768px) {
	.web-pages-843 #form-side-bar {
		width: 22rem;
	}
}

/*******************/
.advantages .card-content ul li {
	color: #ffff
}

/*************Blog Page********************/
.page_title-blog {
	background: var(--color-primary);
	height: 200px;
	margin-top: 70px;
}

.blog-card {
	border-radius: 15px;
	background-color: #ebf4ff;
	box-shadow: 0px 0px 0px 3px #013447;
	overflow: hidden;
	padding: 20px;
	transition: transform 0.3s;
}

.blog-card:hover {
	transform: translateY(-5px);
}

.blog-image {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.blog-image img {
	border: 3px solid #ffffff;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.date-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #013447;
	color: white;
	border-radius: 10px;
	padding: 10px 12px;
	text-align: center;
	font-weight: bold;
}

.date-badge span {
	display: block;
	font-size: 20px;
	line-height: 1;
}

.date-badge small {
	font-size: 12px;
}

.blog-content {
	padding: 20px 1px 20px;
}

.blog-title {
	font-weight: bold;
	font-size: 1.2rem;
}

.read-btn {
	margin-top: 15px;
	background-color: #013447 !important;
	color: white !important;
	transition: 0.3s;
	padding: 6px 20px 8px !important;
}

.read-btn:hover {
	background-color: #013447 !important;
	box-shadow: 0px 0px 3px 1px #013447f3 !important;
	color: #ffff !important;
	transform: translateX(20px);
	transition: 0.3s;
}

.blog-main-head {
	background-color: #013447;
	padding: 4rem;
	color: white;
	border-radius: 30px;
}

.blog-snippet {
	color: rgb(139, 139, 139);
	padding: 0px 6px;
}

.blog-main-hero {
	height: 65vh;
	background: url('./assets/blog-banner.webp') no-repeat center center/cover;
	color: white;
	display: flex;
	align-items: center;
	position: relative;
}

.blog-main-hero .hero-overlay {
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%)
}

@media(max-width:767px) {
	.blog-main-hero {
		height: 100vh;
	}

	p.header-link-sec.text-center {
		text-align: center;
	}
}

/**********Blog Single****************/
.blog-single-title {
	padding: 3rem 1rem;
	margin-top: 70px;
	background-color: #013447;
	color: rgb(255, 255, 255);
	font-weight: 800;
}

.blog-single-main .blog-signle-content h4 {
	color: #013447;
	margin-top: 40px;
	font-size: 25px;
}

.blog-single-main .blog-signle-content h2 {
	color: #013447;
	margin-top: 40px;
	font-size: 25px;
}

.blog-link {
	position: sticky;
	top: 10rem;
	padding: 15px 20px 15px 20px;
	box-shadow: 0px 0px 3px 1px #515151;
	border-radius: 10px;
	background-color: #013447;
}

.blog-link h3 {
	color: #FFF200;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}

.blog-link p {
	padding: 0px 0px;
	margin-bottom: 0rem;
}

.blog-link p a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

.blog-link p a:hover {
	color: #FFF200;
}

.blog-link p a i {
	margin-right: 10px;
}

.blog-link hr {
	color: #ffff;
}

hr {
	margin: 8px 0px 8px 0px !important;
}

.blog-signle-content img {
	border-radius: 20px;
	box-shadow: 0px 3px 18px 0px #686868e6;
}

.container-fluid.blog-title {
	background-color: #013447;
	color: white;
	text-align: center;
	padding: 5rem 5rem;
}

.blog-signle-content a {
	color: #ED1C24;
	text-decoration: none;
}

.single-blog-date {
	color: #adadad;
	font-weight: 400;
	font-style: italic;
}

/*********************/
.icon-box-23 img {
	margin-top: 5px;
	margin-right: 10px;
}

.icon-box-23 .icon-cont h3 {
	text-transform: none;
	font-weight: bold;
}

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

.but-mob {
	position: fixed;
	z-index: 5555;
	bottom: 0;
	padding-bottom: 10px;
	width: 100%;
	background-color: #ed1c24;
}

.but-mob button.btn.mob-btn-whatsapp {
	width: 100%;
	display: flex;
	align-items: center;
	background: transparent;
	border-radius: 0;
	justify-content: center;
	color: #fff;
}

.but-mob button.btn.mob-btn-phone {
	width: 100%;
	display: flex;
	align-items: center;
	border-left: 1px solid #fff;
	margin-right: 0;
	background: transparent;
	border-radius: 0;
	justify-content: center;
	color: #fff;
}

.but-mob button img {
	width: 30px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.but-mob {
		display: none;
	}
}


/**service***/
.service-carousel-wrapper .caroufredsel_wrapper{
	height: 350px !important;
}
.service-carousel-wrapper.gallery {
    position: relative;
}
.service-carousel-wrapper .carousel-arrows{
    position: absolute;
    top: -50px;
    right: 40px;
	z-index: 2;
}
.service-carousel-wrapper ul{
	list-style-type: none;
}
/***********/
.contact-form-footer {
	margin: 0px;
	background-color: #211f1f;
	height: 350px;
	padding: 10px 15px;
	border-radius: 20px;
}

.contact-form-footer form {
	margin-top: -10px;
}

.contact-form-footer textarea {
	background: transparent;
	border-bottom: 3px solid white !important;
	height: 80px !important;
}

.contact-form-footer input.form-control {
	background: transparent;
	border-bottom: 3px solid white;
	width: 100%;
	height: 40px;
}

.contact-form-footer .form-control {
	border: none;
}

.contact-form-footer input,
.contact-form-footer textarea {
	color: yellow;
	font-weight: 600;
}

.contact-form-footer .form-control {
	border-radius: none;
}

.caroufredsel_wrapper {
	height: 320px !important;
}

.contact-form-footer input.form-control:focus {
	background-color: #ffff;
}

button.btn.btn-primary.mb-3 {
	float: left;
	background-color: #013447;
	background-image: none;
	border: none;
	padding: 7px 30px;
}
.side-bar button.btn.btn-primary.mb-3{
	background-color: #ffff;
	color: #013447;
}
footer .col-lg-3 p i {
	margin-right: 5px;
}
footer iframe{
	border-radius: 20px;
}

.contact-form-footer h3.text-white {
	text-align: center;
	font-weight: 600;
}
p.authorized-title{
	font-size: 18px;
}
.authorized-by{
	margin-top: -10px;
}
@media(min-width:596px) {
	.container.foot-width {
		width: 1300px;
	}
}

/**********/
#secondary-2 .widget h3.widgettitle a {
	font-weight: 600;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 15px 10px 15px 25px;
	border-bottom: 1px solid rgb(255, 255, 255);
}

#secondary-2 .widget h3.widgettitle a i {
	padding: 5px 8px;
	margin-right: 10px;
	background-color: #013447;
	color: #ffff;
	border-radius: 50px;
}

#secondary-2 .widget h3.widgettitle {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	background: rgb(237, 237, 237);
	padding: 0px;
	border-bottom: 3px solid rgb(217, 217, 217);
}

#secondary-2 .widget_categories ul li a {
	text-decoration: none;
}

#secondary-2 .widget ul li a {
	text-decoration: none;
	font-weight: 500;
}

a.asd {
	text-decoration: none;
	color: #013447;
}

.breadcrumb h1 {
	float: left;
	font-size: 30px;
	font-weight: 700;
}

.container-2 .contact-form-footer {
	background-color: transparent !important;
}

.container-2 input.form-control.phone-no {
	width: 110%;
	margin-top: 10px;
}

@media(min-width:768px) {
	.container-2 .one-fourth {
		width: 23%;
	}

	.container-2 {
		width: 1225px;
	}

	.container-2 .contact-form-footer {
		background-color: transparent !important;
	}

	.container-2 input.form-control.phone-no {
		width: 112%;
		margin-top: 10px;
	}

	.container-2 textarea#oiewrujh {
		height: 40px !important;
	}

	.container-2 button.btn.btn-primary.mb-3 {
		margin-bottom: 20px;
	}
}

@media(min-width:768px) and (max-width:1120px) {
	.container-2 .footer-logo {
		padding: 5px 20px;
	}
}

.wp-btn-sticky {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}

.wp-btn-sticky img {
	width: 50px;
	padding: 1px;
}

.wp-btn-sticky img:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	perspective: 1000px;
}

@media(max-width:768px) {
	.wp-btn-sticky img {
		display: none;
	}
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-2px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(2px, 0, 0);
	}
}
/*************/
.home-services{
	padding: 0px 0;
}
.home-services .service-sec-32{
	padding: 20px;
    background-color: #edededad;
    height: 100%;
	border-radius: 8px;
}
.home-services .service-sec-32 img{
	border-radius: 15px;
}
 
a.btn-products{
	padding: 8px 20px;
    margin-top: 5px;
    display: inline-block;
    color: #ffff;
	background-color: #013447;
	margin-bottom: 10px;
	border-radius: 50px;
}
a.btn-products i{
	font-size: 14px;
	margin-left: 8px;
	padding: 5px 6px;
	background-color: #fff;
	color: #013447;
	border-radius: 50px;
	transform: rotate(-30deg);
	transition: transform 0.3s;
}
a.btn-products:hover{
	background-color: #013447;
}
a.btn-products:hover i{
	color: #013447;
	transform: rotate(0deg);
}
 .table-32{
	background-color:#fff7f7 ;
 }
 .table-32 .custom-table {
    border: 1px solid #ddd;
  }

 .table-32 .custom-table th,
  .table-32 .custom-table td {
    padding: 1rem;
    border: 1px solid #e4dcdc;
  }

  .table-32 .custom-table th {
    font-weight: bold;
    font-size: 1.05rem;
  }

  @media (max-width: 576px) {
    .table-32 .custom-table th,
    .table-32 .custom-table td {
      padding: 0.75rem;
      font-size: 0.95rem;
    }
  }
  /**************/
  .slide-23 {
	margin: 5px;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 370px;
	max-height: 410px;
	min-height: 410px;
	border-radius: 8px;
}

.slide-23-img img {
	width: 100%;
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.8s;
	border-radius: 8px;
}

.slide-23-img:hover img {
	transform: scale(1.3);
	transition: 0.8s;
}

.slide-23 h3 a {
	color: #013447;
	margin-bottom: 0;
	padding: 10px 2px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.slide-23 h3 {
	margin-top: 20px;
}

.slide-23 h4 a {
	color: #013447;
	margin-bottom: 0;
	padding: 10px 2px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.slide-23 h4 {
	margin-top: 20px;
}

.slide-23 p {
	font-size: 14px !important;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.slide-23 {
		flex: 0 0 50%;
		max-width: 50%;

	}

}

@media(max-width:768px) {
	.slide-23 {
		margin: 0;
	}
	
}

/* @media (min-width: 992px) {
            .slide-23 {
                flex: 0 0 33%;
                max-width: 33%;
				min-height: 28rem !important;
            }
        } */
@media (min-width: 1200px) {
	.slide-23 {
		flex: 0 0 24%;
		max-width: 24%;
	}
}
.slide-img-23 img {
	width: 100%;
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.8s;
	border-radius: 8px;
}

.slide-img-23:hover img {
	transition: 0.8s;
}
.slide-img-23 {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 20px;
}
.slide-img-23:hover .img-slade {
	transform: scale(1);
	transition: 0.8s;
}

.slide-img-23 .img-slade i {
	position: relative;
	top: 50%;
	color: #ffffff;
	background-color: #013447;
	padding: 15px;
	border-radius: 50%;
	font-size: 25px;
}
@media(max-width:599px){
	.slide-img-23 img{
		min-height: 150px;
	}
}
/*********hero slider**********/
.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    background: #000;
    overflow: hidden;
	margin-top: -20px;
  }

  .hero-slider .swiper {
    width: 100%;
    height: 100%;
  }

  .hero-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: left;
    align-items: center;
	width: 100%;
	padding: 0;
  }

  .hero-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-slider .autoplay-progress {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffff
  }

  .hero-slider .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ffff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
  .slider-content{
	width:40%;
	margin-left: 10%;
	justify-content: left;
	text-align: left;
	display: flex;
	flex-direction: column;
  }
.slider-content .slide-title{
	font-size: 45px;
	font-weight: 800;
	color: #FFF100;
}
.slider-content .slide-text{
	color: #fff;
}
.slider-content .slide-btn{
	width: 150px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #013447;
	color: #ffff;
}
.slider-content .slide-btn i{
	padding: 5px;
	background-color: #ffff;
	color: #013447;
	border-radius: 50px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 18px !important;
	background-color: #ffff;
	color: #013447;
	border-radius: 50px;
	padding: 10px 15px;
}
.overlay-slide{
	background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #013447;
}
@media(max-width:768px){
	.slider-content{
		width: 100%;
	}
}
.swiper-slide.swiper-slide-visible{
	 /* min-height: 400px; */
	 height: auto;
}
/*******privacy-policy******/
.privacy-policy h2{
	font-weight: 600;
	font-size: 25px;
}
/******process new*******/
.process-banner{
	position: relative;
	height: 80vh;
	background-image: url(assets/process/process-banner.webp);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.overlay-2{
	position: absolute;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.stage-sec .stage-img-sec{
	padding: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #ffff;
	position: relative;
}
.stage-sec .stage-img-sec h2, .stage-sec .stage-img-sec h3, .stage-sec .stage-img-sec p{
	color: #ffff;
	z-index: 2;
}
.stage-sec .stage-img-sec h3{
	font-size: 25px;
	font-weight: 600;
}
.stage-sec .stage-img-sec .overlay-stage-sec{
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 100%;
	left: 0;
	top: 0;
	background: #031521bd;
}
.stage-sec .stage-cont-sec{
	background-color: #031521;
	padding: 40px;
}
.stage-sec .stage-cont-sec h3{
	color: #ffff;
	font-weight: 600;
	font-size: 30px;
}
.stage-sec .stage-cont-sec p{
	color: #fff;
}
.stage-cont-sec .stage-icon-box{
	margin: 10px;
	padding: 20px;
	display: flex;
}
.stage-cont-sec .stage-icon-box img{
	height: 50px;
	width: 50px;
	margin-right:20px;
}
.img-box-92{
	padding: 20px;
}
.img-box-92 img{
	border-radius: 20px;
}
.img-box-92 .box-9-cont{
	width: 95%;
	background-color: #013447;
	padding: 10px;
	text-align:center;
	margin: 0 auto;
	border-radius: 20px;
	margin-top: -40px;
	z-index: 2;
	position: relative;
	color: #ffff;
}
.img-box-92 .box-9-cont .title-2{
	font-size: 23px !important;
	font-weight: 600;
}
.img-box-92 .box-9-cont p{
	font-weight: 400 !important;
}
.icon-box-45{
	padding: 20px;
	margin: 10px;
	background-color: #fafbfc;
	border-radius: 20px;
	border: 1px solid #dadada;
}
.icon-box-45 .title-2{
	font-weight:600;
	font-size: 25px;
	margin: 15px 0;
}
.box-two-41.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.box-two-41.d-flex p {
	margin-bottom: 10px !important;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    margin: 0; 
}
.box-des-90{
	padding: 30px !important;
    border-radius: 20px;
}
.bor-radi-20{
	border-radius: 20px;
}
.box-des-pro-21{
	padding: 20px;
	border-radius: 20px;

}
.box-des-cont{
	background-color: #013447;
	padding: 20px;
	border-radius: 20px;
}
@media(max-width:768px){
	.process-img-certif{
		display: flex;
		margin-top: 20px;
		justify-content: space-between;
	}
	.process-img-certif img{
		width: 30%;
		border-radius: 8px;
	}
	.stage-cont-sec .stage-icon-box{
		flex-direction: column;
	}
	.stage-cont-sec .stage-icon-box img{
		margin-bottom: 15px;
	}
	.stage-sec .stage-cont-sec{
		padding: 20px;
	}
}
/********connector nut*************/

.hover-box-34 .box-34-cont h3{
	font-size: 25px !important;
	color: #013447;
	padding-top: 20px;
	padding-bottom: 10px;
}
.hover-box-34 .box-34-cont i{
	font-size: 40px;
	color: #013447;
}	
.hover-box-34 .box-34-cont:hover{
	background-color:#013447;
}
.hover-box-34 .box-34-cont:hover h3{
	color:#fff;
}
.hover-box-34 .box-34-cont:hover p{
	color:#fff;
}
.hover-box-34 .box-34-cont:hover i{
	color:#fff;
}
.hover-box-34 .box-34-cont {text-align:center; 
	 padding:30px;
	transition: all 0.3s ease-in-out;
border-radius:0px;}
.hover-box-34 h2{
	font-weight: 800;
}

.table-lpg-adaptor {
      width: 80%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      margin: 20px auto;
      text-align: left;
	  border-radius: 20px;
    }
    .table-lpg-adaptor th, 
    .table-lpg-adaptor td {
      border: 1px solid #333;
      padding: 15px;
    }
    .table-lpg-adaptor th {
      background-color: rgb(0, 67, 100);
      color: #fff; /* White text for contrast */
    }
    .table-lpg-adaptor caption {
      font-weight: bold;
      margin-bottom: 10px;
    }
	.table-lpg-adaptor th{
		text-align: center;
	}
/* Gas Leak detection page  */
.gas-leak-banner{
  height: 80vh;
  background-image: url(assets/gas-leak-detection-service-bangalore/gas-leak-banner.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.gas-leak-banner-cont .banner-title, .gas-leak-banner-cont .banner-des{
  color: #ffff;
  position: relative;
}

.overlay-32{
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
}
.gas-leak-banner-cont {
    position: relative;
    z-index: 2;
}
.btn_width--auto{
	width: auto;
}
	.key-feat-sec .key-feat-box{
		background-color: #013447;
		min-height: 560px;
		border-radius: 20px;
		overflow: hidden;
		color: #ffff;
	}
	.key-feat-sec .key-feat-box-2{
		min-height: 510px;
	}
	.key-feat-sec .key-feat-cont{
		padding: 40px 40px 5px;
	}
		.key-feat-sec .key-feat-cont p{
			line-height: 1.7em;
		}
		.key-feat-sec .key-feat-cont h3 {
    		font-size: 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
}
	.key-feat-sec .key-feat-box img{
		transition: all 0.3s;
	}
	.key-feat-sec .key-feat-box:hover img{
		transform: scale(1.05);

	}
	.key-feat-sec .key-feat-img{
		overflow: hidden;
	}
	.process-des-23{
		position: relative;
		padding-left: 35px;
		margin-left: 20px;
	}
	.process-des-23::before {
    content: attr(data-sl-no);
    position: absolute;
    width: 33px;
    height: 33px;
    top:1px;
    left: -20px;
    background: #013447;
    border-radius: 50%;
    font-weight: 600;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.process-des-23::after{
	content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 34%;
    left: -4px;
    border: dashed 1px #013447 ;
}
.process-des-23:last-child::after {
  display: none;
}
.key-feat-10{
	background-color: #ffff;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px;
	min-height: 520px;
}
.key-feat-10 .key-feat-10-cont{
	padding: 40px 30px 0px;
}
.key-feat-10 .key-feat-10-img{
	position: relative
}
.key-feat-10 .key-feat-10-img:before {
    content: '';
    height: 21px;
    width: 100%;
    max-width: 265px;
    background-color: #013447;
    position: absolute;
    bottom: -20px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feat-grid_icon{
	padding: 10px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #013447;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.key-feat-10:hover .key-feat-10-img:before{
    max-width: 100%;
	 clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.key-feat-10-cont h3{
	font-size: 25px;
	font-weight: 600;
}
.owl-32{
	position: relative;
	 background-color: #7469b64a;
}
.owl-32 .owl-dots{
	display: none;
}
.owl-32 .owl-theme .owl-nav{
	    position: absolute;
		top: 50%;
		display: flex;
		justify-content: space-between;
		width: 100%;
}
.owl-32 .owl-theme .owl-nav button{
	background-color: #013447 !important;
	color: #ffff !important;
	border-radius: 50px;
	padding: 10px 15px;
	height: 50px;
	width: 50px;
}
.owl-32 .owl-theme .owl-nav button span{
	font-size: 50px;
	margin-top: -18px;
}
.owl-32 .owl-theme button.owl-prev {
    display: flex !important;
    justify-content: center;
	margin-left: -23px;

}
.owl-32 .owl-theme button.owl-next {
    display: flex !important;
    justify-content: center;
}
.industry-des-21{
	background-color: #f3f3f399;
	padding: 40px 0;
}
.industry-des-box{
	background-color: #ffff;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}
.industry-des-box h3{
	margin: 20px 0;
	font-size: 23px !important;
	font-weight: 600;
}
.industry-des-box img{
	transition: all 0.3s;
}
.industry-des-box:hover img{
	transform: scale(1.06);
	transition: all 0.3s;
	

}
.sec-serv-21 .industry-des-box img{
	width: 100%;
	border-radius: 20px;
	    object-fit: cover;
    height: 200px;
}
.gas-leak-cta-sec-34{
	padding: 40px 0;
}
.gas-leak-cta-sec-34 .cta-box-34{
	padding: 60px;
	border-radius: 20px;
	background-image: url(assets/gas-leak-detection-service-bangalore/cta.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gas-leak-cta-sec-34 .cta-box-34{
	color: #ffff;
}
section.py-4.owl-32 {
    overflow: hidden;
}
/******/
.img-box-sec-94{
	 display: flex;

}
.img-box-94{
	padding: 20px 40px;
    border-radius: 15px;
    text-align: center;
    background-color: #F3F3F3;
}
.title-3{
	font-weight: 700;
	margin: 10px 0;
}
.img-box-94 img{
	transition: all 0.5s;
	border-radius: 550px;
	height: 250px;
	width: 250px;
}
.img-box-94:hover img{
	transform: scale(1.03);
}
.table-sec-94 table {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}
.table-sec-94 thead th {
  background-color: #013447;
  color: #ffffff;
  border: none;
}
.table-sec-94 td, 
.table-sec-94 th {
  vertical-align: middle;
  padding: 20px !important; 
}
@media(max-width:768px){
	.table-sec-94 td, 
.table-sec-94 th {
  padding: 5px !important; 
}
th, td {
        font-size: 12px !important;
        padding: 8px 0px;
    }
	.process-des-23::after{
		top: 15%;
	}
}
.overlay-cta{
	position: absolute;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	width: 100%;
	display: flex;
	left: 0;
	top: 0;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.overlay-3{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
}

/* Reliable Reticulated Gas system In Mysore */

.reticulated-mysore-banner{
  height: 80vh;
  background-image: url("assets/Reticulated Gas system in mysore/gas-leak-banner.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.reticulated-mysore-banner-cont .banner-title, .reticulated-mysore-banner-cont .banner-des{
  color: #ffff;
  position: relative;
}


.compliance-section {
  text-align: center;
  padding: 60px 20px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #1b2e2b;
  margin-bottom: 50px;
}


.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Styles */
.compliance-card {
  background-color: #f8fcfa;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compliance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
   background-color:#003545;
   color: #ffffff;
}

/* Dark First Card */
.dark-card {
  background-color: #003545;
  color: #fff;
}

.dark-card p {
  color: #d8f2ec;
}

/* Icon Styling */
.icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

/* Typography */
h3.mb-2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.mb-0 {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}


/*Our reticulted gas*/
.commer-why-left {
    position: sticky;
    top: 10rem;
    background-color: #ffffff;
    padding: 30px;
}

.commer-why-left img {
    border-radius: 30px;
    margin-top: 10px;
    width: 100%;
}

.commer-why-left h2 {
    color: #013447;
}

.why-box-mys {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-left: 4px solid #013447 !important; 
  border-bottom: 5px solid #013447 !important; 
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.why-box-mys h3 {
  font-size: 20px;
  color: #005a8d;
  margin-bottom: 10px;
}


.card-title {
  color: #005a8d;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-description {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

/* --- RIGHT SECTION BOXES --- */
.why-box-mys {
    padding: 20px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #01344742;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.why-box-mys h3 {
    color: #013447;
}

.why-box-mys:hover {
    border: 1px solid #013447;
}

/* --- IMAGE STYLING INSIDE EACH BOX --- */
.why-box-mys img {
    background-color: #01344711;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.3s;
}

/* Initial state of image */
.why-box-mys img {
    background-color: #01344711;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
}

/* Hover effect */
.why-box-mys:hover img {
    opacity: 1;
    transform: translateY(-10px);
}

/* Optional: smooth transition for container as well */
.why-box-mys {
    transition: all 0.3s ease;
}

.progas-mys-section {
  position: relative;
  background-color:#f2f3f5; 
  padding: 70px 0;
}

.progas-mys-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width:80%;
  margin: 0 auto;
  align-items: center;
}

.progas-mys-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 46px;
  margin-bottom:30px;
}

.progas-mys-box {
  flex: 1;
  background: #ffffff; 
  border: 2px solid #ccc; /* grey border */
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}


.progas-mys-box:hover {
  transform: translateY(-10px);
  background: #ffffff; 
  border: 2px solid #ff8c42 !important;
}

.progas-mys-icon {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  transform: rotate(45deg);
  display: flex;
  justify-content:left;
  color:#ff8c42;
  font-size: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.progas-mys-icon img{
	  transform: rotate( 316deg) scale(1.4);
	  width: 100%;
	  height: 100%;

}

/* Hover effect: orange → blue */
.progas-mys-icon:hover {
  background-color:#013447 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.progas-mys-icon i {
  transform: rotate(-45deg);
}
.gas-mysore-cta-sec-34{
	padding: 40px 0;
}
.gas-mysore-cta-sec-34 .cta-box-34{
	padding: 60px;
	border-radius: 20px;
	background-image: url("assets/Reticulated Gas system in mysore/gas-system-in-mysore.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gas-mysore-cta-sec-34 .cta-box-34{
	color: #ffff;
}
.border-box-21{
	padding: 20px;
}
.border-box-21.key-feat-10 .key-feat-10-img::before{
	width: 0;
}
.border-box-21.key-feat-10 .key-feat-10-cont{
	background-color: #fff;
		padding: 20px 15px 20px;
		border-radius: 0px 0px 15px 15px;

}
.border-box-21.key-feat-10 .key-feat-10-img img{ 
	border-radius: 15px;
}
.why-box-mys img {
	width: 75px;
}
.progas-mys-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
/* Responsive */
@media (max-width: 768px) {
  .progas-mys-item {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
	justify-content: center;
  }

  .progas-mys-box {
    width:100%;
  }

  .progas-mys-icon {
    margin-bottom: 25px;
  }

}
@media(min-width:768px) and (max-width:1024px){
	.progas-mys-wrapper{
		width: 100%;
	}
}
/*****lot-gas-system-bangalore*********/
.lot-gas-banner{
  height: 80vh;
  background-image: url(assets/lot-gas-system-bangalore/lot-gas-banner-image.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.lot-gas-banner-cont .banner-title, .lot-gas-banner-cont .banner-des{
  color: #ffff;
  position: relative;
}

.lot-gas-banner-cont {
    position: relative;
    z-index: 2;
}
.img-box-321{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 10px;
	margin: 15px 5px;
	transition: all 0.3s;
}
.img-box-321:hover{
	transform: scale(1.03);
}
.img-box-321 .img-321 img{
	width: 180px;
	border-radius: 15px;
}
.img-box-321 .content-321{
	padding-left: 20px;
}

@media(max-width:768px){
	.img-box-321 .img-321 img{
		width: 100%;
		margin-bottom: 20px;
	}

}
/*gas-pipeline-installation-mysore*/
.gas-pipe-ins-mysore-banner{
  height: 80vh;
  background-image: url(assets/gas-pipeline-installation-mysore/gas-pipeline-installation-mysore-banner.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.gas-pipe-ins-mysore-banner-cont .banner-title, .gas-pipe-ins-mysore-banner-cont .banner-des{
  color: #ffff;
  position: relative;
}

.gas-pipe-ins-mysore-banner-cont {
    position: relative;
    z-index: 2;
}
.box-342 {
    padding: 30px;
    background-color: #ffffff; 
    box-shadow: 2px 2px 1px 3px #013447;
    border-radius: 8px; 
	    transition: all 0.3s ease; 
    color: #000; 
	margin: 15px;

}

.box-342 h3,
.box-342 p {
    transition: color 0.3s ease; 
}

.box-342:hover {
    background-color: #013447; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.2); 
}

.box-342:hover h3,
.box-342:hover p {
    color: #ffffff; 
}
.box-342-1{
	background-color: #013447; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.2); 
	color: #000; 
	margin: 15px;
	border-radius: 8px; 
	    transition: all 0.3s ease; 
		padding: 30px;
}
.img-box-342{
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	transition: all 0.3s;
}
.img-box-342 img{
	border-radius: 20px;
	margin-bottom: 15px;
}
.img-box-342:hover{
		border: 1px solid #ddd;
	transform: translateY(-10px);
}
/*************/
.gass-leak h2 {
  color: #222;
}

.gass-box {
  transition: all 0.3s ease;
   position: relative;
  overflow: hidden; 
  transition: all 0.3s ease;
  border-radius: 10px;
}

.gass-box:hover {
  transform: translateY(-5px);
}

.gass-img {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  object-fit: center;
  height:100%;
  width:100%;
 display: block;
 opacity: 1;
 transform: scale(1.4)
}


.mys-gas{
    background-color:#FFFFFF;
}

.gas-tt{
    margin-top: 80px;
}

.gas-pg{
    height: 280px;
}
/*************/
.gas-leak-mysore-banner{
  height: 80vh;
  background-image: url(assets/gas-leak-detection-service-mysore/Banner\ Image.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.gas-leak-mysore-banner-cont .banner-title, .gas-leak-mysore-banner-cont .banner-des{
  color: #ffff;
  position: relative;
}

.gas-leak-mysore-banner-cont {
    position: relative;
    z-index: 2;
}
.cta-sec-mysore .cta-box-39{
	padding: 60px;
	border-radius: 20px;
	background-image: url(assets/gas-leak-detection-service-mysore/Book\ Reliable\ Gas\ Leak\ Services\ -\ CTA.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cta-sec-mysore.cta-box-39{
	color: #ffff;
}

.img-mys{
	border-radius:20px !important;
}
.hero-new {
    height: 40vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
@media(max-width:768px){
	.overlay-32 {
    background: linear-gradient(90deg, rgb(0 15 60 / 87%) 100%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%);
	}
	.cta-sec-mysore .cta-box-39{
		padding: 20px;
	}
	.gas-pg{
		height: 315px;
	}
	.hero-new {
		height: 80vh;
	}
}
.gas-pipe{
    height:520px !important;
}
.gas-pipe{
    height:520px !important;
}
.img-gas{
    border-radius:20px;
}
.img-gss{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
/**commerical gaspipeline in mysore**/
.d-flex.bg-white:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.gas-com i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
}

.gas-pg{
    height:240px;
}

.why-2 .why-box-cont{
    height:220px;
    padding-top:30px;
}

/* commercial-gaspiepline-installtion -mysore */
.gas-line{
    border-radius:30px;
}

   .box-23{
        padding-top:20px;
        padding-bottom:30px;

    }

    .gas-hj{
        padding:30px;
        border-radius:20px;
    }
     
    .box-23{
    background-color:white;
    border-radius:20px;
    text-align:center;
    padding:20px;
    height:430px;
    }
	.border-redius-img{
		border-radius: 20px !important;
	}
	.cts-industrial-mysore{
	padding: 40px 0;
}
.cts-industrial-mysore .cta-box-34{
	padding: 60px;
	border-radius: 20px;
	background-image: url(assets/industrial-gas-pipeline-installation-mysore/cta-industrial-mysore.webp);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}
.cts-industrial-mysore .cta-box-34{
	color: #ffff;
}
.cta-overlay-2{
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(41 93 112) 35%, rgba(255, 255, 255, 0) 100%);
	border-radius: 20px;
	top: 0;
	left: 0;
}
@media(max-width:768px){
    .gas-ci{
        height: 400px;
    }

    .gas-ccs{
        height:300px;
    }
}
.faq-head{
	font-size: 20px !important;
}

/*gas leak detection */
.gas-97-paragraph{
	color:#fff;
}