body {
    font-family: 'Prompt' !important;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #535353 !important;
}
@font-face {
  font-family: "upceb";
  src: url("fonts/upceb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p {
    padding: 0;
    margin: 0;
    font-family: 'Prompt' !important;
}

.btn {
    font-family: 'Prompt' !important;
}
.theme-btn1{
    font-family: 'Prompt' !important;
}
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}
.counter_bottom {

    border-bottom: 3px solid #8d65a1;
}
.counter_bg {
    background-color: #8d65a1 !important;
}
.breadcrumbs {
    background: #fff0;
    min-height: 40px;
    margin-bottom: 20px;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol li {
    font-size: 14px;
    color: #8270a6;
}
.breadcrumbs ol li a{
    font-size: 14px;
    color: var(--bs-text-counter);
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--bs-text-counter);
    content: "/";
}
.breadcrumbs ol li+li {
    padding-left: 10px;
    font-size: 14px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
    -webkit-transform-style: preserve-3d;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Prompt' !important;
    line-height: inherit;
    color: var(--bs-dark-text-emphasis);
}
.btn-send {
    padding: 16px 0px 16px 0px;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #8d65a1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}
.widget .widget__title {
    font-size: 19px;
    margin-bottom: 23px;
}

.btn__primary {
    background-color: #8d65a1;
    color: #ffffff;
}
.btn__primary:hover {
    border: 1px solid #8d65a1;
    color: #8d65a1;
}
.btn:not(.btn__link):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1b1a1a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn__block {
    width: 100%;
}
.widget-categories ul li a:hover {
    color: #ffffff;
    background-color: #ff7029;
}
.widget-categories ul li a:hover i {
    color: #ff7029;
    background-color: #fff0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.long_dash {
    width: 43px;
    height: 2px;
    background: #f4c041;
    display: inline-block;
    margin-top: 11px;
}
/*-----------------------------slide--------------------------------*/
.counter {
    background-color: var(--bs-body-counter);
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}
.counter-slide{
    color: #f9e692 !important;
}
.count-title {
    font-size: 40px;
    font-weight: 700 !important;
    color: var(--bs-text-coun);
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: var(--bs-text-counter);
}
.sec-title p{
    color: var(--bs-text-counter);
}
.intro-text p{
    color: var(--bs-text-counter);
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.super_container1:after {
        background: linear-gradient(90deg, rgb(141 101 161) 0%, rgba(0, 0, 0, 0) 100%);
    width: 80% !important;
}

.super_container1:after {
    content: "";
    position: absolute;
    display: block;
    width: 852px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    transform: skew(0deg, 0deg);
}
.super_container1 {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.room-section1 {
    padding: 100px 0 100px;
    width: 100%;
    height: 80vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.btn.btn-white1 {
    background: #f9e692 !important;
    border: 1px solid #f9e692 !important;
    color: #000 !important;
}
.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text h1 span {
    color: #9fcfbb;
}

.slider-text p {
    font-weight: 400;
    color: #fff;
}
.slider-text h2{
    color: #fff;
}
.slider-text h4{
    color: #fff;
}
.btn.btn-primary {
    background: #0792b2;
    border: 1px solid #0792b2;
    color: #fff ;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}



.img-box4,
.img-box5 {
    display: flex;
    gap: 38px;
    position: relative;
    margin-left: -78px;
    margin-bottom: 30px;
}

.img-box4 .img1,
.img-box5 .img1 {
    min-width: 321px;
}

.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
    border-radius: 155px;
}

.img-box4 .img2,
.img-box5 .img2 {
    min-width: 270px;
}

.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
    border-radius: 155px;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.img-box4 .img3,
.img-box5 .img3 {
    border-radius: 170px;
    margin-top: -28px;
    position: relative;
    z-index: -1;
}

.img-box4 .discount,
.img-box5 .discount {
    position: absolute;
    min-width: 195px;
    min-height: 195px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
}

.img-box4 .discount>span,
.img-box5 .discount>span {
    display: block;
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.img-box4 .discount>p,
.img-box5 .discount>p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.fact--layout1 {
    padding: 185px 0 155px;
}

.shape-mockup {
    display: inline-block;
    position: absolute;
}

.sec-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: -0.2em 0 15px 0;
    text-transform: capitalize;
}

.white-title .sec-title,
.white-title .sec-subtitle,
.white-title .sec-text,
.white-title2 .sec-title,
.white-title2 .sec-subtitle,
.white-title2 .sec-text {
    color: #fff;
}

.fact-block {
    text-align: center;
    margin-bottom: 30px;
}

.fact-block__icon {
    min-width: 120px;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-position: 100% 100%;
    margin-bottom: 15px;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fact-block__number {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
}

.fact-block__text {
    margin-bottom: 0;
    color: #fff;
}

.space .sec-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ff681a;
    margin: -0.2em 0 15px 0;
    text-transform: capitalize;
}

.sec-text,
.sec-text {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: var(--bs-dark-text-emphasis);
    line-height: 1.625;
}

.package-style3 {
    box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.2);
}

.package-style1,
.package-style3 {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all ease 0.4s;
}

.package-style1 .package-img,
.package-style3 .package-img {
    overflow: hidden;
}



.package-style3 .package-img  img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s
}

.package-style3 .package-img:hover  img {
    transform: scale(1.08)
}

.slick-slide img {
    display: inline-block;
}

.package-style1 .package-content,
.package-style3 .package-content {
    padding: 25px 30px 30px;
    background-color: var(--bs-secondary-bg);
}

.package-style3 .package-text {
    font-size: 15px;
}

.package-style1 .package-text,
.package-style3 .package-text {
    margin-bottom: 10px;
    color: #73b35a;
}

.package-style3 .package-title {
    font-size: 24px;
    font-weight: 700;
}

.package-style3 .package-title {
    margin: 3px 0 15px;
    text-transform: capitalize;
}

.package-style1 .package-title a,
.package-style3 .package-title a {
        color: var(--bs-dark-text-emphasis);
}

.package-style1 .package-meta,
.package-style3 .package-meta {
    border-top: 1px solid #ffccb1;
    padding-top: 12px;
}

.package-meta a {
    margin-right: 20px;
    position: relative;
        color: var(--bs-dark-text-emphasis);
}

.package-meta a::before {
    content: "";
    width: 1px;
    height: 70%;
    opacity: 0.7;
    background-color: #222;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.package-meta a:last-child::before {
    display: none;
}

.package-meta a i {
    margin-right: 4px;
    color: #505050;
}

.package-meta a:last-child {
    margin-right: 0;
}

.package-style3 .package-footer {
    align-items: end;
    margin-top: 0;
    min-height: 55px;
}

.package-style1 .package-footer,
.package-style3 .package-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.package-style3 .package-review>i {
    color: #ff681b;
}

.package-style3 .package-price {
    font-weight: 700;
    font-size: 32px;
    color: #73b35a;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.package-style3 .package-price>span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #ff681a;
}

.title-area .sec-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: var(--bs-dark-text-emphasis);
}

@media (max-width: 767px) {
    .img-box4__img2 {
        display: none;
    }
}

@media (max-width: 767px) {

    .img-box4 .img1,
    .img-box5 .img1 {
        min-width: 270px;
    }

    .img-box4__img1 {
        width: 100%;
    }

    .header-top {
        display: none;
    }
}

@media (max-width: 767px) {

    .img-box4,
    .img-box5 {
        gap: 5px;
    }
}

@media (max-width: 991px) {

    .img-box4,
    .img-box5 {
        margin-left: 0;
        text-align: center;
    }

    .fact--layout1 {
        background-image: none !important;
        background-color: #000 !important;
    }
}

/******************  index *******************/
.info-section {
    position: relative;
}

.info-section .bg-layer {
    position: absolute;
    left: 260px;
    top: 0px;
    width: calc(100% - 260px);
    height: 100%;
    background-color: #11402c !important;
}

.info-section .rotate-text {
    position: absolute;
    left: 157px;
    top: 143px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    transform: rotate(90deg);
    z-index: 1;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.info-section .inner-container {
    position: relative;
    display: block;
    background: #11402c !important;
    padding: 92px 71px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.info-section .single-item {
    position: relative;
    display: block;
    padding-left: 83px;
    padding-right: 30px;
}

.info-section .single-item:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.08);
    width: 1px;
    height: 100%;
    top: 0px;
    right: 25px;
}

.info-section .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 45px;
    line-height: 60px;
}

