* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root{
    --primary-color: #bb9a65;
    --sec-color: #403226;
    --blackish-color-rgb: 64, 50, 38;
}

.logo {
    margin-left: -12px;
    position: relative;
}

.logo img {
    height: 100px;
    width: 100%;
    padding: 10px 20px 10px 0;
}

.header-search-btn {
    padding-right: 15px;
}

.header-search-btn a {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #403226FF;
    background-color: transparent;
    border: 1px solid rgba(64, 50, 38, 0.21);
}

.header-search-btn a {
    color: #403226FF;
    background-color: #fff;
    border-width: 0 !important;
}

.default-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--bfe-btn-typography-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    padding: 13px 30px;
    border: none;
    border-radius: 30px;
    transition: all .3s;
    z-index: 1;
    color: #403226FF;
    background-color: #fff;
}

.default-btn .btn-icon {
    position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: #BB9A65FF;
    color: #fff;
    top: 0;
    border-radius: 50%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}

.default-btn-box {
    padding-right: 30px;
}

.header-content {
    position: relative;
    display: block;
    width: 100%;
}

.header {
    margin: 1rem;
}


.header-overlay {
    position: absolute;
    z-index: 2;
    width: calc(100vw - 3rem);
}

.header .logo {
    border-radius: 0 0 20px;
    position: relative;
    padding: 0 20px;
    margin-right: 20px;
    background-color: #fff;
}

.sticky-corner {
    width: 20px;
    height: 20px;
    transform: rotate(-180deg);
    position: absolute;

}

.bottom-left-corner {
    bottom: -23px;
    left: 0px;
    transform: rotate(-180deg);
}

.top-right-corner {
    top: 3px;
    right: -20px;
    transform: rotate(-180deg);
}

svg:not(:root) {
    overflow: hidden;
    fill: none;
}

.sticky-corner svg path {
    fill: #fff;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #333;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
}

.carousel {
    position: relative;
}

.corner-indicator {
    position: absolute;
    left: auto;
    color: #000;
    width: 120px;
    height: 80px;
    bottom: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0;
    z-index: 100;
    padding-right: 0 !important;
    margin: 0 auto;
}

.carousel-item img {
    border-radius: 20px;
}

.indicator {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indicator-top-right-corner {
    top: -24px;
    right: 0px;
    transform: none;
}

.indicator-bottom-left-corner {
    left: -20px;
    right: auto;
    bottom: 4px;
    transform: none;
}

.pt-section {
    padding-top: 70px;
}

.pb-section{
    padding-bottom: 70px;
}

.py-section {
    padding: 70px 0;
}

.mt-section {
    margin-top: 70px;
}

.about-img img {
    border-radius: 20px;
}


.about-img {
    position: relative;
    width: 100%;
}

.about-img img {
    width: 100%;
    height: auto;
}

.about-img-overlay {
    position: absolute;
    width: auto;
    max-width: 100%;
    bottom: 0;
    right: 0;
}

.icon-box-wrapper {
    padding: 10px 0 0 10px;
    position: relative;
    background-color: #fff;
    border-radius: 40px 0 0;
}

.icon-box {
    text-align: center;
    display: inline-block;
    background-color: #bb9a65;
    padding: 20px 50px;
    border-radius: 30px;
}

.icon-box .icon {
    font-size: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in;
    color: #fff;
}

.iconbox-content h2 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}

.about-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.about-bottom-left-corner {
    bottom: 0;
    left: -30px;
    transform: none;
}

.about-top-right-corner {
    top: -30px;
    right: 0;
    transform: none;
}

.about-sticky-corner svg path {
    fill: #fff;
}

.about-one-right-box {
    padding: 30px 0px 0px 30px;
}

.about-one-right-box .section-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    color: #BB9A65FF;
}

.about-one-right-box .section-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid #BB9A65FF;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}


.about-one-right-box .section-title {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
    perspective: 400px;
}

.heading-desc {
    margin: 25px 0 15px 0;
    font-size: 20px;
    font-weight: 300;
}

.micon-heading .ibox-about {
    border: 1px solid #BB9A65FF;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px;
}

