/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
 
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
 font-family: 'Nunito';
  font-weight: 500;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Montserrat';
  font-weight: 600;
}
h1, h2, h3{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Montserrat';
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
	height: auto;
}

.h4, h4 {
  font-size: calc(1.5rem + .3vw)!important;
}


span.red {
   background: red!important;
}
span.yellow {
    background: #ff9b00!important;
}
span.green {
   background: #0ea50e!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
	    max-width: 408px;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
  background: #7dba27;
  color: #fff !important;
}

::-moz-selection {
  background: #7dba27;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}
.section-heading.text-center {
    margin-bottom: 30px;
}
.section-heading.wow.fadeInDown.animated {
	margin-bottom: 30px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h2 em {
  font-style: normal;
    color: #db0819;
}
h2 {
    font-size: 40px;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
   margin: 10px auto;
    max-width: 535px;
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #7dba27 !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  box-shadow: -1px 5px 5px #22222296;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #7dba27;
  color: #fff !important;
}

.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
    background: linear-gradient(149deg, #343a40, rgba(0,0,0,1));
    color: #fff !important;
    border: 1px solid #393939;
  text-transform: capitalize;
  font-size: 20px;
  display: inline-block;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background: #fff!important;
  color: #393939 !important;
border: 1px solid #393939;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px!important;
  border-bottom: none !important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #7dba27;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
background-color: #de2c1a;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-top i {
    color: #de2c1a!important;
    padding-left: 13px;
    margin: 0!important;
}
.header-top a.text-white {
    padding-left: 10px;
}
.header-top a.text-white:hover {
   color: #de2c1a;!important;
}
.header-top a.text-white:active {
   color: #de2c1a;!important;

}

.social {
    display: flex;
    justify-content: center;
}
.header-top a {
    padding-left: 10px;
}
i.fab.fa-facebook.mx-2, i.fab.fa-instagram.mx-2 {
   font-size:20px;
	color:white!important;
}
i.fab.fa-facebook.mx-2:hover, i.fab.fa-instagram.mx-2:hover {
   color:#de2c1a!important;
}

.footer-widget i.fab.fa-facebook,
.footer-widget i.fab.fa-instagram{
	font-size:30px;
	color:white;
}
.footer-widget i.fab.fa-facebook:hover,
.footer-widget i.fab.fa-instagram:hover {
   color:#de2c1a;
}

.header-area {
  background-color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:nth-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a, {
  padding: 0px 20px !important;
  font-weight: 400;
}

/*.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:nth-child(6) a:hover ,
.background-header .main-nav .nav li:nth-child(6) a:hover {
  color: #fff !important;
}*/

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #eeeeee;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
     color: #dc3545;!important;
}

.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #000000!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #ffbf00;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #7dba27!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #dc3545;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    color: #069;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .pre-header ul.info li:last-child,
  .pre-header ul.info li:nth-child(6) {
    display: none!important;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #de2c1a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #de2c1a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .call-now {
  display: block!important;
  }
}

@media (max-width: 1199px) {
  a.logo.m-auto img {
    width: 110px!important;
}
}
@media (max-width: 767px) {
.header-top {
  display: none;
}
}
.call-now {
background: #2a2a2a;
    padding: 10px 0;
    color: white;
  display: none;
}
.call-now a {
  color:#fff;
  font-weight: 700;
}
.call-now i {
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-right: 10px;
	color:#de2c1a;
}
.call-now a:hover {
  color: #de2c1a;
}
.call-now a:active {
  color: #de2c1a;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #e9ecef;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #e9ecef;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

i.fas.fa-calendar.mx-2 {
    margin: 0 9px!important;
}

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 120px 150px 120px;
  position: relative;
  overflow: hidden;
}
.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 70px;
  font-size: 50px;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 45px;
  color: #2a2a2a;
  font-weight: 400;
}

.main-banner .left-content .first-button {
  margin-right: 15px;
}

.main-banner .left-content .white-button {
  display: inline-block;
}

.main-banner .right-image {
  text-align: center;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 710px;
}


/* 
---------------------------------------------
Step Style
--------------------------------------------- 
*/

.step-section {
    padding-top: 130px;
    padding-bottom: 130px;
    background: linear-gradient(317deg, #fde7ea, #f8f9fa);
}
.step {
  position: relative;
}

.step  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.step .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}


