/* Start Section  */
section {
  padding: 0 0 0 0;
  position: relative;
}
section .row {
  margin: 130px -15px !important;
}
section .bg-holder {
  background-image: url(../img/hero-header-bg.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section .pict {
  overflow: hidden;
}
section .pict img {
  width: 80%;
}
section .info-left {
  margin-top: 70px;
  padding-top: 30px;
}
section h5 {
  color: var(--forint-color);
  font-weight: 600;
  margin-bottom: 20px;
}
section h2 {
  font-size: 50px;
  font-weight: bolder;
}
.services .container .row ul {
  line-height: 26px;
  font-size: 16px;
  color: rgb(51,51,51);
  font-weight: 400;
  margin: 20px 0 25px;
}
.services .container .row ul li{
  margin-top:15px;
}
@media (max-width: 676px) {
  section h1,
  section h2 {
    font-size: 30px !important;
  }
  section p {
    font-size: 15px !important;
  }
}
/* End Section  */
/* ------------------------------- */
/* Start Services */
.services {
  padding: 150px 20px;
}
.services h3 {
  text-transform: capitalize;
}
.services ul {
  margin-top: 2rem;
  list-style-type: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #8f8d8d;
  /* text-transform: capitalize; */
}
.services ul.tow li {
  color: #000 !important;
}
.services ul.tow p {
  color: #8f8d8d;
}
#accordion .accordion-card {
  background: transparent;
  border: 0;
  margin-bottom: 30px;
} 
@media(max-width:992px){
    .img-fluid{
        width: 100% !important;
    }
}
.img-fluid {
  width: 50%;
}
#accordion .accordion-card__header {
  background: var(--main-color);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#accordion .accordion-card__header.collapsed .drop-icon {
  transform: rotate(0deg);
}
#accordion .accordion-card__header h5 {
  display: flex;
  align-items: center;
}
#accordion .accordion-card__header h5 span {
  margin-left: 10px;
}
#accordion .accordion-card__header .drop-icon {
  margin-right: 15px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
#accordion .accordion-card__body {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}



/* End Services */
/* ------------------------------- */