.info-section .single-item .icon-box {
    color: #f7bf39;
}

.info-section .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: 30px;
    height: 30px;
    left: -8px;
    top: -8px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
}

.info-section .single-column:last-child .single-item:before {
    display: none;
}

.info-section .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--bs-success-text-emphasis);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.info-section .single-item h5 a {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
}

.info-section .single-item p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.50);
}

.about-section {
    position: relative;
}

.sec-pad {
    padding: 120px 0px 40px;
}

.image_block_one .image-box {
    position: relative;
    display: block;
}

.image_block_one .image-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 119px;
    height: 247px;
    background-repeat: no-repeat;
}

.image_block_one .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

figure {
    margin: 0px !important;
}

.image_block_one .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.image_block_one .image-box .image img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.image_block_one .image-box .icon-box {
    position: absolute;
    right: 45px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 154px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.image_block_one .image-box .icon-box {
    background: #113f2c;
}

.content_block_one .content-box {
    position: relative;
    display: block;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 60px;
    padding-top: 11px;
    text-transform: uppercase;
    color: var(--bs-dark-text-emphasis);
}

.sec-title h2:before {
    position: absolute;
    content: '';
    width: 43px;
    height: 2px;
    left: 0px;
    top: 0px;
}

.sec-title h2:before {
    background: #f4c041;
}

.sec-title h4 {
    color: #8d65a1;
}

.content_block_one .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.content_block_one .content-box .text h4 {
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 21px;
}

.content_block_one .content-box .text h4 {
    color: #f4c041;
}

.content_block_one .content-box .text p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 32px;
    color: var(--bs-dark-text-emphasis);
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--bs-dark-text-emphasis);
    margin-bottom: 14px;
}