.ihbox-icon {
    margin-right: 25px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background-color: #f6f6f6;
    color: #bb9a65;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.element-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}

.content-wrapper {
    margin-right: 30px;
}

.content-wrapper .element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #bb9a65;
    font-weight: 700;
}

.counter-title {
    font-size: 90px;
    line-height: 90px;
    color: #403226;
    font-weight: 700;
}

.counter-title sup {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

.icon-title {
    color: #bb9a65;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
}


.py-services {
    position: relative;
    border-radius: 30px;
    padding: 160px 0px 100px 0px;
    display: block;
}

.bg-color-secendery {
    background-color: #403226;
}

.heading-sub-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    color: #bb9a65;
}

.heading-sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid #bb9a65;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.heading-title {
    display: block;
    text-align: center;
    position: relative;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

.service-heighlight h2 {
    left: 0;
    right: 0;
    font-size: 170px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 1px #bb9a6526;
    position: absolute;
    top: -100px;
    bottom: -150px;
}

.single-service {
    position: relative;
}

.service-post-item {
    position: relative;
    overflow: hidden;
}

.service-post-item .service-img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 73%);
}


.single-service .service-img-wrapper {
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 94.542%, 0% 5.401%, 0% 5.401%, 0.025% 4.805%, 0.111% 4.222%, 0.256% 3.657%, 0.456% 3.113%, 0.711% 2.594%, 1.017% 2.106%, 1.372% 1.652%, 1.773% 1.236%, 2.219% 0.863%, 2.707% 0.538%, 2.753% 0.514%, 2.753% 0.514%, 2.942% 0.416%, 3.135% 0.328%, 3.332% 0.25%, 3.532% 0.183%, 3.735% 0.126%, 3.941% 0.079%, 4.149% 0.043%, 4.358% 0.018%, 4.569% 0.004%, 4.781% -0%, 94.38% 0%, 94.38% 0%, 94.793% 0.01%, 95.202% 0.051%, 95.605% 0.123%, 96.001% 0.223%, 96.389% 0.353%, 96.766% 0.511%, 97.132% 0.697%, 97.484% 0.91%, 97.822% 1.149%, 98.143% 1.415%, 98.143% 1.415%, 98.284% 1.549%, 98.42% 1.687%, 98.551% 1.83%, 98.678% 1.977%, 98.799% 2.129%, 98.915% 2.285%, 99.026% 2.445%, 99.131% 2.609%, 99.231% 2.777%, 99.325% 2.948%, 99.325% 2.948%, 99.455% 3.217%, 99.571% 3.492%, 99.674% 3.772%, 99.763% 4.056%, 99.838% 4.345%, 99.899% 4.637%, 99.946% 4.932%, 99.978% 5.229%, 99.996% 5.528%, 100% 5.828%, 100% 77.83%, 100% 77.83%, 99.552% 78.96%, 99.028% 79.989%, 98.426% 80.919%, 97.745% 81.748%, 96.982% 82.476%, 96.137% 83.102%, 95.207% 83.627%, 94.19% 84.05%, 93.085% 84.371%, 91.889% 84.59%, 91.889% 84.59%, 91.176% 84.715%, 90.486% 84.895%, 89.822% 85.13%, 89.186% 85.421%, 88.581% 85.769%, 88.007% 86.173%, 87.468% 86.634%, 86.964% 87.152%, 86.499% 87.729%, 86.074% 88.363%, 86.074% 88.363%, 85.849% 88.732%, 85.637% 89.108%, 85.438% 89.491%, 85.251% 89.88%, 85.078% 90.276%, 84.917% 90.677%, 84.77% 91.084%, 84.637% 91.495%, 84.517% 91.912%, 84.41% 92.333%, 84.41% 92.333%, 84.119% 93.466%, 83.748% 94.521%, 83.294% 95.496%, 82.756% 96.39%, 82.132% 97.203%, 81.419% 97.932%, 80.617% 98.578%, 79.723% 99.139%, 78.734% 99.613%, 77.65% 100%, 4.643% 100%, 4.643% 100%, 4.476% 99.998%, 4.309% 99.988%, 4.144% 99.971%, 3.979% 99.946%, 3.816% 99.913%, 3.655% 99.873%, 3.495% 99.825%, 3.337% 99.769%, 3.182% 99.707%, 3.03% 99.637%, 2.984% 99.613%, 2.984% 99.613%, 2.45% 99.291%, 1.96% 98.915%, 1.519% 98.49%, 1.127% 98.02%, 0.789% 97.511%, 0.507% 96.967%, 0.285% 96.393%, 0.124% 95.795%, 0.028% 95.176%, -0% 94.542%);
}


