
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: 129px 50px; */
    padding-bottom: 54px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    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;
}

.grey-bg {
  background: #ffffff;
}

.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;
  }
/* ----------------------------------------------banner------------------ */
svg {
  max-width: 400px;
  display: block;
  margin: auto;
}

svg path, svg g {
  transform-box: fill-box;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.living{
	    position: relative;
    background: white;
    z-index: 9;
    bottom: 60px;
    padding: 20px;
    margin: 0 auto;
    box-shadow: -1px 0px 10px #00000040;
    border-radius: 15px;

}
.bg2 {
    background: #0d6efd21;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg3 {
    background-image: url("../images/bg_layer_3.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
	    background-color: #ebfcf745;
}
.img-div {
  padding: 30px;
  background: white;
  border-radius: 12px 24% 20px 24%;
  box-shadow: inset 10px 10px 10px #00000045;
}
.banner-img h1{ text-align: center;  color: #003e6f;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 25px;}
.pl--50 {
    padding-left: 50px !important;
}
.section-title .title {
    margin-bottom: 0;
}
.mt--40 {
    margin-top: 40px !important;
}
.rbt-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #b966e7;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.bg-pink-opacity {
    background: #DB709321 !important;
    color: #DB7093 !important;
}
.rbt-feature {
    display: flex;
    transition: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
/*
.rbt-feature + .rbt-feature {
    margin-top: 30px;
}
*/
.bg-primary-opacity {
    background: #2f57ef2e !important;
    color: #2f57ef !important;
}
.bg-coral-opacity {
    background: #e9967a54 !important;
    color: #e9967a !important;
}
.rbt-cat-box-1{transition: 0.3s;display: block;position: relative;height: 425px;}
.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}
.rbt-cat-box-1 .inner {
    background-color: white;
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 0;
    padding: 28px 23px;
    height: 425px;
}
.content .title{font-weight:500;height: 48px;overflow: hidden;}
.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
}

.rbt-cat-box-1 .inner .icons svg, .rbt-cat-box-1 .inner .icons i {
    border-radius: 13px;
    max-height: 80px;
}
.rbt-cat-box-1:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top: -4px;
  left:-5px;
  transition:all 0.25s;
  border-top: 3px solid #1153ff70;
  border-left: 3px solid #1153ff70;
}
.rbt-cat-box-1:hover:before , .rbt-cat-box-1:hover:after{
  width:104%;
  height:110%;
}
.rbt-cat-box-1:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
  right:-5px;
  border-bottom: 3px solid #1153ff70;
  border-right: 3px solid #1153ff70;
  transition:all 0.30s;
}
.img-box{  
	background: white;
    border-radius: 10px 80px 10px 80px;
    padding: 15px;
}
.img-box img{
	border-radius: 10px 80px 10px 80px;
}
.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); }
}
.zoom{
	animation: zoom-in-zoom-out 1s ease infinite;
}
.description{font-size:20px}

.squares {
  height: auto;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}

.square {
  -webkit-animation: squares 9.5s linear infinite;
  animation: squares 9.5s linear infinite;
  align-self: flex-end;
  width: 1em;
  height: 1em;
  transform: translateY(100%);
  background: #e8ffcf;
}
.square:nth-child(2) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  -webkit-filter: blur(5px);
}
.square:nth-child(3) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-filter: blur();
}
.square:nth-child(4) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-filter: blur(3px);
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.square:nth-child(5) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-filter: blur(2px);
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.square:nth-child(6) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-filter: blur(1px);
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.square:nth-child(7) {
  height: 1em;
  width: 1em;
  -webkit-filter: blur(2.5px);
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.square:nth-child(8) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-filter: blur(6px);
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.square:nth-child(9) {
  height: 1em;
  width: 1em;
  -webkit-filter: blur(0.5px);
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.square:nth-child(9) {
  height: 1em;
  width: 1em;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-filter: blur(0.5px);
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

@-webkit-keyframes squares {
  from {
    transform: translateY(100%) rotate(-50deg);
  }
  to {
    transform: translateY(calc(-100vh + -100%)) rotate(20deg);
  }
}

@keyframes squares {
  from {
    transform: translateY(100%) rotate(-50deg);
  }
  to {
    transform: translateY(calc(-100vh + -100%)) rotate(20deg);
  }
}
.section_our_solution .row {
  align-items: center;
}

.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;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  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 a.common-blue-button{
    color: #fff;
}
.solution_cards_box .solution_card:hover a.common-blue-button:before{
	    border: 1px solid #fff;
}
.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;
}
.rbt-cat-box-1 .content h3 {
    font-size: 21px;
    font-weight: 700;
}
.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;
}

.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;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.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;
}
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
}
.testiblk {
    padding: 0px 0px;
    background: #fff;
}
.wrapper1 {
    border: solid #003e6f 2px;
    padding: 20px;
    position: relative;
    border-radius: 30px;
    margin-top: 50px;
}
blockquote {
    margin: 0 0 1rem;
}
/*
.wrapper1 blockquote:before, .wrapper1 blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 120px;
    padding: 10px;
    line-height: 1;
    color: #ff9f6b;
    background: whitesmoke;
    height: 70px;
}
*/
.wrapper1 h3 {
    color: #393939;
    font-size: 26px;
    font-weight: 500;
    margin: 15px 0;
}
blockquote{position: relative}
.wrapper1 blockquote::before {
        position: absolute;
    content: "";
    left: 5px;
    top: -7px;
    z-index: 0;
    background-image: url(../../images/quote.png);
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 169px;
    opacity: .4;
    background-size: contain;
}
.wrapper1 blockquote::after {
    position: absolute;
    content: "";
    right: 14px;
    bottom: -7px;
    z-index: 1;
    background-image: url("../../images/quote.svg");
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px;
}
@media (max-width: 768px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }
  .vs-work-process{
    margin-bottom: 20px;
  }
  .bg-card-color-1 .inner, .bg-card-color-4 .inner{
    flex-direction: column-reverse;
    display: flex;
}
.living {
    bottom: 37px;
	}
}