@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600&amp;display=swap');

@import url(cache_cssf64b.html?filename=assets/css/component.min.css);

@import url(cache_css964f.html?filename=assets/css/layout.min.css);

:root {

    --primary: #F69E2C;

    --text-color: #b4b4b4;

    --blueGrad: linear-gradient(to top, #523553, #452f51, #372a4f, #25254d, #0a214a);

    --lightBlueGrad: linear-gradient(to bottom, #dedaf4, #e6e3f7, #efecfa, #f7f6fc, #ffffff);

    --orangeGrad: #F69E2C;

    --black: #000;

    --white: #fff;

    --purple: #3b3663;

    --light-purple: #faf9ff;

}



::selection {
    background: var(--primary);
    color: var(--black);
}



::-webkit-scrollbar {
width: 5px;
}



::-webkit-scrollbar-track {

    background: rgb(0 0 0 / 0%);

}



::-webkit-scrollbar-thumb {

    background: var(--primary);

}



::-webkit-scrollbar-thumb:hover {

    background: rgb(0 0 0 / 0.8);

}



html,
body {

    height: 100%;

}



html {

    font-size: 16px;

    line-height: 1;

}



body {

    /* background: var(--black); */

    color: var(--text-color);

    font-family: 'Jost', sans-serif;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.6;

}



a,
button {

    text-decoration: none;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



a:hover,
button:hover {

    text-decoration: none;

}



p {

    font-family: 'Jost', sans-serif;

    font-size: 1.125rem;

    font-weight: 400;

    color: var(--text-color);

}



img {

    max-width: 100%;

}



ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

}

h1 {
font-family: 'Poppins', sans-serif;
font-size: 3.4rem;
font-weight: 700;
line-height: 1.1;
color: var(--white);
margin-bottom: 1.125rem;
}



h2 {

    font-family: 'Poppins', sans-serif;

    font-size: 3.375rem;

    font-weight: 700;

    line-height: 1;

    color: var(--white);

    margin-bottom: 1.125rem;

}



h2 span {

    font-family: 'Poppins', sans-serif;

    font-size: 1.125rem;

    font-weight: 400;

    display: block;

    color: var(--primary);
    margin-bottom: 1rem;

}



h3 {

    font-family: 'Poppins', sans-serif;

    font-size: 2.5rem;

    font-weight: 600;

    color: var(--white);

}



h4 {

    font-family: 'Poppins', sans-serif;

    font-size: 2rem;

}



h5 {

    font-family: 'Poppins', sans-serif;

    font-size: 1.5rem;

}



section {

    padding: 5rem 0;

    position: relative;

}

.clr-primary {

    color: var(--primary);

    font-style: normal;

}

.particles {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



/* Begin: Slider CSS */

.main-slider {
    background: url(../images/slider/ban.webp) center bottom/cover fixed no-repeat;
    /* background: url(../images/slider/new.png) center bottom/cover fixed no-repeat; */

    height: 100%;

    padding: 6rem 0 0;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    overflow: hidden;

}

.main-slider .container {

    z-index: 6;

}

.main-slider:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 10rem;

    background: linear-gradient(0deg, black, transparent);

    z-index: 3;

}

.main-slider h2 {

    /* font-size: 5rem; */

    font-weight: 700;

    color: var(--white);

    margin-bottom: 1rem;

}

.main-slider p {

    font-size: 1.25rem;

    font-weight: 300;

    color: var(--white);

}

.main-slider .themeBtn {

    margin: 1rem 0 0;

    z-index: 2;

}

.main-slider .shape .goDown {

    position: absolute;

    bottom: 3rem;

    left: calc(50% - 5px);

    width: 1.25rem;

    height: 2.5rem;

    border: 1px solid var(--white);

    border-radius: 100px;

    z-index: 4;

}

.main-slider .shape i {

    position: absolute;

    top: 50%;

    left: calc(50% - 5px);

    color: #fff;

    animation: Ymove ease-in infinite 1s;

    width: 10px;

    height: 10px;

    background: var(--primary);

    border-radius: 40px;

}

.main-slider .screen {

    position: absolute;

    right: 0;

    transform: translate(15rem, 3rem);

    z-index: 2;

}

.iti {
    height: auto;
    background-color: white;
    position: relative;
    display: block;
    border-radius: 5px;
    z-index: 3;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center
}

.phone-container {
    position: relative;
    border: 1px solid var(--black);
    border-radius: 5px;
    margin-bottom: 1.25rem;
    height: 56px;
}

.phone1 {
    visibility: hidden !important
}

.iti__flag-container {
    height: white
}

.phone2 {
    height: 54px;
    position: absolute;
    top: 0;
    left: 85px;
    width: calc(100% - 85px);
    border-color: transparent
}

.iti__selected-dial-code {
    width: 30px;
    font-size: 12px;
    font-weight: bold
}

.iti__country-name {
    font-size: 12px
}

.iti__dial-code {
    font-size: 12px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent
}

.ban_social {

    position: absolute;

    left: 1rem;

    top: 50%;

    transform: translateY(-50%);

    display: flex;

    flex-direction: column;

    gap: 1rem;

}

.ban_social li a {

    color: var(--white);

}

.ban_social li,
.ban_social li a i {

    writing-mode: vertical-lr;

    transform: scale(-1);

    color: var(--white);

    font-size: 1.125rem;

    font-weight: 400;

}

.ban_social li a i {

    color: var(--primary);

    transform: rotate(90deg);

}

.ban_social li a:hover {

    color: var(--primary);

}

.infiniteText {

    position: absolute;

    bottom: -10rem;

    left: 0;

    display: flex;

    white-space: nowrap;

    flex-wrap: nowrap;

    min-width: 100%;

    overflow: hidden;

    gap: 1.25rem;

    z-index: 1;

}

.infiniteText h2 {

    color: var(--primary);

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 3px;

    -webkit-text-stroke-color: var(--primary);

    margin: 0;

    line-height: 0.75;

    text-transform: uppercase;

    font-size: 18.75rem;

    font-weight: 900;

    opacity: 0.1;

    animation: slideLeft linear 120s infinite;

}

@keyframes slideLeft {

    0% {

        transform: translateX(-100%);

    }

    50% {

        transform: translateX(0%);

    }

    100% {

        transform: translateX(-100%);

    }

}

.main-slider .themeBtn {
    background: var(--primary);
    border: 1px solid #F69E2C;
    border-radius: 6px;
    /* box-shadow: 0 0 50px rgb(2 183 106 / 50%); */
    padding: 5px 1.8rem;
    margin: 0;
}

.main-slider .themeBtn span {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #F69E2C;
    color: var(--black);
}

.main-slider .themeBtn span i {
    font-size: 2.25rem;
}

.main-slider .themeBtn:before,
.main-slider .themeBtn:after {
    content: none;
}

/* END: Slider CSS */



/* Begin: Custom Logo CSS */

.inspiringLogo {

    background: url(../images/components/custom-logo-bg.webp) center/cover no-repeat;

    padding: 2rem;

    border-radius: 1.25rem;

    margin: -1rem 0 8rem;

    position: relative;

    z-index: 5;

}

.inspiringLogo h3 {

    font-size: 2.125rem;

}

.inspiringLogo p {

    margin: 0;

}

.inspiringLogo ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    text-align: center;

}

.inspiringLogo ul h2 {

    font-size: 3.125rem;

    margin: 1rem 0 0;

}

/* END: Custom Logo CSS */



/* Begin: About CSS */

.aboutSec {

    padding: 0 0 14rem;

    position: relative;

    overflow: hidden;

}

.aboutSec .img1 {

    margin-right: -16rem;

}

.aboutSec .img1 img {

    border-radius: 1.25rem 0 0 1.25rem;

    box-shadow: -1rem 0 4rem rgb(242 170 76/ 80%);

    /* box-shadow: -1rem 0 4rem rgb(2 183 106 / 80%); */

}

.bubble {

    position: absolute;

    top: 45%;

    left: 2rem;

    width: 6.5rem;

    height: 6.5rem;

    background: #121212;

    border-radius: 100%;

    z-index: -1;

}

.bubble.big {

    width: 15rem;

    height: 15rem;

    left: 5%;

    top: 60%;

}

/* END: About CSS */



/* Begin: Reveal Text */

.headingSec {

    padding: 0 0 2rem 0;

    display: flex;

    align-items: center;

    white-space: nowrap;

    flex-wrap: nowrap;

    gap: 1rem;

    overflow: hidden;

}

.headingSec .revealHeading {

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 7.5rem;

    font-weight: 700;

    color: var(--primary);

    line-height: 0.8;

    position: relative;

    display: flex;

    white-space: nowrap;

    flex-wrap: nowrap;

}

.headingSec .revealHeading .stroke {

    font-size: inherit;

    font-weight: 900;

    line-height: 0.8;

    margin: 0px 2rem;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 3px;

    -webkit-text-stroke-color: var(--primary);

}

.headingSec i {

    font-size: 6rem;

    background: var(--orangeGrad);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

/* END: Reveal Text */



/* Begin: Collapse CSS */

.servicesColapseSec {

    padding: 0;

}



.servicesCollpase {

    display: flex;

    justify-content: flex-end;

    overflow: hidden;

    height: 45rem;

    border-top: 1px solid #282828;

    border-bottom: 1px solid #282828;

}



.serviColps {

    display: flex;

    transition: ease all 1s;

    position: relative;

    left: 0;

    width: 5rem;

    transform: translateX(calc(0vw - 0rem));

}



.serviColps.active {

    width: calc(100vw - 12rem);

    transform: translateX(calc(0vw - 0rem));

}



.serviColps .head {

    padding: 3rem 1rem;

    display: flex;

    justify-content: center;

    border-left: 1px solid #282828;

    border-right: 1px solid #282828;

    width: 5rem;

    cursor: pointer;

    position: relative;

    left: 0;

}



.serviColps.active .head {

    background-image: linear-gradient(45deg, #F69E2C 60%, var(--black) 90%);

}



.serviColps .head h5 {

    font-size: 1.875rem;

    color: var(--white);

    writing-mode: vertical-lr;

    transform: scale(-1);

    margin: 0;

}



.serviColps.active .head h5 {

    color: var(--white);

}



.serviColps .body {

    width: calc(100% - 5rem);

    opacity: 0;

    visibility: hidden;

    padding: 5rem 0;

    position: relative;

    transform: translateX(100%);

    transition: ease all 0.5s;

}



.serviColps.active .body {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

    background-image: linear-gradient(245deg, #F69E2C 20%, var(--black) 40%);

}



.serviColps .body .content {

    padding-left: 7rem;

    transform: translateX(50rem);

    width: 100%;

}



.serviColps.active .body .content {

    transform: translateX(0);

}



.serviColps .body .content p {

    margin: 2rem 0;

}

.animVideo {
    background: url(../images/services/collapse/5.webp) center/100% 30.125rem no-repeat;
    text-align: right;
    padding: 3rem 3.4rem 4rem 2rem;
}


/* END: Collapse CSS */



.trustedClientSec {

    background: linear-gradient(0deg, #080808 40%, #161616 70%);

    border-bottom: 1px solid #282828;

}



/* Begin: Services CSS */

.servicesSec {

    padding: 5rem 0;

}

.servicesSec:before,
.packageSec:before,
.processSec:before,
.faqSec:before,
.main-footer:before {

    content: '';

    position: absolute;

    top: 10rem;

    left: -10rem;

    width: 20rem;

    height: 20rem;

    background: var(--primary);

    border-radius: 100%;

    filter: blur(100px);

    opacity: .5;

    z-index: -1;

}

.packageSec:before {

    left: auto;

    right: -10rem;

}

.faqSec:before {

    top: 0;

}

.main-footer:before {

    left: 50%;

    top: auto;

    transform: translateX(-50%);

    bottom: -10rem;

}

.galleryGrid {

    display: flex;

    flex-flow: column wrap;

    align-content: space-between;

    height: 60rem;

    padding: 3.875rem 0 0;

}

.galleryGrid .item {

    width: 32%;

    margin-bottom: 2rem;

}

.galleryGrid .item a {

    display: block;

    overflow: hidden;

    position: relative;

    color: var(--primary);

    font-weight: 500;

}

.galleryGrid .item h5 {

    font-size: 1.25rem;

    font-weight: 400;

    margin: 10px 0 8px;

    color: var(--white);

}

.galleryGrid .item .overlay {

    background: var(--primary);

    padding: 10px;

    transform: scale(0.5);

    opacity: 0;

    transition: ease all 0.5s;

}

.galleryGrid .item:hover .overlay {

    background: rgb(242 170 76/ 80%);

    transform: scale(1);

    opacity: 1;

}

.galleryGrid .item .overlay .frame {

    width: 100%;

    height: 100%;

    border: 1px solid rgb(255 255 255 / 60%);

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    padding: 10px;

}

/* END: Services CSS */



/* Begin: CTA CSS */

.ctaSec {

    background: url(../images/components/cta-bg1.webp) center/cover no-repeat;

    position: relative;

    overflow: hidden;

    padding: 3rem 0;

}

.ctaSec.botom {

    background: url(../images/components/cta-bg2.webp) top right/cover no-repeat;

    border-radius: 20px;

    box-shadow: 0 0 20px var(--orangeGrad);

    padding: 3rem;

}

.galleryGrid .item .overlay span,

.ctaSec.botom p,

.ctaSec.botom p strong,

.ctaSec h3 {

    color: var(--white);

}

.ctaSec .themeBtn {

    animation: pulse ease-in-out 2s infinite;

}

.ctaSec h3 span {

    display: block;

    font-size: 1.25rem;

    font-weight: 400;

    color: var(--primary);

    margin-bottom: 10px;

}

.ctaSec p {

    margin: 1.5rem 0 2.5rem;

    color: var(--white);

    font-weight: 300;

}

.btnWrap {

    display: flex;

    align-items: center;

    gap: 2rem;

}

/* END: CTA CSS */



/* Begin: Package CSS */

.packageSec {

    overflow: hidden;

}

.package {

    padding: 2rem 2rem 3rem;

    background: linear-gradient(0deg, #080808 40%, #161616 70%);

    border: 1px solid #282828;

    border-radius: 20px;

    transition: ease all 0.5s;

}

.package:hover {

    box-shadow: 0 0 10px var(--primary);

    transform: scale(1.03);

}

.package .title {

    padding-bottom: 1.5rem;

}

.package .price {

    border-top: 1px solid #282828;

    border-bottom: 1px solid #282828;

    padding: 1.5rem 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.package:hover .price {

    border-top: 1px solid rgb(221 220 231 / 20%);

    border-bottom: 1px solid rgb(221 220 231 / 20%);

}

.package .price h2 {

    line-height: 1;

    margin: 0;

    font-size: 3.875rem;

    color: var(--primary);

    display: flex;

    align-items: center;

    gap: 1rem;

}

.package:hover .title h3,
.package .price h2 span,
.package:hover .body .listStyle li {

    color: var(--white);

}

.package .body {

    height: 20rem;

    overflow: scroll;

    margin: 1.5rem 0;

}

.package .body .listStyle {

    margin: 0;

}

.package .listStyle li:before {

    -webkit-text-fill-color: var(--orangeGrad);

    content: "\f058";

}

.package:hover .body .listStyle li:before {

    -webkit-text-fill-color: transparent;

}

.package .themeBtn {

    padding: 1rem 2rem;

}

.package .themeBtn:after {

    border-color: var(--purple);

}

.package .themeBtn:after {

    border-color: var(--orangeGrad);

}

.package .themeBtn,
.package .themeBtn span {

    width: 100%;

    display: block;

}

.package .themeBtn span {

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--orangeGrad);

    gap: 1rem;

    font-size: 1.5rem;

    font-weight: 400;

}

.package:hover .themeBtn span {

    color: var(--white);

}

.package .themeBtn span i {

    font-size: 1.8rem;

}

/* END: Package CSS */



/* Begin: Binding Solutions */

.bindingSolutions {

    background: url(../images/components/brading-solution-bg.webp) bottom left/cover no-repeat;

    position: relative;

    overflow-x: hidden;

}

.bindingSolutions .bindingBrandImg {

    position: absolute;

    top: calc(50% - 15rem);

    right: 0;

    width: 40rem;

}

.bindingTitle {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 2rem;

}

.bindingTitle .priceTag {

    box-shadow: 0 0 10px var(--orangeGrad);

    border: 2px solid var(--orangeGrad);

    border-radius: 10px;

    padding: 1.5rem 2rem;

    animation: pulse ease-in-out 2s infinite;

}

@keyframes pulse {

    0% {

        transform: scale(1.1);

    }

    50% {

        transform: scale(1);

    }

    100% {

        transform: scale(1.1);

    }

}

.bindingTitle .priceTag h3 {

    margin: 0;

    display: flex;

    align-items: center;

    color: var(--orangeGrad);

    font-size: 5rem;

    font-weight: 700;

    gap: 12px;

    line-height: 1;

}

.bindingTitle .priceTag h3 span {

    font-size: 1.375rem;

    font-weight: 500;

    color: var(--white);

}

.bindingSolutions .listWrap {

    margin-top: 2.5rem;

}

.bindingSolutions .listWrap h5 {

    font-size: 1.25rem;

    font-weight: 500;

    color: var(--white);

    margin: 0;

    position: relative;

}

.bindingSolutions .listWrap h5:before {

    content: '';

    width: 2rem;

    height: 2rem;

    background: rgb(242 170 76/ 40%);

    border-radius: 100px;

    position: absolute;

    top: -5px;

    left: -10px;

    z-index: 0;

}

.bindingSolutions .listWrap .listStyle {

    margin: 10px 0 0;

}

.bindingSolutions .listWrap .listStyle li:before {

    content: "\f058";

}

/* END: Binding Solutions */



.ctaWrap {

    display: flex;

    align-items: center;

    gap: 1.5rem;

    margin-top: 3rem;

}

.phoneStyle {

    font-size: 1.25rem;

    color: var(--white);

    display: flex;

    align-items: center;

    gap: 1rem;

}

.phoneStyle:hover {

    color: var(--primary);

}

.phoneStyle small {

    display: block;

    font-size: 14px;

    font-weight: 500;

    text-transform: capitalize;

}



/* Begin: Process Sec */

.processSec {

    background: url(../images/components/process-line-bg.webp) 50% 90% no-repeat;

}

.processBox {
    padding: 2rem;
    background: linear-gradient(0deg, #080808 40%, #161616 70%);
    border: 1px solid #282828;
    border-radius: 20px;
    text-align: center;
    transition: ease all 0.5s;
}

.processBox:hover,
.processBox.active {
  transform: scale(1.1);
}

.processBox h5 {
    font-size: 4.375rem;
    font-weight: 300;
    color: #181818;
    text-shadow: 0px 0px 9px #F69E2C;
    transition: ease all 0.5s;
    margin: 0;

}

.processBox:hover h5,
.processBox.active h5 {

    color: #F69E2C;

}

.processBox h4 {

    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
}

.processBox p {
    margin: 0;
    font-size: 1rem;
}

/* END: Process Sec */



/* Begin: Choice Sec */

.choiceSec {

    background: linear-gradient(0deg, #080808 40%, #161616 70%);

}

.choiceSec .nav {

    flex-direction: column;

}

.choiceSec .nav-link {

    font-size: 3.125rem;

    line-height: 1;

    border: 0;

    margin-bottom: 1.5rem;

    color: #b4b4b4;

    background: #272727;

    position: relative;

}

.choiceSec .nav-link:before {

    content: '';

    width: 0%;

    height: 4px;

    background: var(--orangeGrad);

    position: absolute;

    top: calc(50% - 3px);

    left: 0;

    transition: ease all 0.5s;

}

.choiceSec .nav-link.active:before {

    width: 100%;

}

.choiceSec .nav-link.active,
.choiceSec .nav-link:hover,
.choiceSec .nav-link:focus {

    color: var(--white);

}

.paraRow {

    display: flex;

    flex-flow: row wrap;

    gap: 3rem;

}

.paraRow .para {

    flex: 0 0 46%;

}

.paraRow .para h4 {

    font-size: 1.375rem;

    color: var(--white);

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}

.paraRow .para h4 span {

    background: var(--orangeGrad);

    padding: 0 6px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    width: 2rem;

    height: 2rem;

}

.paraRow .para p {

    font-size: 1rem;

    margin: 0;

}

/* END: Choice Sec */



/* Begin: Testimonial Sec */

.testimonialCarousel .slick-list.draggable {

    padding: 0 220px 0 0 !important;

}

.reviewBox {

    padding: 2rem;

    background: linear-gradient(0deg, #080808 40%, #161616 70%);

    border: 1px solid #282828;

    border-radius: 20px;

    transition: ease all 0.5s;

}

.reviewBox .user {

    display: flex;

    align-items: center;

    gap: 1rem;

    margin-bottom: 1rem;

}

.reviewBox .user h4 {

    font-size: 1.25rem;

    font-weight: 400;

    margin: 0;

    line-height: 1;

    color: var(--white);

}

.reviewBox .user p {

    margin: 0;

    font-size: 14px;

}

.reviewBox>p {

    margin: 0;

    line-height: 1.4;

}

.testimonialCarousel .slick-prev,
.testimonialCarousel .slick-next {

    left: -37%;

    top: calc(100% - 2.8rem);

    width: 2.8rem;

    height: 2.8rem;

    background: transparent;

    color: var(--white);

    border-radius: 100px;

    border: 1px solid var(--text-color);

}



.testimonialCarousel .slick-next {

    left: -32%;

}

/* END Testimonial Sec */





/* Begin: Consultancy Sec */

.consultancyWrap {

    background: url(../images/components/consultancy-bg.webp) bottom left/cover no-repeat;

    padding: 3rem 2rem;

    margin: 0;

    border-radius: 20px;

    box-shadow: 0 0 20px var(--orangeGrad);

    position: relative;

}

.consultancyWrap:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgb(0 0 0 / 80%);

    border-radius: 20px;

}

.consultancyWrap>div {

    position: relative;

    z-index: 1;

}

.consultancyWrap .listStyle {

    margin-bottom: 0;

}

.consultancyWrap .input-group {

    position: relative;

    margin-bottom: 1rem;

}

.consultancyWrap .input-group i {

    width: 3rem;

    height: 4rem;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 6;

}

.consultancyWrap .input-group .form-control {

    border-radius: 0;

    height: 4rem;

    padding-left: 3rem;

    background: var(--black);

    color: var(--text-color);

    border: 1px solid #282828;

    border-radius: 4px;

}

.consultancyWrap .input-group textarea.form-control {

    height: auto;

    resize: none;

}

.consultancyWrap .input-group .form-control:focus {

    border-color: var(--orangeGrad);

    box-shadow: none;

}

.consultancyWrap .themeBtn {

    background: transparent;

    border: 0;

    width: 100%;

}

.consultancyWrap .themeBtn span {

    font-size: 1.5rem;

    font-weight: 400;

}

/* END: Consultancy Sec */



/* Begin: FAQ Sec */

.faqAccordionStyle .accordion-item {

    background: transparent;

    border: 0;

    border-bottom: 1px solid #fff2;

}

.faqAccordionStyle .accordion-button {
    background: transparent;
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--white);
    padding: 1rem 4rem 1rem 0;
    position: relative;
    min-height: 6rem;
}

.faqAccordionStyle .accordion-button:after {

    content: none;

}

.faqAccordionStyle .accordion-button:focus {

    box-shadow: none;

}

.faqAccordionStyle .accordion-item:first-of-type .accordion-button {

    border-radius: 0 !important;

    box-shadow: none;

    border-top: 1px solid #fff2;

}

.faqAccordionStyle .accordion-button .round {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ffffff59;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transition: ease all 0.5s;
    transform: translateY(-50%);
    margin: 0;
}

.faqAccordionStyle .accordion-button[aria-expanded="true"] .round {
    transform: translateY(-50%) rotate(140deg);
}

.faqAccordionStyle .accordion-body {
    padding: 0 0 1rem 0;
}

.faqAccordionStyle .accordion-body p {
    margin: 0;
}

.faqAccordionStyle .accordion-body p+p {
    margin-top: 1rem;
}

/* END: FAQ Sec */





/*input[type="file"]{*/

/*    height:50px;*/

/*}*/



input[type="file"]::-webkit-file-upload-button {

    height: 60px;

}


.custom-black{
    color: #000;
}