.list-style-one li i {
    color: #0792b2;
}

.theme-btn1.btn-one {
    background: #f4c041;
}

.theme-btn1 {
    position: relative;
    display: inline-block;
        font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #fff !important;
    padding: 16.5px 54px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 2px;
    border-radius: 8px;
    transition: all 500ms ease;
}
.network h5{
    margin-top: 20px;
    font-size: 16px;
}
.ftco-section {
    padding: 4rem 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #f4c041;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading-section h2, .heading-section .h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    color: white;
}
.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #f4c041;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading-section1 h2, .heading-section1 .h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    color: black;
}
.services-wrap .services {
    padding: 40px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);

}

.services {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-wrap .services .icon {
    margin-bottom: 20px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #e3ecfe;
    position: relative;
    margin-left: 0;
}
.services-wrap .services .icon img{
    border-radius: 50%;
}
.services .icon {
    margin: 0 auto;
}
.services-wrap .services .icon span {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.services .icon span {
    font-size: 60px;
    line-height: 1.2;
    color: #462f6a;
}
.services-wrap .services .text {
    padding: 0;
}
.services .text {
    width: 100%;
}
.services-wrap .services .text h2, .services-wrap .services .text .h2 {
    font-size: 20px;
    font-weight: 500;
}
.services:hover, .services.active {
    background: #f4c041;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.services:hover .text h2, .services:hover .text .h2, .services.active .text h2, .services.active .text .h2 {
    color: #fff;
}
.services:hover .text p, .services:hover .text .h2, .services.active .text p, .services.active .text .h2 {
    color: #fff;
}

.rs-latest-events.bg-wrap {
    position: relative;
    padding: 4rem 0;
}
.rs-latest-events.bg-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #5a448c0d;
}
.pr-65 {
    padding-right: 65px;
}

.pt-24 {
    padding-top: 24px;
}
.mb-42 {
    margin-bottom: 42px;
}
.sec-title .sub-title.primary {
    color: var(--bs-text-head);
}
.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sec-title1 .sub-title1.primary {
    color: #4d3574;
}
.sec-title1 .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sec-title1 h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--bs-dark-text-emphasis);
}


