section {
    /* background-color: rgb(0, 0, 0); */
    padding: px 0;
    overflow: hidden;
}

*, :active, :focus {
    outline: none !important;
}
@media only screen and (max-width: 767px){
section {
  
}}
@media screen and (max-width: 991.98px){
.about {
    padding-top: 70px;
    padding-bottom: 70px;
}}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px){
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


@media screen and (min-width: 992px){
.about .about-img {
    max-width: calc(100% - 40px);
}}
.about .about-img {
    /* position: relative; */
    height: 570px;
}
@media screen and (max-width: 991.98px){

.about .about-img {
    margin: 0 auto 40px;
}}

.about .about-img .about-img-holder {
    border-radius: 12px;
}

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/* .about .about-img .counter {
    min-width: 200px;
    position: absolute;
    top: 70px;
    left: -40px;
    z-index: 2;
}

.counter {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    border-radius: 8px;
    padding: 24px 40px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 767.98px){
.about .about-img .counter {
    left: 0;
    border-radius: 0 8px 8px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}}
.counter .counter-icon {
    margin-bottom: 18px;
}

.counter .counter-icon i::before {
    font-size: 65px;
    margin-left: 0;
}
.flaticon-033-plug:before {
    content: "\f120";
}
 [class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}
.counter .counter-num {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.counter, .counter-num span {
    font-size: 37px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    color: var(--global--color-white);
}
.counter .counter-name h6 {
    margin-bottom: 0;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: var(--global--color-white);
    text-transform: capitalize;
} */

@media (min-width: 992px){
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.heading.heading-1 {
    margin-bottom: 40px;
}

@media screen and (max-width: 991.98px){
.heading {
    text-align: center;
}}
.heading .heading-subtitle.heading-subtitle-bg {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #e0f6e9;
}

.heading .heading-subtitle {
    font-family: var(--global--font-body);
    text-transform: capitalize;
    color: var(--global--color-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}
@media screen and (max-width: 991.98px){
.heading .heading-subtitle.heading-subtitle-bg {
    width: auto;
}}

.heading .heading-subtitle.heading-subtitle-bg {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #e0f6e9;
}
@media screen and (max-width: 991.98px){
.heading .heading-subtitle {
    line-height: 1.5;
}}
.heading.heading-1 .heading-title {
    margin-bottom: 0;
}

.heading .heading-title {
    font-family: var(--global--font-heading);
    text-transform: capitalize;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--global--color-heading);
}
@media screen and (max-width: 767.98px){
.heading .heading-title {
    font-size: 32px;
    line-height: 1.4;
}}
@media screen and (max-width: 991.98px){

.about .about-block {
    text-align: center;
}}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px){
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}}
@media screen and (max-width: 991.98px){

.about .about-block .block-left {
    margin-bottom: 40px;
}}
.about .about-block .block-left .paragraph {
    font-size: 17px;
    line-height: 27px;
    color: var(--global--color-secondary);
    font-weight: 500;
    margin-bottom: 25px;
}
@media (min-width: 992px){
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}}
*, :active, :focus {
    outline: none !important;
}
.about .prief-set p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 24px;
}

.advantages-list {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.advantages-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: var(--global--color-body);
    text-transform: capitalize;
}
@media screen and (max-width: 767.98px){
.advantages-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
}}
.advantages-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: cadetblue;
    color: var(--global--color-white);
    margin-right: 15px;
    border-radius: 50%;
    font-size: 10px;
}