:root {
    --bg-primary: #a84f8f;
    /* --bg-secondary: #393029; */
    --bg-secondary: #012068;
}


/* .peru-nav .main-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/shape/2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
} */


/* .hero-slider-area .hero-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
} */

.about-us-img .img-1 img {
    width: 560px;
    height: 350px;
}

.about-us-img .img-2 img {
    width: 280px;
    height: 170px;
    padding-right: 20px;
}

.about-us-img .img-3 img {
    width: 280px;
    height: 170px;
}

.abt-dw-img {
    display: flex;
}


/* .about-us-img {
    max-width: 530px;
} */

.about-title {
    padding-left: 50px;
}

.processing-areac p {
    text-align: center;
}

.processing-areac {
    background-image: url(../img/background/Untitled\ design.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .popularct-area {
    background-color: var(--bg-primary);
    position: relative;
    z-index: 1;
} */

.popularct-area .section-title span {
    color: #fff;
}

.popularct-area .section-title h2 {
    color: #fff;
}

.bg-img12 {
    background-image: url(/assets/img/bg-12.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/* .partner-area {
    background-color: #ffe4f7;
} */

.partner-area .single-logo img {
    width: 200px!important;
    height: 60px;
}


/* .client-details p {
    max-height: 86px;
} */

.mobile-nav .logo {
    width: 100px;
}

.client-area p {
    text-align: justify;
}

.single-box {
    height: 300px;
}

.section-title p {
    text-align: center;
}

.contact-box .content-title p {
    text-align: center;
    color: var(--bg-primary);
}

.gallery-us-area .filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.filter button.active {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-secondary);
    font-family: 'Barlow', sans-serif;
    border: 1px solid var(--bg-secondary);
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 0 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--bg-primary);
}

.main-title {
    color: var(--bg-primary);
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.link-necessary ul li::before {
    background: var(--bg-primary);
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 9px;
}

.link-necessary ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.newsletter-modal.style3 .modal-dialog {
    max-width: 550px;
}

.modal-body{
    padding: 20px;
}

.newsltr-text .wraptext h2{
    font-size: 20px;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 10px;
    line-height: 1.5;
}

.mcNewsletter .form-group {
    /* text-align: left; */
    margin-bottom: 20px;
    display: flex;
    column-gap: 10px;
}

.mcNewsletter .form-group .form-control {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 40px;
    /* line-height: 30px; */
    /* color: var(--bg-primary); */
    border: 1px solid #ffffff;
    background: #F3F3F3;
    border: 1px solid #A89FFF;
    border-radius: 12px !important;
}

.form-group .country-code {
    width: 11%;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.3px;
    /* font-family: 'Outfit'; */
    background: #F3F3F3;
    border: 1px solid #A89FFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px !important;
    display: inline-block !important;
    padding: 5px 8px 5px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.newsletter-wrap .newsltr-text .wraptext .customCheckbox{
    position: relative;
    display: flex;
    column-gap: 10px;
}

.newsletter-wrap .newsltr-text .wraptext .terms-text{
 text-align: justify;
}

.newsletter-wrap .newsltr-text .wraptext .default-btn{
    margin-top: 10px;
    border-radius: 50px;
}

.newsletter-wrap .newsltr-text .wraptext .default-btn::before{
    border-radius: 50px;
} 

.newsletter-modal{
    background: rgb(0 0 0 / 90%) !important;
}

.questions-bg-area .section-title h2{
    margin-bottom: 20px;
    color: var(--bg-secondary);
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
}

.questions-bg-area .section-title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify; 
}

.pt-50, .pb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.questions-area .newsletter-wrap .newsltr-text .wraptext h2{
    margin-bottom: 20px;
    color: var(--bg-secondary);
    font-size: 24px;
    font-weight: 600;
}

.questions-area{
    background-color: #f9f8fe8a;
}

.team-img img{
    height: 300px;
}

.footer-top-area {
    background-image: url(../img/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-box  .single-box-content h3:hover{
    color: #a84f8f;
}

.box-area{
    background-image: url(../img/background_globe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-area {
    background-image: url(../img/background/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.link-necessary ul li p{
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 400;
    color: #4a4a4a;
}

.financial-content ul li{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}

.client-details a{
    color: #4a4a4a;
}

.client-details a:hover{
    color: var(--bg-primary);
}

.gallery-us-area .h-product-item .h-product-thumb img{
    height: 230px;
}