.single-service .service-img-wrapper img {
    border-radius: 30px;
    transition: all .4s ease-in-out;
    width: 100%;
}

.single-service .service-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 1;
    width: calc(100% - 30%);
}

.service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.service-description {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
    text-align: left;
}


.single-service:hover .service-description {
    opacity: 1;
    height: 60px;
}

.bottom-link {
    font-weight: 600;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    background-color: #bb9a65;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out 0s;
    z-index: 2;
}

.bottom-link  a{
    color: #fff;
}



.micon-heading{
        margin-bottom: 30px;
}

.micon-heading .box-box {
    margin-bottom: 45px;
}

.micon-heading .box-box .box-icon {
    margin-right: 25px;
    position: relative;
    background-color: #ba9965;
    color: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.micon-heading .heading-desc {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 300 !important;
    color: #666666;
    font-size: 18px;
}
.ihbox-imgbox {
    text-align: center;
    padding-right: 70px;
}

.ihbox-imgbox img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}

.element-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: "Urbanist", sans-serif;
}

.ihbox-imgbox img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}


.ihbox-imgbox:hover img {
    transform: rotateY(10deg) !important;
    cursor: crosshair;
}


.marquee-one {
    overflow: hidden;
}

.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}

.bfe-marquee-effect-style-1 .bfe-tag-wrapper {
    padding-left: 100px;
    margin-left: 50px;
    position: relative;
}

.bfe-marquee-effect-style-1 .bfe-tag-wrapper::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 90px;
    line-height: 90px;
    transform: translateY(-50%);
    font-weight: 700;
    color: #bb9a65;
}



.marquee-one .bfe-marquee-effect-style-1 .bfe-element-title {
    width: auto;
    transition: transform 1s cubic-bezier(.22,.61,.36,1);
    margin: 0;
    padding: 0;
}

.bfe-marquee-effect-style-1 .bfe-element-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: #bb9a65;
    max-width: 0;
}

.bfe-marquee-effect-style-1 .bfe-element-title {
    --bfe-blackish-color-rgb:  64, 50, 38;
    font-size: 90px;
    line-height: 120px!important;
    position: relative!important;
    overflow: visible!important;
    display: flex;
    overflow: visible!important;
    text-shadow: 1px 1px 0 rgba(var(--bfe-blackish-color-rgb) ,.2), -1px -1px 0 rgba(var(--bfe-blackish-color-rgb) ,.2), 1px -1px 0 rgba(var(--bfe-blackish-color-rgb) ,.2), -1px 1px 0 rgba(var(--bfe-blackish-color-rgb) ,.2), 1px 1px 0 rgba(var(--bfe-blackish-color-rgb) ,.2);
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    color: transparent;
    letter-spacing: -1px;
}


.bfe-marquee-effect-style-1 .bfe-element-title:hover::before {
    max-width: 100%;
}


.bg-color-light {
    background-color: #f6f6f6;
}

.heading-subheading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.heading-subheading .subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    color: #bb9a65;
}

.heading-subheading .subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid #bb9a65;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.heading-subheading .title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    perspective: 400px;
    font-style: normal;
    font-weight: 700;
}

.sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.sortable-list-ul li {
    display: inline-block;
}

.sortable-list a {
    position: relative;
    display: inline;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
    border-radius: 20px;
    margin-right: 20px;
    background-color: transparent;
    color: #403226;
    text-decoration: none;
}

.sortable-list a:before {
    position: absolute;
    counter-increment: pbmitbox3;
    content: counter(pbmitbox3, decimal-leading-zero);
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    color: #bb9a65;
}

.sortable-link.selected {
    color: #bb9a65;
}


.post-content{
    position: relative;
}

.post-content {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.featured-img-wrapper img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 30px;
}

.single-portfolio:hover .portfolio-box-content {
    opacity: 1;
    transition: all .2s;
    transform: scale(1);
}

