/*
Theme Name: Coolair
Theme URI: https://themewant.com/products/wordpress/coolair/
Author: reacthemes
Author URI: http://www.reactheme.com
Description: Coolair - Air Conditioner & HVAC Repair Theme
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coolair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, creative, portfolio
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {

	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="password"] {
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}
.post-password-required input[type="submit"] {
	padding: 19px 20px 17px !important;
	border-radius: 0;
}
.page .comments-area {
	padding: 35px 0 0;
	clear: both;
}
.page .comments-area .comment-list li.comment {
	padding: 0;
	margin: 20px 0 25px;
	border-radius: 3px;
	list-style: none;
}
.page .comment-full {
	padding-top: 30px;
}
.page .comments-area .comment-list li.comment #respond {
	padding-top: 20px;
}
.wp-block-button__link {
	color: #fff !important;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
	font-weight: 600;
}
td,
th {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.comments-area .comment-list li.comment:last-child .comment-full {
	border-bottom: none;
	padding-bottom: 0;
}

.comment-list .pingback,
.comment-list .trackback {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fdfdfd;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0 0 1.5em 3em;
} */
/* 
ul {
	list-style: disc;
}
 */
ol {
	list-style: decimal;
	padding: 0
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/


.full-blog-content .blog-title a,
.reactheme-breadcrumbs .page-title {
	word-break: break-word;
	margin: 0;
}
.breadcrumbs-inner .subtitle.s2 {
    background: rgba(255, 255, 255, .1);
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}

.react-sideabr .widget-title a.rsswidget {
	color: #0a0a0a;
}

.react-sideabr .widget_rss ul li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}


body.home.blog .blog-img img {
	width: auto !important;
}


/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	clear: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear-fix,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 3em;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 16px 8px
}



/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.archive .page-header {
	margin-bottom: 35px;
}

.archive-post {
	margin-bottom: 10px;
	overflow: hidden;
}

.archive-post h3.blog-title {
	margin-bottom: 7px;
	font-size: 22px !important;
}

.archive-post .blog-meta {
	padding-bottom: 15px;
}

.search .entry-header h2 {
	margin-bottom: 10px !important;
	font-size: 22px !important
}

.search .pagination-area {
	padding-top: 0;
}

.sticky_form {
	display: none
}

select {
	width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Default Logo */
img.default-logo,
img.footer-logo-light {
	height: 32px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
	font-style: italic;
}

.fowh2 .reactheme-heading .title-inner .title {
	font-weight: 500 !important;
}

.mfp-bottom-bar .mfp-title .gallery-title-wrap {
	display: none;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

.top50 {
	position: relative;
	top: -50px;
}

.header-logo .logo-area h1.site-title a {
	line-height: 45px !important
}

.link-clear {
	clear: both;
	display: block;
	padding-top: 15px;
}

li.pingback,
li.trackback {
	line-height: 30px;
}

.pingback .comment-body a,
.trackback .comment-body a {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
	font-weight: normal !important;
	font-size: 14px !important;
}

.wp-block-cover,
.wp-block-cover-image {
	margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 22px;
}

.single-content-full .gallery-item .gallery-caption {
	padding: 8px 15px 0;
}

.wp-block-gallery {
	margin-bottom: 26px;
}

.columns-3.is-cropped.alignfull .blocks-gallery-caption {
	padding-left: 14px;
}

#reactheme-header.menugap-minus .logo-area .site-title a {
	padding-bottom: 5px;
}

.wp-block-archives.wp-block-archives-dropdown:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 14px;
	top: 53%;
	font-size: 20px;
	color: #171f32;
	z-index: 0;
	pointer-events: none;
	transform: translate(0px, -50%);
}
#location-section-link{
	color:#fff;
}

.footer-contact-number-info{
	font-size: 30px; 
	margin-top: 5px;
	display: block;
}

.elementor-4158 .elementor-element.elementor-element-12d5cb5 .rtmega-menu-container .vertical-expaned-menu-area .rtmega-megamenu > .menu-item.current-menu-item > .menu-link .menu-text,
.elementor-4162 .elementor-element.elementor-element-12d5cb5 .rtmega-menu-container .vertical-expaned-menu-area .rtmega-megamenu > .menu-item.current-menu-item > .menu-link .menu-text{
    font-size: 19px !important;
}
.elementor-element.elementor-element-782ed6e.elementor-icon-list--layout-inline.elementor-widget__width-auto.elementor-mobile-align-center.elementor-list-item-link-full_width.rt-default-class.elementor-widget.elementor-widget-icon-list svg.e-font-icon-svg {
    max-width: 15px;
}

.elementor-940 .elementor-element.elementor-element-5c00f3e:not(.elementor-motion-effects-element-type-background), .elementor-940 .elementor-element.elementor-element-5c00f3e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    background-image: url("https://daikinpng-dev2.php83.i4projects.net/wp-content/uploads/2025/02/Daikin-Office-scaled.jpg") !important;
}

header#reactheme-header {
    min-height: 95px;
}

