.page-header {
    min-height: 60vh;
    position: relative;
    overflow: hidden;
}

.section-padding {
    padding: 120px 0;
}

.mt-80 {
    margin-top: 80px !important;
}


.about-banner {
    background: url("../images/contact-bg.png") no-repeat center center;
    background-size: cover;
    height: 75vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.about-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-banner-content h1 {
    color: #68b5ff;
    font-size: 21vw;
    line-height: 30vw;
    text-transform: uppercase;
    font-family: "Coign Pro 25 Medium";
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 14px;
}

.about_us {
    background-size: cover;
    padding: 0px 157px;
    background-color: #0A0A0D;
}

section.about-office-numbers {
    background: #0A0A0D;
    padding: 50px 0px 0px 0px;
}

.content-head h5 {
    color: #68b5ff;
    font-family: "Neue Haas", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 1rem;
}

.content-about-para p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.about-office-numbers .office-content-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-office-numbers .office-content-head h5 {
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;

}



@keyframes smoothGradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.fz-60.fw-700 h5 {
    text-align: center;
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}

.sub-title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    color: #fff;
    font-family: "Questrial", sans-serif;
}



.fz-55 {
    font-size: 40px !important;
    line-height: 50px;
    color: #fff;
}

p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    color: #ddd;
    margin: 0;
    font-family: "Questrial", sans-serif;
}

.page-header .main-marq {
    margin-bottom: -40px;
    text-transform: uppercase;
}

.page-header .main-marq .slide-har {
    position: relative;
    display: flex;
}

.page-header .main-marq .slide-har.st1 .box {
    -webkit-animation: slide-har 150s linear infinite;
    animation: slide-har 150s linear infinite;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: slide-har 150s linear infinite;
}

.main-marq.xlrg .box .item {
    padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
    font-size: 10vw;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    color: #FF0075;
    font-family: "Questrial", sans-serif;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.position-re {
    position: relative;
}

.sec-lg-head .dot-titl-non {
    padding: 7px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.fz-60 {
    font-size: 60px !important;
}

.serv-box .serv-item {
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.bord-thin-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.radius-10 {
    border-radius: 10px;
}

.icon-img-60 {
    width: 60px;
}

.services-tab .serv-tab-cont .item .img {
    width: 70%;
    height: 540px;
}

#tabs-fade .tab-content.current,
#tabs .tab-content.current {
    display: block;
}

#tabs-fade .tab-content,
#tabs .tab-content {
    display: none;
}

.services-tab .serv-tab-cont .item {
    position: relative;
}

.services-tab .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -80px;
    left: 20%;
    right: 0;
    padding: 80px 40px;
}

.icon-img-60 {
    width: 60px;
}

.mr-15 {
    margin-right: 15px !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-tab .serv-tab-link .item-link {
    font-size: 32px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    line-height: 42px;
    font-family: "Questrial", sans-serif;
}

.services-tab .serv-tab-link .item-link span {
    font-size: 20px;
    margin-right: 30px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.serv-tab-cont .tab-content .item .cont .text p {
    margin-bottom: 30px;
}

.serv-tab-cont .tab-content a {
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.mt-30 {
    margin-top: 30px !important;
}

.main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #fff;
}

.main-marq {
    overflow: hidden;
    position: relative;
}

.slide-har {
    display: flex;
    animation: marquee 20s linear infinite;
    /* Initialize with a right-to-left transition */
    transform: translateX(100%);
}

.box {
    display: flex;
}

.item {
    padding: 10px;
    margin: 0 5px;
    min-width: 150px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

.call-action-img .sec-bg-img {
    height: 450px;
    width: 130%;
    position: relative;
    margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
}

.butn-circle {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.full-width {
    width: 100% !important;
}

.butn-circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FF0075;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.butn-circle:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.butn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.butn-circle span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.call-action-img .sec-lg-head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    height: 100%;
    background: #FF0075;
}

.intro-corp .card {
    text-align: left;
    justify-content: left;
    align-items: self-start;
    padding: 0px 0px;
    border-radius: 0px;
    box-shadow: none;
}

.intro-corp .card:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    transform: scale(1);
}

.intro-corp .card-header {
    width: 100%;
}

.intro-corp .btn {
    padding: 1.5rem 1rem;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Questrial", sans-serif;
    font-size: 16px;
}

.card-header {
    padding: 0rem 0rem;
}

.intro-corp .cont .text {
    margin-bottom: 20px;
}

.intro-corp .cont .text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-family: "Questrial", sans-serif;
    word-spacing: 14px;
    letter-spacing: 3px;
}

.intro-corp .card-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #ddd;
    font-family: "Questrial", sans-serif;
}