.portfolio-box-content{
    opacity: 0;
    transition: all .2s;
    transform: scale(1);
    max-width: unset;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 30px;
    background: rgba(187, 154, 101, .9);
    will-change: opacity;
    border-radius: 30px;
}


.post-content .port-cat a {
    color: #f0f1f3;
    font-size: 16px;
    text-decoration: none;
}


.portfolio-title a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
}

.portfolio-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    -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;
    transform: scale(1) rotate(0);
    opacity: 0;
}

.portfolio-btn a{
    color: #fff;
    font-size: 24px;
}

.single-portfolio:hover .portfolio-btn{
    opacity: 1;
}


/*Purchase Plan*/

.ptable-style-1 .pricing-table-box {
    background-color: #fff;
    position: relative;
    padding: 45px 40px;
    border-radius: 30px;
    border: 1px solid rgba(64, 50, 38,.2);
}

.head-wrap {
    position: relative;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(64, 50, 38, .2);
}
.ptable-style-1 .head-wrap::before {
    content: "";
    position: absolute;
    background-color: var(--bfe-secondary-color);
    width: 0%;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.ptable-style-1 .ptable-heading {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #bb9a65;
    margin-bottom: 25px;
    font-weight: 600;
    border: 1px solid #bb9a65;
    border-radius: 30px;
    display: inline-block;
    padding: 0 20px;
}

.ptable-style-1 .price-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ptable-style-1 .ptable-price-w {
    display: flex;
    align-items: flex-start;
    color: #403226;
    font-weight: 600;
    font-style: normal;
}

.ptable-style-1 .ptable-symbol {
    font-size: 50px;
    line-height: 50px;
}
.ptable-style-1 .ptable-price {
    font-size: 90px;
    line-height: 90px;
}

.ptable-style-1 .ptable-frequency {
    color: #403226;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-style: normal;
}

.ptable-style-1 .ptable-inner {
    padding: 25px 0 0px;
}

.ptable-style-1 .ptable-line {
    margin-bottom: 10px;
    position: relative;
    color: #666666;
    font-weight: 300;
    font-size: 18px;
}

.ptable-style-1 .ptable-btn {
    text-align: center;
    margin-top: 40px;
}

.ptable-style-1 .ptable-btn .button-inner {
    padding: 14px 30px;
    color: #fff;
    background-color: #bb9a65;
    border: none;
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
}

.ptable-col:nth-child(2) .pricing-table-box {
    background-color: #bb9a65;
    transition: all 0.6s ease-in-out;
}

.ptable-col:nth-child(4) .ptable-heading,
.ptable-col:nth-child(2) .ptable-heading {
    color: #fff;
    border-color: #fff;
}

.ptable-col:nth-child(2) .ptable-line,  .ptable-col:nth-child(2) .ptable-frequency,
.ptable-col:nth-child(2) .ptable-price-w {
    color: #fff;
}

.ptable-col:nth-child(even) .ptable-btn a {
    color: #403226;
    background-color: #fff;
    font-weight: 400;
}

.heading-subheading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.heading-subheading .section-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.heading-subheading .section-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid var(--primary-color);
    height: 14px;
    width: 14px;
    border-radius: 50%;
}


.heading-subheading .section-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
}

.pricing-one-rightbox .list-group {
    padding-bottom: 50px;
}

.list-group-borderless .list-group-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    padding-bottom: calc(5px/2);
    padding: 0;
    margin-bottom: 10px;
    color: var(--sec-color);
    position: relative;
    border: none;
    background: transparent;
}

.list-group .icon-list-icon {
    color: var(--sec-color);
    display: flex;
    position: relative;
    top: 2px;
}

.list-group .icon-list-icon svg {
    width: 1.25em;
    line-height: inherit;
    font-size: 20px;
    color: var(--primary-color);
}

.list-group .icon-list-text {
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 0;
    color: var(--sec-color);
}


.default-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    padding: 13px 30px;
    border: none;
    border-radius: 30px;
    transition: all .3s;
    z-index: 1;
    color: var(--sec-color);
    background-color: #fff;
}


.btn-outline {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid rgba(var(--blackish-color-rgb),.2);
}