.grecaptcha-badge {
    bottom: 95px !important;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media(min-width:768px){
	ul.elementor-icon-list-items.elementor-inline-items {
		white-space: nowrap;
		display: flex;
		justify-content: center;
	}
	.elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
		display: flex;
		align-items: center;
	}
	.elementor-icon-list-icon svg.e-font-icon-svg.e-fas-phone-alt {
		margin-top: -2px;
	}

	.elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item span.elementor-icon-list-icon {
		min-width: 14px;
		margin-right: 8px;
        margin-top: -1px;
	}
	body:not(.rtl) .elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
		position: relative;
		min-height: 100%;
	}
	.elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-item > a {
		display: flex;
	}
	.page-description-header{
		font-size:1.8rem;
	}
}

@media(max-width:768px){
	.item.swiper-slide.swiper-slide-active * {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.elementor-element.elementor-element-1ba9c398.elementor-position-top.rt-default-class.elementor-widget.elementor-widget-image-box img {
		width: 40px;
	}
	.elementor-element.elementor-element-4c92db6.e-con-full.rt-primary-bg.e-flex.e-con.e-child.animated.fadeInUp {
		min-height: 250px;
	}
	.elementor-element.elementor-element-668db327.e-grid.e-con-full.rt-default-class.e-con.e-child {
		margin-bottom: 40px;
	}
	.elementor-3491 .elementor-element.elementor-element-1bf2d76e.elementor-element {
        --align-self: initial !important;
    }
	.rtmega-menu-area.rtmega-menu-mobile-button-wrapper.enabled-mobile-menu {
		transform: translateY(-5px);
	}

	.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
		font-size: 14px !important;
		bottom: 40px !important;
	}
	.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal * {
		font-size: 14px !important;
	}
	.pre-footer .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item {
		flex-direction: column;
	}
	.elementor-element-058fbbf h4.title.abs-centered.z-1000.mb-0.fs-30 {
		white-space: nowrap;
	}
	.pre-footer span.elementor-icon-list-icon {
		margin: auto;
	}
	.elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item span svg {
		width: 12px;
	}

	.elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item span {
		font-size: 12px;
	}
	body:not(.rtl) .elementor-3732 .elementor-element.elementor-element-782ed6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
		display:none;
	}
	.elementor-element.elementor-element-782ed6e.elementor-icon-list--layout-inline.elementor-widget__width-auto.elementor-mobile-align-center.elementor-list-item-link-full_width.rt-default-class.elementor-widget.elementor-widget-icon-list {
	min-width: 100% !important;
	overflow:hidden;
}
	ul.elementor-icon-list-items.elementor-inline-items {
        display: flex;
        justify-content: center;
        align-items: center;
		flex-wrap: wrap;
    }
	ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
		white-space: nowrap;
	}
	.elementor-element.elementor-element-6c0e4159.e-con-full.e-flex.rt-default-class.e-con.e-parent.e-lazyloaded {
		display: block;
	}
}
@media(max-width:1055px) and (min-width: 768px){
	.footer-contact-number-info{
		font-size: 18px !important;
        white-space: nowrap;
        margin-left: -8px;
	}
	
	.elementor-element.elementor-element-1935fb1b.elementor-mobile-align-center.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.rt-default-class.elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
		font-size: 22px !important;
	}
	.elementor-923 .elementor-element.elementor-element-8067e1c .elementor-heading-title, .elementor-923 .elementor-element.elementor-element-6147264 .elementor-heading-title {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		padding-right: 15px;
	}
}

@media (max-width: 1025px) and (min-width: 768px) {
  .elementor-element.elementor-element-8638ece.e-con-full.e-flex.rt-default-class.e-con.e-child,
  .elementor-element.elementor-element-4599008.e-con-full.e-flex.rt-default-class.e-con.e-child{
    position: absolute !important;
    right: 0px;
  }
  
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
.rtmega-menu-area .mobile-menu-area ul.rtmega-megamenu .menu-item.menu-item-has-children .menu-text{
	align-items:center;
	width:100%;
}

@media(min-width:1025px){
	li#nav-menu-item-4324 {
		display: none !important;
	}
}
@media(max-width:991px){
	.col-md-4.col-5.m-lg-0.mb-2.slider-extra {
		margin: 0 auto !important;
		transform: translateX(-20px) !important;
	}
	.sw-text-wrapper.border-left a.btn-main {
		display: block !important;
		margin: auto !important;
		max-width: 182.797px !important;
		white-space: nowrap !important;
		transform: translateX(-20px) !important;
	}
}
@media(max-width:991px) and (min-width: 768px){
	.elementor-element.elementor-element-1ba9c398.elementor-position-top.rt-default-class.elementor-widget.elementor-widget-image-box {
		padding: 15px;
	}
	.elementor-3491 .elementor-element.elementor-element-1935fb1b .elementor-icon-list-icon {
		margin-bottom: 5px;
	}
	.elementor-element.elementor-element-701e88b .rtmega-elelmentor-widget.menu-wrapper.rtmega-menu-area ul {
		flex-wrap: nowrap !important;
		transform: translateX(-80px);
	}
}

