/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2022 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badaboutus-block {
    margin-bottom: 100px;
    position: relative;
}
.badaboutus-block .row{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
}
.badaboutus-img{
    text-align: center;
    padding: 0;
    position: relative;
}
.badaboutus-content-wrapper {
    padding: 0;
}
.badabout-first-section{
    position: absolute;
    top: 50%;
    left: 9%;
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 24px;
    line-height: 32px;
    color: var(--theme-custom-color);
    font-weight: 400;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.badaboutus-title.badmain-title::before{
    content: " ";
    width: 70px;
    height: 22px;
    background-image: url(../img/A-Sep_.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -32%;
    left: 0;
}
.badaboutus-block .badaboutus-title {
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-bottom: 16px;
    margin-bottom: 32px;
    font-weight: 600;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
.badaboutus-block .badaboutus-title span{
    font-weight: 300;
    display: block;
}
.badaboutus-block .badaboutus-desc{
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-align: left;
    width: 50%;
    font-family: var(--badtheme-font-name-1);
}
.badaboutus-block-btn {
    display: inline-block;
    text-align: left;
}
.badaboutus-block .badaboutus-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--theme-custom-color);
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
}
.badaboutus-block .badaboutus-btn:hover {
    color: var(--theme-custom-color);
    background-color: #fff;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #333333;
    color: #ffffff;
}
.badaboutus-block .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
}
.badaboutus-content-wrapper .index {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    border: 2px solid #000;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 0 10px;
    margin: 30px 0;
}
.badabout-second-block ul {
    text-align: center;
    margin: 0;
    position: relative;
}
.badabout-second-block ul li {
    padding-top: 72px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    color: #000;
}
.badabout-second-block ul li::before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    top: -66%;
    left: 0;
    right: 0;
}
.badabout-second-block ul li:nth-child(1):before{
    background-image: url(../img/1.png);
}
.badabout-second-block ul li:nth-child(2):before{
    background-image: url(../img/2.png);
}
.badabout-second-block ul li:nth-child(3):before{
    background-image: url(../img/3.png);
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .content-wrapper .name{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #111111;
    font-weight: 500;
}
.badaboutus-content-wrapper .content-wrapper .price{
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-custom-color);
    text-align: right;
}
.badaboutus-content-wrapper .content-wrapper .attributes {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #777777;
    border: 1px solid #e3e3e3;
    width: 70%;
    padding: 0 15px;
}
.badaboutus-content-wrapper img {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1868px){
    .badabout-second-block ul li {
        font-size: 20px;
    }
}
@media(max-width: 1650px){
    .badabout-second-block ul li {
        font-size: 18px;
    }
    .badaboutus-block {
        margin: 0 0 100px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 22px;
        width: 50%;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 16px;
    }
}
@media(max-width: 1444px){
    .badaboutus-block {
        margin: 0 0 80px;
    }
    .badaboutus-block .badaboutus-subtitle {
        line-height: 25px;
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-title{
        font-size: 50px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .badaboutus-block-btn {
        padding-top: 14px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 14px;
    }
}
@media(max-width: 1300px){
    .badaboutus-block .badaboutus-subtitle {
        font-size: 23px;
        padding-bottom: 6px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 8px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 13px;
        line-height: 20px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 13px;
        padding: 12px 18px;
    }
}
@media(max-width: 1199px){
    .badabout-second-block ul li::before {
        width: 100px;
        height: 100px;
        top: -65%;
    }
    .badabout-second-block ul li {
        font-size: 15px;
        padding-top: 48px;
        line-height: 28px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 24px;  
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 22px;
        padding-bottom: 3px;      
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 8px;
    }
    .badaboutus-desc.bad-aboutus-second-desc {
        display: none;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width: 1024px){
    .badabout-second-block ul li {
        font-size: 13px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 12px;
        padding: 10px 14px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 21px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 20px;
        padding-bottom: 8px;
    }
    .badaboutus-block-btn {
        padding-top: 6px;
    }
}
@media(max-width: 991px){
    .badaboutus-title.badmain-title::before{
        width: 50px;
        height: 17px;
    }
    .badabout-second-block ul li {
        font-size: 12px;
        padding-top: 35px;
        letter-spacing: 0;
    }
    .badaboutus-block {
        margin: 0 0 30px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 6px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
    }
}
@media(max-width: 885px){
    .badabout-second-block ul li {
        width: 32%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 18px;    
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 16px;
        padding-bottom: 3px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 18px;
        margin-bottom: 8px;
        font-size: 11px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 10px;
    }
    .badaboutus-mission-decs {
        font-size: 12px;
        line-height: 21px;
    }
    .badaboutus-mission-title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper{
        width: 100%;
    }
    .badabout-second-block ul li::before {
        width: 100px;
        height: 100px;
    }
    .badaboutus-block .badaboutus-desc {
        margin-bottom: 3px;
    }
    .badabout-second-block ul li {
        font-size: 15px;
        padding-top: 50px;
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 8px 14px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
@media(max-width: 675px){
    .badaboutus-block .badaboutus-subtitle {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 3px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 3px;
        width: 60%;
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-subtitle {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 2px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 3px;
        padding-bottom: 0;
    }
    .badaboutus-title.badmain-title::before {
        display: none;
    }
    .badaboutus-block .badaboutus-desc {
        width: 70%;
    }
    .badaboutus-block-btn {
        padding-top: 4px;
    }
}
@media(max-width: 475px){
    .badaboutus-img img {
        height: 200px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 20px;
        line-height: 24px;
    }
    .badabout-second-block ul li {
        font-size: 13px;
        padding-top: 36px;
        letter-spacing: 0;
        width: 30%;
    }
    .badaboutus-block .badaboutus-subtitle {
        padding-bottom: 5px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 20px;
        font-size: 11px;
        margin-bottom: 10px;
        width: 90%;
    }
    .badaboutus-mission {
        padding-bottom: 30px;
    }
}
@media(max-width: 425px){
    .badaboutus-title.badmain-title::before {
        width: 50px;
    }
    .badabout-second-block ul li {
        font-size: 12px;
        width: 32%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height: 20px;
    }
}
@media(max-width: 375px){
    .badaboutus-img img {
        height: 180px;
    }
    .badabout-second-block ul li {
        font-size: 11px;
        width: 33%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 18px;
        line-height: 20px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 12px;
        padding-bottom: 3px;
    }
    .badaboutus-block-btn {
        padding-top: 0px;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 8px 10px;
    }
}
@media(max-width: 375px){
    .badabout-second-block ul li {
        font-size: 10px;
    }
}