.btn-outline .button-content-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.btn-outline:after {
    position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    top: 0;
    border-radius: 50%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}

.pricing-one-rightbox {
    padding: 100px 0px 30px 50px;
}


.bg-image{
    background-image: url('../../../assets/img/pricing-bg-shape.png');
    background-position: top left;
    background-repeat: no-repeat;
}









.testimonial-one .swiper-slider {
    padding-bottom: 210px;
}
.testimonial-box-left {
    position: relative;
    padding: 80px 0 0 30px;
}

.testimonial-box-left:before {
    font-family: "pbminfotech-base-icons";
    content: '\e826';
    position: absolute;
    left: -130px;
    top: -10px;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    background: rgba(var(--bfe-blackish-color-rgb), .03);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



.bfe-testimonial-style-1 .pbminfotech-post-item {
    position: relative;
}

.bfe-testimonial-style-1 .bfe-box-content-wrap {
    padding: 40px  30px;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.bfe-bg-color-light .bfe-testimonial-style-1 .bfe-box-content-wrap::before {
    background-color: #fff;
}

.bfe-testimonial-style-1 .bfe-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    clip-path: polygon( 0% 91.654%,0% 9.05%,0% 9.05%,0.008% 8.5%,0.034% 7.954%,0.079% 7.411%,0.142% 6.872%,0.224% 6.34%,0.324% 5.815%,0.442% 5.298%,0.578% 4.789%,0.731% 4.291%,0.902% 3.804%,0.902% 3.781%,0.902% 3.781%,1.015% 3.51%,1.136% 3.249%,1.266% 2.997%,1.403% 2.755%,1.549% 2.524%,1.701% 2.303%,1.86% 2.093%,2.027% 1.895%,2.199% 1.709%,2.379% 1.535%,2.379% 1.535%,2.705% 1.243%,3.041% 0.98%,3.385% 0.748%,3.738% 0.546%,4.097% 0.376%,4.463% 0.236%,4.833% 0.129%,5.208% 0.053%,5.586% 0.01%,5.967% -0%,94.523% 0%,94.523% 0%,94.81% 0.008%,95.096% 0.038%,95.379% 0.09%,95.66% 0.164%,95.938% 0.259%,96.212% 0.376%,96.482% 0.514%,96.747% 0.673%,97.007% 0.853%,97.261% 1.053%,97.314% 1.1%,97.314% 1.1%,97.799% 1.589%,98.242% 2.146%,98.64% 2.763%,98.992% 3.435%,99.296% 4.156%,99.548% 4.919%,99.746% 5.719%,99.89% 6.549%,99.975% 7.403%,100% 8.276%,100% 60.435%,100% 60.435%,99.997% 60.702%,99.988% 60.968%,99.974% 61.234%,99.954% 61.499%,99.929% 61.762%,99.898% 62.025%,99.862% 62.285%,99.82% 62.544%,99.772% 62.802%,99.719% 63.056%,99.719% 63.056%,99.658% 63.338%,99.596% 63.62%,99.534% 63.902%,99.47% 64.182%,99.405% 64.462%,99.339% 64.74%,99.271% 65.017%,99.2% 65.293%,99.127% 65.566%,99.051% 65.837%,99.051% 65.837%,98.74% 66.825%,98.395% 67.763%,98.013% 68.647%,97.593% 69.472%,97.131% 70.234%,96.625% 70.93%,96.073% 71.554%,95.472% 72.103%,94.821% 72.572%,94.116% 72.957%,94.116% 72.957%,93.814% 73.084%,93.51% 73.186%,93.205% 73.267%,92.898% 73.328%,92.591% 73.375%,92.282% 73.408%,91.973% 73.432%,91.663% 73.45%,91.353% 73.464%,91.042% 73.478%,91.042% 73.478%,89.62% 73.645%,88.303% 74.003%,87.095% 74.551%,85.996% 75.285%,85.011% 76.202%,84.14% 77.3%,83.386% 78.576%,82.752% 80.027%,82.24% 81.651%,81.851% 83.445%,81.851% 83.445%,81.766% 83.98%,81.697% 84.516%,81.642% 85.055%,81.599% 85.595%,81.565% 86.137%,81.54% 86.68%,81.52% 87.225%,81.505% 87.77%,81.492% 88.317%,81.479% 88.864%,81.479% 88.864%,81.382% 90.497%,81.175% 92.007%,80.861% 93.393%,80.439% 94.654%,79.91% 95.789%,79.276% 96.799%,78.537% 97.681%,77.695% 98.436%,76.75% 99.062%,75.704% 99.558%,75.704% 99.558%,75.628% 99.581%,75.55% 99.593%,75.471% 99.597%,75.39% 99.596%,75.308% 99.593%,75.227% 99.591%,75.146% 99.592%,75.067% 99.601%,74.989% 99.618%,74.913% 99.648%,74.913% 99.648%,74.73% 99.725%,74.546% 99.793%,74.36% 99.853%,74.173% 99.903%,73.985% 99.945%,73.797% 99.977%,73.608% 100.001%,73.418% 100.015%,73.228% 100.02%,73.038% 100.017%,5.568% 100.017%,5.568% 100.017%,5.038% 99.983%,4.516% 99.875%,4.008% 99.696%,3.515% 99.448%,3.04% 99.133%,2.587% 98.753%,2.159% 98.311%,1.759% 97.809%,1.39% 97.249%,1.056% 96.635%,1.056% 96.635%,1.055% 96.628%,1.053% 96.621%,1.05% 96.614%,1.046% 96.606%,1.042% 96.599%,1.037% 96.592%,1.033% 96.585%,1.028% 96.577%,1.024% 96.569%,1.02% 96.561%,1.02% 96.561%,0.827% 96.122%,0.654% 95.668%,0.5% 95.199%,0.366% 94.719%,0.253% 94.227%,0.16% 93.726%,0.088% 93.216%,0.037% 92.7%,0.008% 92.179%,-0% 91.654% );
    z-index: -1;
}

.bfe-testimonial-style-1 .pbminfotech-box-star-ratings {
    font-size: 12px;
    line-height: 12px;
    color: rgba(187, 154, 101, 0.5);
}

.bfe-testimonial-style-1 .pbminfotech-box-star-ratings .active {
    color: #ffa72a;
}

.bfe-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 20px 0;
    border: 0;
}

