/*
Theme Name: HVAC
Author: Mahesh
Description: Your description goes here
Version: 1.0
Template: arkdin

This is the child theme for Arkdin theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.cs_footer_contact_info a:hover {
  color: #000;
}

.cs_site_header .cs_site_branding img,
.cs_footer_logo img {
  max-width: 300px;
}

.elementor-widget-services .cs_height_115.cs_height_lg_70,
.elementor-widget-services .cs_height_120.cs_height_lg_80 {
  height: 70px;
}

.cs_service_card.cs_style_1 .cs_service_card_icon {
  height: 80px;
  width: 80px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background-color: #fff;
  position: unset;
  bottom: unset;
  left: unset;
  -webkit-transform: unset;
  transform: unset;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 auto 20px;
}

.cs_service_card.cs_style_1 .cs_service_card_in {
  position: relative;
  z-index: 2;
  height: unset;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cs_service_card_in .cs_service_card_subtitle {
  text-align: left !important;
}

.cs_service_card.cs_style_1 {
  position: relative;
  border: 1px solid rgb(255, 85, 0);
  border-radius: 35px;
  min-height: 428px;
  padding: 50px 20px;
}

.cs_page_heading .tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  color: var(--unit-common-color-black);
  column-gap: 10px;
  row-gap: 5px;
  justify-content: center !important;
  margin: 18px 0 0;
}

.cs_page_heading .tagline {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.tagline {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* Fan animation */
#animated-fan img{
	-webkit-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
