.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-right: 60px;
    position: relative;
    text-align: right;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    right: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 77%;
    line-height: 1.5;
    font-size: 42px;
    float: right;
    text-align: right;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 30%;
        right: 20px;
    }
}
/* ----- Technology About ----- */
.technology {
    background: #f8f9fa;
    padding: 80px 0 200px;
    position: relative;
    overflow: hidden;
}
.technology:before {
    content: "";
    background: url(../images/circle-top-right.018e3b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 440px;
    position: absolute;
    top: -90px;
    right: -120px;
    animation: rotation 5s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
  }
.technology-about p {
    font-size: 28px;
    font-weight: 300;
    color: #222;
}
.intro-default-banner-text {
    width: 70%;
    text-align: left;
    float: right;
}
.intro-default-banner-text h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #095763;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
.intro-default-banner-text p {
    font-size: 22px;
    max-width: 100%;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .intro-default-banner-text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .intro-default-banner-text {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .technology:before {
        width: 320px;
        height: 320px;
    }
}
/* ----- intro-default-banner ----- */
.intro-default-banner-service {
    margin-bottom: 80px;
}
.intro-default-banner-service-img img {
    border-radius: 60px 0 60px 0;
}
.intro-default-banner {
    margin-top: -160px;
    position: relative;
    margin-bottom: 80px;
}
.intro-default-banner h1 {
    margin-bottom: 40px;
    font-size: 32px;
}
.intro-default-banner h1 b {
    color: #095763;
}
.intro-default-banner-card .card-qs {
    background-color: #fff!important;
    border: 0;
    border-bottom-right-radius: 50px;
    height: 100%;
    margin: auto;
    max-width: 300px;
    padding: 10% 12%!important;
    box-shadow: 0 2px 8px 0 rgba(99,99,99,.2)!important;
    text-align: center;
    text-transform: capitalize;
}
.intro-default-banner-service-text h2 {
    margin-bottom: 20px;
    color: #095763;
    text-transform: uppercase;
}
.intro-default-banner-service-text h2 span {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    color: #e5b73b;
    display: block;
}
.intro-default-banner-service-text h2 strong {
    font-size: 32px;
    margin-bottom: 5px;
    display: inline-block;
}
.intro-default-banner-service-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .intro-default-banner-service-text h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .intro-default-banner-service-text h2 span {
        font-size: 22px;
    }
    .intro-default-banner-service-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .technology {
        padding: 80px 0 140px;
    }
    .intro-default-banner {
        margin-top: -130px;
    }
    .intro-default-banner h1 {
        font-size: 26px;
    }
    .intro-default-banner-card .card-qs h3 {
        font-size: 22px;
    }
    .intro-default-banner-card .card-qs p {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .technology {
        padding: 40px 0;
        margin-bottom: 50px;
    }
    .intro-default-banner {
        margin-top: 0;
    }
    .intro-default-banner-text h3 {
        font-size: 22px;
    }
    .intro-default-banner-text p {
        font-size: 14px;
    }
    .intro-default-banner-card .card-qs {
        margin-bottom: 20px;
    }
    .intro-default-banner-service-text {
        margin-top: 30px;
    }
}

/* ----- Guarantee ------ */
.guarantee_about {
    margin-bottom: 80px;
    position: relative;
}
.guarantee_about:before {
    content: "";
    background: url(../images/circle-top-right.018e3b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 440px;
    position: absolute;
    left: -130px;
    bottom: -190px;
    animation: rotation 5s infinite linear;
    z-index: -1;
}
.guarantee_about_img img {
    border-radius: 60px 0 60px 0;
}
.guarantee_about_text h2 {
    font-size: 24px;
    color: #e5b73b;
    text-transform: uppercase;
}
.generation_img img {
    border-radius: 60px 0 60px 0;
}
.guarantee_about_text h2 b {
    font-size: 32px;
    color: #095763;
    text-transform: uppercase;
}
.guarantee_about_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.generation {
    padding: 80px 0;
}
.procedures {
    background: #f8f9fa;
}
.generation_text p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}
.generation_text h2 {
    font-size: 24px;
    color: #e5b73b;
    text-transform: uppercase;
}
.generation_text h2 b {
    font-size: 32px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
    color: #095763;
}
@media screen and (max-width: 1199px) {
    .guarantee_about_text h2 b {
        font-size: 26px;
    }
    .guarantee_about_text h2 span {
        font-size: 18px;
    }
    .guarantee_about_text p {
        font-size: 14px;
    }
    .generation_text h2 {
        font-size: 20px;
    }
    .generation_text h2 b {
        font-size: 26px;
    }
    .generation_text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee_about {
        margin-bottom: 30px;
    }
    .generation {
        padding: 40px 0 80px;
    }
    .guarantee_about_text {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .guarantee_about_text h2 b {
        font-size: 20px;
    }
    .guarantee_about_text h2 span {
        font-size: 15px;
    }
}

/* ----- FAQ's ----- */
.technology_faq {
    margin-bottom: 80px;
}
.technology_faq_title {
    text-align: center;
    margin-bottom: 30px;
}
.technology_faq_title h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.technology_faq_title p {
    width: 87%;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .technology_faq_title p {
        font-size: 14px;
    }
}
  .accordion .accordion-item {
    border: 1px solid #e5e5e5;
    padding: 28px 32px;
    margin-bottom: 20px;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
  }

  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }
@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
    .accordion button .accordion-title {
        font-size: 13px;
    }
}