@media(max-width:996px) and (min-width:768px){
	.elementor-element.elementor-element-534726e1.e-grid.e-con-full.rt-default-class.e-con.e-child p.disc.no-bottom {
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        max-height: 200px;
        overflow: hidden;
		margin-bottom:0px !important;
	}
}

@media(min-width: 769px){
	.elementor-element.elementor-element-1935fb1b.elementor-mobile-align-center.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.rt-default-class.elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
		white-space: nowrap;
	}
}

@media (min-width:768px){
	.elementor-element.elementor-element-534726e1.e-grid.e-con-full.rt-default-class.e-con.e-child p.disc.no-bottom{
		max-height: 145px;
		line-height: 28.8px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}
.elementor-element.elementor-element-4914abc.elementor-widget__width-initial.elementor-absolute.rt-default-class.elementor-widget.elementor-widget-rtfeatureslist h4 {
    text-align: center;
}
.single-blog-area-style-one.eight-area.rt_blog_item_style.rounded-20px {
    background: #2C303B !important;
}
/* blog bg-image color */

section#block-4 {
	display:none;
}
span.elementor-heading-title.elementor-size-default a {
    color: #ffffff;
}
.user-info .single-info.author {
    display: none;
}
section#block-5,
.service-area.style_four .relative:after{
    display: none;
}

@media (max-width: 768px) {
    .elementor-element-6c0e4159 .col-lg-6.col-6.text-center.mb-sm-30 {
        min-width: 350px;
        margin-bottom: 0;
        margin-top: -95px;
    }
}

/* services cards custom style */
/* #view-all-services__card-homepage .btn-main.w-100 {
  width: 0px !important;
  height: 0px !important;
  opacity: 0;
  padding: 0px !important;
  margin: 0px !important;
}
#view-all-services__card-homepage .btn-main.w-100::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  background: #fff0;
  top: 0;
  left: 0;
}
#view-all-services__card-homepage .spacer-20 {
  width: 0px !important;
  height: 0px !important;
}

.our-services---homepage__card .service-area.style_four .sIcon {
    z-index: 0 !important;
} */
.our-services---homepage__card .title.abs-centered.z-1000.mb-0.fs-30 {
  min-width: 260px;
  text-align: center;
}
/* why choose us section style */
#choose-us__section .item.swiper-slide *,
#home-page--choose-us__section .item.swiper-slide *{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align:center;
}

/* Mission and vision style */
#mission-header-container {
    background: #678FD5;
    color: white;
    border-radius: 10px;
}

#vision-image-container img.react-multi-image.wow.scaleIn {
    max-height: 158px;
    width: 100%;
    object-fit: cover;
}

/* header active styling */
@media (min-width:1024px){
	#menu-responsive-link .current-menu-item.main-menu-item, #nav-menu-item-4327.current-menu-parent {
		background: #54c3f1;
		border-radius: 20px;
		margin: 20px 0px;
		max-height: 35px;
		display: flex;
		align-items: center;
	}
}
@media (max-width:1023px){
		#menu-responsive-link .current-menu-item.main-menu-item {
		background: #54c3f1;
		border-radius: 20px;
		margin: 20px 0px;
		max-height: 35px;
		display: flex;
		align-items: center;
	}
	#nav-menu-item-4327.current-menu-parent .menu-link.main-menu-link {
		background: #54c3f1;
		border-radius: 20px;
		padding: 0px 15px;
		display: flex;
		align-items: center;
	}
}

/*  homepage slider style */

.swiper-slide[data-swiper-slide-index="2"] img[src*="CHILLER_TR_1_Final_Image-1-scaled.png"] {
    max-width: 60% !important;
    height: auto;
}
@media (min-width:1024px){
	.swiper-slide[data-swiper-slide-index="2"] img[src*="CHILLER_TR_1_Final_Image-1-scaled.png"] {
		transform: translateX(82px);
	}
}

@media (max-width: 768px) {
	.service-area.wow.fadeInUp.style_two.custom {
		min-height: 90px;
	}
}
@media (min-width:768px){
	.swiper-slide[data-swiper-slide-index="2"] .slider-title {
	  font-size:42px !important;
	}
}
@media (min-width:576px) and (max-width:991px){
	.elementor-4485 .elementor-element.elementor-element-187f5e07 .rt_blog_item_style .inner-content-wrapper a .title {
		min-height: 130px;
	}
	.elementor-4485 .elementor-element.elementor-element-187f5e07 .rt_blog_item_style .inner-content-wrapper .desc {
		min-height: 210px;
	}
	.elementor-element.elementor-element-187f5e07.rt-default-class.elementor-widget.elementor-widget-react-blog.animated.fadeInUp .blog-gird-item {
		justify-content: center;
	}
}

.rform-option{
	margin-bottom:0px !important;
}


.current-menu-parent .menu-text {
  align-items: center;
}
/* blog title color*/
.post-2964 .blog-title a,
.post-2954 .blog-title a,
.post-2960 .blog-title a{
	color: #003AA3 !important;
}

.de-gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}