.bfe-testimonial-style-1 .pbminfotech-testimonial-detail,
.bfe-testimonial-style-1 .pbminfotech-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bfe-testimonial-style-1 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--primary-color);
}

.bfe-testimonial-style-1 .pbminfotech-testimonial-detail {
    font-size: 12px;
}

.bfe-testimonial-style-1 .pbminfotech-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bfe-testimonial-style-1 .featured-wrapper img {
    width: 50px;
    height: 50px;
    top: -10px;
    position: relative;
    border-radius: 50%;
}

.testimonial-one .swiper-button-next {
    color: #fff;
    background-color: var(--primary-color);
}

.testimonial .swiper-slider {
    padding-bottom: 210px;
}

.testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
    bottom: 15%;
    top: auto;
    right: 20%;
    border: 1px solid rgba(var(--bfe-blackish-color-rgb),.2);
}

@media (max-width: 1366px) {
    .testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
        right: 4%;
    }
}



.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
    line-height: normal;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--sec-color);
    color: var(--sec-color);
    transition: all 500ms ease;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 80%;
}

.swiper-button-prev{
    left: auto;
    right: 72px;
}

.swiper-button-prev:hover,.swiper-button-next,.swiper-button-prev:hover, .swiper-button-next {
    color: #fff;
    background-color: var(--primary-color) !important;
    border: none !important;
}

.swiper-button-next:hover,.swiper-button-prev,.swiper-button-next:hover, .swiper-button-prev {
    color: var(--primary-color) ;
    background-color: #fff !important;
    border: none !important;
}


@media (max-width: 1366px) {
    .testimonial-one .ihbox-style-area {
        left: 25%;
    }
}

.testimonial-one .ihbox-style-area {
    position: absolute;
    width: auto;
    max-width: 100%;
    left: 35%;
    bottom: 11%;
}

.bfe-ihbox-style-2 .bfe-title-wrap {
    margin-right: 20px;
}
.bfe-ihbox-style-2 .bfe-element-title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 0;
}