.step .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.step .section-heading .line-dec {
  margin: 0 auto;
}

.step-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.step-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.step-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.step-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.step-item:hover h4,
.step-item:hover p,
.step-item:hover .text-button a {
  color: #fff;
}
.step-item i {
  font-size: 56px;
}

.step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.step-b {
    width: 400px;
    text-align: center;
    padding: 20px;
   margin: 15px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
	background:white;
}

.step-b h3 {
    margin: 0px 0px 15px 59px;
    text-align: left;
    font-size: 25px;
}

.step-b p {
  margin-bottom: 0;
	text-align:left;
}

.step-icon {
    float: left;
    text-align: center;
}

.step-icon i {
    font-size: 28px;
    display: flex;
    /* margin: auto!important; */
    width: 40px;
    height: 40px;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50px;
    /* margin: auto; */
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    font-weight: 800;
    background: linear-gradient(45deg, #ffb000, #ffd556);
}

.step-b.color-bg .step-icon i {
    font-size: 28px;
    display: flex;
    /* margin: auto!important; */
    width: 40px;
    height: 40px;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50px;
    /* margin: auto; */
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    font-weight: 800;
    background: linear-gradient(45deg, #198754, #7dba27);
}

.step-b.color-bg:hover h3.color-green{
	color: #7dba27!important;
}

.step-b:hover .step-icon i {
  transform: rotate(360deg);
}

.green-bar {
  width: 14%;
  height: 5px;
    background-color: #de2c1a;
  margin: auto;
  margin-bottom: 80px;
}

.step-b:hover h3 {
    color:#f7bb04;
}
.step.section h3 em {
    font-size: 25px;
    font-weight: 500;
    font-style: inherit;
    color: #2a2a2a;
	    text-transform: uppercase;
}

/*
---------------------------------------------
About Us
---------------------------------------------
*/


div#about img {
    border-radius: 10px;
}
.find-course-form.float-left.text-left i {
  margin-left: 10px;
}

.about-us {
    padding-top: 130px;
    padding-bottom: 130px;
}

.box-item h4 {
  margin-bottom: 10px;
  font-size: 22px!important;
}

.about-us .section-heading {
  margin-bottom: 30px;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-us .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all .3s;
}

.about-us .box-item p {
  margin-bottom: 0px;
}

.about-us .box-item:hover h4 a {
  color: #7dba27;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
  height: 100%;
}

/* Стилі для анімації виїзду зліва */
.wow.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



.box-item {
    padding: 20px;
margin: 15px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}



/* 
---------------------------------------------
Gallery
---------------------------------------------
*/
section#gallery {
    padding-top: 130px;
    position: relative;
    padding-bottom: 130px;
}
  
  .box-item h4 {
    margin-bottom: 10px;
    font-size: 22px!important;
  }
  
  .gallery .section-heading {
    margin-bottom: 30px;
  }
  
  .gallery .section-heading,
  .gallery .box-item,
  .gallery p,
  .gallery .box-item .gradient-button,
  .gallery .box-item span {
    position: relative;
    z-index: 1;
  }
  
  .gallery .box-item {
    background-color: #ffffff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .gallery .box-item h4 a {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    color: #2a2a2a;
    transition: all .3s;
  }
  
  .gallery .box-item p {
    margin-bottom: 0px;
  }
  
  .gallery .box-item:hover h4 a {
    color: #7dba27;
  }
  
  .gallery .gradient-button {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  
  .gallery span {
    font-size: 14px;
    color: #7a7a7a;
  }
  
  .gallery .right-image {
    position: relative;
    z-index: 1;
    height: 100%;
  }



/* 
---------------------------------------------
Team
---------------------------------------------
*/
/* 
section.team .col-lg-3.col-md-4.col-6.col-sm-6.wow.fadeIn.animated.animated {
    padding: 0 20px;
}*/

.team-member video {
    width: 100%;
}
.team-member h2 {
font-size: 20px;
    margin-bottom: 45px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    position: absolute;
    bottom: -22px;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    color: #2a2a2a;
    max-width: 176px;
    box-shadow: 0px 2px 11px #22222252;
    border-radius: 10px;
	    transition: box-shadow 0.3s ease;
}

.team-member:hover h2{
	box-shadow: 0px 0px 0px #22222252;
	    transition: box-shadow 0.3s ease;
}

.team-member:active {
    transform: translateY(2px); /* Зміщення вниз на 2 пікселі при активному стані (натисканні) */
}
.team-member i {
    padding-right: 11px;
      color: #de2c1a;
}
.section-heading.section-title.text-center.col-xs-12.mb-45.team p {
    max-width: 715px;
    margin: auto;
}
.text-red {
    color: #de2c1a;
}
i.fas.fa-play {
    color: #de2c1a;
    background: white;
    padding: 20px;
    border-radius: 65%;
    font-size: 18px;
}


@media (min-width: 300px) and (max-width: 380px) {
.video-wrapper {
    height: 215px!important;
}
}
@media (min-width:381px) and (max-width: 499px) {
.video-wrapper {
    height: 297px!important;
}
}

@media (min-width: 500px) and (max-width: 560px) {
	.right-image img {
    height: 429px!important;
    width: auto;
    object-fit: cover;
}

	.team-member h2 {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 15px;
    text-align: center;
}
}


@media (max-width: 767px) {
.docs.section .text-end {
    text-align: center!important;
}
	.green-bar {
    margin-bottom: 40px;
}
	.team-member video {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
}
@media (min-width: 768px) and (max-width: 991px)  {
	
	.green-bar {
    margin-bottom: 40px;
}
	.team-member video {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
}
@media (min-width: 992px) and (max-width: 1199px)  {
.video-wrapper {
width: 100%;
    height: 320px!important;
}
	button.border-button {
    margin-left: -18px;
}
	.team-member video {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
}
@media (min-width: 1200px){
	.team-member video {
    width: 100%;
    object-fit: cover;
    object-position: center 40%;
}
}

.video {
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.video:hover {
    transform: translateY(-5px); /* Зміщення вгору на 5 пікселів при наведенні курсора */
    box-shadow: 0px 5px 6px #22222240; /* Зміна тіні при наведенні курсора */
}

.team-member {
    position: relative;
    margin: 40px 0;
}

.video-wrapper {
  position: relative;
width: 100%;
  height: 460px;
  overflow: hidden;
   border-radius: 10px;
	margin:auto;
}

@media (max-width: 1399px){
	.video-wrapper {
    height: 390px;
}
}
@media (max-width: 991px){
.video-wrapper {
    height: 325px;
}
}

video {
  width: 100%;
  height: auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px; /* Розмір іконки запуску */
  color: #fff; /* Колір іконки запуску */
  cursor: pointer;
  transition: opacity 0.3s; /* Анімація зникнення */
}


.play-icon.hide {
  opacity: 0;
}
/* Додайте анімацію при наведенні для іконки */
.play-icon i {
  transition: transform 0.3s ease-in-out;
}

/* Обертання іконки при наведенні */
.team-member:hover .play-icon i {
  transform: rotate(360deg);
}
body {
    cursor: default;
}
section.team {
    background: linear-gradient(317deg, #fde7ea, #f8f9fa);
    padding-top: 130px;
    padding-bottom: 130px;
}
section.why-us {
	    padding-top: 130px;
	    padding-bottom: 130px;
}




/* 
---------------------------------------------
Contact
---------------------------------------------
*/
.container.contact a {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
}
.container.contact a:hover {
   color: #de2c1a;!important;
}
.container.contact a:active {
   color: #de2c1a;!important;

}

.container.contact i {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
       color: #de2c1a;
    margin-left: 16px;
}
.green-bar-contact {
    width: 14%;
    height: 5px;
    background-color: transparent;
    /* margin: auto; */
    margin-bottom: 10px;
}
.container.contact p {
    color:#ffffff;
}
.container.contact a:hover {
  color: #de2c1a;
}
.container.contact a:active {
  color: #de2c1a;
}
.container.contact .right-image i {
    float: left;
    padding-right: 20px;
}
iframe {
    width: 100%;
}




@media (min-width: 992px) and (max-width: 1400px) {
	div#top .col-lg-4 {
    flex: 0 0 auto;
    width: 46.333333%!important;
}
}
@media (min-width: 1030px){
div#top .col-lg-4 {
    flex: 0 0 auto;
    width: auto!important;
}
}
@media (max-width: 991px){
	.main-banner .left-content h2 {
    line-height: 50px!important;
    font-size: 29px!important;
}
section {
    padding-bottom: 50px!important;
}
.contact-section {
    padding: 50px 0;
  }
.green-bar-contact {
    width: 14%;
    height: 5px;
    background-color: #eeeeee61;
    /* margin: auto; */
    margin-bottom: 50px;
	margin-left: auto;
    margin-right: auto;
}
	iframe {
    width: 100%;
    margin-top: 50px;
}
		.contact-section .section-heading h2 {
	text-align:center;
}
	.contact-section .section-heading p {
		margin: 10px auto;
	text-align:center;
}
}




/* 
---------------------------------------------
Shedule
---------------------------------------------
*/

section.schedule-section {
padding-top: 130px;
    padding-bottom: 130px;
}
section#schedule .section-heading {
    text-align: center;
}

.schedule-block {
    border-bottom: 4px dashed #22222214;
    padding-bottom: 50px;
	    margin-top: 40px;
}

button.border-button {
    display: inline-block !important;
    padding: 10px 20px !important;
       background: linear-gradient(149deg, #343a40, rgba(0,0,0,1));
    color: #fff;
    border: 1px solid #393939;
    text-transform: capitalize;
    font-size: 20px;
    display: inline-block;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Додаємо плавний перехід для фону, кольору та бордера */
    box-shadow: 0px 4px 6px rgb(0 0 0 / 22%);
	transition: box-shadow 0.3s ease;
	    margin-left: -44px;
}

button.border-button:hover {
 background: #fff; /* Змінюємо фон при наведенні */
    color: #393939; /* Змінюємо колір тексту при наведенні */
    border-color: #393939; /* Змінюємо колір бордера при наведенні */
	transition:0.3s ease;
	box-shadow: 0px 0px 0px rgb(0 0 0 / 55%);
	transition: box-shadow 0.3s ease;
}

.row.teacher.align-items-center {
    padding: 25px 15px;
}

.row.teacher.align-items-center {
	width: 90%;
    padding: 25px 15px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #0000001a;
    border-radius: 10px;
    transition: box-shadow 0.5s ease;
    background: white;
        margin: 15px auto;
}
.col-lg-9.img-shedule {
    margin-top: 15px;
}
.row.teacher.align-items-center:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1); /* Призначте тінь при наведенні курсору */
}
.schedule h3 em {
    font-style: normal;
    color: #db0819;
}

div#popupForm3 p,
div#popupForm4 p,
div#popupForm5 p,
div#popupForm6 p,
div#popupForm7 p,
div#popupForm8 p{
    text-align: center;
    color: #ffffffb3;
	    margin-top: 5px;
}

.schedule h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}
.schedule-block h3 span {
    color:#de2c1a;
}
.circle-image {
	position:relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
 transition: box-shadow 0.5s ease;
}


