:root {

  /* Fonts */ 
  /*
  --font-default: 'Open Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: 'Source Sans Pro', sans-serif;
  --font-secondary: 'Poppins', sans-serif;
  */
  
  --font-default: 'Rubic', 'Open Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: 'Rubic', 'Source Sans Pro', sans-serif;
  --font-secondary: 'Rubic', sans-serif;

  /* Colors */
  /* The *-rgb color names are simply the RGB converted value of the corresponding color for use in the rgba() function */

  /* Default text color */
  --color-default: #112047;
  --color-default-rgb: 17, 32, 71;

  /* Defult links color */
  --color-links: #0ea2bd;
  --color-links-hover: #1ec3e0;

  /* Primay colors */
  /*
  --color-primary: #0ea2bd;
  --color-primary-light: #1ec3e0;
  --color-primary-dark: #0189a1;
  */
  
  /*	
  --color-primary-rgb: 14, 162, 189;
  --color-primary-light-rgb: 30, 195, 224;
  --color-primary-dark-rgb: 1, 137, 161;
  */
  
  /* МОЇ КОЛЬОРИ */
  	--addition-blue: #2992FF;
	--des-bg: #F7F7FB;
	--color-bg-menu: white;
	--color-bg-menu-rgb: 255, 255, 255;
	
  /* ===================================== */
  

  
  --color-primary1: #00B67A;
  --color-primary1-light: #24DC9F;
  --color-primary1-dark: #068359;
  --color-primary1-rgb: 0, 182, 122;
  --color-primary1-light-rgb: 36, 220, 159;
  --color-primary1-dark-rgb: 6, 131, 89;  
  
  --color-primary: #080957;
  --color-primary-light: #24DC9F;
  --color-primary-dark: #068359;
  --color-primary-rgb: 17, 32, 71;
  --color-primary-light-rgb: 36, 220, 159;
  --color-primary-dark-rgb: 6, 131, 89;

  /* Secondary colors */
  /*
  --color-secondary: #485664;
  --color-secondary-light: #8f9fae;
  --color-secondary-dark: #3a4753;

  --color-secondary-rgb: 72, 86, 100;
  --color-secondary-light-rgb: 143, 159, 174;
  --color-secondary-dark-rgb: 58, 71, 83;
  */
  
  /* Secondary colors */
  
  --color-secondary: #112047;
  --color-secondary-light: #0000CD;
  --color-secondary-dark: #0A1637;

  --color-secondary-rgb: 17, 32, 71;
  --color-secondary-light-rgb: 0, 0, 205;
  --color-secondary-dark-rgb: 10, 22, 55;
   
  
  
  /* General colors */
  --color-blue: #0d6efd;
  --color-blue-rgb: 13, 110, 253;

  --color-indigo: #6610f2;
  --color-indigo-rgb: 102, 16, 242;

  --color-purple: #6f42c1;
  --color-purple-rgb: 111, 66, 193;

  --color-pink: #f3268c;
  --color-pink-rgb: 243, 38, 140;

  --color-red: #df1529;
  --color-red-rgb: 223, 21, 4;

  --color-orange: #fd7e14;
  --color-orange-rgb: 253, 126, 20;

  --color-yellow: #ffc107;
  --color-yellow-rgb: 255, 193, 7;

  --color-green: #059652;
  --color-green-rgb: 5, 150, 82;

  --color-teal: #20c997;
  --color-teal-rgb: 32, 201, 151;

  --color-cyan: #0dcaf0;
  --color-cyan-rgb: 13, 202, 240;

  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;

  --color-gray: #6c757d;
  --color-gray-rgb: 108, 117, 125;

  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Muller';
  src: url('../cond/font/MullerRegular.woff') format('woff');
  /* Додайте інші формати шрифту, якщо необхідно */
  font-weight: normal; /* Задайте вагу шрифту */
}

@font-face {
  font-family: 'Muller';
  src: url('../cond/font/MullerBold.woff') format('woff');
  font-weight: 600; /* Задайте вагу шрифту */
}

@font-face {
  font-family: 'Muller';
  src: url('../cond/font/MullerBlack.woff') format('woff');
  font-weight: 900; /* Задайте вагу шрифту */
}



body {
  font-family:   "Open Sans", sans-serif;
  color: #1E1E1E;
}

a {
  color: #080957;
  text-decoration: none;
}

a:hover {
  color: white;
  
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muller", sans-serif;
}

