  /*-------------------------------
   About  Section  CSS
-------------------------------*/
.about-bg-1 {
    background-image: url(../img/about/about-img-1.jpg);
}

.about-bg-2 {
    background-image: url(../img/about/about-img-2.jpg);
}

.about-bg-3 {
    background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-4 {
    background-image: url(../img/about/about-img-4.jpg);
}

.about-bg-5 {
    background-image: url(../img/about/about-img-5.jpg);
}

.about-bg-6 {
    background-image: url(../img/about/about-img-4.jpg);
}

.about-bg-7 {
    background-image: url(../img/about/about-img-7.jpg);
}

.about-wrap.style1 .about-img-wrap {
    position: relative;
    z-index: 1;
    /* padding-bottom: 200px; */
}

.about-img-wrap img {
    border-radius: var(--siteBorderRadius, 4px);
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
}

.about-wrap.style1 .about-img-wrap .about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-wrap.style1 .about-img-wrap .about-bg-1 {
    width: calc(100% - 100px);
    margin-right: auto;
    height: 350px;
    border-radius: 10px;
}

.about-wrap.style1 .about-img-wrap .about-bg-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 200px);
    margin-left: auto;
    height: 280px;
    border-radius: 10px;
    border: 4px solid #fff;
    border-bottom: none;
    border-right: none;
}

.about-wrap.style1 .about-content .feature-item-wrap {
    margin-bottom: 35px;
}

.about-wrap.style1 .about-content ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.about-wrap.style1 .about-content ul li{
  position: relative;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  background:#f5f5f5;
  border-radius: 5px;
  transition: .5s;
  z-index: 1;
  height:max-content;
}
.about-wrap.style1 .about-content ul li::before{
  position: absolute;
  content: "\eb7b";
  font-family: 'remixicon';
  font-size: inherit;
  border: 1px solid;
  border-radius: var(--siteBorderRadius,4px);
  left: 15px;
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008000;
}
.about-wrap.style1 .about-content ul li::after{
    content: "";
    background: var(--primaryColor);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    width: 0;
    transition: .2s;
}

.about-wrap.style1 .about-content ul li:hover{
    color: #fff;
}

.about-wrap.style1 .about-content ul li:hover::before{
    color: #fff;
}
.about-wrap.style1 .about-content ul li:hover:after{
    width: 100%;
    transition: width 2s;
}

.about-wrap.style2 .about-img-wrap {
    position: relative;
    min-height: 550px;
}

.about-wrap.style2 .about-img-wrap .about-shape-2 {
    position: absolute;
    bottom: 100px;
    left: 24%;
    z-index: 1;
}

.about-wrap.style2 .about-img-wrap .about-bg-3 {
    width: 50%;
    height: 360px;
}

.about-wrap.style2 .about-img-wrap .about-bg-4 {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 62%;
    height: 420px;
}

.about-wrap.style2 .about-img-wrap .about-bg-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 250px;
}

.about-wrap.style3 .about-img-wrap {
    position: relative;
}

.about-wrap.style3 .about-img-wrap .about-promobox {
    position: absolute;
    bottom: 30px;
    left: 60px;
    max-width: 200px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.about-wrap.style3 .about-img-wrap .about-promobox span {
    width: 45px;
    height: 45px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
}

.about-wrap.style3 .about-img-wrap .about-promobox span i {
    font-size: 20px;
    color: #fff;
    line-height: 0.8;
}

.about-wrap.style3 .about-img-wrap .about-promobox h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.about-wrap.style3 .about-img-wrap .about-bg-6 {
    height: 550px;
    width: 75%;
    margin-left: auto;
}

.about-wrap.style3 .about-img-wrap .about-bg-7 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 50%;
    height: 350px;
    z-index: 1;
}

.about-wrap.style2 .feature-item-wrap .feature-item,
.about-wrap.style3 .feature-item-wrap .feature-item {
    width: 50%;
    margin-bottom: 25px;
}

.about-wrap.style2 .feature-item-wrap .feature-item .feature-icon,
.about-wrap.style3 .feature-item-wrap .feature-item .feature-icon {
    width: 35px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}

.about-wrap.style2 .feature-item-wrap .feature-item .feature-icon:after,
.about-wrap.style3 .feature-item-wrap .feature-item .feature-icon:after {
    display: none;
}

.about-wrap.style2 .feature-item-wrap .feature-item .feature-icon i,
.about-wrap.style3 .feature-item-wrap .feature-item .feature-icon i {
    font-size: 35px;
    position: relative;
    top: 3px;
}

.about-wrap.style2 .feature-item-wrap .feature-item .feature-text,
.about-wrap.style3 .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 55px);
    padding-right: 15px;
}

.about-wrap.style2 .feature-item-wrap .feature-item:hover .feature-icon i,
.about-wrap.style3 .feature-item-wrap .feature-item:hover .feature-icon i {
    color: var(--primaryColor);
}

.about-wrap.style2 .feature-item-wrap .feature-item:hover .feature-text h3,
.about-wrap.style3 .feature-item-wrap .feature-item:hover .feature-text h3 {
    color: var(--primaryColor);
}

.feature-item-wrap .feature-item {
    margin-bottom: 30px;
}

.feature-item-wrap .feature-item:last-child {
    margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
    font-size: 28px;
    line-height: 0.8;
    margin: 0 auto;
    color: var(--primaryColor);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--primaryColor);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 105px);
    margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.feature-item-wrap .feature-item .feature-text p {
    margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
    color: var(--primaryColor);
}

@media screen and (max-width:575px) {
  .about-wrap.style1 .about-content ul{
      grid-template-columns: repeat(1, 1fr);
  }
}