.service-box {
    /* margin: 15px 10px auto 15px; */
    text-align: center;
    transition: all 0.5s;
}
.service-box .icon img {
    height: auto;
    max-width: 100%;
}
.service-box .icon {
    width: 80px;
    margin: auto;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #224774;
    position: relative;
    top: 26px;
    z-index: 3;
    left: 35%;
}
.service-box .icon:before {
    transition: all 0.5s;
    content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #195fab;
    opacity: .6;
    z-index: -1;
}

.service-box:hover .icon:before {
    width: 120px;
    height: 120px;
}
.service-box .img-in {
    position: relative;
    margin-top: -20px;
    border-radius: 10px;
}
.service-box .img-in img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.service-box:hover .img-in img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.img-icon-box-content {
  padding: 0 17px;
  margin-top: 16px;
}
.service-box a.title {
    font-size: 21px;
    font-weight: 700;
    margin: 10px auto 12px auto;
    display: block;
    position: relative;
    color: #393939;
    /* text-transform: uppercase; */
}
.service-box a.title:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    height: 5px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #224774;
    opacity: .7;
    left: 0;
    right: 0;
}
.service-box:hover a.title:before {
    width: 100px;
  
}
.service-box .wasf {
    font-size: 13px;
    font-weight: 500;
    color: #666363;
    margin-bottom: 10px;
}

.service-box a.more {
    color: #f00022;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.service-box a.title:hover {
    color: #224774 !important;
    text-decoration: none;
}

.product-details.text-center {
    background-color: #0170b3;
    padding: 10px;
    color: white;
}

.rs-about .rs-animation-shape {
  position: relative;
  z-index: 1;
}
.rs-about .rs-animation-shape .pattern {
  position: absolute;
  top: 22px;
}
.rs-about .rs-animation-shape .middle {
  position: absolute;
  left: -165px;
  top: -56px;
  z-index: -1;
}
.rs-about .rs-animation-shape .bottom-shape {
  position: absolute;
  left: -165px;
  top: 395px;
  z-index: -1;
}
.rs-about .rs-animation-shape .middle-image2 {
  position: absolute;
  top: -80px;
  left: -25px;
  z-index: -1;
}
.rs-about .shape-image {
  position: relative;
}
.rs-about .shape-image .top {
  position: absolute;
  right: 59%;
  top: -125px;
}
.rs-about .shape-image .bottom {
  position: absolute;
  right: 0;
  top: 145px;
}


.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}

