a.common-blue-button {
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 55px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    color: #1153ff;
}

a.common-blue-button:before {
    content: "";
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 2px solid #1153ff;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #1153ff17;
}

a.common-blue-button:hover:before {
    width: 100%;
}
a.common-blue-button svg {
    font-size: 21px;
    position: absolute;
    left: 25px;
}

.accordion-button {
    font-size: 21px !important;
}

.content-style p {
    color: #565656;
    font-size: 18px;
    line-height: 32px;
}

.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}

.title-head {
    color: black;
    font-weight: 600;
}

/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img {
    border-radius: 12px 24% 20px 24%;
}

.maintain {
    padding-bottom: 54px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.highlighterbg1 {
    color: #1153FF;
}

.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}

.img-logo {
    width: 130px;
}

.two-part-title h2 .highlighterbg1 {
    color: #1153FF;
}

.content-div {
    padding-top: 0px;
    z-index: 2;
    position: relative;
}

.content-div p {
    font-size: 20px
}

.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}

.content-div p {
    color: #424141;
    text-align: center;
}
.title {
  font-style: normal;
  line-height: 30px;
  margin-bottom: 10px;
  color: #37474F;
}
.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}
.shape-image.shape-2 {
    bottom: 300px;
    right: 0;
    left: unset;
    width: auto;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: -1;
  }
@-webkit-keyframes slidein {
from {background-position: top;  }
to {background-position: -100px 0px;}
}

@keyframes slidein {
from {background-position: top; }
to {background-position: -100px 0px;}

}



.center
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(75, 75, 250, 0.3);
  border-radius: 3px;
}
.center h1{
  text-align:center;
  color:white;
  font-family: 'Source Code Pro', monospace;
  text-transform:uppercase;
}
.content-div p {
    color: rgb(67, 67, 67);
    font-size: 20px;
}
svg path, svg g {
  transform-box: fill-box;
}



.box {
    text-align: center;
    background-color: white;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 0;
    padding: 28px 23px;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    border-top: 4px solid #607d8b91;
}
.box:hover{-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.img-box img{width: 100px;padding: 9px;background: white;box-shadow: -2px 1px 13px 3px rgb(129 104 145 / 23%);z-index: 1;position: relative;height: 100px;border-radius: 9px;}
.img-box{display: flex;justify-content: center;align-items: center;margin-bottom: 15px;}

.top-circle-shape {
    position: absolute;
    width: 243px;
    top: -47%;
    height: 243px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #CFA2E8, #637FEA);
    opacity: 0.19;
    border-radius: 100%;
    box-sizing: border-box;
}
.box-cont h4{font-size: 19px;}
.top-circle-shape::before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
}

.box-cont{height:156px}
.mt--40 {
    margin-top: 23px !important;
}
.rbt-feature {
    display: flex;
    transition: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    align-items: center;
}
.rbt-feature + .rbt-feature {
    margin-top: 30px;
}
.rbt-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.rbt-feature .icon.bg-primary-opacity i {
    color: #2e56ed;
}
.rbt-feature .icon i {
    color: #ffffff;
    font-size: 24px;
}
.bg-pink-opacity {
    background: #d5719221 !important;
    color: #d76c8f !important;
}
.bg-coral-opacity {
    background: #ea997e21 !important;
    color: #e8997e !important;
}
.bg-primary-opacity {
    background: #486dfa1f !important;
    color: #325af1 !important;
}
.box-img{    background: #ced6fb4a;
    padding: 10px;
    border-radius: 122px 10px 97px 10px;
}
.box-img img{ border-radius: 122px 10px 97px 10px;}
.bell{
   
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
.bell{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
/*  flex-wrap: wrap;*/
}
.solution_cards_box .solution_card {
  flex: initial;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 700;
}
.bg2 {
    background: #0d6efd12;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  
}
@media only screen and (max-width: 768px) {
  .our_solution_category .solution_cards_box {
/*    flex: 1;*/
  }
	.solution_cards_box .solution_card{    min-height: auto;}
	.solution_card .solu_description p {
    /* font-size: 18px; */
    margin-bottom: 15px;
}
	.our_solution_category{display: block;}
	.our_solution_category .solution_cards_box {
        flex-direction: column;
  }
	.img-box {
    margin-bottom: 15px;
}
.section-title .title {
  margin-top: 20px !important;
}
}