.border-none {
  border:none !important;
}

/*--------------------------------------------------------------
# ALL GENERAL STYLES
--------------------------------------------------------------*/

.btn-all {
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px 5px 20px !important;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #CE2525;
  border: 2px solid #CE2525;
  border-radius: 44px;
  cursor:pointer;
  margin:5px;
}

.btn-all:hover {
  /*border-color: #fff;*/
  background: #d85151;
  border: 2px solid #d85151;
}

.btn-all i{

	padding-right:5px !important;
}

.title-block-fill{
	background:#080957;
	height:100px;
	color:white !important;
	border-radius:5px;
}

.title-block-fill h2{ 
	font-weight:600;
	text-align:center;
	
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #CE2525;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d85151;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #CE2525;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-white {
  background:white;
  padding:0px;
  height:80px;
  display:flex;
}

.header-white img{
	height:70px;
	margin: 5px 0;
}

.header-white .btn-all{
	height:37px;
	margin: 20px 0;
}

@media (max-width: 991px) {
	.header-white .btn-all{
		display:none;
	}
}


#header {
  background:#080957;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 0px 0px 20px 0px;*/
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(21, 34, 43, 0.85);
  padding: 0px 0;
  /* ХОВАЄ ПОЛОСКУ БІЛУ ВВЕРХ
  margin-top:-50px;
  */


}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.navbar li a.lang {
    padding: 2px 7px;
    border-radius: 5px;
    background:#CE2525;
    color: white !important;
}

.navbar li a.lang:hover {
  padding: 2px 7px;
    border-radius: 5px;
    background:#CE2525
}

.navbar>ul>li>a.lang:before {
  display: none;
}


.navbar {
  padding: 10px 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #CE2525;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  /*border-color: #CE2525;*/
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #CE2525;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.navbar .btn-mob-phone {
	display:none;
}


/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-left:auto;
  margin-top:0px;

}

@media (max-width: 1220px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .nav {
	  width:unset !important;
  }
  .navbar {
	  padding: 7px 10px 7px 10px;
  }
  .navbar .btn-mob-phone {
	  display:block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;

}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #CE2525;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #CE2525;
}



.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# HVAC slider
--------------------------------------------------------------*/

section.hvac-slider {
  padding-top:140px;
  padding-bottom: 0px;
  
  position: relative;
}


.hvac-slider .slide-container {
  position: relative;
  width: 100%;
}

.hvac-slider .slide-container:before {
  content: "";
  display: block;
  padding-top: 40%; /* Встановіть відповідне співвідношення сторін зображення */

}

.hvac-slider .slide-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hvac-slider .btn-container {
  position: absolute;
  
  height: 55px; width: 100%;
  display: flex;
  bottom:20%;
}

.hvac-slider .btn-container .btn-all{
  padding: 10px 20px !important;
  margin-left: auto;
  margin-right: auto;
}


.hvacs-paginator {
  bottom: 50px;
  position: relative;
  z-index: 9999;
  margin-top: -20px;  
}

.hvacs-paginator .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #080957;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
  border-radius: 5px;
}

.hvacs-paginator .swiper-pagination-bullet-active {
  background-color: #CE2525;
  width: 36px;
  border-radius: 5px;
}


@media (max-width:767px) {
  .hvac-slider .slide-container:before {
    padding-top: 150%; /* Встановіть відповідне співвідношення сторін зображення */
  }
  
}


 

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero.p1 {
	/* Перша сторінка*/
	background: url("../cond/img/hero-p11.jpg") center center;
	background-position-y:0px;
}

#hero.p2 {
	/* Перша сторінка*/
	background: url("../cond/img/hero-p21.jpg") center center;
	background-position-y:0px;
}

#hero.p3 {
	/* Перша сторінка*/
	background: url("../cond/img/hero-p31.jpg") center center;
	background-position-y:0px;
}

#hero.p4 {
	/* Перша сторінка*/
	background: url("../cond/img/hero-p41.jpg") center center;
	background-position-y:0px;
}

#hero.p5 {
	/* Перша сторінка*/
	background: url("../cond/img/hero-p51.jpg") center center;
	background-position-y:0px;
}



#hero h1.h1-small {
	font-size:64px !important; 
}

@media (max-width: 500px) {
	#hero.p1 {
		background-position-x:-350px;
	}

}