/* 
.circle-image::before, .circle-image::after {
    content: "";
    position: absolute;
width: 100%;
    height: 100%;;
    border: 5px solid #de2c1a;
    border-radius: 50%;
    animation: pulse-border 1.5s infinite;
    opacity: 0!important; 
    transition: opacity 1s ease; Додаємо анімацію зміни прозорості 
}*/

.schedule-block:hover .circle-image::before, .schedule-block:hover .circle-image::after {
    opacity: 1!important; /* При наведенні, змінюємо прозорість на 1 */
}

.circle-image::before {
    top: -2px;
    left: 0;
    animation-delay: 0.5s; /* Затримка анімації */
}

.circle-image::after {
    bottom: -4px;
    right: 0;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}




.col-lg-5.m-auto.mt-0.mb-3.schedule-block:hover .circle-image{
	box-shadow: 0 0px 0px #22222273;
}

.circle-image img {
    width: 100%;
    height: auto;
	margin: auto;
}
.schedule p {
margin-bottom: 5px;
}

.col-lg-5.m-auto.mt-0.mb-3.schedule-block.wow.fadeInLeft.animated.animated span {
    color: #de2c1a;
}

b, strong {
    font-weight: 700!important;
}
select.wpcf7-form-control.wpcf7-select {
    height: 38px;
    width: 100%;
    color: #757575!important;
}
.schedule p {
    line-height: 1.2;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}



