/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
 
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-style: normal;
  font-weight: 400;
  color: #363434;
  font-size: 16px;
  line-height: 30px;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1250px;
  width: 100%;
}



section {
  overflow: hidden;
}



           /* Header CSS */

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    /* background-image: -moz-linear-gradient(0deg, #5aa9fa 0%, #3e51fc 100%);
    background-image: -webkit-linear-gradient(0deg, #5aa9fa 0%, #3e51fc 100%); */
    background-color: #8540a0;
 
    box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
   
}
.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}
}

.sticky_logo {
  display: none;
}
.contact_right_content {
  overflow: hidden;
}

header.sticky .topbar {
  display: none;
 
}

header.sticky .container.header_bg {
  background:transparent;
  margin-top:0;
  padding: 0;
}


.topbar .container {
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.carousel-control-next, .carousel-control-prev {
    width: inherit;
    opacity:1;
}

.topbar ul {
  display: flex;
  gap: 50px;
}

.topbar ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}

.topbar ul li a i {
  margin-right: 7px;
  color: #656df0;
  font-size: 17px;
}

header {
  width: 100%;
  z-index: 99;
  top: -7px;
  position: absolute;
  padding: 5px 0;
  /* box-shadow: 0px 0px 3px rgb(0 0 0 / 12%); */
  display: block;
}

header .container.header_bg {
 background-color: #3b1a53;
border-radius: 20px;
padding: 5px 20px;
margin-top: 25px;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.navbar-nav .nav-link:before {
  content: '';
  width: 0;
  height: 1.3px;
  background-color: #fff;
  bottom: 3px;
  left:50%;
  transform: translateX(-50%);
  position: absolute;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:hover:before {
  transition: all .3s ease-in-out;
  width: 50%;
}

li.nav-item {
  margin-left: 25px;
}

.main_btn_tranparent a {
  color: #fff;
  padding: 8px 14px;
  border-radius: 7px;
  border:1px solid #fff ;
  font-size: 15px;
  font-weight: 400;
}

.header_btn {
  margin-left: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-brand img {
  max-width: 190px;
  width: 100%;
}
.navbar-expand-lg {
 
  padding: 5px 0px;
}


.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  padding: 0.25rem 0.55rem;
  background-color: #fff;
}

.dropdown-item {
    padding-bottom: 0;
    padding-top: 0;
}
.big_menu_box ul li a, .dropdown-item {
    color: #000000ab;
    font-weight: 600;
    white-space: nowrap;
}

.dropdown-item:hover , .big_menu_box ul li a:hover {
  color: #3b1a53;
   font-weight:600;
   background-color: transparent;
}

.dropdown-menu {
  padding: 0px;
}

.dropdown-menu.menu_box_gapping {
  padding: 17px 17px;
}

.big_menu_box h4 {
    font-weight: 600;
    color: #3b1a53;
    font-size: 16px;
    margin-top: 0;
    line-height: 5px;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 24px;
}

.big_menu_box h4 a {
    position: relative;
    border-bottom: 2px solid #3b1a53;
    /* padding: 12px 0px; */
    padding-bottom: 5px;
    color: #3b1a53;
}



.dropdown:hover .dropdown-menu {
   top: auto;
   transition: .2s;
}

.dropdown .dropdown-menu {
    top: 5px;
    transition: .2s;
}

.dropdown_img img {
    background: #4b1862;
}

.dropdown .menu_box_gapping  {
    width: 970px;
    right: 0;
    left: 0;
    transform: translate(-65%, -0%);
  }

  .dropdown-menu.min_menu_box_gapping  {
    width: 850px;
    right: 0;
    left: 0;
    transform: translate(-65%, -0%);
  }

  .nav-pills .nav-link {
    padding: 7px 10px;
}

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #8540a0;
}

.menu_box_gapping .nav-pills .nav-link {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 nav#myTab {
    background: #4b1862;
    padding: 20px 15px;
    border-radius: 5px;
}

 .navbar-nav .menu_box_gapping .nav-link::before {
    display: none;
}

 .navbar-nav .menu_box_gapping .nav-link i {
    float: right;
       font-size: 17px;
}

.menu_box_gapping .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
}

.menu_box_gapping .tab-content ul li img {
    max-width: 34px;
    background-color: #984db6;
    padding: 5px;
    border-radius: 5px;
    margin-right: 7px;
}

.dropdown-menu {
  border-top: 5px solid #984db6;
}

.menu_box_gapping .tab-content ul li a {
    align-items: center;
    color: #000;
    font-weight: 500;
    /* padding: 9px 13px 12px 5px; */
    border-radius: 5px;
    transition: all .2s ease-in-out;
    display: flex;
    line-height: 16px;
}

.menu_box_gapping .tab-content ul li:hover {
   background-color: #8540a0;
   transition: all .2s ease-in-out;
}

.menu_box_gapping .tab-content ul li:hover a {
  color: #fff;
  transition: all .2s ease-in-out;  
}

.menu_box_gapping .tab-content ul li {
    max-width: 290px;
    width: 100%;
    background: #dddddd61;
    padding: 10px 10px;
    border-radius: 5px;
}

.big_menu_box ul li a img {
    max-width: 40px;
    background-color: #984db6;
    padding: 6px;
    border-radius: 5px;
    margin-right: 10px;
    height: 100%;
}

.big_menu_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.big_menu_box ul li {
   margin-bottom: 15px;
    max-width: 260px;
    width: 100%;
    background: #dddddd61;
    padding: 10px 10px;
    border-radius: 5px;
}