.home-style2 h1, .home-style2 h2, .home-style2 h3, .home-style2 h4, .home-style2 h5, .home-style2 h6 {
    color: #462f6a;
}
.rs-latest-events.style1 .event-wrap .events-short {
    overflow: hidden;
    background: #ffffff;
    padding: 31px 30px;
    border-radius: 3px;
}

.mb-30 {
    margin-bottom: 30px;
}
.rs-blog{
    padding: 4rem 0;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part {
    width: 100px;
    float: left;
    text-align: center;
    padding: 11px 0;
    border-radius: 3px;
    margin-right: 25px;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .month {
    margin-bottom: 0px;
    display: block;
    color: #f4c041;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .date {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
    color: #505050;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
    color: #462f6a;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
    background: #5a448c;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
    background: #5a448c;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
    background: #5a448c;
}
.mt-55 {
    margin-top: 55px;
}
.rs-latest-events.style1 .event-wrap .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #462f6a;
    position: relative;
    display: inline-block;
}
.style2 .blog-item {
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}
.style2 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}
.style2 .blog-item .image-part img {
    transition: all 0.5s;
    transform: scale(1);
}
.style2 .blog-item .blog-content {
    padding: 21px 30px 30px;
    color: #273c66;
    background: #f6f6f9;
}
.style2 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    color: #505050;
}
.style2 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}
.style2 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}
.style2 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.home-style2 h1, .home-style2 h2, .home-style2 h3, .home-style2 h4, .home-style2 h5, .home-style2 h6 {
    color: #462f6a;
}
.style2 .blog-item .blog-content .desc {
    color: #505050;
}
.style2 .blog-item .blog-content.new-style .title a {
    color: #323133;
    font-weight: 600;
}
.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.75;
}

.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1529 .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.snip1529 .date span {
  display: block;
  line-height: 14px;
}

.snip1529 .date .month {
  font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #fff;
  line-height: normal;
  font-size: 20px;
}