.intro-corp .card {
    background: transparent;
}

.intro-corp .card-header {
    background: transparent;
}

@media (max-width: 700px) {
    .fz-55 {
        font-size: 22px !important;
    }

    .fz-60 {
        font-size: 22px !important;
    }

    .services-tab .serv-tab-link .item-link {
        font-size: 22px;
        line-height: 32px;
    }

    .sec-lg-head h2 {
        font-size: 22px;
    }

    .butn-circle {
        width: 120px;
        height: 120px;
    }

    .butn-circle span {
        font-size: 12px;
    }

    .intro-corp .cont .text h2 {
        font-size: 22px;
    }
}

.page-header {
    min-height: 60vh;
    position: relative;
    overflow: hidden;
    background: url("../images/contact-bg.png") no-repeat center center;
    background-size: cover;
}

.se-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.section-padding {
    padding: 60px 0;
}

.sub-bg {
    background-color: #516e8b;
}

.mt-80 {
    margin-top: 80px !important;
}



.sub-title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

/* .page-header .caption .sub-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
} */

.fz-55 {
    font-size: 40px !important;
    line-height: 50px;
    color: #fff;
}

p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    color: #ddd;
    margin: 0;
    font-family: "Questrial", sans-serif;
}

.page-header .main-marq {
    margin-bottom: -40px;
    text-transform: uppercase;
}

.page-header .main-marq .slide-har {
    position: relative;
    display: flex;
}

.page-header .main-marq .slide-har.st1 .box {
    -webkit-animation: slide-har 150s linear infinite;
    animation: slide-har 150s linear infinite;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #FF0075;
}

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: slide-har 150s linear infinite;
}

.main-marq.xlrg .box .item {
    padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
    font-size: 100px;
    color: #FF007538;
    line-height: 175px;
    text-align: center;
    -webkit-text-stroke-width: 3.5px;
    -webkit-text-stroke-color: #FF0075;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-weight: 800;
    font-family: "Questrial", sans-serif;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.position-re {
    position: relative;
}

.sec-lg-head .dot-titl-non {
    padding: 7px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    color: #fff;
}

.fz-60 {
    font-size: 60px !important;
    color: #fff;
}

.serv-box .serv-item {
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
}

.serv-item h5 {
    color: #FF0075;
    font-size: 18px;
    line-height: 30px;
}

.serv-box .serv-item p {
    line-height: 25px;
    font-size: 17px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.bord-thin-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.radius-10 {
    border-radius: 10px;
}

.icon-img-60 {
    width: 60px;
}

.services-tab .serv-tab-cont .item .img {
    width: 70%;
    height: 540px;
}

#tabs-fade .tab-content.current,
#tabs .tab-content.current {
    display: block;
}

#tabs-fade .tab-content,
#tabs .tab-content {
    display: none;
}

.services-tab .serv-tab-cont .item {
    position: relative;
}

.services-tab .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -80px;
    left: 20%;
    right: 0;
    padding: 80px 40px;
}

.icon-img-60 {
    width: 60px;
}