.bfe-ihbox-style-2 .bfe-ihbox-svg-wrapper {
    background-color: var(--primary-color);
    border-radius: 30px;
    line-height: 25px;
    display: inline-block;
    padding: 0 15px;
}


.ihbox-style-area {
    position: absolute;
    max-width: 100%;
    left: 25%;
    bottom: 21%;
}

.bfe-ihbox-style-2 .bfe-title-wrap {
    margin-right: 20px;
}

.bfe-ihbox-style-2 .bfe-element-title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 0;
}

.bfe-ihbox-style-2 .bfe-ihbox-svg-wrapper {
    background-color: var(--primary-color);
    border-radius: 30px;
}

.bfe-ihbox-style-2 .bfe-ihbox-svg-wrapper svg {
    color: #fff;
    height: 10px;
    position: relative;
    top: -2px;
}

.bfe-ihbox-style-2 .bfe-element-heading {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--primary-color);
}


.bfe-client-style-1 .bfe-border-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 70px;
}

.bfe-client-style-1 .bfe-client-wrapper {
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: transform .4s ease, -webkit-transform .4s ease;
}


.bfe-hide {
    display: none;
}

.bfe-client-style-1 .bfe-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.bfe-client-style-1 .bfe-client-with-hover-img .featured-wrapper, .bfe-client-style-1 .bfe-client-with-hover-img .bfe-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.bfe-client-style-1 .bfe-client-with-hover-img .featured-wrapper, .bfe-client-style-1 .bfe-client-with-hover-img .bfe-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.bfe-client-style-1:hover .bfe-client-with-hover-img .bfe-client-hover-img {
    visibility: visible;
    transform: translateY(0%);
}

.bfe-client-style-1:hover .bfe-client-with-hover-img .featured-wrapper {
    transform: translateY(100%);
}






.animated.animated-slow {
    animation-duration: 2s;
}

body .bg-color-secondary {
    background-color: var(--sec-color);
}

.video-section-one{
    position: relative;
}

.video-section-one {
    position: relative;
    padding: 225px 0px 225px 0px;
}

.video-section-one .video-bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-image: url(../../../assets/img/paralax-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.54;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bfe-heading, .bfe-heading-subheading, .heading-subheading-style-1 {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.heading-subheading-style-1 .bfe-subtitle {
    position: relative;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 5px 30px;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
    background-color: var(--sec-color);
}

.heading-subheading-style-1 .bfe-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.play-button .play-icon {
    position: relative;
    font-size: 20px;
    padding: 35px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
}

.play-button .play-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.play-button .play-icon:before, .play-button .play-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba( 255, 255, 255, .2);
}

.play-button .play-icon:before, .play-button .play-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba( 255, 255, 255, .2);
}

.play-button .play-icon:after {
    animation: pulse-border 1s linear infinite;
}

.play-button .play-icon:before {
    animation: pulse-border-2 1.5s linear infinite;
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }

}




.blog-btn {
    text-align: right;
    padding-right: 35px;
}


.blog-one-left-col .blog-style-2:not(:last-child) .post-item, .blog-three-right-col .blog-style-2:not(:last-child) .post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(64, 50, 38, .15);
    position: relative;
}
.blog-style-2 .info-tech-content-inner {
    display: flex;
    align-items: center;
}

.blog-style-2 .featured-img-wrapper {
    margin-right: 35px;
}

.featured-img-wrapper{
    flex-shrink: 0;
}

.blog-style-2 .featured-wrapper img {
    max-width: 110px;
    height: 110px;
    border-radius: 20px;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.5s ease 0s;
}

.meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
}

.meta-line, .meta-line a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #666;

    font-weight: normal;
    font-style: normal;
}

.blog-style-2 .meta-line svg {
    font-size: 20px;
    line-height: 20px;
    color: var(--primary-color);
    margin-right: 5px;
}

.blog-style-2 .post-author span {
    margin-right: 3px;
    display: inline-block;
}
.blog-style-2 .post-title, .blog-style-2 .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.blog-style-2 .post-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

a {
    transition: all .25s ease-in-out;
    color: var(--sec-color);
    text-decoration: none;
}


.blog-one-right-col {
    padding-left: 60px;
}