/* 
---------------------------------------------
Docs
---------------------------------------------
*/
section#docs {
    padding: 100px 0;
}
section#docs .green-bar {
    margin-left: 0;
    background-color: #eee0;
}
.docs-container {
    padding: 20px;
    box-shadow: 0px 0 20px #2222221c;
    border-radius: 10px;
    text-align: center;
    /* width: 90%; */
    margin: auto;
    margin-bottom: 30px;
}
.docs-container h4 {
    font-size: 22px!important;
}
.docs-container img {
    width: 60%;
}
section#docs p {
    margin-bottom: 0;
}
p.docs-text {
    margin: 10px 0;
}
@media (max-width: 991px){
	p.lead.mb-4.m-auto {
    margin-bottom: 50px!important;
}
p.docs-text {
    margin: 10px auto;
	text-align:center;
}
h2.heading.docs-text{
	text-align:center;
}
	
	section.bg-dark.text-white.py-5.сar h2 {
	text-align:center;
}
	section.bg-dark.text-white.py-5.сar p {
		margin: 10px auto;
	text-align:center;
}
}


/* 
---------------------------------------------
Car
---------------------------------------------
*/

.col-md-3 {
  position: relative; /* Встановлюємо позицію relative для контейнера */
}

.сar .col-md-3 img {
  width: 100%; /* Робимо картинку розтягнутою на всю ширину контейнера */
}