#hero {
  width: 100%;
  height: 70vh;
  margin-top:100px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 84px;
  font-weight: 700;
  line-height: 84px;
  text-transform: uppercase;
  color: #fff;
  margin-right:auto;

}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 18px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #CE2525;
  border: 2px solid #CE2525;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #CE2525;
}

#hero .btn-all {
	padding: 10px 20px  !important;
}

#hero .btn-2 {
	background:unset;
	border-color:white;
}

#hero .zone {
  display: block;
  position: absolute;
  /* height: 70px; */
  /* width: 125px; */
  color: white;
  padding: 10px 25px;
  font-size: 24px;
  border-radius: 7px;
  box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.5);


}

  
@media (max-width: 768px) {
  #hero .zone { 
    font-size: 18px;    

  }

}

#hero .zone.z66{
  right: 15%;
  top:70%;
  background-color: #080957;
  
}

#hero .zone.z77{
  right: 40%;
  top:20%;
  background-color: #CE2525;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 48px;
    line-height: 54px;
  }


}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #hero h1.h1-small{
	  font-size: 28px !important;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #EDF0F7;
}

 
/*
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Muller", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}
*/

.section-title h2 {
  
  font-size: 48px;
  font-weight: 600;

  font-family:"Muller";
  color: #1E1E1E;
}

.section-title p { 
	font-size:20px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  padding-top: 50px;

}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 40px;
  color: #AAAAAA !important;
  float: left;
  line-height: 0;
}

.about p{
	font-size:18px !important;
}

.about .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: white;
  margin-left: 60px;
}

.about .count-box span::after {
  content: "+"; /* Встановлюємо вміст псевдоелемента */
  display: inline-block; /* Встановлюємо inline-block, щоб займати простір */
  margin-right: 20px; /* Встановлюємо відступ зправа для розділення від тексту */
  font-weight: bold; /* Встановлюємо жирний шрифт, якщо потрібно */
  color: #fff; /* Встановлюємо колір, якщо потрібно */
}

.about .count-box span.heating2::after {
  content: "hours"; /* Встановлюємо вміст псевдоелемента */
  margin-left:10px;
}

.about .count-box span.heating4::after {
  content: ""; /* Встановлюємо вміст псевдоелемента */
 
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #AAAAAA;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #AAAAAA;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  padding:50px !important;

}

.about .content-r {
  background:#080957 !important;
  color:white !important;
}

.about .content-r h3{
  color:white !important;
}


.about .content h3 {
  font-weight: 600;
  font-size: 40px;

}

.about .content h3.title {
	font-size:64px !important;
	font-weight:700 !important;
}

@media (max-width: 768px) {
	 .about .content h3.title {
		font-size:36px !important;
	 
	}
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;

  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#CE2525 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #CE2525;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .counters {

	background:#080957;
}


@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}





/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #CE2525;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #CE2525;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #CE2525;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# OUT WORKS 
--------------------------------------------------------------*/


.outwork .itemwork {
	width:100%;
	height:300px;
	margin-top:20px;
	border-radius:5px;
	overflow:hidden;
	 position: relative;
}

.outwork .iw {	
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background-size: cover !important ;
	transition: transform 0.3s ease-in-out;
}

.outwork .itemwork:hover .iw{
	transform: scale(1.2);
}

.outwork .itemwork h3 {
	color:white;
	font-weight:600;
  text-shadow: 1px 1px 10px black;
}

.outwork .itemwork p {
	color:white;
}

.outwork .iwbg-1 {
	background: url(../cond/img/ourworks/heating.jpg);
} 
.outwork .iwbg-2 {
	background: url(../cond/img/ourworks/airconditioning1.jpg);
} 
.outwork .iwbg-3 {
	background: url(../cond/img/ourworks/zonecomfort.jpg);
} 
.outwork .iwbg-4 {
  background: url(../cond/img/ourworks/airconditioning.jpg);
	/*background: url(../cond/img/ourworks/maintenance.png);*/
} 




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.parthers {
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

.parthers img {
  
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  /*filter: grayscale(100);*/
}

.parthers img:hover {
  filter: none;
  transform: scale(1.15);
}

.clients-google-lolo {
  height: 50px;
}

@media (max-width: 768px) {
  .parthers img {
    max-width: 60%;
  }
}



/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  height: 100%;
  
  border-radius:10px;
  
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--color-primary);
  font-size: 36px;
  transition: 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.featured-services .service-item h4 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}

