.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: #0170b3;
    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: 10px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #026bb9;
    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: #026bb9!important;
    text-decoration: none;
}
.product-details.text-center h5{font-size: 16px;}
.product-details.text-center {
   font-size: 15px;
   margin-top: 0px;
   /* text-transform: uppercase; */
   /* background-color: rgba(0, 0, 0, 0.8); */
   padding: 0px 9px 13px;
   margin-bottom: 1px;
   color: #ffffff;
   font-weight: 600;
   /* text-align: center; */
   /* position: absolute; */
   bottom: -1px;
   width: 100%;
   /* height: 60px; */
}

.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);
  }
}

.pr-document{background-color: #f9f5ef;height: 75px;text-align: center;}
.pr-document a{cursor: pointer;font-weight: 600;}
.pr-document a:hover{color: red !important;}

.thumb2 img {
	width: 100%;
	 transition: 0.3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.thumb2:hover img {
	  transform: scale(1.05);
}

.rs-cta.cta-main-home {
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.rs-cta.cta-main-home .rs-html5-video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rs-cta.cta-main-home .background-video-wrap .background-overlay {
  background-color: #0e0e0e00;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-cta.cta-main-home .animate-arrow {
  position: absolute;
  left: 57%;
  top: 36%;
}
.rs-cta.cta-style1 .content-wrap {
  padding: 70px 40px 40px 60px;
}
.rs-cta.cta-style2 .background-video-wrap .background-overlay {
  background-color: #55008C;
  opacity: 0.9;
  mix-blend-mode: unset;
}
#videobcg {
    position: absolute;

    overflow: hidden;
  -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);

}

.parallax5img {
  /* The image used */
  background-image: url("../images/about/about.jpg");
  min-height: 400px; 
  background-attachment: fixed;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-content.box{position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;}
a.blgbtn{color: #000000;}
a:hover.blgbtn{color: #e0240e!important;}