


.rs-project.style4 .project-item {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 5px;
  /* opacity: 0.2; */
  /* width: 70%; */
}
.rs-project.style4 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style4 .project-item .project-img a img {
  opacity: 1;
  transform: scale(1);
  transition: .6s;
  border-radius: 5px;
}
.rs-project.style4 .project-item .project-inner {
  background-color: transparent;
  /* background-image: linear-gradient(220deg, #00a6f5 0%, #015eea 100%); */
  position: absolute;
  /* bottom: -60px; */
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px 5px 0 0;
  max-width: 417px;
  left: 34%;
  transform: translateX(-56%);
  top: 21%;
}
.rs-project.style4 .project-item .project-inner .headtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.rs-project.style4 .project-item .project-inner .headtitle a {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-inner .category  {
  color: #ffffff;
}
.rs-project.style4 .project-item:hover .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style4 .project-item:hover .project-img a img {
  transform: scale(1);
  transition: .6s;
}
.rs-project.style4 .project-item:hover .project-inner {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-project.style4 .project-item:hover .project-inner .headtitle a{
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.rs-project.style4 .project-item:hover .project-inner .headtitle a {
  color: #ffffff;
}
.rs-project.style4 .headtitle a:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -9px;
    z-index: -1;
    height: 5px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #eaa821;
    /* opacity: .7; */
    left: 0;
    right: 0;
    width: 100px;
}
.rs-project.style4 .project-item:hover .project-inner .category a {
  color: #ffffff;
}
.rs-project.style4 .center .project-item {
  opacity: 1;
}
.rs-project.style4 .center .project-item .project-inner {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style4 .owl-nav .owl-next,
.rs-project.style4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15.5%;
  width: 42px;
  height: 42px;
  line-height: 25px;
  border-radius: 50%;
  background: #024e92f7;
  /* box-shadow: 0 0 30px #eee; */
  text-align: center;
  color: #1c1b1b;
  transition: all 0.5s;
  display: none;
}

.rs-project.style4 .owl-nav .owl-next {
  right: 15.5%;
  left: unset;
}

span.sg-orange-title-2 {
    color: #ed501f;
    text-transform: uppercase;
}

span.sg-orange-title-2:before {
    position: absolute;
    content: "let's slays the competition";
    /* width: 100%; */
    left: 299px;
    font-size: 16px;
    font-weight: 400;
    bottom: 1px;
}

.sg-services-box {
    border: 1px solid #f3f3ff;
    border-radius: 29px;
    padding: 28px;
	overflow:hidden;
	position:relative;
}

ul.sg-srv-details {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.sg-img-box {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50px;
    background-color: #f8f8ff;
    border: 1px solid #f8f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
}


li a.sg-srv-fullname {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: uppercase;
    color: #383968;
}


a.sg-srv-name {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ed501f;
    font-weight: 400;
}

a.sg-btn  img.btn-icon {
    max-width: 32px;
    margin-right: 8px;
    /* transition: all 500ms ease; */
}

a.sg-btn {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ed501f;
    font-weight: 400;
}

a.sg-btn:hover img.btn-icon {
	rotate:45deg;
	transition: 0.5s ease-in-out all;
}

ul.sg-srv-details:hover li.sg-img-box img {
    animation: hithere 2s ease infinite;
}

.sg-services-box:before {
    content: '';
    background-image: linear-gradient(180deg, #2b2c61 0%, #0a0a73 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.sg-services-box:hover:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sg-services-box:hover a.sg-srv-fullname {
    color: #fff;
}

.sg-services-box:hover p {
    color: #ffff;
}

.sg-side-btn {
    position: fixed;
    rotate: 90deg;
    right: -162px;
    top: -162px;
}

a.sg-fix-btn {
    text-transform: uppercase;
    color: #ed501f;
}

img.sg-btn-icon {
    rotate: 254deg;
    margin-right: 4px;
}

ul.sg-top-contact li img {
    animation: hithere 2s ease infinite;
    max-width: 36px;
}

@keyframes hithere {
  30% { transform: scale(1.1); }
  40%, 60% { transform: rotate(-20deg) scale(1.1); }
  50% { transform: rotate(20deg) scale(1.1); }
  70% { transform: rotate(0deg) scale(1.1); }
  100% { transform: scale(1); }
}



.rs-blog.blog-style1 .blog-item {
  background-color: #fff;
  padding: 20px;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta {
  display: flex;
  padding: 20px 30px 15px 10px;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .categories {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3e3e3e;
  margin-right: 45px;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .categories i {
  color: #3e3e3e;
  margin-right: 6px;
  font-weight: 900;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .categories i:before {
  top: -1px;
  position: relative;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .categories:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 12px;
  height: 7px;
  width: 1px;
  /* background: rgba(62, 62, 62, 0.3); */
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .admin {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3e3e3e;
  display: block;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .admin i {
  color: #3e3e3e;
  margin-right: 6px;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .admin i:before {
  top: -1px;
  position: relative;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-meta .admin a:hover {
  color: #f05c4e;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-title a {
  color: #00456d;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-title a:hover {
  color: #f05c4e;
}
.rs-blog.blog-style1 .blog-item .blog-content .blog-button a:hover i:before,
.rs-blog.blog-style1 .blog-item .blog-content .blog-button a:hover .btn-txt {
  color: #f05c4e;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .image-wrap {
  position: relative;
  max-width: 37.5%;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content {
  padding: 0px 0px 0px 30px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta {
  display: flex;
  padding: 0px 0 15px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3e3e3e;
  margin-right: 45px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories i {
  color: #3e3e3e;
  margin-right: 6px;
  font-weight: 900;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories i:before {
  top: -1px;
  position: relative;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 12px;
  height: 7px;
  width: 1px;
  background: rgba(62, 62, 62, 0.3);
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3e3e3e;
  display: block;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin i {
  color: #3e3e3e;
  margin-right: 6px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin i:before {
  top: -1px;
  position: relative;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin a:hover {
  color: #f05c4e;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 13px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-title a {
  color: #00456d;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-title a:hover {
  color: #f05c4e;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-button a:hover i:before,
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-button a:hover .btn-txt {
  color: #f05c4e;
}
.rs-blog.blog-style1.blog-modify2 .blog-item {
  margin: 20px 0px 0px 0px;
  transition: all 0.3s ease 0s;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.08);
  background-color: #fff;
  padding: 25px 20px 30px 20px;
  border-radius: 20px 20px 20px 20px;
}
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .image-wrap a img,
.rs-blog.blog-style1.blog-modify2 .blog-item .image-wrap a img {
  border-radius: 20px 20px 20px 20px;
}
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-desc {
  font-size: 18px;
  line-height: 28px;
  color: #656567;
}
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin,
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories,
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-meta .admin a,
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-meta .categories {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap {
  margin: 20px 0px 20px 0px;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.08);
  border-radius: 20px 20px 20px 20px;
}
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-meta .categories i:before,
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-title a:hover,
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin i,
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .categories i {
  color: #eaa821 !important;!i;!;
}
.rs-blog.blog-style1.blog-modify2 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-meta .admin a:hover,
.rs-blog.blog-style1.blog-modify2 .blog-item .blog-content .blog-meta .admin a:hover {
  color: #1a73e9;
}

.blog-button a {
  color: #00456d;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
}
.blog-button a:hover {color: #eaa821 !important;}
.rs-cta.cta-style4 .cta-widget-wrap {
  margin-bottom: -54px;
  padding: 70px 20px 70px;
  position: relative;
  z-index: 111;
  background-image: url(../images/bg/bg8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
}
.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap {
  display: flex;
  /* justify-content: center; */
}
.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap li {
  display: inline-block;
  margin-right: 20px;
}
.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap li:last-child {
  margin-right: 0;
}
.orgtext{color:#EAA721;}
.prbdr{    border: 6px solid #eaa821;
    border-radius: 6px;
}
.delivery_partners_logo li{
  background-color: rgba(255, 96, 24, 0.1);
  border-radius: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.3s;
}
.delivery_partners_logo li:hover {
  outline: 2px solid #024e92;
  outline-offset: 5px;
}
.delivery_partners_logo li:hover span{
  background-color: #024e92;
  }
  .delivery_partners_logo li:hover span img{
    /* filter: brightness(0.0); */
  }

.delivery_partners_logo li span{
  background-color: #fff;
  border-radius: 100%;
  /* padding: 40px; */
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how_it_works_section .delivery-partners-load-more{
  display:none;
}


.hover-top {
  position: relative;
  top: 0;
  transition: top linear 0.5s;
}
.hover-top:hover {
  top: -10px;
}
.hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1);
}

.d-flex {
    display: flex!important;
}
.gap-5 {
    gap: 3rem!important;
}

.justify-content-center {
    justify-content: center!important
}


.flex-wrap {
    flex-wrap: wrap!important;
}


.feedback-section{
	position: relative;
	overflow:hidden;
	padding-bottom:20px;
}

.feedback-section .title-box{
	position: relative;
	padding: 90px 0px 150px;
	background-color: #e9ede7;
}

.feedback-section .lower-section{
	position: relative;
}

.feedback-section .lower-section .lower-inner-section{
	position: relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
	overflow:hidden;
	margin-top: -170px;
}

.feedback-section .single-item-carousel{
	position:relative;
	max-width:650px;
	margin:0 auto;
	width:100%;
	display:block;
}

.feedback-section .owl-stage-outer{
	overflow:visible;
}

.feedback-section .owl-dots{
	position: relative;
	display: none;
}

.feedback-section .owl-nav{
	position:relative;
	width:110px;
	margin:0 auto;
	padding-top:30px;
}

.feedback-section .owl-nav .owl-prev,
.feedback-section .owl-nav .owl-next{
	position: relative;
    width: 45px;
    height: 45px;
    bottom: 50%;
    color: #a4a3a3;
    background: none;
    border: 2px solid #d9dfd7;
    z-index: 10;
	display: inline-block;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
	margin: 0px 5px;
    border-radius: 50px;
    background-color: #ffffff;
    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;
}

.feedback-section .owl-nav .owl-prev:hover,
.feedback-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#599b47;
	background-color: #599b47;
}

/*Testimonial Block*/

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position:relative;
	display:block;
	max-width:180px;
	margin:0 auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-align: center;
	background:#ffffff;
	padding: 80px 50px 70px;
	-webkit-transform:translateY(42px);	
	-ms-transform:translateY(42px);	
	transform:translateY(42px);	
}

.feedback-section .owl-item.active .testimonial-block .inner-box{
	max-width:none;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.testimonial-block .inner-box .image-outer{
	position: relative;
	display: inline-block;
}

.testimonial-block .inner-box .image-outer .image{
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 50%;
}

.testimonial-block .inner-box .image-outer .quote-icon{
	position: absolute;
	right: -35px;
	top: -25px;
	z-index: -1;
	color: #e9ede7;
	line-height: 1em;
	font-size: 60px;
}

.testimonial-block .inner-box h3{
	position: relative;
	color: #262626;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}

.testimonial-block .inner-box .location{
	position: relative;
	color: #599b47;
	font-size: 18px;
	margin-bottom: 12px;
}

.testimonial-block .inner-box .text{
	position: relative;
	color:#7c7b7b;
	font-size: 18px;
	line-height: 1.5em;
	display:none;
}

 /* no circle */
.flickity-button {
    
  background: transparent;
}
.flickity-button:hover {
    
  background: transparent;
  color: black;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
}
.flickity-button-icon {
  fill: white;
}
.flickity-button:disabled {
  display: none;
}
    
.carousel-cell {
  width: 70%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

@media screen and ( min-width: 768px ) {
  .carousel-cell {
    height: 400px;
  }
}

@media screen and ( min-width: 960px ) {
  .carousel-cell {
    width: 60%;
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}
    
	
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-16 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}	

	.mb-16 {
		margin-bottom: 16px;
	}
	
	.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #f1f6fc;
  text-align: left;
  padding: 18px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #024e9240;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 8px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 80px;
  height: 80px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bb0b0b;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 15px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #137ebc 0%, #0192d1 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}

.rs-feature.feature-style2 .feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature.feature-style2 .feature-btn li {
  display: inline-block;
  margin-right: 26px;
}
.rs-feature.feature-style2 .feature-btn li:last-child {
  margin-right: 0;
}
.rs-feature.feature-style2 .images-wrap {
  position: relative;
  z-index: 11;
  right: -13%;
}
.rs-feature.feature-style2 .images-wrap .morphine-wrap img {
  padding: 0px 0px 20px 40px;
}
.rs-feature.feature-style2 .images-wrap .shape-img {
  position: absolute;
  left: 15px;
  top: -7px;
  z-index: -11;
}
.rs-feature.feature-style2 .useful-wrap {
  position: relative;
  left: -12%;
  z-index: 11;
}
.rs-feature.feature-style2 .useful-wrap .morphine-wrap img {
  padding: 0px 0px 20px 40px;
}
.rs-feature.feature-style2 .useful-wrap .shape-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -11;
}
.rs-feature.feature-style2 .feature-wrap .feature-border {
  position: relative;
}
.rs-feature.feature-style2 .feature-wrap .feature-border:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3e3e3e;
  opacity: 30%;
  bottom: 29px;
  position: absolute;
}
.rs-feature.feature-style2.feature-modify4 .feature-item {
  display: flex;
  align-items: center;
}
.rs-feature.feature-style2.feature-modify4 .feature-item .feature-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #00a775;
  border-radius: 15px;
  transition: all 0.3s;
  margin-right: 20px;
}
.rs-feature.feature-style2.feature-modify4 .feature-item .feature-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #080d41;
  margin: 0 0 5px;
}
.rs-feature.feature-style2.feature-modify4 .feature-item .feature-content .desc {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #3e3e3e;
  margin: 0 0 0;
}
.rs-feature.feature-style2.feature-modify4 .feature-images {
  position: relative;
  right: -12%;
}
.rs-feature.feature-style2.feature-modify4 .feature-images .feature-shape {
  position: absolute;
  left: -20%;
  bottom: 10px;
}
.rs-feature.feature-style2.feature-modify4 .feature-images .feature-shape img {
  border-radius: 121.5px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap {
  position: relative;
  right: 6%;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap .feature-img {
  position: absolute;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap .feature-img.one {
  left: -6%;
  top: 10%;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap .feature-img.two {
  top: -8px;
  right: -23px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap .feature-img.three {
  right: -22px;
  bottom: -50px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap .feature-img.three img {
  max-width: 380px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 {
  position: relative;
  right: -12%;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 .feature-img {
  position: absolute;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 .feature-img.one {
  left: -6%;
  top: 7%;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 .feature-img.two {
  top: -64px;
  left: -65px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 .feature-img.three {
  right: -30px;
  bottom: -70px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap2 .feature-img.three img {
  max-width: 380px;
}
.rs-feature.feature-style2.feature-modify5 .images-wrap3 {
  position: relative;
  right: -14%;
}


.veritcal2 {
  animation-name: veritcal2 3s alternate infinite;
  -webkit-animation: veritcal2 3s alternate infinite;
}
@keyframes veritcal2 {
  0% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes veritcal2 {
  0% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}


.veritcal2 {
  animation-name: veritcal2 3s alternate infinite;
  -webkit-animation: veritcal2 3s alternate infinite;
}
@keyframes veritcal2 {
  0% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes veritcal2 {
  0% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation-duration: 2s;
  -webkit-animation: scale 2s alternate infinite;
}
.scale.new {
  animation-duration: 2.5s;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}


.rs-process.style1 .process-effects-layer {
  /* background-image: url(../images/steps.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  /* margin-top: -132px; */
  margin-bottom: 0px;
  padding: 20px 0px 0px 0px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #ffffff;
  padding: 27px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 140px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 169px;
  display: block;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #BB0B0B;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 17px;
  /* line-height: 38px; */
  font-weight: 700;
  color: #ffffff;
  margin: 15px 0 10px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}
.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}
.col-lg-3.col-md-6.md-mb-30.cstm{width: 20%;}

.rs-services.style4 .services-item {
  background: #ffffff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 40px 30px 40px 30px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px -7px 0 0;
}
.rs-services.style4 .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #0082f1;
}
.rs-services.style4 .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-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);
  }
}




.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: 400px; */
}
.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;
}
.rs-services.services-main-home .services-item .services-wrap .services-content .title a {
  color: #ea0504;
  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: #3e3e3e;
  margin-bottom: 20px;
}
.rs-services.services-main-home .services-item:hover {
  background-color: #ea0504;
  box-shadow: 0px 50px 90px rgba(84, 99, 255, 0.2);
}
.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);
  }
}

.box_loadmore{
  display:none;
}