.сar .col-md-3 h4 {
  position: absolute; /* Встановлюємо позицію absolute для тексту */
  top: 50%; /* Вирівнюємо текст по вертикалі на середину картинки */
  left: 50%; /* Вирівнюємо текст по горизонталі на середину картинки */
  transform: translate(-50%, -50%); /* Зсуваємо текст назад на 50% й 50% від відповідних розмірів */
  color: white; /* Встановлюємо колір тексту */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Додаємо тінь тексту для кращої читабельності */
}
.сar .col-md-3 {
  position: relative;
  overflow: hidden; /* Забезпечуємо, щоб дочірній елемент зображення не виходив за межі контейнера */
}

.сar .col-md-3 img {
  width: 100%;
  display: block;
}

section.bg-dark.text-white.py-5.сar .overlay {
  position: absolute;
    top: 0;
	    left: 0;
    right: 0;
    width: 190px!important;
    height: 190px!important;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 100px;
	margin:auto;
}

.left-arrow::before {
    content: '\f053'; /* Код символа для стрелки влево в FontAwesome */
    font-family: FontAwesome;
    font-size: 24px; /* Размер иконки */
    /* Добавьте любые другие стили по вашему усмотрению */
}

span i {
    color: #00000069;
    font-size: 32px;
}

section.bg-dark.text-white.py-5.сar .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

section.bg-dark.text-white.py-5.сar .overlay:hover {
  opacity: 1; /* При наведенні миші зробити оверлей видимим */
}
.сar img {
    width: 100%;
    width: 190px!important;
    height: 190px!important;
    object-fit: cover;
    margin: auto;
	border-radius: 100px;
}
p.lead.mb-4 {
    max-width: 773px;
	    color: #bfbfbf;

}
section.bg-dark.text-white.py-5.сar {
    padding: 100px 0!important;
}



/* 
---------------------------------------------
Testimonial
---------------------------------------------
*/
section#faq {
    padding-top: 130px;
}

section#testimonial {
    background: linear-gradient(317deg, #fde7ea, #f8f9fa);
    padding-top: 130px;
    padding-bottom: 130px;
}
.carousel-item img {
  height: 300px; /* Задайте бажану висоту в пікселях */
    object-fit: contain;
}
.carousel-control-next {
    right: -110px;
}
.carousel-control-prev {
    left: -110px;
}

.card-body {
	text-align:center;
    max-width: 700px;
    margin: auto;
}
.carousel-item img {
    height: 100px;
    width: 100px!important;
    border-radius: 116px;
    object-fit: contain;
    margin: auto;
}
.card-body span {
    color: #afafaf;
    font-size: 16px;
    font-weight: 500;
	margin-bottom:50px;
}



@media (max-width: 991px){
	.pricing-item-pro {
    margin-bottom: 70px;
}
	button.border-button {
    margin-left: 0px;
}
	section#docs .green-bar {
    margin-bottom: 0;
}
.carousel-control-next {
    right: 0px;
}
.carousel-control-prev {
    left: 0px;
}
	.schedule {
    text-align: center;
}
  }

@media (min-width:1024px)
.docs.section .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}

/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.the-clients {
  margin-top: 130px;
}

.the-clients  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.the-clients  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.the-clients .naccs {
  position: relative;
}

.menu .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}

.menu .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}

.menu .thumb i {
  color: #afafaf;
}

