  .container1 {
   
    margin-right: 10px;
 }


@media only screen and (max-width: 991px)
{
    
    
    .container1 {
   
    margin-right: auto;
    margin-left: auto;
}
}









/* Key Features Area CSS */
.key-features-area {
  background-image: url(../../assets/img/more-home/features/features-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;background: #f3faff;
}

.key-features-area.bg-transparent-with-color {
  background-color: #F6F9FB !important;
  background-image: unset;
}

.key-features-card {
  text-align: center;
  padding: 30px 23px;
  border: 1px solid #2196f326;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.key-features-card .icon {
  margin-bottom: 25px;
}

.key-features-card .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: linear-gradient(221.69deg, #00bcd4 0%, #3f51b5 101.01%);
  color: white;
  border-radius: 0px 100px 100px 100px;
  text-align: center;
  font-size: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.key-features-card .icon.bg2 i {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.key-features-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: black;
  -webkit-transition: var(--transition);
  transition: var(--transition);
line-height: 25px;}

.key-features-card p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
line-height: 25px;text-align: justify;font-size: 16px;}

.key-features-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);}

.key-features-card.bg-color-two::before {
  background: linear-gradient(221.69deg, #00bcd4 0%, #3f51b5 101.01%);
}

.key-features-card.style-two {
  position: relative;
  text-align: start;
  border-radius: 25px;
  padding: 30px 125px 30px 30px;
}

.key-features-card.style-two::before {
  border-radius: 25px;
}

.key-features-card.style-two .icon {
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 30px;
}

.key-features-card.style-two .icon i {
  border-radius: 100px 100px 0px 100px;
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.key-features-card.style-two:hover .icon i {
  border-radius: 0 100px 100px 100px;
}

.key-features-card.style-three {
  border-radius: 15px;
  border: 1px solid #f5f5f5;
}

.key-features-card.style-three::before {
  border-radius: 15px;
}

.key-features-card.style-three .icon.bg2 i {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.key-features-card.bg-color-three::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.key-features-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.key-features-card:hover .icon i {
  border-radius: 100px 100px 0 100px;
}

.key-features-card:hover h3 {
  color: white;
}

.key-features-card:hover p {
  color: white;
}

.key-features-shape-1 {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

.key-features-shape-2 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

.key-features-btn {
  text-align: center;
  margin-top: 10px;
}



  .section-title.title-with-bg-text .big-title {
    font-size: 35px;
    top: -8px;
  }.section-title.title-with-bg-text .big-title {
    font-size: 100px;
    font-weight: 800;
    opacity: 0.1;
    background: #3f51b5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
}.section-title .sub-title {
    display: block;
    margin-bottom: 10px;
    background: #020202;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.1em;
    font-weight: 600;
}.section-title h2 {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 31px;
}
.section-title.title-with-bg-text {
    position: relative;
}

.section-title {
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
margin-bottom: 50px;}



/*shape-css*/
.shape1 {
  bottom: 50px;
  z-index: -1;
  right: -50px;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape2 {
  bottom: 18%;
  z-index: -1;
  left: -70px;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.bg-shape1 {
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shape3 {
  left: 40px;
  bottom: 50px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape4 {
  top: 90px;
  right: 70px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape5 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.shape6 {
  position: absolute;
  z-index: -1;
  left: 10%;
  bottom: 8%;
}

.shape6 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 4%;
}

.shape7 img {
  -webkit-animation: opacitychange 4s linear 1s infinite;
          animation: opacitychange 4s linear 1s infinite;
}

.shape8 {
  position: absolute;
  z-index: -1;
  bottom: 28%;
  right: 30%;
}

.shape8 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape9 {
  position: absolute;
  z-index: -1;
  bottom: 5px;
  right: 5px;
}

.shape9 img {
  -webkit-animation: opacitychange 4s linear 1s infinite;
          animation: opacitychange 4s linear 1s infinite;
}

.shape10 {
  position: absolute;
  bottom: 40px;
  right: -40px;
  z-index: -1;
}

.shape11 {
  position: absolute;
  left: -30px;
  z-index: -1;
  top: 80px;
}

.shape12 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  right: 30%;
}

.shape12 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  z-index: -1;
  left: 18%;
  top: 18%;
}

.shape13 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.lines {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  margin: auto;
  position: absolute;
}

.lines .line {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}

.lines .line::after {
  left: 0;
  top: -50%;
  width: 100%;
  content: "";
  height: 15vh;
  display: block;
  position: absolute;
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
}

.lines .line:nth-child(1) {
  margin-left: -35%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: -17.5%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(4) {
  margin-left: 17.5%;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.lines .line:nth-child(5) {
  margin-left: 35%;
}

.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.shape14 {
  position: absolute;
  z-index: -1;
  left: 15%;
  top: 30%;
}

.shape14 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  bottom: 10px;
  z-index: -2;
  left: 50%;
}

.shape15 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

 
 
 

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes opacitychange {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacitychange {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


@media screen and (max-width: 767px)
{
    
    .section-title h2 {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 30px;
}.work-box .work-arrow {
    display: none;
}
}










.faq-section {
    background: #f3faff;
    /* min-height: 100vh; */
    /* padding: 10vh 0 0; */
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #ddecf7;
    padding-left: 10px;
color: #fff;}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: right;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #2196f3;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  /* background: #E91E63; */
  color: #2196f3;
  font-size: 14px;
  margin-right: 20px;
}
 
.faq .card .active  .faq-title
{color: #2196f3;font-weight: 600;}



.faq .card .card-body {
  padding: 20px;
  padding-right: 25px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
text-align: right;font-size: 16px;letter-spacing: 0;line-height: 28px;}


 .innerimg {
    display: block;
    position: inherit;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}

  .footer .hero-action .btn {
    width: 195px;
    height: 53px;
    font-size: 15px;
    margin-left: 22px;
}

.mb-15 {
    margin-bottom: 15px!important;
}
     .footer .hero-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




 .sec .hero-action .btn {
    width: 195px;
    height: 52px;
    font-size: 15px;
    margin-left: 22px;
}

 
  .sec .hero-action .btn:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}








@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.widget-title1{text-align: center;font-size: 22px;}






.work-box .work-icon {
    font-size: 56px;
    border-radius: 28% 72% 50% 50%/26% 20% 80% 74%;
    height: 96px;
    width: 96px;
    margin: 0 auto;
font-size: 33px;line-height: 96px;text-align: center;color: #746c6c;}

.bg-soft-primary {
    background-color: rgba(31, 97, 235, 0.15) !important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}.work-box .work-arrow {
    position: absolute;
    left: -48px;
    top: 45%;
    width: 28%;
/* width: 50%; */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);}.bg-soft-success {
    background-color: rgb(8 8 8 / 15%) !important;
}

 .bg-soft-warning {
    background-color: rgb(33 150 243 / 31%) !important;
}.section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    position: relative;
}



 .drop-icon {
    float: left;
    font-size: 16px;
    margin-top: 18px;
}



.accordion>.card .card-header:not(.collapsed) {
    background-color: #f3faff;
    color: #343a40;
border-radius: 5px !important;}

.accordion>.card  .card-header .collapsed {
    background-color: #fff !important;
    color: #343a40;
font-size: 16px;}


.accordion .card-header .btn:before {
    content: "\f078";
    display: inline-block;
   font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    color: #1095db;
    position: absolute;
    left: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}


 .btnaccord {
    width: 100%;
    justify-content: right;
border-radius: 0px;}

.accordion  .card-header .btn.collapsed:before {
    color: #1095db;
    transform: rotate(0deg);
}

.accordion .card{
    border-bottom: none;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgb(52 58 64 / 8%);
}