.big_menu_box ul li a {
    color: #000;
    font-weight: 500;
    padding: 0px 13px 2px 0px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    display: flex;
}
.big_menu_box ul li a .menu_s_title{
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #514d4d;
     transition: all .2s ease-in-out;
}

.big_menu_box ul li:hover {
    color: #fff;
    background-color: #8540a0;
    transition: all .2s ease-in-out;
    border-radius: 5px;
}

.big_menu_box ul li:hover a .menu_s_title{
    color: #fff;
     transition: all .2s ease-in-out;
}

.big_menu_box ul li:hover a {
    color: #fff;
     transition: all .2s ease-in-out;
}

.min_menu_box_gapping h4 {
    margin-top: 0;
    font-size: 15px;
    color: #0000009e;
    border-bottom: 1px solid #ddd;
    line-height: 12px;
    padding-bottom: 12px;
    margin-right: 15px;
}
















.banner_wrapper {
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
     
}




/* .banner_wrapper:before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -120px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#3e51fc 0%, transparent 70%, #02021e 40%);
  opacity: 0.5;
} */

.banner_content h1 {
margin-bottom: 24px;
font-weight: 600;
font-size: 48px;
}

.banner_content h1 span {
  font-family: "Alegreya", serif;
  font-weight: 600;
  color: #e4c0fe;
  letter-spacing: 3px;
}


.banner_detail.text-center {
  margin-top: 280px;
}

.banner_content p {
  color: #e0dbdb;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 30px;
}



.banner_img img {
  max-width: 450px;
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;  
    border-radius: 10px;
}

.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

.banner_btn {
 width: max-content;
}

.carousel-control-prev {
  left: -7%;
}

.carousel-control-next {
  right: -7%;
}

.carousel-indicators {
  bottom: -15%;
}

.carousel-indicators {
  bottom: -15%;
  display: none;
}


 .main_btn a, .transparent_btn a {
  transition: all .3s ease-in-out;
  display: block;
}

.main_btn a:hover ,.transparent_btn a:hover{
  transition: all .3s ease-in-out;
  transform: translateY(-5px);
}

.main_btn a {
    background: #000;
    background-image: -moz-linear-gradient(0deg, #5aa9fa 0%, #3e51fc 100%);
    /* background-image: -webkit-linear-gradient(0deg, #5aa9fa 0%, #3e51fc 100%); */
    /* border: 1px solid #656df0; */
    color: #fff!important;
    padding: 7px 30px;
    border-radius: 0.25rem;
    font-size: 16px;
    font-weight: 700;
    max-width: fit-content;
}

.main_btn {
  transition: all .3s ease-in-out;
}

.main_btn:hover {
  transition: all .3s ease-in-out;
  transform: translateY(-5px);
}

.transparent_btn a {
  border:1px solid #fff;
  color: #fff;
  padding: 10px 33px;
  font-size: 17px;
  font-weight: 600;
}

.gapping {
  margin-top: 70px;
      padding-top: 5px;
}

.main_title h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    
}