.the-clients .naccs .menu div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients .naccs .menu div.active h4,
.the-clients .naccs .menu div.active i,
.the-clients .naccs .menu div.active span.rating,
.the-clients .naccs .menu div.active .thumb {
  color: #7dba27;
}

.the-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.the-clients ul.nacc li {
  width: 100%;
}

.the-clients .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}

.the-clients .nacc .thumb .client-content {
  padding: 60px 30px;
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.the-clients .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content {
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline;
}

.the-clients .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}

.the-clients .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.the-clients .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}


/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

section#pricing {
    background: linear-gradient(317deg, #fde7ea, #f8f9fa);
    padding-top: 130px;
    padding-bottom: 130px;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 30px;
}


.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #7dba27;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}


.pricing-item-pro ul li {
  color: #7dba27;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.pricing-item-pro i {
  font-size: 48px;
  margin-bottom: 20px;
    color: #de2c1a;
}

.pricing-item-pro {
    box-shadow: 0px 0px 20px 0px #0000001a;
    padding: 90px 43px;
    text-align: center;
    position: relative;
    z-index: 1;
	    background: white;
	    margin-bottom: 30px;
}



.pricing-item-pro span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #6d6d6d;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.row .full ul li {
    list-style: circle;
}
.row .full ul li {
    list-style: circle;
    padding-bottom: 8px;
}
.row .full {
    padding-bottom: 50px;
}
.row .full ul {
    padding-left: 24px;
}




/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.about-widget img {
    max-width: 370px;
}
footer {
  background: #222222;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.footer-widget.text-end img {
  width: 404px;
	height: auto;
}

footer .section-heading {
  margin-bottom: 45px;
}

footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}

footer #search {
  margin-bottom: 80px;
}

footer #search input::placeholder {
  color: #fff;
}

footer #search input {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
}

footer #search button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all .5s;
}

footer #search button:hover {
  background-color: #fff;
  color: #7dba27;
}

.footer-widget .logo img {
  max-width: 96px;
  margin-bottom: 30px;
}

.footer-widget h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 15px;
}

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

.footer-widget ul {
  display: inline;
  max-width: 40%;
  float: left;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  transition: all .3s;;
}

.footer-widget a:hover {
  opacity: 0.75;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}


/*
---------------------------------------------
PopUp
---------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn_red {
  background: #7dba27;
  color: #FFF;
}


.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #7dba27;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .fb .icon {
  background: #3B5998;
}

.social_login .google .icon {
  background: #DD4B39;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}

.user_login label {
  color: #afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #7dba27;
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/



@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 50px;
    font-size: 37px;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
}

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .main-banner:after {
    display: none;
  } 
  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .main-banner .left-content .white-button a {
    background-color: #7dba27;
    color: #fff !important;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  footer {
    padding-top: 0px;
    text-align: center;
  }
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #7dba27;
  }
  footer #search input::placeholder { 
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    margin: auto;
    margin-bottom: 21px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}














a.logo.m-auto h1 {
  margin-top: 24px;
}
a.logo.m-auto h1 span {
  color: #ffc107;
  margin-top: 24px;
}



.col-lg-9.line {
  display: flex;
  justify-content: flex-end;
}
.col-lg-9.line p {
  padding-left: 15px;
}


.header-top {
  background: #161814;
  padding: 5px 0px;
}
.header-top p {
    margin-bottom: auto;
    padding: 4px 0;
}
header.header-area.header-sticky.wow.slideInDown.animated.background-header a {
    color: #696969;
}

header.header-area.header-sticky.wow.slideInDown.animated.background-header img {
    width: 111px;
    transition: 2s;
}

a.logo.m-auto img {
    box-shadow: 1px 1px 20px #22222229;
    width: 180px;
    height: auto;
    border-radius: 7px;
	    transition: 2s;
}

.right-image.wow.fadeInRight.animated {
  background: #ffffff;
  padding: 40px 0;
  border-radius: 10px;
}

.find-course-form.float-left.text-left i {
    color: #de2c1a;
}
h5.text-white.text-center {
  display: flex;
  margin: auto;
  justify-content: center;
}
input[type="submit"] {
    background-color: #de2c1a;
  color: #fff !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border: 0;
  box-shadow: -1px 5px 5px #22222296;
}
input[type="submit"]:hover {
  color: #393939 !important;
  background-color: #fff;
}

.main-banner:after {
  display: block;
}

.right-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}





.steering-wheel {
  position: relative;
  animation: rotateWheel 3s infinite alternate; /* Змінено параметр анімації */
  transform-origin: center; /* Змінено точку обертання */
}