.bfe-blog-style-3 .bfe-featured-container {
    background: #fff;
    border-radius: 30px 0 0 30px;
    flex: 1 1 0%;
    max-width: 385px;
}

.bfe-blog-style-3 .bfe-bg-image {
    border-radius: 30px 0 0 30px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bfe-blog-style-3 .pbminfotech-box-wrap {
    flex: 1 1 0%;
    position: relative;
}


.bfe-blog-style-3 .featured-wrapper {
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 30px;
}

.bfe-blog-style-3 .featured-wrapper img {
    position: relative;
    width: 100%;
    border-radius: 30px;
}
.bfe-blog-style-3 .info-tech-box-content {
    padding: 80px 30px;
}

.bfe-blog-style-3 .info-tech-box-content {
    padding: 130px 70px;
    padding-bottom: 0;
    min-height: 500px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 0 30px 30px 0;
    z-index: 1;
}

.bfe-blog-style-3 .info-tech-box-content::before {
    content: '';
    position: absolute;
    width: 112px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    background-color: #fff;
    -webkit-mask: url('../../../assets/img/shape-bottom.png') bottom right no-repeat;
    mask: url('../../../assets/img/shape-bottom.png') bottom right no-repeat;
}

.bfe-blog-style-3 .meta-line, .bfe-blog-style-3 .meta-line a {
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
}

.bfe-blog-style-3 .meta-line svg {
    font-size: 20px;
    line-height: 20px;
    color: var(--primary-color);
    margin-right: 5px;
}

.bfe-blog-style-3 .post-author span {
    margin-right: 3px;
    display: inline-block;
}

.bfe-blog-style-3 .post-title, .bfe-blog-style-3 .post-title a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
        font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    padding-top: 1rem;
}

.bfe-blog-style-3 .pbminfotech-box-wrap .bfe-blog-btn {
    color: var(--sec-color);
    background-color: #f6f6f6;
    z-index: 1;
}

.info-tech-box-desc{
    font-weight: 400;
    padding-top: 16px;
    font-size: 18px;
}

.ele-blog .bfe-blog-btn {
    position: absolute;
    bottom: 0;
    right: 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sec-color);
    background-color: var(--primary-color);
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    border-radius: 50%;
    transition: all .5s ease-in-out 0s;
    z-index: 2;
}

.bfe-blog-btn:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}


/*footer*/

.bg-color-secondary {
    background-color: var(--sec-color);
}

.footer-style-1, .footer-style-1::before {
    border-radius: 30px 30px 0 0;
    color: rgba(255, 255, 255, 1);
}

.site-footer {
    font-size: 20px;
    position: relative;
}

.footer-style-1::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
}

.footer-style-1 .footer-widget-area {
    padding-top: 40px;
    padding-bottom: 50px;
}

.site-footer .widget {
    padding-top: 60px;
    position: relative;
}

.site-footer .two-column-menu.widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .two-column-menu.widget ul>li {
    width: 50%;
}
.site-footer .widget ul>li {
    padding: 0 0 15px 0;
    line-height: 20px;
}

.footer-style-1 .two-column-menu.widget ul li a {
    color: rgba(255, 255, 255, 1);
    transition: all .25s ease-in-out;
    text-decoration: none;
    font-size: 18px;
}

.site-footer .widget {
    padding-top: 60px;
    position: relative;
}

.footer-style-1 .widget .footer-logo {
    text-align: center;
}

.footer-style-1 .widget .footer-logo img {
    height: 65px;
    padding: 10px 0 0 0;
}

.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-style-1 .footer-left a {
    display: block;
}

.email-text, .phone-number {
    color: rgba(255, 255, 255, 1);
}

.footer-style-1 .footer-right {
    text-align: center;
}

.footer-style-1 .footer-right-social {
    text-align: right;
}

.footer-right-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-li:not(:last-child) {
    padding: 0 11px 0 0;
}
.social-li {
    display: inline-block;
    vertical-align: top;
}

.social-li a {
    color:#fff;
}

.footer-text-area {
    padding: 30px 0 !important;
    background: #30251b !important;
}

.footer-right-social{
    margin-left: auto;
}


.footer-text-inner {
    font-size: 16px;
}

.footer-text-inner a {
    color: #fff;
}