.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(236, 188, 46, 0.75);
  display: flex;
  font-size: 40px;
  justify-content: center;
  opacity: 0;
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/******************  team *******************/
.team-item {
    overflow: hidden;
}
.team-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-item img {
    width: 100%;
}
.team-item .content-part {
    top: unset !important;
    bottom: -205px;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 320px !important;
    background: #ffffff;
    border-radius: 50%;
    padding-top: 30px;
    opacity: 1 !important;
    transition: all 0.3s ease;
}
.team-item .content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
}
.name {
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 20px;
}
.designation {
    color: #505050 !important;
}
.team-item .content-part .designation {
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}
.name a {
    color: #111111 !important;
}
.profile-section .image-column {
    position: relative;
}
.profile-section .image-column .inner-column {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.profile-section .image-column .inner-column .image {
    position: relative;
}
.profile-section .image-column .inner-column .image img {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}
.profile-section .image-column .team-content h3 {
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 10px;
}
.profile-section .image-column .team-content .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 8px;
}
.profile-section .image-column .team-content .personal-info {
    margin-bottom: 20px;
}
.profile-section .image-column .team-content .personal-info li {
    margin: 5px 0;
    display: inline-block;
    padding-right: 15px;
}
.profile-section .image-column .team-content .personal-info li a {
    color: #111111;
}
.profile-section .content-column {
    position: relative;
}
.profile-section .content-column .inner-column {
    position: relative;
}
.profile-section .content-column .inner-column h2 {
    position: relative;
    color: var(--bs-text-counter);
    font-weight: 700;
    margin: 0;
}
.profile-section .content-column .inner-column h4 {
    position: relative;
    color: var(--bs-text-counter);
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 20px;
}
.profile-section .content-column .inner-column p {
    position: relative;
    color: var(--bs-text-counter);
    font-weight: 400;
    line-height: 1.9em;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.profile-section .content-part .title {
    color: var(--bs-text-counter);
    font-weight: 600;
    line-height: 1.3em;
    font-size: 26px;
}
.profile-section .content-part p {
    font-size: 16px;
    margin: 0;
    color: var(--bs-text-counter);
}
/******************  vdo *******************/
.vdo{
    margin-bottom: 20px;
}
.vdo h5{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
/******************  package *******************/
    .outer-wrap {
        background-color: var(--white-color);
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
    }
.booking .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #8d65a1 !important;
    border-radius: 0 !important;
    border-color: var(--bs-nav-tabs-link-active-border-color) !important;
}
.booking .nav-tabs {
    border-bottom: none;
    background-color: var(--bs-secondary-bg);
}
.booking .nav-link {
    display: block;
    padding: 15px;
    margin: 0px;
    border-right: 1px solid #d1d1d1 !important;
    border-radius: 0 !important;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-dark-text-emphasis);
    background-color: var(--bs-secondary-bg);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.tab-content1 .tour-review {
    margin-bottom: 5px;
}
.tour-review ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}
.tour-review ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}
.tour-review ul li i {
    color: #ff681a;
}
.tour-price {
    font-size: 24px;
}
.infolist {
    margin-top: 40px;
    border: none;
    color: var(--bs-dark-text-emphasis);
}
.tab-content1 table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}
.infolist tr td:first-child {
    font-weight: 600;
}
.infolist tr .info-heading {
    width: 290px;
    font-weight: 700;
}
.infolist tr td {
    border: none;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}
.infolist tr td {
    border: none;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}