@keyframes rotateWheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(60deg);
  }
  0% {
    transform: rotate(-60deg);
  }
}




h2.text-white em {
    font-style: normal;
    color: #de2c1a;
    /* text-shadow: 18px 5px 20px #00000091; */
    background: white;
    padding: 6px 20px;
}












.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 10px;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: .85;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 999;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 115%;
  object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}

@media (max-width: 767px) {
	.nav-link {
    font-size: 14px!important;
}
	
	button.carousel-control-prev,
	button.carousel-control-next{
    display: none;
}
  .gallery-container {
      width: 100%;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 3px;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 100%;
      margin-bottom: 1px;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
}



@media (max-width: 991px) {
	.footer-widget.text-end {
    text-align: center!important;
}
	.footer-widget.text-end img {
    width: 100%;
}
}





.input-with-icon {
    display: flex;
    align-items: center;
	    max-width: 340px;
	margin:auto;
	
}

.input-with-icon i {
    font-size: 20px;
    margin-right: 10px; /* Відступ справа від іконки */
}

.input-with-icon input[type="text"],
.input-with-icon input[type="email"],
.input-with-icon input[type="tel"] {
    padding: 3px 10px;
    border: 1px solid #ccc;
    flex: 1; /* Розтягнути поле вводу на залишок доступної ширини */
	    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 84px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
        color: #7dba27;
	    max-width: 345px;
    margin: auto;
}

.course-submit input[type="submit"] {
    font-size: 20px;
    padding: 10px 20px;
}



#popupContainer1,
#popupContainer2,
#popupContainer3,
#popupContainer4,
#popupContainer5,
#popupContainer6,
#popupContainer7,
#popupContainer8{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index:99999;
	max-width: 450px;
	width: 100%;
}
div#popupContainer1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 95px!important;
}
div#popupContainer2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 95px!important;
}
button.closePopup {
    background: transparent;
    border: 0;
    color: aliceblue;
}
div#popupForm1 h4,
div#popupForm2 h4,
div#popupForm3 h4,
div#popupForm4 h4,
div#popupForm5 h4,
div#popupForm6 h4,
div#popupForm7 h4,
div#popupForm8 h4{
 color: #ffffff;
    font-size: 28px!important;
    text-align: center;
}
label.input-with-icon i {
    color: #de2c1a;
}
i.fas.fa-user.mx-2 {
    margin-left: 10px!important;
}

a {
    cursor: pointer;
}

















div#gallery {
    padding-top: 130px;
    padding-bottom: 130px;
}
div#gallery .green-bar {
    margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #de2c1a;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #292929;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	    font-size: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
}

.nav-link:hover {
    display: block;
    padding: 0.5rem 1rem;
    color: #292929;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}




.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: none!important;
    background-image:none!important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	
}
.accordion-button{
	color: #000000;
    background-color: #eeeeee;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-size: 20px;
	justify-content: space-between;
}
.accordion-button:not(.collapsed) {
    color: #121212!important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
button.accordion-button.collapsed {
color: #ffffff;
    background: #c52211;
}


.accordion-button {
	    border-radius: 0px
    color: #000000;
    background-color: #fff0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
	border-radius: 0px;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	 border-bottom: 1px solid!important;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 0;
	   
}
.accordion-item {
    background-color: #fff;
    border: 0!important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #000000!important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 0 0 / 25%);
}



.col-lg-6.col-sm-6.line.text-white {
    display: flex;
    justify-content: flex-end;
}
.header-top a:hover {
    color: #ff422e!important;
}

.section-heading.section-title {
    max-width: 535px;
    margin: auto;
}




.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
	    background-position: center;
	background-size:cover;
  filter: blur(1px); /* Заблюрити на 10 пікселів (можна вказати інше значення) */
  z-index: -1; /* Забезпечте, щоб псевдоелемент знаходився за основним контентом */
}


h2 span {
    font-size: 20px;
    color: #de2c1a;
}
.pricing-item-pro h4 {
    margin-bottom: 10px;
}



.banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* картинка обрізається під блок */
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* темне перекриття */
  z-index: 1;
}