.featured-services .service-item:hover h4 a {
  color: var(--color-primary);
}




/*
	СЛАЙДЕР ДЛЯ КЛІЄНТІВ
*/


.slider {
	padding-top:30px;
	padding-bottom:30px;
	transition: all 0.5s ease-in-out;
}

 
.corr-swiper-cli{
	width: 30% !important;
	min-height:250px !important;
	border-radius:10px;
	background-color: white;
	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
	border:1px solid #dddddd;
	margin:2%;
}

@media (max-width: 991px) {
	.corr-swiper-cli{
		width: 50% !important;
		margin:2%;
	}
} 

@media (max-width: 768px) {
	.corr-swiper-cli{
		width: 80% !important;
		margin:2%;
	}
} 

 
.corr-swiper-cli h4 {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 1px;
	font-size:16px;
	font-weight: 600;
}

.corr-swiper-cli span {
	color:grey;
  padding-top: 2px;
  margin-right: 10px;
	font-size:14px !important;
}

.corr-swiper-cli i {
	color:#F8E015;
}

.corr-swiper-cli p {
	margin-top:10px;
	font-size:16px;
	
}

 

 /*
@media (max-width: 1400px) {
	.slider {
		margin-right:-400px;
	}
} 
@media (max-width: 1200px) {
	.slider {
		margin-right:-600px;
	}
} 
@media (max-width: 1000px) {
	.slider {
		margin-right:-820px;
	}
} 
 

@media (max-width: 768px) {
	.corr-swiper-cli{
		width:250px !important;
		margin-right:20px;
	}
	.slider {
		margin-right: -800px; 
	}
} 

@media (max-width: 500px) {
	.corr-swiper-cli{
		width:250px !important;
		margin-right:40px;
	}
	.slider {
		margin-right: -990px; 
	}
} */

.swiper-navi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-navi i{
	font-size:24px;
}
.swiper-next, .swiper-next{
	margin:20px;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #CE2525;
}

.features .nav-link.active {
  background: #CE2525;
  color: #fff;
  border-color: #CE2525;
}



@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #CE2525;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(8, 9, 87, 0.12);
}

.services .icon-box img {
  float: left;
  width:64px;
}

.services .icon-box h3 {
	font-size:24px;
	font-weight: 600;
	transition: 0.5s;
  color:black;

}

.services  .icon-box:hover h3  {
  color: #CE2525;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 18px;
}

.services .btn-all {
	margin-left:0px !important;

}




/*--------------------------------------------------------------
# Services Other Pages
--------------------------------------------------------------*/
.services-pages .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(8, 9, 87, 0.12);
}

 

.services-pages .icon-box h3 {
	font-size:24px;
	font-weight: 600;
	transition: 0.5s;
	color:#080957;

}



.services-pages .icon-box p {
  line-height: 24px;
  font-size: 18px;
}

.services-pages .btn-all {
	margin-left:0px !important;
}

.services-pages svg{
	fill:#080957 !important;
	width:48px;
	margin-right:24px;
}

.services-pages img{
	
	height:48px !important;
	margin-right:24px;
}


.services-pages i{
	font-size:48px;
	margin-right:24px;
}

.services-pages i.small{
	font-size:24px;
	margin-right:10px;
}

.services-pages i.big{
	
  color:#080957 !important; 

}

.services-pages .btn-all {
	
	padding:10px 20px !important;
	font-size:20px !important;
}


.services-pages.invert .icon-box {
  
  background: #EDF0F6;
  box-shadow: unset;
}