.tour-plan {
    padding-left: 70px;
    position: relative;
    padding-top: 8px;
    margin-top: 26px;
}
.tour-plan .tour-card1 {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff681a;
    position: absolute;
    left: 0;
    top: 0;
}
.tour-plan .tp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tour-plan .tp-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
    color: var(--bs-dark-text-emphasis);
}
.div-tour {
    padding: 2rem;
        background-color: var(--bs-secondary-bg);
}
.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 4;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}
.div-tour h3{
    color: #fff !important;
}
/****************** q&a  *******************/
.tour-plan {
    padding-left: 70px;
    position: relative;
    padding-top: 8px;
    margin-top: 26px;
}
.tour-plan .tour-card1 {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background-color: #8d65a1;
    position: absolute;
    left: 0;
    top: 0;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #eaeaea;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
/******************  parenting *******************/

.bg-inspec2 {
    background: #e6e5e8;
    font-size: 14px;
    font-weight: 300;
    color: #6d6d6d;
    margin-bottom: 15px;
}
.pd-inspec1 {
    padding: 0 20px;
    position: relative;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
}
.font-inspec2 p {
    display: contents;
}
.btn-inspec1 {
    background: #8270a6;
    color: #fff !important;
    float: right;
    font-size: 13px;
    height: 40px;
    width: 100%;
    align-items: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
/******************  index *******************/
/******************  stat *******************/
.stat h2{}
.stat p{}
/******************  facilitator_resources *******************/
.project-tab tabs{
    
    color: #eee;
}

.project-tab tabs h6.section-title{
    color: #eee;
}

.bg-head{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers tbody tr td {
  font-size: 14px;
}

#customers tr:nth-child1{
    background-color: #f2f2f2;
}

#customers tr:hover {background-color: #ddd;}

.project-tab th:nth-of-type(1), .project-tab td:nth-of-type(1) {
    min-width: 200px !important;
}
.project-tab th:nth-of-type(4), .project-tab td:nth-of-type(4) {
    min-width: 150px !important;
}
.project-tab th:nth-of-type(7), .project-tab td:nth-of-type(7) {
    min-width: 250px !important;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8d65a1;
  color: white;
  font-weight: 300;
}
.pri {
    background: #ececec !important;
    font-size: 12px !important;
    padding: 3px 5px !important;
    border: 1px solid #ececec !important;
    color: #000 !important;
}
.pri1 {
    background: #6f5998 !important;
    font-size: 12px !important;
    padding: 3px 5px !important;
    border: 1px solid #6f5998 !important;
    color: #fff !important;
}
.pri2 {
    background: #fadec9 !important;
    font-size: 12px !important;
    padding: 3px 5px !important;
    border: 1px solid #fadec9 !important;
    color: #000 !important;
}
.pri3 {
    background: #dbeddb !important;
    font-size: 12px !important;
    padding: 3px 5px !important;
    border: 1px solid #dbeddb !important;
    color: #000 !important;
}
.s1 {
    background: #5b448c !important;
    border: 1px solid #5b448c !important;
    color: #fff !important;
}
.s2 {
    background: #f4c041 !important;
    border: 1px solid #f4c041 !important;
    color: #fff !important;
}
/******************  news *******************/
.home-blog-style-one-item {
    border-radius: 10px;
}

.home-blog-style-one-item img {
    border-radius: 10px;
}

.home-blog-style-one-item .content {
    padding-left: 30px;
}

.home-blog-style-one-item .info {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    top: -30px;
    border-top-right-radius: 0;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    margin-bottom: -30px;
}

ul.home-blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

ul.home-blog-meta li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.color-style-four ul.home-blog-meta li a {
    color: #e50418;
}

ul.home-blog-meta li a {
    display: inline-block;
    border: 1px solid;
    padding: 2px 20px;
    border-radius: 30px;
    padding-bottom: 1px;
    font-size: 15px;
    color: #ec5160;
    margin-bottom: 15px;
}

.home-blog-style-one-item .blog-title {
    line-height: 1.4;
    font-size: 22px;
}
.home-blog-style-one-item .blog-title a{
    color: #000;
}
.btn-read-more {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.btn-read-more i {
    display: inline-block;
    margin-left: 5px;
}
.blog-details-section .blog-thumb {
    position: relative;
    margin-bottom: 30px;
}
img {
    max-width: 100%;
    height: auto;
}
.blog-details-section .blog-thumb a {
    color: #fff;
    font-size: 14px;
    font-family: var(--font-Jost);
    text-transform: capitalize;
    background-color: #000000;
    padding: 8px 28px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-details-section .blog-content h1 {
    color: var(--bs-text-counter);
    font-family: var(--font-Jost);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog-details-section .blog-content p {
    color: var(--bs-text-counter);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: .48px;
    text-align: justify;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.blog-details-section .blog-content h3 {
    color: var(--bs-text-counter);
    font-family: var(--font-Jost);
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-top: 35px;
}
.sidebar-area .shop-widget {
    padding: 25px;
    border: 1px solid var(--bs-text-counter);
}
.member-info p{
    color: var(--bs-text-counter);
}
.sidebar-area .shop-widget-title {
    color: var(--bs-text-counter);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .4px;
    border-bottom: 2px solid var(--bs-text-counter);
    display: inline-block;
    margin-bottom: 30px;
}
.sidebar-area .shop-widget .search-box {
    display: flex;
    align-items: center;
}
.sidebar-area .shop-widget .search-box input, .sidebar-area .shop-widget .search-box .comment-section .contact-form textarea, .comment-section .contact-form .sidebar-area .shop-widget .search-box textarea, .sidebar-area .shop-widget .search-box .form-inner textarea, .form-inner .sidebar-area .shop-widget .search-box textarea {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-Jost);
    font-size: 14px;
    height: 50px;
    border: 1px solid var(--bs-text-counter);
}
.sidebar-area .shop-widget .search-box button {
    background-color: var(--bs-text-counter);
    min-width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-area .shop-widget .search-box button i {
    color: #fff;
    font-size: 22px;
}
.sidebar-area .shop-widget .recent-post-widget {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-img img {
    min-width: 92px;
    max-width: 92px;
    height: 71px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-content>a {
    color: var(--bs-text-counter);
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-content h6 a {
    color: var(--bs-text-counter);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .32px;
    text-transform: capitalize;
    transition: .5s;
}
.blog-details-section .blog-tag-and-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
}
.blog-details-section .blog-tag-and-social .tag {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-details-section .blog-tag-and-social h6 {
    color: var(--bs-text-counter);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}
.blog-details-section .blog-tag-and-social .tag .tag-list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-details-section .blog-tag-and-social .tag .tag-list li {
    padding: 6px 21px;
    border: 1px solid rgba(34, 34, 34, .400000006);
    transition: .5s;
}
.blog-details-section .blog-tag-and-social .tag .tag-list li a {
    color: rgba(34, 34, 34, .5);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
    display: block;
    transition: .5s;
}
.blog-details-section .blog-tag-and-social .social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-details-section .blog-tag-and-social .social .social-list {
    display: flex;
    align-items: center;
    gap: 30px;
}
.blog-details-section .blog-tag-and-social .social .social-list li a {
    color: #ababab;
    transition: .5s;
}
.blog-details-section .blog-details-navigation {
    border-top: 1px solid rgba(34, 34, 34, .3000000119);
    border-bottom: 1px solid rgba(34, 34, 34, .3000000119);
    padding: 30px 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-details-section .blog-details-navigation .single-navigation {
    display: flex;
    align-items: center;
    gap: 25px;
}
.blog-details-section .blog-details-navigation .single-navigation .content {
    text-align: right;
}
.blog-details-section .blog-details-navigation .single-navigation .content a {
    color: #222222;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.blog-details-section .blog-details-navigation .single-navigation .content h4 a {
    color: #222222;
    font-family: var(--font-Jost);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.blog-details-section .blog-details-navigation .single-navigation .nav-icon {
    max-width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.blog-details-section .blog-details-navigation .single-navigation .nav-icon svg {
    stroke: #222222;
}

.blog-details-section .blog-details-navigation .single-navigation.two .content {
    text-align: left;
}
.sidebar-area .shop-widget .tag-list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.sidebar-area .shop-widget .tag-list li a {
    color: rgba(34, 34, 34, .5);
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 6px 21px;
    border: 1px solid rgba(34, 34, 34, .400000006);
    transition: .5s;
}

@media (max-width: 576px) {
    .blog-details-section .blog-details-navigation {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .blog-details-section .blog-details-navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}
@media (max-width: 991px) {
    .blog-details-section .blog-tag-and-social {
        flex-wrap: wrap;
        gap: 30px;
        padding-top: 50px;
    }
}
/******************  contact *******************/
.rs-contact-box .address-item {
    padding: 50px 40px 50px 40px;
    background: #f9f9f9;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    height: 282px;
}
.rs-contact-box .address-item .icon-part {
    padding-bottom: 20px;
}
.rs-contact-box .address-item .icon-part img {
    width: 65px;
}
.rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}
.rs-contact-box .address-item .address-text .des a {
    color: #031a3d;
}
.contact-page-section .inner-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}
.contact-page-section .inner-part p {
    font-size: 19px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}
.contact-comment-box .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #8d65a1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: #000;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
    margin-right: 15px;
    font-size: 24px;
    line-height: 0;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid rgb(247 191 57); */
    background-color: #462f6a;
    font-size: 16px;
    color: rgb(255 255 255);
    margin-right: 10px;
    transition: 0.3s;
}
.btn-1{
    background-color: #462f6a !important;
    border: #462f6a !important;
}
.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: #fff;
}