: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(/assets/img/background_globe.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: #d6302fb8; */
    /* background-image: url(/assets/img/bg-team.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; */
    
}

.partner-area .single-logo {
    background-color: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    position: relative;
}

.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: center;
    font-size: 16px;
    padding: 0px 50px;
}

.client-area .col-lg-5{
    position: relative;
    top: -33px;
}

.single-box {
    height: 265px;
}

.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: #d6302f;
    border: 1px solid #d6302f;
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: #25488c;
    font-family: 'Barlow', sans-serif;
    border: 1px solid #25488c;
    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: #d6302f;
}

.main-title {
    color: #25488c;
    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;
}

.pb-5 {
    padding-bottom: 1rem!important;
}

.services-area-three.services-area-five .single-choose {
    background-color: #25488c;
    border: 1px solid #25488c;
    position: relative;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-choose {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    /* border: 1px dotted #262566; */
}

.single-choose:hover a{
    display: block;
}

.single-choose:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-radius: 30px;
}

.single-choose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.single-choose img{
    height: 80px;
    border: 1px solid none;
    /* border-radius: 50%; */
    padding: 10px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


.services-area-three.services-area-five .single-choose h3 {
    color: #d6302f;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.services-area-three.services-area-five .single-choose p{
    color: #fff;
}

.services-area-three.services-area-five .single-choose a i {
    background-color: #d6302f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}

.single-choose a i {
    display: inline-block;
    /* width: 25px; */
    /* height: 25px; */
    /* line-height: 25px; */
    /* background-color: #31abfc; */
    border-radius: 50%;
    text-align: center;
    /* font-size: 16px; */
    color: #ffffff;
    margin-top: 2px;
}

.single-choose a{
    position: absolute;
    top: 256px;
    left: 175px;
    display: none;
}

.bg-white {
    background-color: #d6302f21 !important;
}

.text-primary {
    color: #25488c !important;
}

.text-justify {
    text-align: justify !important;
}

.bg-white p{
    text-align: justify;
    font-size: 16px;
}

.align-items-center {
    align-items: center;
}

.client-details-wrap .owl-item img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
}

.img-fluid {
    transform: scale(1);
    transition: 1s ease-in-out;
    overflow: hidden;
}

.bg-image {
    background-image: url(/assets/img/pattern2.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* .owl-carousel.owl-drag .owl-item {
    padding-left: 35px;
} */

.pb-50{
    padding-bottom: 50px;
}

.nice-select{
    position: relative;
    top: 23px;
    line-height: normal;
    height: 35px;
}

.nice-select span{
    /* vertical-align: middle; */
}

.contact-area .section-title p{
    color: #d6302f;
    font-size: 30px;
    font-weight: 900;
}

.ttm-team-member-content{
    padding: 30px !important;
    background: #f0f3ff;
    position: relative;
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
}

.best-service-area table {
    text-align: center;
}

table tbody tr, table thead tr {
    border: 1px solid #e6e6e6;
}
table tbody th {
    border-right: 1px solid #e6e6e6;
}

.best-service-area table tbody th {
    width: 90px;
    height: 90px;
    color: #fff;
    background-color: #25488c;
}
.navbar {
    padding: 0px !important;
}

.icon-facebook{
    background-color: #d6302f;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}