.rs-services.style20 .services-item .iconbox-area {
  background: #fff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 14px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 -13px 0 0;
}
.rs-services.style20 .services-item .iconbox-area .icon-part {
  margin-bottom: 20px;
}
.rs-services.style20 .services-item .iconbox-area .icon-part a img {
  /* width: 64px; */
  /* border: 6px solid white; */
  border-radius: 6px;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 7px;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title a:hover {
  color: #f07a18 !important;
}
.rs-services.style20 .services-item .iconbox-area .services-content .services-txt {
  margin: 0;
  font-size: 13px;
}
.rs-services.style20 .services-item:hover .iconbox-area .icon-part {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style20 .bottom-link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #1c1b1b;
}
.rs-services.style20 .bottom-link a {
  color: #106eea;
}
.rs-services.style20 .bottom-link a:hover {
  color: #ec4c6f;
}

		.animation_images.four {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

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

@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.animation_images {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
          animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
          animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.rs-services.style20 .iconbox-area:hover .dance_hover,
.rs-whychooseus.style7 .iconbox-area:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
}}



.about-two__image {
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}



.about-two__image::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 6px;
  right: -7px;
  bottom: 8px;
  background-image: linear-gradient(11deg, #294f78 0%, #f07a1b 100%);
  -webkit-transform: rotate(3deg);
  transform: rotate(0deg);
  box-shadow: 0px 10px 30px 8px rgba(0, 0, 0, 0.1);
}

.about-two__image img {
  max-width: 100%;
  position: relative;
}
.line-blink {
    animation: blinky .7s infinite;
    background-color: #ffffff;
    padding: 0px 1px;
    position: relative;
    top: 0px;
    height: 0px;
    margin-top: 6px;
    margin-left: 5px;
}

@keyframes blinky {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.rs-services.services-main-home .services-item {
  background-color: #ffffff;
  box-shadow: 0px 30px 60px rgba(0, 0, 1, 0.04);
  overflow: hidden;
  margin: 0 -2px 0 -2px;
  border-radius: 15px;
  height: 350px;
  background: linear-gradient(to right, #533986, #3b77ab);
}
.rs-services.services-main-home .services-item .services-wrap {
  position: relative;
  padding: 26px 20px 30px 20px;
}
.rs-services.services-main-home .services-item .services-wrap .services-icon img {
  max-width: 64px;
  transform: scale(1);
  transition: 0.4s;
  transition-duration: 0s;
}
.rs-services.services-main-home .services-item .services-wrap .services-icon.ser-icon1 img {
  height: 40px;
  width: 40px;
}
.rs-services.services-main-home .services-item .services-wrap .services-content {
  margin: 25px 0px 0px 0px;
}
.rs-services.services-main-home .services-item .services-wrap .services-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 15px;
  transition: 0.3s;
  color: white;
}
.rs-services.services-main-home .services-item .services-wrap .services-content .title a {
  color: #224774;
  font-size: 17px;
}
.rs-services.services-main-home .services-item .services-wrap .services-content .title a:hover {
  color: #126ee8;
}
.rs-services.services-main-home .services-item .services-wrap .services-content .services-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.rs-services.services-main-home .services-item:hover {
  background-color: #224774;
  box-shadow: 0px 50px 90px rgba(84, 99, 255, 0.2);
  background: linear-gradient(to right, #224774, #3f80b9);
}
.rs-services.services-main-home .services-item:hover .services-wrap .services-content .title a {
  color: #ffffff;
}
.rs-services.services-main-home .services-item:hover .services-wrap .services-content .services-txt {
  color: rgba(255, 255, 255, 0.9);
}
.rs-services.services-main-home .services-item:hover .services-wrap .services-button a i:before,
.rs-services.services-main-home .services-item:hover .services-wrap .services-button a {
  color: #ffffff;
}
.rs-services.services-main-home .services-item:hover .services-button a:hover {
  color: #ffffff;
}
.rs-services.services-main-home.services-modify1 .services-item {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(0, 0, 1, 0.04);
  border-radius: 15px;
}
.rs-services.services-main-home.services-modify1 .services-item .services-wrap .numbering {
  color: #e2ebea;
  font-size: 48px;
  font-weight: 800;
  top: 30px;
  position: absolute;
  left: 330px;
}
.rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 15px;
}
.rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-content .services-txt {
  font-size: 18px;
  line-height: 28px;
}
.rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-icon img {
  height: 30px;
  width: 30px;
}
.rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-icon {
  width: 86px;
  height: 86px;
  line-height: 86px;
  box-shadow: 0px 20px 40px 0px rgba(99, 75, 248, 0.25);
  background-color: #1a73e9;
  border-radius: 50px 50px 50px 50px;
  text-align: center;
}
.rs-services.services-main-home.services-modify1 .services-item:hover {
  background-color: #1a73e9;
}
.rs-services.services-main-home.services-modify1 .services-item:hover .services-wrap .services-icon {
  background-color: #ffffff;
}
.rs-services.services-main-home.services-modify1 .services-item:hover .services-wrap .numbering {
  color: #FFFFFF30;
}
.rs-services.services-style1 .services-item {
  padding: 34px 30px 30px 30px;
  background-color: #FFFFFF;
  transition: 0.3s;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #FFFFFF;
}
.rs-services.services-style1 .services-item .services-wrap .services-icon {
  display: inline-block;
  width: 70px;
  height: 59px;
  line-height: 59px;
  margin: 0;
  background-color: #292965;
  text-align: center;
  margin: 0px 0px 30px 0px;
  transition-duration: 0.3s;
}
.rs-services.services-style1 .services-item .services-wrap .services-icon img {
  max-width: 30px;
  transform: scale(1);
  transition: 0.4s;
}
.rs-services.services-style1 .services-item .services-wrap .services-content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 14px;
}
.rs-services.services-style1 .services-item .services-wrap .services-content .title a {
  color: #00204A;
}
.rs-services.services-style1 .services-item .services-wrap .services-content .title a:hover {
  color: #f05c4e;
}
.rs-services.services-style1 .services-item .services-wrap .services-content .services-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #656567;
  margin-bottom: 0px;
}
.rs-services.services-style1 .services-item:hover {
  border-color: #f05c4e;
}
.rs-services.services-style1 .services-item:hover .services-wrap .services-icon {
  background-color: #f05c4e;
}
.rs-services.services-style1 .services-item:hover .services-wrap .services-icon img {
  transform: scale(0.9);
  transition: 0.4s;
}

.rs-services.services-main-home .services-item:hover .services-icon img {
    filter: brightness(10000%) contrast(100%) saturate(200%) blur(0px) hue-rotate(0deg);
}

.rs-services.services-main-home .services-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.aboutbox{
    /* color: #3b5aaa; */
    text-align: center;
    padding: 10px 10px 10px;
    border: 3px solid #1677E8;
    position: relative;
    z-index: 1;
}
.aboutbox:before,
.aboutbox:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.aboutbox:after{
       background: linear-gradient(#1f5aaa,#1677E8);
    width: 50%;
    height: 100%;
    box-shadow: none;
    transform: translateX(0) translateY(0);
    top: 0;
    left: auto;
    right: 0;
    z-index: -2;
}

.aboutbox2{
    /* color: #3b5aaa; */
    text-align: center;
    padding: 10px 10px 10px;
    border: 3px solid #1677E8;
    position: relative;
    z-index: 1;
}
.aboutbox2:before,
.aboutbox2:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.aboutbox2:after{
       background: linear-gradient(#1f5aaa,#1677E8);
       width: 50%;
       height: 100%;
       box-shadow: none;
       transform: translateX(0) translateY(0);
       top: 0;
       left: 0;
       right: auto;
       z-index: -2;
}

h3.mb-10.mt-0.font-weight-600 {
    font-size: 28px;
    font-weight: bold !important;
}