.main_title h2 {
  font-weight: 700;
  color: #000;
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.main_title h2 span { 


    color: #8540a0
}

.main_title p  {
  color: #000;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.main_title span.fill {
    color: #000;
    background-color: #e4c0fe;
    padding: 1px 10px;
    border-radius: 5px;
}

.main_title.text-center  {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}






.about_rapper .row {
  margin-top: 80px;
}

.about_rapper {
  background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 11; 
    padding-top: 40px;
   padding-bottom: 80px;
}

  .box_content {
    padding: 25px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ffffff17;
    -webkit-box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    height: 320px;
}

.box_content:hover:after, .box_content:hover:before {
  width: 280px;
  height: 280px;
}

.box_content:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -50%;
  top: -75%;
  background: -moz-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4528dc), color-stop(100%, #8731e8));
  background: -webkit-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -o-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -ms-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: linear-gradient(192deg, #4528dc 0%, #8731e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4528dc', endColorstr='#8731e8',GradientType=0 );
  opacity: 0.3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.box_content:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -75%;
    top: -53%;
    background: -moz-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4528dc), color-stop(100%, #8731e8));
    background: -webkit-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -o-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -ms-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: linear-gradient(192deg, #4528dc 0%, #8731e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4528dc', endColorstr='#8731e8',GradientType=0 );
    opacity: 0.3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.box_content img {
  max-width: 75px;
}

.box_content h4 {
  text-transform: none;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 18px 0;
    font-family: 'Open Sans', sans-serif;
}

p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}


.js-cont {
    position: relative;
    width: 100%;
    height: 100%;
}



.feature_content {
  max-width: 650px;
  width: 100%;
}

.feature_rapper .row:first-child {
  margin-top:0;
}

.feature_rapper .row {
  margin-top: 100px;
}

.feature_content h4 {
  text-transform: none;
  font-weight: 700;
  color: #000;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 48px;
  font-family: 'Open Sans', sans-serif;
}

.feature_content h4 span {
  color: #000;
  background-color: #e4c0fe;
  padding: 1px 10px;
  border-radius: 5px;
}

.feature_content ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.feature_content ul li {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.feature_content ul li i{
  margin-right: 7px;
  color: #000;
  border-radius: 2px;
  font-size: 13px;
  line-height: 23px;
}

.feature_content p {
  color: #000;
}

 h4 {
  text-transform: none;
  font-weight: 600;
  color: #333540;
  font-size: 35px;
  margin: 20px 0;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}


.feature_content img {
  max-width: 80px;
  width: 100%;
  /* border-left: 1px solid #ffffff78;
  border-right: 1px solid #ffffff78;
  padding: 14px; */
}

/* .feature_content ul {
margin-top: 30px;
}

.feature_content ul li {
  color: #8492a6;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.feature_content ul li i {
  color: #2a52c3;
  margin-right: 10px;
  font-size: 20px;
} */

/* .feature_img_content img {
  -webkit-box-shadow:0 19px 38px rgb(102 126 224 / 15%), 0 15px 12px rgb(85 106 196 / 8%);
  box-shadow: 0 19px 38px rgb(102 126 224 / 15%), 0 15px 12px rgb(85 106 196 / 8%);    
} */


.feature_img_content img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}


/* .feature_img_content:after {  
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 40px rgba(42, 82, 195, 0.1) !important;
  background: rgba(42,82,195,0.1);
  right: 20%;
  top: -28%;
  transform: rotate(210deg);
  bottom: 0rem;
  width: 25rem;
  height: 34rem;
  border-radius: 5rem;
} */


/* 
.overview_rapper {
  background-color: #7b72ed;
  padding: 120px 0;
} */


.client_rapper {
  /* background: #f3f9ff; */
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
}

.client_rapper:before {
  content: "";
  width: 100%;
  background: url(../images/quote.png) no-repeat scroll;
  height: 100%;
  position: absolute;
  background-position: center left;
  left: 18%;
  bottom: 0;
}

.client_box {
  border:1px solid #ffffffcf;
  padding: 50px 40px;
  box-shadow: 0px 5px 10px 0px rgba(26, 38, 74, 0.031);
  border-radius: 10px;
  width: 470px;
}

.client_content img {
  max-width: 80px;
}

.client_box p {
  margin-top: 25px;
  color: #d2d2d2;
}

.client_box h6 {
  font-size: 24px;
  line-height: 20px;
  color: #005fe4;
  font-weight: 600;
}

.client_box span {
  font-size: 16px;
  line-height: 24px;
  color: #c4c5de;
  font-weight: 400;
}

.client_box .d-flex img {
  display: block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 20px;
  max-width: 75px;
  padding: 3px;
}

.testimonial-left {
  width: calc(37% - 215px);
  float: left;
  transform: translateX(40%);
}

.testimonial-right {
  width: calc(50% + 215px);
  float: right;
}


.slick-slider {
    margin:0 -15px;
}
.slick-slide {
  
    margin-right:15px;
    margin-left:15px;
}

.contact_rapper h4 {
  color: #000;
  font-size: 30px;
  margin-top: 0;
}

.sub_form {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)!important;
  border: 1px solid #ddd!important;
}


input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 23px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input.contact-submit {
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact-info i {
 
  font-size: 17px;
  padding-right: 10px;
  vertical-align: middle;
  color: #000;
  line-height: 24px;
}

p.contact-info {
  margin-bottom: 8px;
  display:flex;
}

p.contact-info a {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.contact_right_content h5 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 18px;
}



.testimonials .slick-list {

  overflow: inherit;
}

.testimonials-container {
  padding: 0 40px;
  /* margin: 30px 0 50px; */
  position: relative;

  

  padding: 70px 0;
}


.testimonials-container h2 {
	padding: 10px 10px 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;

}

.testimonial {
	width: 25%;
	border-radius: 20px;
	
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
  border: 1px solid #ffffffa1;
  margin-top: 22px;
}

.testimonial:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  right: 50px;
  width: 0;
  border-width: 15px 20px 0;
  border-style: solid;
  border-color: #F7D3DD60 transparent;
}

.testimonial h3 {
  margin-bottom: 10px;

  font-size: 18px;
}

.testimonial p {
	margin-bottom: 0.5rem;

  font-size: 15px;
}

.testimonal-author {
	font-size: 1rem;
	position: absolute;
	bottom: -40px;
	right: 0;
}

@media all AND (max-width: 700px) {
	
	.testimonials {
    flex-direction: column;
		align-items: center;
	}

	.testimonial {
		width: 90%;
		
	}

}



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


section.ai_tabs_wrapper {
  background: #e4c0fe2b;
  padding: 50px 0;
  margin-top: 60px;
}

section.ai_tabs_wrapper .main_title p {
  color: #000;
  font-weight: 400;
}

section.ai_tabs_wrapper .nav-tabs .nav-item.show .nav-link, section.ai_tabs_wrapper .nav-tabs .nav-link.active {
  color: #8540a0;
  background-color: transparent;
  border-color: transparent;
}

section.ai_tabs_wrapper .nav-tabs {
  border-bottom: 1px solid #00000080;
}

section.ai_tabs_wrapper .nav-tabs .nav-link:focus, section.ai_tabs_wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

section.ai_tabs_wrapper .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.ai_tabs_icon h4 {
  text-transform: none;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin: 10px 0;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
}

.ai_tabs_icon img {
  max-width: 40px;
}

.ai_tabs_icon {
  background: #fff;
  max-width: 200px;
  width: 100%;
  padding: 12px 10px 10px 10px;
  border: 1px solid #ddd;
  margin-top: 20px;
  height: 112px;
  display: grid;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.tab-content {
  margin-top: 10px;
}



footer{
	position: relative;
	overflow: hidden;
    display: block;
    margin-top: 30px;
    padding: 50px 0 0px 0;
    background-color: #000;
}

.footer_menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer_menu li a {
	color: #fff;
  position: relative;
  padding-left: 14px;
}


.footer_menu li a:after {
	content: '';
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

footer p {
  text-align: center;
  color: #fff;
  background-color: #383636;
  padding: 10px 0;
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 0;
}

footer p a {
	font-size: 16px;
	color: #fff;
	text-decoration:underline;
}

/* Footer Social Icons */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #fff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
	color:#b2d8fd;
}


.inner_banner {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.progress-container {
  /* background-color: rgba(150, 150, 150, 0.6); */
  height: 1px;
  width: 100%;
}

.progress-bar {
  background-color: #2196f3;
  height: 3px;
  width: 0%;
   transition: width 1.5s ease-in-out;
}

.feature_rapper.inner_feture {
  background: #f6f9fc;
  padding: 60px 0;
}

.inner_banner_wrapper {
  margin-top: 140px;
}

.inner_banner_wrapper h1  {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.inner_banner_content ul li {
 display: flex;
 margin-bottom: 10px;
}

.inner_banner_content ul li i {
  background: #3b1a53;
  font-size: 13px;
  color: #fff;
  /* padding: 6px; */
  border-radius: 50%;
  margin-right: 10px;
  max-width: 22px;
  height: 22px;
  width: 100%;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.inner_banner_content .main_btn {
  margin-top: 40px;
}

.center_text .inner_banner_content .main_btn {
    display: flex;
    justify-content: center;
}

.inner_feture .feature_content h4 {
  line-height: 40px;
}

.inner_feture .feature_img_content img {
  max-width: 500px;
  width: 100%;
  border: 1px solid #dbe4ed;
}

.inner_feture .feature_content {
  max-width: 530px;
  width: 100%;
}

.center_text .inner_banner_content {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 10px auto;
}

.center_text .inner_banner_img {
  text-align: center;
  margin-top: 20px;
}

.center_text .inner_banner_img img {
  max-width: 1024px;
  width: 100%;
  padding: 20px;
  background: radial-gradient(73% 56% at 96% 69%, rgba(39, 180, 135, 0.3) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(50% 50% at 0% 100%, rgba(100, 94, 229, 0.12) 0%, rgb(248, 249, 250) 100%);
}

.home_managment_box img {
  max-width: 70px;
  width: 100%;
  transform: translateY(7px);
  transition: all 0.3s ease-in-out 0s
}

/* .home_managment_box:hover img {
  max-width: 70px;
  width: 100%;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out 0s
} */

.home_managment_box {
  --tw-shadow: 0px 0px 60px 0px #0000000D;
  --tw-shadow-colored: 0px 0px 60px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  padding: 40px;
  margin-top: 30px;
  position: relative;
  border-radius: 20px;
  background-color: #fff
}

.home_managment_box:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #ff505a;
  border-top: 1px solid #ff505a;
  margin-top: 30px;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 20px;
  z-index: -1
}

.home_managment_box:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1px solid #ff505a;
  border-bottom: 1px solid #ff505a;
  margin-top: 30px;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 20px;
  z-index: -1
}

.home_managment_box:hover:after {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s
}

.home_managment_box:hover:before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s
}

.home_managment_box h4 {
  font-size: 22px;
  line-height: 2rem;
  margin-top: 27px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #3b1a53;
}

/* .home_managment_box p {
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
} */

.tools_wrapper {
  background-color: #eeedff;
  padding: 80px 0;
}







.service_n_banner {
    background-image: url(../images/serivce-images/bg-1.jpg);
    width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.service_n_banner p , .service_nf_banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.service_n_banner.bg3 {
    background-image: url(../images/serivce-images/bg-3.jpg);
     width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.service_n_banner.bg2 {
    background-image: url(../images/serivce-images/bg-2.jpg);
     width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index:0;
}

.service_nf_banner.bg4 {
    background-image: url(../images/serivce-images/bg-4.jpg);
     width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index:0;
}

.service_n_banner.bg5 {
    /* background-image: url(../images/serivce-images/bg-5.jpg); */
    background: radial-gradient(circle, #9370DB, #4B0082);
     width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index:0;
}

.service_n_banner.bg7 {
    background-image: url(../images/serivce-images/bg-5.jpg);
     width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index:0;
}

.service_n_banner.bg8 {
    /* background-image: url(../images/serivce-images/bg-5.jpg); */
    background: radial-gradient(circle, #1b388c, #101b35);
    width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.service_n_banner.bg9 {
    /* background-image: url(../images/serivce-images/bg-5.jpg); */
    background: radial-gradient(circle, #3d0565, #4c0c1a);
    width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}


.service_n_banner.bg h1, .service_n_banner.bg8 p,
.service_n_banner.bg5 h1, .service_n_banner.bg5 p {
    color: #fff!important;
}



.service_nf_banner.inner_banner_wrapper {
    margin-top: 0px;
}

.service_n_banner.bg2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000b8;
    z-index: -1;
}

.service_n_banner.text-white .main_btn a {
    background: #3b1a53;
}

.service_n_banner.text-white h1 , .service_n_banner.text-white p {
    color: #fff!important;
}


.service_n_banner.inner_banner_wrapper {
  margin-top: 0;
}

.service_n_banner.inner_banner_wrapper h1 , .service_nf_banner .inner_banner_content h1 {
    color: #3b1a53;
}

.service_nf_banner .inner_banner_content .main_btn {
    margin-top: 30px;
    /* margin: 0 auto; */
    text-align: center;
    display: flex
;
    justify-content: center;
}

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

.shadaw img {
    border-radius: 10px;
    max-width: 560px;
}

section.core_tech {
    background: #e4c0fe2b;
    padding: 70px 0;
    margin-top: 60px;
}

/* .home_managment_box img {
                transform: translateY(0px);
                transition: all 0.3s ease-in-out 0s
            }

            .home_managment_box:hover img {
                transform: translateY(10px);
                transition: all 0.3s ease-in-out 0s
            } */

            .home_managment_box {
                --tw-shadow: 0px 0px 60px 0px #0000000D;
                --tw-shadow-colored: 0px 0px 60px 0px var(--tw-shadow-color);
                box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
                padding: 40px;
                margin-top: 30px;
                position: relative;
                border-radius: 20px;
                background-color: #fff;
                height: -webkit-fill-available;
            }

            .home_managment_box:after {
                content: '';
                position: absolute;
                top: -30px;
                left: 0;
                width: 0;
                height: 0;
                border-left: 1px solid #3b1a53;
                border-top: 1px solid #3b1a53;
                margin-top: 30px;
                transition: all 0.5s ease-in-out 0s;
                border-radius: 20px;
                z-index: -1
            }

            .home_managment_box:before {
                content: '';
                position: absolute;
                bottom: 0px;
                right: 0;
                width: 0;
                height: 0;
                border-right: 1px solid #3b1a53;
                border-bottom: 1px solid #3b1a53;
                margin-top: 30px;
                transition: all 0.5s ease-in-out 0s;
                border-radius: 20px;
                z-index: -1
            }

            .home_managment_box:hover:after {
                width: 100%;
                height: 100%;
                transition: all 0.3s ease-in-out 0s
            }

            .home_managment_box:hover:before {
                width: 100%;
                height: 100%;
                transition: all 0.3s ease-in-out 0s
            }

            .home_managment_box h4 {
                   font-size: 22px;
                  line-height: 27px;
                  margin-top: 27px;
                  margin-bottom: 10px;
            }

            .home_managment_box p {
                margin: 0 0 20px;
                /* display: -webkit-box;
                -webkit-line-clamp: 3; */
                -webkit-box-orient: vertical;
                overflow: hidden
            }

            .core_tech .home_managment_box p {
    
 
    -webkit-line-clamp: none;
 
}

            .home_managment_box a {
                /* color: var(--base-skin); */
                font-weight: 600
            }

            .home_managment_box a i {
                font-size: 14px;
                margin-left: 5px
            }

            .home_managment_box img {
    max-width: 90px;
    width: 100%;
    /* height: 100%; */
}

.title_flex {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 24px;
}

span.hmb_S_title {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: 18px;
    display: block;
}

.home_managment_box ul {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.home_managment_box ul li span {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px 5px 10px;
    border-radius: 14px;
}


.core_tech .main_title p {
    color: #000;
    font-weight: 400;
}

.industry_application_box {
    background: #f1f8fe47;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 10px;
}

.industry_application_box img {
    border-radius: 10px;
    width: 100%;
}

.industry_application_box h5 {
    margin-top: 20px;
    display: flex;
    color: #000;
    font-weight: 700;
}

.industry_application_box h5 svg{
 margin-right: 10px;
}

.service_n_process .row:before {
    z-index: 0;
    content: '';
    width: 100%;
    max-width: 860px;
    /* height: 3px; */
    position: absolute;
    top: 82px;
    left: 66px;
    background-color: #00000000;
    border: 2px dashed;
    opacity: .4;
}

.work-process {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-right: 30px;
}
.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit;
}
.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.step-icon {
    background: #eeedff;
    width: 110px;
    height: 110px;
    position: relative;
    border: 3px solid #b9b6e9;
    border-radius: 50%;
    line-height: 99px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
}
.step-num-box svg {
    max-width: 45px;
    width: 100%;
}
.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #05255f;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    right: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 45px;
}
.step-desc h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
}

.service_n_progress {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 5px;
}


.service_n_progress h4 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 2px;
    color: #000;
    margin-top: 0;
}
.service_n_progress h6 {
    margin-bottom: 25px;
    font-size: 13px;
    color: #000;
}

.card-6-inner .position-relative {
    margin-bottom: 15px;
}

.card-6-inner label {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.card-6-inner label {
  display: block;
}

.progress {
    vertical-align: baseline;
    width: 100%;
    margin-bottom: 10px;
}
.card-6-inner progress {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
 
}

.card-6-inner label {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
    font-size: 12px;
}

.m_title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Common background for browsers */
.card-6-inner progress::-webkit-progress-bar {
  background-color: #e4c0fe;
  border-radius: 10px;
}
.card-6-inner progress::-moz-progress-bar {
  border-radius: 10px;
}

/* Red progress bar */
#progress-bar-1::-webkit-progress-value,
#progress-bar-2::-webkit-progress-value,
#progress-bar-3::-webkit-progress-value {
  background-color: #3b1a53;
}
#progress-bar-1::-moz-progress-bar,
#progress-bar-2::-moz-progress-bar,
#progress-bar-3::-moz-progress-bar {
  background-color: #3b1a53;
}

.card-6-inner output {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #3b1a53;
    font-size: 12px;
}

.card-6-inner .position-relative {
    margin-bottom: 5px;
}
.service_n_ul svg {
    margin-right: 7px;
 
}
ul.service_n_ul li {
    margin-bottom: 10px;
    font-weight: 600;
}

.bg_style {
    background: #e4c0fe2b;
    padding: 70px 0;
    margin-top: 60px;
}

.img_style img {
    max-width: 550px;
    width: 100%;
    border-radius: 10px;
}

.img_style h4 {
    text-transform: none;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 48px;
    font-family: 'Open Sans', sans-serif;
}

.img_style h4 span {
    color: #000;
    background-color: #e4c0fe;
    padding: 1px 10px;
    border-radius: 5px;
}

.service_n_banner img {
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
}

p.ul_list {
    display: grid;
    gap: 4px;
    font-weight: 700;
}

p.ul_list span {
    position: relative;
    padding-left: 16px;
}

p.ul_list span:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #3b1a53;
    border-radius: 50%;
}


.four_process.service_n_process .row:before {
    width: 100%;
    max-width: 970px !important;
}

.cs_box {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.cs_box img {
  border-radius: 10px;
  margin-bottom: 14px;
}

.cs_box h5 {
    margin-top: 10px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}

span.cs_s_title {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 2px 9px;
    border-radius: 20px;
    font-weight: 500;
}

span.cs_s_title.bl {
    color: #0908f2;
       background: #0908f226;
}

span.cs_s_title.gn {
   color: #208b25;
    background: #37e7072b;
}

span.cs_s_title.rd {
       color: #ed7c1b;
    background: #e3770e26;
}

.cs_box_content p span {
    background: #e4c0fe;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    margin-right: 5px;
}

.cs_box_content p {
   margin-bottom: 10px;
    font-size: 13px;
}

.cs_box_content p b {
    font-size: 20px;
}


.cs_flex {
    display: flex;
    gap: 20px;
}

.cs_flex h5 {
    color:#000;    
    font-size: 20px;
}

.cs_flex svg {
    background: #e4c0fe2b;
    padding: 7px;
    border-radius: 150%;
    max-width: 38px;
    border: 1px solid #462f562b;
}

.ai_tech_icon {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 38px 10px 30px 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ai_tech_icon img {
    max-width: 40px;
    margin: 0 auto;
    width: 100%;
}

.ai_tech_icon h4 {
    text-transform: none;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 25px 0;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}

.ai_tech_icon p {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.pr_flex h6 {
  font-size: 30px;
  margin-bottom: 4px;
}

.pr_flex {
    display: flex;
    border-top: 1px solid #acaaaa;
    margin-top: 24px;
    padding-top: 20px;
    justify-content: space-around;
    text-align: center;
}

.core_tech h6 {
  color: #000;
  font-weight: 600;
}

.pr_flex h6.p {
  color: #f59e0b;
}

.pr_flex h6.g {
  color: #00c951;
}

.core_tech p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
        color: #00000080;
}


.work-process p.ul_list {
    gap: 1px;
}

.work-process .ul_list span {
       padding-left: 12px;
    font-size: 12px;
    line-height: 20px;
}

.work-process p.ul_list span:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #3b1a53;
    border-radius: 50%;
}

.fv_process .row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 1.1fr 1.1fr;
}

.service_n_process.fv_process .row:before {
    width: 100%;
    max-width: 980px;
}

.service_n_process.fv_process .work-process {
    padding-right: 5px;
}


.j-progress-bar {
 border-radius: 10px;
  height: 10px;
  width: 0%;
   transition: width 1.5s ease-in-out;
}

 .j-progress {
      height: 100%;
       border-radius: 10px;
       margin-bottom: 10px;
       background-color: #dddddd6d;
    }


.rd .j-progress-bar{
  background-color: #fb2c36!important;
}

.org .j-progress-bar {
  background-color: #ff6900!important;
}


.yl .j-progress-bar {
  background-color: #f0b100!important;
}

.gr .j-progress-bar {
  background-color: #00c951!important;
}

.bl .j-progress-bar {
  background-color: #2b7fff!important;
}


.bl .j-progress {
  background-color: #2b80ff40!important;
}
.gr.j-progress {
  background-color: #00c95147!important;
}
.yl .j-progress {
  background-color: #f0b1003d!important;
}
.org .j-progress {
  background-color: #ff6a0041!important;
}
.rd .j-progress {
  background-color: #fb2c3638!important;
}


.blue-gradient {
      background: linear-gradient(to right, #4B0082, #9370DB);
      padding: 60px 0;
}

.blue-gradient h2 , .blue-gradient p {
  color: #fff;
}

.ds_page .cs_flex {
    display: inline-grid;
    gap: 10px;
    margin-right: 30px;
}

.ds_page .cs_flex svg {
    padding: 10px;
    max-width: 45px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
  outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: linear-gradient(to left, #4364f7, #6fb1fc);
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.d_icon_wrapper .d_icon {
  font-size: 40px;
}

.d_icon_wrapper  h4 {
    margin: 10px 0;
}

.feature_content h6 {
  color: #000;
  margin-top: 20px;
}

.service_n_banner.bg6 {
    /* background-image: url(../images/serivce-images/bg-5.jpg); */
    background: #E0F2FF;
    width: 100%;
    height: 100%;
    padding: 180px 0 90px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.inner_banner_wrapper .inner_banner_content .innner_banner_s_title {
      color: #3b1a53;
    background: #3b1a5317;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #3b1a536b;
}

.nlp_style .feature_content {
    max-width: 730px;
    width: 100%;
}


.blog_box {
  margin-bottom: 30px;
  /* background: #f7f7f7; */
  /* background-image: linear-gradient(90deg, #049e9e17 0%, #662e8d14 100%); */
  border-radius: 5px;
  max-width: 370px;
  width: 100%;
  border: 1px solid #cdcaca;
}

.blog_content {
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog_content .fill_btn {
  border-top: 1px solid #dedcdc;
  margin-top: 20px;
  padding-top: 28px;
}

.blog_content h5 {
  color: #000;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  line-height: 28px;
  font-size: 18px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_content p {
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.blog_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.blog_img span {
  position: absolute;
  top: 20px;
  color: #fff;
  left: 20px;
  background-color: #3b1a53;
  padding: 10px;
  z-index: 99;
  /* background-image: linear-gradient(90deg, #049e9e17 0%, #662e8d14 100%); */
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}

.blog_img img {
  width: 100%;
  transition: 1.3s;
}

.blog_box:hover .blog_img img {
  transition: 1.3s;
  transform: scale(1.2);
}

/* .blog_content .blog_time span:after {

  background-color: #504e4ecc;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 10px;
    left: 0;
} */

.blog_time {
  margin-bottom: 14px;
  margin-top: 14px;
  border-bottom: 1px solid #dedcdc;
  padding-bottom: 15px;
}

.blog_content .blog_time span {
  color: #333333;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  background: #fff;
}

.blog_content .blog_time i {
  color: #3b1a53;
}

.blog_content .blog_time span:first-child {
  padding-left: 0px;
}

.blog_content  span a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.blog_content .fill_btn a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}


.blog_filter_box h5 {
 font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    padding-left: 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6c6;
}


.blog_filter_box {
  padding:10px ;
  /* box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%), 0px 1px 2px rgb(0 0 0 / 18%); */
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
  margin-top: 5px;
  background-color: #ebe0ff94;
  border-radius: 5px;
}

.blog_filter_box ul li a {
  color: #636363;
    background: none;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;

}

.blog_filter_box ul li a.active ,.blog_filter_box ul li a:hover  {
  color: #000;
  background:#fff;
  transition: all .3s ease-in-out;
  font-weight: 500;

}

.blog_box_content.side_blog {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog_box_content.side_blog ul {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.blog_box_content.side_blog {
  padding-left: 15px;
}

.blog_box_content.side_blog h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5px;
    margin-top: 3px;
    /* margin: 0; */
    font-weight: 500;
}

.blog_box_content ul li i {
  color: #fc4776;
  margin-right: 10px;
}

.blog_box_content ul li {
  color: #645f5f;
  font-size: 13px;
}

.side_blog .blog_btn a {
    font-size: 13px;
    color: #f10d48;
}

.tags{
  padding-left: 15px;
}

.tags a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 8px;
  border: 1px solid #efecec;
  border-radius: 5px;
 font-size: 12px;
    background-color: #fff;
    font-weight: 500;
    color: #000;
    font-style: italic;
}

.blog_detail_wrapper .blog_box {
  max-width: 100%;
  width: 100%;
  border: 1px solid #cdcaca;
}

.blog_detail_wrapper .blog_content .blog_time span {
  font-size: 16px;
}

.blog_detail_wrapper .blog_box p {
  display: block;
  font-size: 15px;
  line-height: 25px;
}

.blog_detail_wrapper .blog_content h5 {
  font-size: 22px;
  margin-bottom: 14px;
}

.blog_detail_wrapper .blog_time {
  margin-bottom: 22px;
  margin-top: 22px;
  padding-bottom: 22px;
}

.btm_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dedcdc;
  margin-top: 25px;
  padding-top: 25px;
}

.btm_tag ul.tags {
  display: flex;
  gap: 15px;
  align-items: center;
 
}

.btm_tag ul.tags li a {
  display: block;
  padding: 7px 15px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.btm_tag ul.tags li {
  font-size: 20px;
  font-weight: 700;
}

.blog_share {
  display: flex;
  gap: 15px;
}

.blog_share li a {
  display: block;
  padding: 7px;
  color: #000;
  border: 1px solid #000;
  font-size: 15px;
  border-radius: 50%;
  background-color: transparent;
  width: 40px;
  height: 40px;  
  line-height: 25px;
  text-align: center;
}

.blog_detail_wrapper h4 {
  font-size: 30px;
  color: #000;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
  margin-top: 25px;
}

.cmt_box {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #dedcdc;

}

.cmt_box img {
  max-width: 120px;
  width: 100%;
  border-radius: 50%;
}

.cmt_content h5 {
  color: #000;
  font-family: 'Inter', sans-serif;
}
.cmt_content p {
  margin-bottom: 0;
}

.reply:hover {
 color: #000;
}

.reply {
  position: absolute;
    /* width: 100%; */
    right: 0;
    top: 45px;
    left: auto;
    /* display: block; */
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.reply i{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.blog_detail_wrapper form {
  margin-top: 30px;
}

.blog_detail_wrapper input {
  position: relative;
  display: block;
  background: #e8f0fe;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  transition: all 500ms ease;
  margin-bottom: 25px;
}

.blog_detail_wrapper textarea {
  position: relative;
  display: block;
  background: #e8f0fe;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 16px;
  padding: 20px;
  transition: all 500ms ease;
  margin-bottom: 25px;
}

button.submit_button {
  background: #000;
  color: #fff;
  padding: 7px 33px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
}


.contact_dt_banner .inner_banner_content h1 {
    margin-bottom: 40px;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
}

.contact_dt_banner.service_nf_banner p {
    max-width: 1000px;
    margin: 0 auto;
}

.contact_dt_banner.service_nf_banner.bg4 {
    padding: 250px 0 170px 0;
}

.contact_form_left_content {
  height: 100%;
    border-radius: 5px;
    background-color: #3b1a53;
     /* display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0px 24px;
}

.g_map {
    padding-top: 24px;
    margin-bottom: 25px;
}

.g_map iframe {
   border-radius: 10px;
   border:2px solid #fff;
}

.page.quartz-grid-layout.copilot-grid-layout {
    display: none!important;
}

.contact-block .address-item .address-icon {
    background-image: linear-gradient(275deg, #fff 0%, #FCFCFF 100%);
    max-width: 48px;
    width: 100%;
    height: 100%;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    margin-right: 23px !important;
}
.contact-block .address-item .address-icon i {
  font-size: 20px !important;
  color: #000000 !important;
}

.contact-block h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 27px;
    max-width: 310px;
    width: 100%;
}

.contact-block .address-item.boxstyle2 .address-text .text {
  display: block;
}

.contact-block .address-item .address-text span.label {
  color: #fff !important;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
.contact-block .address-item .address-text .des {
  color: #fff !important;
}
.contact-form .sec-title-style1{
  position: relative;
  display: block;
  padding-bottom: 51px;
  width: 50%;
}
.contact-form .text-box{
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%;
}
.contact-form .text p{
  color: #848484;
  line-height: 26px;
  margin: 0;
}


.get_in_content h4 {
  color: #000;
}

.get_in_content ul {
  column-count: 2;
}

.get_in_content ul li {
  margin-bottom: 7px;
  font-size: 15px;
  position: relative;
  padding-left: 14px;
}

.get_in_content ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.get_in_content {
  position: absolute;
    right: auto;
    left: -10%;
    background: #fff;
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.get_in_content:after {
  content: '';
  background-color: #3b1a53;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0;
  position: absolute;
}

.get_in_content .fill_btn {
  width: 100%;
    max-width: fit-content;
}



.contact_form {
  margin-top: 120px;
}

.contact_form_content input {
  position: relative;
    display: block;
    background: #e8f0fe;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    transition: all 500ms ease;
    margin-bottom: 25px;
}

.contact_form_content textarea {
  position: relative;
    display: block;
    background: #e8f0fe;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 140px;
    font-size: 16px;
    padding-left: 19px;
    padding-top: 20px;
    padding-right: 15px;
    transition: all 500ms ease;
    margin-bottom: 25px;
}

.contact_form_content {
  padding-bottom: 10px;
}

.address-text {
    max-width: 270px;
    width: 100%;
}

.contact-block .address-item {
  display: flex;
  /* align-items: center; */
  margin-bottom: 25px
}

.hsfc-Button {
    background-color: #000!important;
}

.pricing-block {
  position: relative; 
  margin-bottom: 20px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  /* max-width: 360px; */
  margin: 0 auto;
  border-bottom: 20px solid #3b1a53;
      height: 100%;
          display: flex;
    flex-direction: column;
}

.pricing-block .icon-box {
    position: relative;
    padding: 30px 20px 0;
    background-color: #3b1a53;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 115px;
    max-width: 115px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 7px;
    width: 100%;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 89px;
    border: 5px solid #3b1a53;
    border-radius: 50%;
    font-size: 45px;
    color: #3b1a53;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #3b1a53;
  margin: 7px 0;
}

.pricing-block .price span {
    font-size: 14px;
    font-weight: 300;
  
    line-height: 10px;
    color: #848484;
}


.pricing-block .features {
  position: relative;
  max-width: 230px;
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 12px;
}

/* .fh .pricing-block .features  {
  height: 510px;
} */

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #848484;
    font-weight: 500;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
  margin-top: auto;
}

.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #3b1a53;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: #3b1a53;
  background: none;
  border-radius: 0px;
  border-color: #3b1a53;
}

.switch {
    font-size: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 35px;
    gap: 10px;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #8540a0;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
}

.switch label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
/* .switch input:checked + label::before {
  background-color: #08d;
} */
.switch input:checked + label::after {
  margin-left: calc(2.375rem * 0.8);
}

.pricing .main_title p  {
    line-height: 22px;
}

span.recommended {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 20px;
    display: none;
}

span.recommended i {
   margin-right: 2px;
}

.sm_title {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

section.faq_wrapper {  
  padding: 50px 0;
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 
    background-color: #f6f0fb;
}

button.accordion-button {
    font-weight: 700;
    font-size: 17px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3b1a53;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.contact_rapper.bg {
    background: #faf4ff;
    padding: 50px 0;
  
}



.tech_pg_box {
    border: 2px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.icon_cl {
    max-width: fit-content;
    padding: 17px;
    border-radius: 16px;
}

.tech_pg_box h5 {
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.tech_pg_box .main_btn a {
    background: transparent;
    color: #155dfc!important;
    padding:0;
    border-radius: 0.25rem;
    font-size: 16px;
    font-weight: 700;
    max-width: fit-content;
}

.icon_cl svg {
    width: 100%;
    max-width: 40px;
}

.blu {
  background-color: #155dfc;
}

.prl {
  background-color: #9810fa;
}

.rd {
  background-color: #f6339a;
}

.blu2 {
  background-color: #4f39f6;
}

.gr {
  background-color: #00a63e;
}

.org {
  background-color: #f54a00;
}

.ld_form {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    max-width: 1040px;
    /* gap: 28px; */
    margin: auto;
    margin-top: 130px;
    margin-bottom: 30px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ddd;
}

.ld_form_wrapper .sub_form {
    max-width: 445px;
    width: 100%;
    padding: 7px;
    border: 0!important;
    box-shadow: none!important;
    border-radius: 14px;
   
}

.ld_fr_content {
    background: #4b1862;
    border-radius: 14px 0px 100px 14px;
    padding: 50px;
}

.ld_fr_content h1 {
    font-size: 40px;
    margin-top: 17px;
    font-weight: 500;
}

.ld_fr_content span {
    color: #e4c0fe;
    font-size: 18px;
    font-weight: 500;
}

 .Flex__StyledFlex-cHGzEF.gWJJgT {
    display: none!important;
} 

.View__StyledView-dJETNi.iqmmqG {
    display: none!important;
}

span.IconHolder__StyledIconHolder-gQLlhR.dtaLmD {
    display: none!important;
}

.ld_fr_txt {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ld_fr_txt i {
    color: #fff;
    font-size: 27px;
}

.ld_fr_txt h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: -5px;
    margin-top: 7px;
}

.ld_fr_txt p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 4px;
}