.mr-15 {
    margin-right: 15px !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-tab .serv-tab-link .item-link {
    font-size: 32px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    line-height: 42px;
    font-family: "Questrial", sans-serif;
}

.services-tab .serv-tab-link .item-link span {
    font-size: 20px;
    margin-right: 30px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.serv-tab-cont .tab-content .item .cont .text p {
    margin-bottom: 30px;
}

.serv-tab-cont .tab-content a {
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.mt-30 {
    margin-top: 30px !important;
}

.main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #FF0075;
}

.main-marq {
    overflow: hidden;
    position: relative;
}

.slide-har {
    display: flex;
    animation: marquee 20s linear infinite;
    /* Initialize with a right-to-left transition */
    transform: translateX(100%);
}

.box {
    display: flex;
}

.item {
    padding: 10px;
    margin: 0 5px;
    min-width: 150px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

.call-action-img .sec-bg-img {
    height: 450px;
    width: 130%;
    position: relative;
    margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
}

.butn-circle {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.full-width {
    width: 100% !important;
}

.butn-circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FF0075;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.butn-circle:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.butn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.butn-circle span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.call-action-img .sec-lg-head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    height: 100%;
    background: #516e8b;
}

.valign h2 {
    font-size: 24px;
    padding-bottom: 0;
    z-index: 4;
    font-family: "Questrial", sans-serif;
    color: #fff;
    letter-spacing: 4px;
}

.intro-corp .card {
    text-align: left;
    justify-content: left;
    align-items: self-start;
    padding: 0px 0px;
    border-radius: 0px;
    box-shadow: none;
}

.intro-corp .card:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    transform: scale(1);
}

.intro-corp .card-header {
    width: 100%;
}

.intro-corp .btn {
    padding: 1.5rem 1rem;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Questrial", sans-serif;
    font-size: 16px;
}

.card-header {
    padding: 0rem 0rem;
}

.intro-corp .cont .text {
    margin-bottom: 20px;
}

.intro-corp .cont .text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-family: "Questrial", sans-serif;
    word-spacing: 14px;
    letter-spacing: 3px;
}

.intro-corp .card-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #ddd;
    font-family: "Questrial", sans-serif;
}

.intro-corp .card {
    background: transparent;
}

.intro-corp .card-header {
    background: transparent;
}

@media (max-width: 700px) {
    .fz-55 {
        font-size: 22px !important;
    }

    .fz-60 {
        font-size: 22px !important;
    }

    .services-tab .serv-tab-link .item-link {
        font-size: 22px;
        line-height: 32px;
    }

    .sec-lg-head h2 {
        font-size: 22px;
    }

    .butn-circle {
        width: 120px;
        height: 120px;
    }

    .butn-circle span {
        font-size: 12px;
    }

    .intro-corp .cont .text h2 {
        font-size: 22px;
    }

    .section-padding {
        padding: 100px 0px;
    }
}

section.services-tab {
    background-color: #000 !important;
}

.acheivebef,
.acheiveaft {
    position: relative;
    background-color: #000 !important;
}

li.item-link.mb-15 {
    transition: all 0.3s ease-in-out;
}

li.item-link.mb-15.current {
    color: #FF0075;
    transform: scale(1.1);
}

/* .filter-service-head h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #FF0075;
  font-family: "poppins";
  margin-bottom: 30px;
} */
.filter-service-head img {
    width: 60px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

p.filter-service-content {
    color: #e5e5e5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.48px;
    font-family: "Questrial", sans-serif;
}

.filter-service {
    padding: 30px 15px;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 3px 10px #FF0075; */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.filter-strip {
    position: absolute;
    left: 90%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #516e8b5e;
    overflow: hidden;
    transform: rotate(45deg);
    transition: 0.3s;
}

.filter-service-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s;
}

.filter-service-content-wrapper {
    /* margin-top: 100px; */
}

