.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: #1a516e;
    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: #174f6fd6;
    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: 8px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #e14c25;
    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 {
    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-blog .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.rs-blog .blog-item .image-wrap {
  position: relative;
}
.rs-blog .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog .blog-item .image-wrap .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #bb0b0b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}

.rs-blog .blog-item .blog-content {
  padding: 15px 15px 13px 13px;
  background: #fff;
}
.rs-blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.rs-blog .blog-item .blog-content .blog-meta .date i {
  color: #106eea;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin i {
  color: #106eea;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
  margin-top: 0px;
}
.rs-blog .blog-item .blog-content .blog-title a {
  color: #014f92;
  font-size: 17px;
}
.rs-blog .blog-item .blog-content .blog-title a:hover {
  color: #f8c300;
}
.rs-blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
  font-size: 14px;
}
.rs-blog .owl-stage-outer {
  padding-bottom: 10px;
  margin-top: -10px;
}
.rs-blog .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
}

 .blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	/* box-shadow:0px 0px 15px rgba(0,0,0,0.20); */
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding: 24px 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:#3241ff;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#303ef9;
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color: #463f40;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:#1a1e66;
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	/* color:#1a1e66; */
	font-size:16px;
	line-height:1.9em;
	margin-bottom: 14px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#1a1e66;
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#0d179e;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#1a1e66;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top: 5px;
	/* padding-left:40px; */
	/* padding-right:40px; */
	margin-bottom: 18px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags span{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#1a1e66;
	font-family: 'Poppins', sans-serif;
}

.blog-single .post-share-options .post-tags a{
	position:relative;
	padding:8px 20px;
	color:#1a1e66;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:50px;
	display:inline-block;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover{
	color:#ffffff;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
    background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.blog-single .post-share-options .social-links li.twitter a{
	background-color:#55acee;
}

.blog-single .post-share-options .social-links li.google-plus a{
	background-color:#dd4b39;
}

.blog-single .post-share-options .social-links li.dribble a{
	background-color:#cd339a;
}
.blog-single .post-share-options .social-links li.whatsapp a{
	background-color:#2DC100;
}.blog-single .post-share-options .social-links li.linkedin a{
	background-color:#0077B7;
}

.blog-single .post-share-options .social-links li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#3b5998;
}

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height: 70px;
	padding-left:90px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 79px;
	 height: 79px;
	 overflow:hidden;
	 /* border-radius:50%; */
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#1a1e66;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color: #463f40;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size: 13px;
	line-height: 22px;
}

.popular-posts .post a:hover{
	color: #00438b;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color: #d02d2a;
	font-weight: 600;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color: #d92d2a;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

p.date-box {
    position: absolute;
    margin-top: -60px;
    background-color: #d32e30d6;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
}

.sidebar-side.col-lg-4.col-md-12.col-sm-12 {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-left: 0px;
}