@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
@font-face {
    font-family: 'cabinet_groteskextrabold';
    src: url('/fonts/cabinetgrotesk-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/cabinetgrotesk-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinetGrotesk-Bold';
    src: url('/fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
         url('/fonts/CabinetGrotesk-Bold.woff') format('woff'),
         url('/fonts/CabinetGrotesk-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }
body{
    background: #fff;
    color: #444444;
}
.text-left{
    text-align: left !important;
}
.container-fluid{
    padding: 0px 80px;
}
header {
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 32px;
}
.logo-main img{
    width: 309px;
}
header .navbar-expand-lg .logo-main {
    padding: 0px;
    margin: 0px;
    height: auto;
}
.homebanner{
    height: 730px;
    display: flex;
    align-items: center;
    background: url(/images/banner-img.svg) no-repeat right bottom;
}
header .navbar-nav li a {
    color: #0A0A0A !important;
    font-size: 18px;
    position: relative;
}
header .navbar-nav li a.active:after {
    position: absolute;
    content: '';
    right: 0px;
    background: #b18d58;
    height: 1px;
    width: 65%;
    bottom: 0px;
}
header .navbar-nav li {
    padding-right: 50px;
}
header .navbar-expand-lg .collapse {
    flex-direction: row !important;
    justify-content: center;
}
header .navbar-nav li:last-child{
    padding: 0px;
    position: absolute;
    right: 80px;
    top: 0px;
}
header .navbar-nav li:last-child .black-btn{
    color: #fff !important;
}
.black-btn {
    background: #0A0A0A;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    border-radius: 50px;
    padding: 18px 40px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.black-btn i{
    margin-left: 15px;
}
.border-btn {
    background: #fff;
    border: 1px solid #0A0A0A;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    border-radius: 50px;
    padding: 18px 40px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.border-btn i{
    margin-left: 15px;
}
.homebanner .home-content h1 {
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 800;
    font-size: 110px;
    line-height: 120%;
    text-transform: capitalize;
    color: #0F1012;
    display: block;
    margin-bottom: 30px;
}
.homebanner .home-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #0F1012;
}
.homebanner .home-content .border-btn {
    margin-top: 50px;
    display: inline-block;
    color: #0A0A0A;
}
.main-title{
    width: 100%;
    text-align: center;
}
.main-title>span {
    font-size: 20px;
    color: #0A0A0A;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
    padding-bottom: 5px;
}
.main-title h3{
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 130%;
    display: block;
    margin-top: 15px;
    font-family: 'Cabinet Grotesk';
    color: #0A0A0A;
}
.main-title h3.text-left{
    text-align: left;
}
.main-title h3 span{
    font-family: 'Cabinet Grotesk';
    font-weight: 400;
    color: #7E55FF;
}
.main-title>p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-top: 15px;
    color: #444444;
    display: block;
}
.main-title>span::before {
    width: 30px;
    height: 2px;
    background: #7E55FF;
    bottom: 0px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%,0%);
}
.white-title.main-title>span, 
.white-title.main-title h3, 
.white-title.main-title h3 span,
.white-title.main-title p{
    color: #fff;
}
.about-socialize {
    background: #F1EDFF;
    padding: 120px 0px;
}
.text-left.main-title>p{
    text-align: left;
}
.socialize-expert {
    margin-top: 70px;
}
.socialize-expert {
    margin-top: 70px;
    width: calc(100vw + -80px);
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.socialize-expert .social-left-panel {
    width: 30%;
}
.socialize-expert .social-right-panel{
    width: 70%;
}
.socialize-expert .social-left-panel .exp-item h3{
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #0A0A0A;
}
.socialize-expert .social-left-panel .exp-item span {
    font-size: 20px;
    line-height: 160%;
    display: block;
    margin-right: 15px;
}
.social-right-panel .slide-item .about-item {
    background: #fff;
}
.social-right-panel .slide-item{
    padding: 0px 15px;
}
.social-right-panel .slide-item .about-item {
    width: 100%;
    background: #fff;
    height: 397px;
    padding: 30px;
    display: flex;
    transition: all .3s;
    flex-direction: column;
    justify-content: space-between;
}
.social-right-panel .slide-item .about-item:hover{
    background: #0A0A0A;
}
.social-right-panel .slide-item .about-item:hover h3, 
.social-right-panel .slide-item .about-item:hover span, 
.social-right-panel .slide-item .about-item:hover .read-more-purple{
     color: #fff;
}
.social-right-panel .slide-item .about-item:hover .read-more-purple svg path{
    stroke: #fff;
}
.social-right-panel .slide-item .about-item:hover svg rect, 
.social-right-panel .slide-item .about-item:hover svg path{
    fill: #fff;
}
.social-right-panel .slide-item .about-item h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7E55FF;
    display: block;
    margin: 15px 0px 25px 0px;
}
.social-right-panel .slide-item .about-item span{
    font-size: 20px;
    color: #444;
}
.read-more-purple{
    font-weight: 600;
    font-size: 16px;
    line-height: 171.5%;
    text-transform: uppercase;
    color: #7E55FF;
    text-decoration: none;
}
.read-more-purple svg{
    margin-left: 10px;
}
.read-more-white{
    font-weight: 600;
    font-size: 16px;
    line-height: 171.5%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.read-more-white svg{
    margin-left: 10px;
}
.socialize-expert .social-right-panel .slick-slider .slick-list{
    padding-left: 0px !important;
}
.service-socialize{
    padding: 120px 0px;
    background: #0A0A0A;
}
.service-socialize .main-title {
    margin-bottom: 70px;
}

.home-service-left ul {
    padding: 0px;
    margin: 0px;
}
.home-service-left ul li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 70px;
}
.home-service-left ul li h2 {
    display: flex;
    flex-direction: column;
}
.home-service-left ul li h2 .accordion-button {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-service-left ul li h2 i {
    width: 60px;
    height: 60px;
    background: #131313;
    border-radius: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.home-service-left ul li h2 i img{
    opacity: .4;
}
.home-service-left ul li h2 .accordion-button::after{
    display: none;
}
.home-service-left ul li h2 button[aria-expanded="true"]{
    color: #fff;
}
.home-service-left ul li h2 button[aria-expanded="true"] i{
    background: #7E55FF;
}
.home-service-left ul li h2 button[aria-expanded="true"] i img{
    opacity: 1;
}
.service-right-item h3 i {
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    left: -30px;
    top: -10px;
}
.service-right-item{
    position: relative;
    padding-left: 30px;
    margin-bottom: 124px;
}
.service-item-title h3 {
    font-family: 'Cabinet Grotesk';
    color: #fff;
    font-size: 70px;
    font-weight: 900;
}
.service-item-title h3 span {
    font-weight: 400;
    position: relative;
}
.service-item-title h3 span::after {
    position: absolute;
    right: -80px;
    background: url(../images/ic-arrow-right.svg) no-repeat;
    width: 50px;
    height: 50px;
    content: '';
    top: 20px;
}
.service-right-item .accordion-body {
    padding: 0px;
}
.service-right-item .accordion-body span {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    opacity: 60%;
    font-weight: 400;
    display: block;
    margin: 20px 0px 50px 0px;
}
.tech-socialize{
    padding: 120px 0px;
    background: #F1EDFF;
}
.tech-socialize .main-title{
    margin-bottom: 70px;
}
.tech-service-left ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.tech-service-left ul li{
    width: 33.33%;
    padding: 0px 10px;
    list-style: none;
    margin-bottom: 30px;
}
.tech-service-left ul li .accordion-header {
    width: 100%;
    height: 140px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
}
.tech-service-left ul li .accordion-header i{
    margin-bottom: 10px;
}
.tech-service-left ul li .accordion-header i svg:hover path,
.tech-service-left ul li .accordion-header .accordion-button[aria-expanded="true"] i svg path {
    fill: #fff;
}
.tech-service-left ul li .accordion-header .accordion-button {
    padding: 0px;
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    height: 140px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}
.tech-service-left ul li .accordion-header .accordion-button::after{
    display: none;
}
.tech-service-left ul li .accordion-header .accordion-button[aria-expanded="true"]{
    background: #7E55FF;
    color: #fff;
    -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0), 0px 32px 23px -23px #7E55FF;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0), 0px 32px 23px -23px #7E55FF;
}
.tech-service-left ul li .accordion-header .accordion-button[aria-expanded="true"] i svg rect{
    fill: #fff;
}
.tech-right-item .accordion-body h3 {
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0A0A0A;
    margin: 15px 0px 30px 0px;
}
.tech-right-item .accordion-body span {
    font-size: 20px;
}
.tech-right-item .tech-work-lists ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-top: 30px;
}
.tech-right-item .tech-work-lists ul li{
    list-style: none;
    margin-right: 30px;
}
.portfolio-socialize {
    padding: 120px 0px;
}
.portfolio-lists {
    width: 50%;
    margin-top: 70px;
}
.portfolio-box {
    padding: 0px 20px;
}
.portfolio-box figure a img {
    width: 100%;
}
.portfolio-lists:first-child {
    margin-top: 170px;
    position: relative;
}
.portfolio-box h3 {
    font-size: 34px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0A0A0A;
}

.portfolio-box span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}
.clients-socialize {
    padding: 120px 0px;
    background: #F1EDFF;
}
.testimonial-box {
    margin: 0px 25px;
}
.testimonial-box .top-box {
    background: #fff;
    padding: 60px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .3s;
}
.testimonial-box .top-box::after {
    bottom: 0%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #F1EDFF;
    border-width: 20px;
    margin-left: -20px;
}
.testimonial-box .top-box:hover{
    background-color: #0A0A0A;
}
.testimonial-box .top-box:hover::after{
    border-bottom-color: #0A0A0A;
}
.testimonial-box .top-box:hover span{
    color: #fff;
}
.testimonial-box .top-box>svg {
    display: block;
    margin-bottom: 40px;
    width: 30px;
}
.testimonial-box .top-box span {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0A0A0A;
}
.testimonial-box .bottom-user-info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-box .bottom-user-info figure{
    width: 84px;
    height: 84px;
    border: 2px solid #7E55FF;
    border-radius: 100px;
}
.testimonial-box .bottom-user-info figure img {
    border-radius: 100px;
    border: 3px solid transparent;
}
.testimonial-box .bottom-user-info h3 {
    font-size: 22px;
    color: #0A0A0A;
    font-weight: 600;
}
.testimonial-box .bottom-user-info span {
    font-size: 18px;
    color: #0A0A0A;
}
.project-disucss {
    padding: 120px 0px;
    background: url(../images/discuss-project-bg.svg) no-repeat bottom left 90px #F1EDFF;
}
.multiple-items {
    margin-top: 70px;
}
.left-discuss-box .main-title p {
    text-align: left;
    margin-top: 20px;
}
/*Material-css for input*/
.material-input {
    width: 100%;
    float: left;
}
.material-input .input-group-addon {
    float: left;
    width: 7%;
    height: 50px;
    line-height: 50px;
    color: rgb(116, 116, 116);
    font-size: 24px;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
}
.material-input .group {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.material-input input {
    font-size: 17px;
    display: block;
    width: 100%;
    font-weight: 300;
    color: #353535;
    border: 0px;
    z-index: inherit;
    background: transparent;
    padding: 20px;
    border-bottom: 1px solid #353535;
}
.material-input input:focus {
    outline: none;
    background: none;
}
.material-input label {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-input .has-error{
    text-align: left;
}
.material-input input:focus ~ label, .material-input input:valid ~ label {
    top: 0px;
    font-size: 14px;
    color: #353535;
}
.material-input .bar {
    position: relative;
    display: block;
    width: 100%;
}
.material-input .bar:before, .material-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #6f4bff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-input .bar::before {
    left: 50%;
}
.material-input .bar::after {
    right: 50%;
}
.material-input input:focus ~ .bar:before, .material-input input:focus ~ .bar:after {
    width: 50%;
}
.material-input .bar::before, .material-input .bar::after {
    content: "";
    height: 2px;
    width: 0px;
    bottom: 1px;
    position: absolute;
    background: #7E55FF;
    transition: all 0.2s ease;
}
.material-input label {
    color: #353535;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: all 0.2s ease;
    font-weight: 400;
}
/*Material-css for input*/
/*Material-css for textarea*/
.material-textarea {
    width: 100%;
    float: left;
}
.material-textarea .input-group-addon {
    float: left;
    width: 7%;
    height: 50px;
    line-height: 70px;
    color: rgb(116, 116, 116);
    font-size: 24px;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
}
.material-textarea .group {
    position: relative;
    margin-bottom: 20px;
    float: right;
    width: 93%;
}
.material-textarea textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: 300;
    color: rgb(117, 117, 117);
    z-index: inherit;
    padding: 10px 10px 10px 5px;
    border: 0px;
    border-bottom: 1px solid rgb(196, 196, 196);
    resize: none;
}
.material-textarea textarea:focus {
    outline: none;
    background: none;
}
.material-textarea label {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-textarea .has-error{
    text-align: left;
}
.material-textarea textarea:focus ~ label, .material-textarea textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #1a65d8;
}
.material-textarea .bar {
    position: relative;
    display: block;
    width: 100%;
}
.material-textarea .bar:before, .material-textarea .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #1a65d8;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-textarea .bar::before {
    left: 50%;
}
.material-textarea .bar::after {
    right: 50%;
}
.material-textarea textarea:focus ~ .bar:before, .material-textarea textarea:focus ~ .bar:after {
    width: 50%;
}
.material-textarea .bar::before, .material-textarea .bar::after {
    content: "";
    height: 2px;
    width: 0px;
    bottom: 1px;
    position: absolute;
    background: #1a65d8;
    transition: all 0.2s ease;
}
.material-textarea label {
    color: rgb(153, 153, 153);
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}
.form-submit-btn .black-btn {
    display: inline-block;
    margin-top: 20px;
}

footer {
    background: #E5DEFF;
    padding-top: 120px;
}
.about-social-footer span {
    margin-top: 50px;
    display: block;
    font-size: 16px;
    color: #0A0A0A;
}
.footer-widget h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #0A0A0A;
}
.footer-widget>ul {
    padding: 0px;
    margin: 0px;
}
.footer-widget>ul li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.footer-widget>ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #0A0A0A;
}
.footer-copyright-sec {
    border-top: 1px solid rgb(10 10 10 / 8%);
    margin-top: 50px;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.social-icons {
    padding: 0px;
    margin: 0px;
    display: flex;
}
.social-icons li {
    list-style: none;
    margin-right: 30px;
}
.footer-copyright-sec .text-right {
    text-align: right;
    color: #0A0A0A;
    font-size: 16px;
}
.materialise-select {
    width: 100%;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #353535;
    font-weight: 500;
    padding: 20px 0px;
    font-size: 18px;
    color: #353535;
}
.materialise-select:focus, 
.materialise-select:hover{
    box-shadow: none;
}
.materialise-select:focus-visible{
    outline: none;
}
.accordion-item {
    margin-bottom: 20px;
    border: 0px;
    background: #F1EDFF;
    border-radius: 30px !important;
}
.accordion-item .accordion-header{
    border-radius: 30px;
}
.accordion-item .accordion-button::after{
    display: none;
}
.accordion-item .accordion-button {
    color: #0A0A0A;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 22px;
    font-family: Cabinet Grotesk;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    border-radius: 30px !important;
    box-shadow: none;
    padding: 30px;
}
.accordion-item .accordion-button::before{
    position: absolute;
    content: '';
    right: 30px;
    background: url(../images/ic-accordian-right.svg);
    width: 50px;
    height: 50px;
}
.accordion-item .accordion-body {
    padding: 30px;
    padding-top: 0px;
}
.area-body-box p {
    font-size: 20px;
    color: #444;
}
.partner-area-accordian {
    margin-top: 30px;
}
.area-body-box {
    margin-bottom: 50px;
}
.area-body-box:last-child{
    margin-bottom: 0px;
}
.area-body-box>strong {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.area-body-box>strong span {
    font-weight: 400;
    font-size: 20px;
}
.area-body-box>strong::before{
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 14px;
    top: 50%;
    transform: translate(0%,-50%);
    background: #b18d58;
}
.area-body-box .area-lists {
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
    margin-top: 20px;
}
.area-body-box .area-lists li{
    list-style: none;
    position: relative;
    margin-bottom: 7px;
    padding-left: 20px;
    font-size: 20px;
}
.area-body-box .area-lists li::before{
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 7px;
    top: 10px;
    background: #b18d58;
}
.accordion-item .accordion-button[aria-expanded="true"]{
    background: #F1EDFF;
    color: #0A0A0A;
    border: 0px;
}
.accordion-item .accordion-button[aria-expanded="true"]::before{
    background: url(../images/ic-accordian-bottom.svg);
}
.accordion-item:last-child{
    margin-bottom: 0px;
}
.inner-banner-sec {
    width: 100%;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: center;
}
.inner-banner-sec .content-banner h3 {
    color: #0A0A0A;
    font-size: 110px;
    font-family: 'cabinet_groteskextrabold';
    text-transform: capitalize;
}
.inner-banner-sec .content-banner span {
    color: #444;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
}
.left-right-sec {
    padding: 120px 0px;
    background: #F1EDFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.right-topic-sec h4 {
    color: #0A0A0A;
    font-size: 38px;
    font-family: 'cabinet_groteskextrabold';
    line-height: 140%;
    display: block;
    margin-bottom: 30px;
}
.right-topic-sec span {
    color: #444;
    font-size: 20px;
    line-height: 160%;
}
.service-detail-sec {
    background: #0A0A0A;
    padding: 120px 0px;
}
.detail-service-lists {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.detail-service-lists .detail-service-name {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.detail-service-lists .detail-service-name strong {
    color: #7E55FF;
    font-size: 40px;
    font-family: Cabinet Grotesk;
    font-weight: 800;
}
.detail-service-lists .detail-service-name h3 {
    margin-left: 25px;
    color: #FFF;
    font-size: 40px;
    font-family: Cabinet Grotesk;
    font-weight: 500;
    line-height: 130%;
}
.detail-service-lists .detail-service-content {
    border-radius: 30px;
    background: #0E0E0E;
    padding: 50px;
}
.detail-service-lists .detail-service-content figure {
    margin-bottom: 25px;
}
.detail-service-lists .detail-service-content figure img{
    height: 40px;
}
.detail-service-lists .detail-service-content span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 200%;
}
.service-detail-sec .main-title {
    margin-bottom: 60px;
}
.left-right-sec.why-choose-us {
    background: #fff;
}
.experience-lists ul {
    padding: 0px;
    margin: 0px;
    position: relative;
}
.experience-lists ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    background: #7E55FF;
    left: 0px;
    height: 100%;
    top: 29px;
}
.experience-lists ul li:last-child::after{
    display: none;
}
.experience-lists ul li {
    list-style: none;
    margin-bottom: 30px;
    flex-direction: column;
    display: flex;
    position: relative;
    padding-left: 45px;
}
.experience-lists ul li:before {
    position: absolute;
    left: -14px;
    width: 29px;
    height: 29px;
    top: 0px;
    background: url(../images/ic-circle-dot.svg) no-repeat;
    content: '';
}
.experience-lists ul li strong {
    color: #0A0A0A;
    text-align: left;
    font-size: 22px;
    font-family: Cabinet Grotesk;
    font-weight: 700;
    line-height: 36px;
}
.experience-lists ul li span {
    color: #444;
    font-size: 20px;
    line-height: 160%;
}
.project-mind-sec {
    background: url(../images/project-mind-bg.png) #583CB3 no-repeat;
    height: 294px;
    display: flex;
    align-items: center;
}
.project-mind-sec .box-project {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.project-mind-sec .box-project h3 {
    color: #FFF;
    font-size: 40px;
    font-family: Cabinet Grotesk;
    font-weight: 900;
    text-transform: capitalize;
    margin-right: 50px;
}
.project-mind-sec .border-btn {
    background: transparent;
    border-color: #fff;
}
.practise-area-sec{
    padding: 120px 0px;
}
.tech-service-feature{
    padding: 120px 0px;
}
.tech-service-feature .main-title {
    margin-bottom: 60px;
}
.service-feature-left ul li .accordion-button {
    color: #0F1012;
    font-size: 45px;
    font-family: Cabinet Grotesk;
    font-weight: 800;
    text-decoration-line: underline;
    background: transparent;
    box-shadow: none;
    border: 0px;
    text-decoration: none;
    padding: 0px;
    display: flex;
    align-items: center;
}
.service-feature-left ul li .accordion-button i {
    margin-left: 15px;
    display: none;
}
.service-feature-left ul li .accordion-button[aria-expanded="true"]{
    color: #7E55FF;
}
.service-feature-left ul li .accordion-button[aria-expanded="true"] i{
    display: block;
}
.service-feature-left ul li .accordion-button:after{
    display: none;
}
.service-feature-left ul li .accordion-button span{

}
.service-feature-left ul li {
    list-style: none;
    margin-bottom: 45px;
    position: relative;
}
.service-feature-left ul {
    padding: 0px;
    margin: 0px;
}
.tech-service-feature .tech-right-item .accordion-body {
    padding: 0px;
}
.tech-service-feature .tech-right-item .accordion-body h3 {
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 15px;
}
.servicd-detail-features {
    margin-top: 40px;
}
.servicd-detail-features ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.servicd-detail-features ul li {
    list-style: none;
    padding: 0px 10px;
    width: 25%;
    margin-bottom: 20px;
}
.servicd-detail-features ul li .feature-box {
    border-radius: 16px;
    background: #F1EDFF;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}   
.servicd-detail-features ul li .feature-box span {
    text-align: center;
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
}
.service-feature-left ul li .accordion-button span{
    position: relative;
}
.service-feature-left ul li .accordion-button[aria-expanded="true"] span::before{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 3px;
    content: '';
    background: #7E55FF;
}
.service-detail-sec .experience-lists ul li strong {
    color: #fff;
}
.core-value-sec {
    background: #0A0A0A;
    padding: 120px 0px;
    min-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
}
.core-bg::before {
    position: absolute;
    content: '';
    /*   */
    width: 587px;
    height: 559px;
    background: url(../images/core-value-bg.png) no-repeat;
    top: 50%;
    transform: translate(0%,-50%);
}
.core-bg .main-title {
    position: relative;
    text-align: left;
    margin-top: 120px;
}
.core-bg .main-title h3 {
    color: #fff;
    line-height: 100%;
}
.core-bg .main-title p {
    color: #fff;
    text-align: left;
    opacity: .6;
    font-weight: 300;
}
.core-sec-features {
    padding: 0px;
    margin: 0px;
}
.core-sec-features li {
    list-style: none;
    color: #fff;
    font-size: 24px;
    margin-bottom: 60px;
    top: 30px;
    position: relative;
}
/* .core-sec-features li:last-child{
    top: 60px;
} */
.core-sec-features li:first-child{
    position: relative;
}
.core-sec-features li:nth-child(3){
    position: relative;
    padding-left: 70px;
}
.core-sec-features li:nth-child(2), 
.core-sec-features li:nth-child(4){
    position: relative;
    padding-left: 70px;
}
.socialize-expert.business-modal-lists {
    width: 100%;
    padding-left: 60px;
}
.socialize-expert.business-modal-lists .social-right-panel{
    width: 100%;
}
.socialize-expert.business-modal-lists .social-right-panel .about-item-bottom h3 {
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 100%;
    font-weight: 600;
    color: #0F1012;
    font-size: 26px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.socialize-expert.business-modal-lists .social-right-panel .slide-item .about-item:hover h3{
    color: #fff;
}
.exp-list-sec {
    padding: 0px 60px;
}
.exp-lists-box figure img {
    width: 50px;
}
.exp-lists-box h3 {
    color: #0F1012;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
.exp-lists-box span {
    color: #444;
    font-size: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.exp-list-sec {
    width: 80%;
    margin: 0 auto;
}
.exp-lists-box {
    padding: 50px 0px;
    border-bottom: 1px solid #DDDDDD;
}
.exp-list-sec>.row:last-child .exp-lists-box{
    border: 0px;
}
.create-exp-sec{
    padding: 120px 0px 70px 0px;
}
.enquiry-modal .modal-dialog {
    max-width: 1200px;
}
.enquiry-modal .modal-dialog .modal-content {
    border: 0px;
}
.enquiry-modal .modal-dialog .modal-content .modal-body {
    padding: 0px;
    flex: 0 0 auto;
}
.enquiry-modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    padding: 0px;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.enquiry-modal .modal-dialog .modal-content .modal-body {
    padding: 0px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
}
.enquiry-modal .enquiry-left {
    width: 42%;
    background: #7E55FF url(../images/enquiry-project-bg.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.enquiry-modal .enquiry-left .left-inside {
    padding: 60px 40px 0px 40px;
}
.enquiry-modal .enquiry-left .left-inside h3 {
    color: #FFF;
    font-size: 50px;
    font-family: Cabinet Grotesk;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}
.enquiry-modal .enquiry-left .left-inside span {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.enquiry-modal .modal-dialog .modal-content .modal-body .enquiry-right {
    width: 58%;
    padding: 80px 50px;
}
.modal-backdrop.show{
    opacity: .8;
}

.contact-us-sec .contact-lists {
    background: #F1EDFF;
    height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    position: relative;
    z-index: 3;
}
.contact-us-sec .contact-lists span {
    display: block;
    margin-top: 50px;
    color: #444444;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-us-sec .contact-lists a {
    color: #0F1012;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
}
.contact-us-sec .contact-lists figure {
    margin-bottom: 0px;
}
.contact-bg {
    position: absolute;
    background: #583CB3;
    height: 295px;
    bottom: 0%;
    width: 100%;
}
.contact-us-sec {
    position: relative;
    padding-bottom: 151px;
}
.contact-us-sec::before {
    position: absolute;
    left: 0px;
    width: 258px;
    height: 158px;
    bottom: 30px;
    content: '';
    background: url(../images/contact-list-before.svg);
    z-index: 9;
}
.contact-us-sec::after {
    position: absolute;
    right: 0px;
    width: 314px;
    height: 276px;
    bottom: 40px;
    content: '';
    background: url(../images/contact-list-right.svg);
    z-index: 9;
}
.contact-page-form {
    background: #F1EDFF;
}
.contact-page-form form {
    height: 100%;
    background: #fff;
    position: relative;
    padding: 50px;
    top: 80px;
}
.contact-page-form .enquiry-right .left-inside h3 {
    font-size: 60px;
    color: #060606;
    font-family: 'cabinet_groteskextrabold';
}
.contact-page-form .enquiry-right .left-inside h3 strong {
    font-weight: 400;
    color: #7E55FF;
}
.contact-page-form .enquiry-right .left-inside span {
    font-size: 20px;
    color: #444;
    display: block;
    margin: 15px 0px 30px 0px;
}
.company-location-map {
    height: 450px;
    width: 100%;
}
.company-location-map iframe {
    height: 100%;   
}
.project-mind-sec .container-fluid {
    padding-right: 50px;
}