.serv-item {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.serv-item:hover {
    transform: scale(1.1);

}

.serv-item:hover .filter-strip {
    background-color: #FF0075;
    z-index: -1;
}

.active-filter.serv-item {
    transform: scale(1.1);
}

.active-filter.serv-item .filter-strip {
    background-color: #FF0075;
}

.caption .text {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
    color: #FF0075;
    text-decoration: underline;
}

.neon-text {
    font-size: 50px;
    color: #FF007538;
    line-height: 63px;
    text-align: center;
    -webkit-text-stroke-width: 3.5px;
    -webkit-text-stroke-color: #FF0075;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-weight: 800;
    font-family: "Questrial", sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(104, 181, 255, 0.6), 0 0 60px rgba(104, 181, 255, 0.45), 0 0 110px rgba(104, 181, 255, 0.25), 0 0 100px rgba(104, 181, 255, 0.1);
}

.flicker {
    animation: text-flicker-out-glow 2.5s linear 1.6s infinite;
}

@keyframes text-flicker-out-glow {

    0%,
    13.9%,
    22.9%,
    34.9%,
    42.9%,
    50%,
    54.9%,
    69.4%,
    79.4%,
    89.8% {
        opacity: 1;
        text-shadow: 0 0 30px rgba(104, 181, 255, 0.6), 0 0 60px rgba(104, 181, 255, 0.45), 0 0 110px rgba(104, 181, 255, 0.25), 0 0 100px rgba(104, 181, 255, 0.1);
    }

    14%,
    14.9%,
    23%,
    24.9%,
    35%,
    39.9%,
    43%,
    44.9%,
    55%,
    69.5%,
    69.9%,
    80%,
    89.9%,
    90%,
    100% {
        opacity: 0;
        text-shadow: none;
    }

    15%,
    25%,
    40%,
    45%,
    79.9% {
        opacity: 1;
        text-shadow: 0 0 30px rgba(104, 181, 255, 0.55), 0 0 60px rgba(104, 181, 255, 0.4), 0 0 110px rgba(104, 181, 255, 0.2), 0 0 100px rgba(104, 181, 255, 0.1);
    }
}




.moving-neon {
    position: relative;
    overflow: hidden;
}

.moving-neon::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 470px;
    top: -50%;
    left: -50%;
    background: linear-gradient(0deg, transparent, transparent, #ffff00, #ffff00, #ffff00);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -3s;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top-wrap {
    text-align: center;
}

.top-wrap h5 {
    font-size: 22px !important;
    line-height: 26px !important;
}

.top-wrap h3 {
    font-size: 36px !important;
    line-height: 45px !important;
    color: #fff;
    font-weight: bolder;
    padding: 20px 0px;
}

.content-wrap {
    margin-top: 20px;
}

.content-wrap ul {
    max-height: 200px;
    overflow-y: auto;

}

.content-wrap ul li {
    color: white;
    padding: 10px 0px;
    position: relative;
}

.content-wrap ul li::before {
    content: "\f00c";
    height: 20px;
    width: 18px;
    color: #fff;
    margin: 0 5px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.butn.butn-bord {
    cursor: pointer;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    position: relative;
    color: #fff;
    display: inline-block;
    /* margin: 0 0.75em 0.75em 0; */
    padding: 0.65em calc(70px + (0.85em * 2)) 0.65em 0.85em;
    border: none;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1),
        color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1),
        color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    font-family: "Questrial", sans-serif;
    font-size: 20px;
    line-height: 1.4;
}

.butn.butn-bord:after,
.butn.butn-bord:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.butn.butn-bord::before {
    content: "";
    height: 2px;
    width: 70px;
    background-color: #000;
    -webkit-transition: background-color 250ms cubic-bezier(.55, 0, .1, 1), width 750ms cubic-bezier(.55, 0, .1, 1);
    transition: background-color 250ms cubic-bezier(.55, 0, .1, 1), width 750ms cubic-bezier(.55, 0, .1, 1);
}

/* .butn.butn-bord::after {
    content: "";
    background-image: url("../images/button-arrow-point.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    position: absolute;
} */

.butn.butn-bord:focus:before,
.butn.butn-bord:hover:before {
    width: calc(70px / 3);
}

.portfolio-bg h5 {
    text-transform: uppercase;
}

.package-box {
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.package-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.package-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
}