.services-pages.invert .title {
  background-color: white;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# creatservice
--------------------------------------------------------------*/

.creatservice.heating {
	background-image: url('../cond/img/heating.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
  position: relative;
	background-size: cover;
	padding-top:100px !important;
	padding-bottom:100px !important;
}

.creatservice.conditioning {
	background-image: url('../cond/img/conditioning.png');
 
}

.creatservice.split {
	background-image: url('../cond/img/split.png');
 
}

.creatservice.controll {
	background-image: url('../cond/img/controll.png');
 
}

.creatservice.heating::before {
    content: "";
    background: rgba(255,255,255, 0.5);
    position: absolute;
    inset: 0;
}

.creatservice h4{
	 
	padding-left:20px;
	font-weight:600 !important;
	/*color:#080957;*/
}

 
.creatservice .col {
  
  padding: 20px;
  margin-bottom: 10px;
  /*border:1px solid #080957;*/
  border-radius:5px;
  background:white;
  
}

.creatservice img {
  
  width:50px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CE2525;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #CE2525;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #CE2525;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #CE2525;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CE2525;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #CE2525;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a:hover {
  color: #e03a3c;
}


.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e03a3c;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  max-height:180px;
  position: relative;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery .imagetools {
    /* left: 0; */
    z-index: 10;
    color: black !important;
    position: absolute;
    /* margin-top: -20px; */
     
    top: 5px;
    right: 5px;
}

.gallery li {
	cursor:pointer !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 36px;
  color: #CE2525;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 24px;
  color: #777777;
  font-weight: 600;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
 
.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 20px;
  padding: 15px 15px !important;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #CE2525;
}

.contact .php-email-form input {
  padding: 10px 15px;
  
}

 

.contact .php-email-form button[type=submit] {
  background: #CE2525;
  border-radius:44px !important; 
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d85151;
}


.contact .form-control {
  padding: 20px;
  border-radius: 20px;
}

.contact .form-control input{
  padding: 20px;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 145px;
}

.breadcrumbs h2 {
  margin: 5px 0px 0px;
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 142px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.cards {
  padding: 10px 10px 60px 0;
}

.cards img {
  border-radius: 0;
}

.cards .card {
  border: 0;
  text-align: ceneter;
}


.cards .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334242;
  transition: 0.3s;
}

.cards .card-title a:hover {
  color: #00c1c1;
}

.cards .btn {
  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #444444;
}

.cards .btn:hover {
  border-color: #00c1c1;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: white;
  color: #121d24;
  padding: 0 0 10px 0;
  
  font-size: 14px;
}

#footer .footer-top {
  background: white;
  color: #121d24;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
   
}

#footer .footer-top .social-links a {
  font-size: 36px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
   
  line-height: 0;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.6s;
}

#footer .footer-top .social-links a:hover {
  background: #080957;
   
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
   
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #080957;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li span {
  color:#999 !important;
  

}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  
  /*transition: 0.3s;*/
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  transition: font-weight 0.9s ease;
}

#footer .footer-top .footer-links ul a:hover {
  color: black;
  
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #CE2525;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .btn-all {
  padding :10px 25px !important;
}




















/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  word-wrap: break-word;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  height: 100%;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog .posts-list .post-img img {
  width:100%;
}

.blog .posts-list .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .posts-list .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  
  color: #fff;
  background: #CE2525;
  border: 2px solid #CE2525;  
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 44px;
}

.blog .posts-list .read-more a:hover {
  background: rgba(var(--color-primary-rgb), 1);
  border: 2px solid rgba(var(--color-primary-rgb),1);  
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  word-wrap: break-word;

  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
}

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


.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .post-img img{
  width: 100%;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-secondary-rgb), 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}


.blog .blog-details .meta-top img{
  width: 36px;
  border-radius: 5px;
  transition: all 0.5s;
}

.blog .blog-details .meta-top img:hover{
  transform:scale(1.1);
}


.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.blog .blog-details .meta-bottom i {
  color: var(--color-secondary-light);
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(var(--color-secondary-rgb), 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(var(--color-secondary-rgb), 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow:0px 4px 32px rgba(8, 9, 87, 0.12);
  border-radius:8px;
  
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: var(--color-white);
  border: 1px solid rgba(var(--color-secondary-rgb), 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  align-self: flex-start;
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .recent-posts p {
  font-size:14px;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #CE2525 !important;
  border: 1px solid #CE2525;

   

  border-radius: 5px;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.6s;
}

.blog .sidebar .tags ul a:hover {
  color: white !important;
  border: 1px solid  #CE2525;;
  background:  #CE2525;;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--color-secondary-light-rgb), 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(var(--color-secondary-rgb), 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: var(--color-secondary-light);
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  font-size: 20px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

div.address i{
  font-size: 20px;
  background: #080957;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

div.address h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 01;
}





.hero-h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}

.hero-subtext {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.slide-overlay {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
}

.btn-container {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 768px) {
  .hero-h1 {
    font-size: 1.8rem;
  }
  .hero-subtext {
    font-size: 1rem;
  }
}








/* Модифікована версія, яка центрує повністю */
.overlay-centered {
  top: 0;
  left: 0;
  transform: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  pointer-events: none;
}

.overlay-centered h1,
.overlay-centered p {
  pointer-events: auto;
}


















