
@import 'https://fonts.googleapis.com/css?family=Raleway';

/* Circle behind Nav Bar */

/* .circleBehind a:before, .circleBehind a:after
{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #0277bd;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.circleBehind a:after
{
    border-width: 2px;
    transition: all 0.4s;
}

.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
} */

/* .container1
{
    font-family: Raleway;
    margin: 0 auto;
    padding: 0em 3em;
    text-align: center;
}

.container1 a
{
    color: #FFF;
    text-decoration: none;
    font: 20px Raleway;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 0;
    cursor: pointer;
} */
.rs-banner .banner-img-part .banner-circle {
  width: 74%;
  text-align: center;
  position: absolute;
  top: 84px;
  transform: translateY(-50%);
  left: 233px;
}
.rs-breadcrumbs .breadcrumbs-wrap img {
  width: 100%;
  /* height: 400px; */
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    width: 100%;
    font-size: 48px;
    text-transform: capitalize;
    color: #ffffff !important;
    font-weight: 600;
    float: left;
    line-height: 50px;
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li:after {
  content: ">";
  margin: 0 3px 0 7px;
  color: #666666;
}
.primary-color {
    color: #408fcd;
}
.rs-header .menu-area .main-menu .rs-menu ul li a:hover, .rs-header .menu-area .main-menu .rs-menu ul li.active a, .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #3f69b2 !important;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  height: 96px;
  line-height: 96px;
  padding: 0;
  color: #3f6cb4;
}
/* Border X get width  */
.borderXwidth a:before, .borderXwidth a:after
{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

.borderXwidth a:before
{
    left: 0px;
    top: 20px;
}

.borderXwidth a:after
{
    right: 0px;
    bottom: 20px;
}

.borderXwidth a:hover:before, .borderXwidth a:hover:after
{
    opacity: 1;
    width: 100%;
}
.s_logo{
  position: absolute;
    left: 218px;
    width: 100px;
    top: 38px;
}
/* HOME PAGE CSS */
/* header css */
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu {
    padding-right: 0px;
}
/* slider css */
.rs-banner {
    position: relative;
    background: url('../images/banner/slider1.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0 0;
    height: 750px;
}
.rs-banner .banner-text-part .banner-title {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
}
.readon {
  padding: 11px 90px 11px 35px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  background: #59c3f3;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  outline: none;
  position: relative;
  border-radius: 57PX;
  box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);
}
.readon1 {
  padding: 11px 90px 11px 35px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  background: #3f7fc1;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  outline: none;
  position: relative;
  border-radius: 57PX;
  box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);
}
#join{
  margin-top: 12px;
    width: 150px;
    height: 50px;
    border-radius: 43px;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);
    background: #3f7fc1;
    border-color: #3f7fc1;
}
.readon:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 200%;
  transition: all 0.3s ease 0s;
  background: #40a9d9eb;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(
-20deg
);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(
-20deg
);
}
.readon:hover {
  background: #03a4ed;
  color: #ffffff;
}
.readon:hover:after {
  width: 38%;
}
.readon:focus {
  outline: none;
}
.slider-logo1{
    position: relative;
    left: 20px;
}
/* our work css */

.rs-working-process{
    padding-top:150px;
}

/* footer bottom css */
.rs-footer .copyright {
    padding: 16px 0 !important;
    border-top: 2px solid #f1f1f1;
    background: #212529;
}
.links1 li {
    width: 208px;
}
.links li {
    width: 208px;
}
.links{
    margin-left: 130px;
}
.links1 li a{
    color:#666666;
}
.links li a{
    color:#666666;
}
.footer-widget h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: linear-gradient( 
        109.6deg
         ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
}
.footer-widget h4:after {
    content: "";
    position: absolute;
    left: 35px;
    bottom: 0;
    height: 3px;
    background: #f6f9fc;
    width: 5px;
}
.rs-footer .contact-info .info .content a:hover {
  color: #408dcb;
}
.copyright p {
  margin: 0 0 0px !important;
}
.rs-footer .footer-widget .footer-title {
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 20px;
    z-index: 1;
    font-weight: 600;
    padding-bottom: 15px;
}
.rs-footer .contact-info .info .icon-part i {
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    background: linear-gradient( 
        109.6deg
         ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
    box-shadow: 0 0 12px #ccc;
}
.rs-footer .footer-bottom {
    padding: 60px 0 40px;
}
.info p{
  
        margin: 0 0 11px;
   
}
.mb-15 {
    margin-bottom: 10px;
}

.left
{
    position: relative;
}

.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient( 
        109.6deg
         ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.left:hover:before {
    visibility: visible;
    width: 30%;
  }
  .social-links .fb{
    background: #aba7a5;
    PADDING: 2px 12px;
    BORDER-RADIUS: 50%;
  }
  .social-links .all {
    background: #aba7a5;
    PADDING: 2px 10px;
    BORDER-RADIUS: 50%;
}
.rs-footer .footer-widget .social-links li a:hover {
    color: white;
    background: linear-gradient( 
        109.6deg
         ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
}
#scrollUp:hover {
    background: linear-gradient( 
        109.6deg
         ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
}

/* service css */
.rs-features{
    padding-top:50px;
}
.rs-testimonials .item .testi-wrap .icon-part i {
  font-size: 50px;
  line-height: 50px;
  color: #408fcc;
}
.rs-counter .counter-wrap .counter-content .counter-number {
  font-size: 42px;
  font-weight: 600;
  color: #03a4ed;
  position: relative;
  margin-bottom: 9px;
  padding-right: 23px;
  font-family: 'Poppins', sans-serif;
}

.sec-title .desc2 {
  font-size: 16px;
  color: #101010;
  text-align: justify;
}
/* ---------------------------
    07. Serice Section CSS
------------------------------*/
.rs-servicedetails{
  /* margin-bottom: 120px; */
}
.servicedetail{
  margin-top: 120px;
}
.rs-servicedetails .shape-icon-part {
  position: relative;
}
.rs-servicedetails .shape-icon-part .shape-icon .shape {
  position: absolute;
  border-radius: 50%;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon1 {
  top: 15px;
  right: 600px;
  animation: spine 50s infinite linear;
  -webkit-animation: spine 50s infinite linear;
  -moz-animation: spine 50s infinite linear;
  -o-animation: spine 50s infinite linear;
  height: 500px;
  width: 100px;
  margin: 0 50px auto;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon1 .shape-img {
  width: 105px;
  height: 105px;
  opacity: 0.71;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon2 {
  top: 235px;
  right: 530px;
  animation: spine 30s infinite linear;
  -webkit-animation: spine 30s infinite linear;
  -moz-animation: spine 30s infinite linear;
  -o-animation: spine 30s infinite linear;
  height: 250px;
  width: 120px;
  margin: 0 30px auto;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon2 .shape-img {
  width: 37px;
  height: 37px;
  animation: zoom 1s infinite alternate;
  -webkit-animation: zoom 1s infinite alternate;
  -moz-animation: zoom 1s infinite alternate;
  -o-animation: zoom 1s infinite alternate;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon3 {
  top: 50px;
  right: 400px;
  animation: spine-reverse 20s infinite linear;
  -webkit-animation: spine-reverse 20s infinite linear;
  -moz-animation: spine-reverse 20s infinite linear;
  -o-animation: spine-reverse 20s infinite linear;
  height: 300px;
  width: 100px;
  margin: 0 30px auto;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon3 .shape-img {
  width: 24px;
  height: 24px;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon4 {
  top: 450px;
  right: 400px;
  animation: spine-reverse 25s infinite linear;
  -webkit-animation: spine-reverse 25s infinite linear;
  -moz-animation: spine-reverse 25s infinite linear;
  -o-animation: spine-reverse 25s infinite linear;
  height: 150px;
  width: 100px;
  margin: 0 15px auto;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon4 .shape-img {
  width: 19px;
  height: 19px;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon5 {
  top: 275px;
  right: 340px;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon5 .shape-img {
  width: 19px;
  height: 19px;
  animation: zoom 3s infinite alternate;
  -webkit-animation: zoom 3s infinite alternate;
  -moz-animation: zoom 3s infinite alternate;
  -o-animation: zoom 3s infinite alternate;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon6 {
  top: 70px;
  right: 185px;
  animation: spine-reverse 30s infinite linear;
  -webkit-animation: spine-reverse 30s infinite linear;
  -moz-animation: spine-reverse 30s infinite linear;
  -o-animation: spine-reverse 30s infinite linear;
  height: 300px;
  width: 100px;
  margin: 0 30px auto;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon6 .shape-img {
  width: 19px;
  height: 19px;
  animation: zoom 2s infinite alternate;
  -webkit-animation: zoom 2s infinite alternate;
  -moz-animation: zoom 2s infinite alternate;
  -o-animation: zoom 2s infinite alternate;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon7 {
  top: -35px;
  right: 5px;
}
.rs-servicedetails .shape-icon-part .shape-icon .icon7 .shape-img {
  width: 24px;
  height: 24px;
  animation: zoom 1s infinite alternate;
  -webkit-animation: zoom 1s infinite alternate;
  -moz-animation: zoom 1s infinite alternate;
  -o-animation: zoom 1s infinite alternate;
}
.rs-servicedetails .about-img {
  position: relative;
  padding: 0 0 40px;
}
.rs-servicedetails .about-img .img-shape {
  position: absolute;
}
.rs-servicedetails .about-img .img-shape.msg1 {
  left: 0;
  top: 95px;
}
.rs-servicedetails .about-img .img-shape.msg2 {
  left: 120px;
  top: 0;
}
.rs-servicedetails .about-img .img-shape.msg3 {
  right: 50px;
  top: 0;
}
.rs-servicedetails .about-img .img-shape.shape1 {
  left: 85px;
  bottom: 140px;
}
.rs-servicedetails .about-img .img-shape.shape2 {
  top: 85px;
  right: 130px;
}
.rs-servicedetails .about-img .img-shape.shape3 {
  top: 137px;
  right: 115px;
}
.rs-servicedetails .about-img .img-shape.shape4 {
  top: 0;
  right: 50%;
}
.rs-servicedetails .about-img .img-shape.shape5 {
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
}
.rs-servicedetails .about-img .img-shape.shape6 {
  bottom: 100px;
  right: 215px;
  padding: 12px;
  background: #2547b7;
  border-radius: 10px;
  z-index: 2;
}
.rs-servicedetails .about-img .img-shape.phone {
  bottom: 35px;
  left: 245px;
  z-index: 1;
}
.rs-servicedetails .about-img .img-shape.lady {
  bottom: 36px;
  left: 105px;
  z-index: 2;
}
.rs-servicedetails .about-img .img1 {
  position: relative;
  z-index: 9;
}
.rs-servicedetails .about-img .img2 {
  position: absolute;
  right: -115px;
  top: 75px;
  z-index: 9;
}
.rs-servicedetails .about-section-img {
  position: relative;
  top: 115px;
  right: -120px;
  text-align: right;
}
.rs-servicedetails .about-section-img img {
  position: relative;
  z-index: 1;
}
.rs-servicedetails .about-section-img .notification {
  padding: 22px 38px 55px;
}
.rs-servicedetails .about-section-img .notification img {
  box-shadow: 9px 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.rs-servicedetails .about-section-img .icon {
  position: absolute;
  left: 0;
  box-shadow: 9px 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.rs-servicedetails .about-section-img .icon .icon-border {
  position: absolute;
  border: unset;
}
.rs-servicedetails .about-section-img .icon .icon-border.left {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  border-bottom: 1px dashed #b5a733 !important;
}
.rs-servicedetails .about-section-img .icon .icon-border.top {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  border-left: 1px dashed #b5a733 !important;
}
.rs-servicedetails .about-section-img .icon.messenger {
  top: 325px;
  left: 20px;
}
.rs-servicedetails .about-section-img .icon.vimeo {
  top: 200px;
  left: 75px;
}
.rs-servicedetails .about-section-img .icon.slack {
  top: 25px;
  left: 100px;
}
.rs-servicedetails .about-section-img .icon.paypal {
  top: -110px;
  left: 225px;
}
.rs-servicedetails .about-section-img .icon.paypal .top {
  left: 100%;
  transform: rotate(-15deg);
}
.rs-servicedetails .about-section-img .icon.dropbox {
  top: -130px;
  left: 425px;
}
.rs-servicedetails .about-section-img .icon.behance {
  top: -115px;
  left: 605px;
}
.rs-servicedetails .about-section-img .icon.behance .top {
  left: 0;
  transform: rotate(15deg);
}
.rs-servicedetails .about-section-img.right-shape:after {
  left: 660px;
  top: 185px;
}

.rs-servicedetails .about-img-part img {
  position: absolute;
}
.rs-servicedetails .about-img-part .women {
  right: 85%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 25px;
}
.rs-servicedetails .about-img-part .img1 {
  top: 0;
  left: 25px;
}
.rs-servicedetails .about-img-part .img2 {
  top: 50%;
  left: 50px;
  animation: move-x-reverse 2s infinite alternate;
  -webkit-animation: move-x-reverse 2s infinite alternate;
  -moz-animation: move-x-reverse 2s infinite alternate;
  -o-animation: move-x-reverse 2s infinite alternate;
}
.rs-servicedetails .about-img-part .img3 {
  bottom: 0;
  left: 0;
  animation: move-y 2s infinite alternate;
  -webkit-animation: move-y 2s infinite alternate;
  -moz-animation: move-y 2s infinite alternate;
  -o-animation: move-y 2s infinite alternate;
}
.rs-servicedetails .about-img-part .img4 {
  bottom: -10px;
  left: 50%;
  animation: move-x-reverse 2s infinite alternate;
  -webkit-animation: move-x-reverse 2s infinite alternate;
  -moz-animation: move-x-reverse 2s infinite alternate;
  -o-animation: move-x-reverse 2s infinite alternate;
}
.rs-servicedetails .about-img-part .img5 {
  bottom: 0;
  right: 0;
  animation: move-x 5s infinite alternate;
  -webkit-animation: move-x 5s infinite alternate;
  -moz-animation: move-x 5s infinite alternate;
  -o-animation: move-x 5s infinite alternate;
}
.rs-servicedetails .sec-title p {
  font-size: 15px;
  line-height: 32px;
}
#more {display: none;}
#myBtn:hover{
  cursor: pointer;
}
.rs-servicedetails .sec-title .about-txt {
  max-width: 565px;
}
.rs-servicedetails .counter-part {
  display: block;
  max-width: 350px;
  float: right;
}
.rs-servicedetails .counter-part .single-counter {
  display: flex;
  align-items: center;
  padding: 15px 40px;
  box-shadow: 2px 10px 30px rgba(158, 158, 158, 0.25);
}
.rs-servicedetails .counter-part .single-counter span {
  padding-right: 10px;
}
.rs-servicedetails .counter-part .single-counter span i {
  color: #026dff;
}
/* .rs-servicedetails .counter-part .single-counter span i:before {
  font-size: ;
} */
.rs-servicedetails .counter-part .single-counter .counter-number {
  font-size: 24px;
  font-weight: 500;
  padding-right: 35px;
  margin-right: 20px;
  position: relative;
  color: #222222;
  min-width: 65px;
}
.rs-servicedetails .counter-part .single-counter .counter-number:after {
  content: 'M+';
  position: absolute;
  right: 0;
}
.rs-servicedetails .counter-part .single-counter .counter-txt {
  margin: 0;
  font-weight: normal;
  color: #555555;
  font-size: 16px;
  font-weight: 300;
}
.rs-servicedetails .rs-testimonial {
  margin-top: 210px;
}
.rs-services.rs-border-style .services-grid {
  padding: 50px 24px 36px;
  height: 420px;
}
.rs-services .services-grid .content-part .desc {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
  height:200px;
}
.web, .soft, .mobile, .digital, .graphic {
  padding : 40px 0px;
}

element.style {
  visibility: visible;
  animation-duration: 2000ms;
  animation-delay: 600ms;
  animation-name: fadeInUp;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.rs-servicedetails .about-img-part {
    position: relative;
    /* padding: 60px 0; */
}
.soft{
  background: #f7f7f7;
    padding-bottom: 105px;
}
.digital{
  background: #f7f7f7;
    padding-bottom: 105px;
}
.feature-list i:hover{
  color: #ffffff;
}
.feature-list i{
  color: #0095ff;
}
.feature-list:hover{
  background: linear-gradient( 
109.6deg
 ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
 color:white; 
}
/* .feature-list i:hover{
  color:white; 
} */
/*-----------------------------------------------
    05. Features Seatures Section Css
-----------------------------------------------*/
.rs-features .features-wrap {
    padding: 100px 65px 80px;
    transition: all 0.3s ease 0s;
    /* background: #ffffff; */
  }
  .rs-features .features-wrap .icon-part {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 42px;
    position: relative;
  }
  .rs-features .features-wrap .icon-part .shape {
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease 0s;
    animation: none;
  }
  .rs-features .features-wrap .icon-part i {
    color: #ffffff;
  }
  .rs-features .features-wrap .icon-part i:before {
    font-size: 43px;
  }
  
  /* .rs-features .features-wrap .icon-part:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    z-index: 0;
  } */

  .rs-features .features-wrap .icon-part.primary {
    background: #fa8d2c;
    box-shadow: 0 28px 28px 0 rgba(250, 141, 44, 0.2);
  }
  .rs-features .features-wrap .icon-part.primary:after {
    border-color: #fa8d2c;
  }
  .rs-features .features-wrap .icon-part.secondary {
    background: #34456b;
    box-shadow: 0 28px 28px 0 rgba(52, 69, 107, 0.2);
  }
  .rs-features .features-wrap .icon-part.secondary:after {
    border-color: #34456b;
  }
  .rs-features .features-wrap .icon-part.red {
    background: #ff8b8b;
    box-shadow: 0 28px 28px 0 rgba(255, 139, 139, 0.2);
  }
  .rs-features .features-wrap .icon-part.red:after {
    border-color: #ff8b8b;
  }
  .rs-features .features-wrap .content-part .title {
    margin-bottom: 17px;
  }
  .rs-features .features-wrap .content-part .title a {
    color: #04004d;
  }
  .rs-features .features-wrap .content-part .title a:hover {
    color: #f97a09;
  }
  .rs-features .features-wrap:hover .icon-part:after {
    opacity: 0;
    transform: scale(0.85);
  }
  .rs-features .hover-effect:hover .features-wrap:hover,
  .rs-features .hover-effect:not(:hover) .active {
    box-shadow: 3px 7px 25px 0 rgba(0, 0, 0, 0.05);
  }
  .rs-features .hover-effect:hover .features-wrap:hover .icon-part .shape,
  .rs-features .hover-effect:not(:hover) .active .icon-part .shape {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
  }
  .rs-features .ball {
    position: absolute;
    right: -30px;
    bottom: -20px;
    z-index: -1;
  }
  .rs-features .features-wrap .icon-part .shape {
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease 0s;
    animation: none;
}

.feature-list {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 13px 13px 13px 25px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2effc;
  cursor: pointer;
  transition: all .6s ease;
}
.rs-servicedetails .anim{
  margin-left: 80px;
    padding-top: 60px;
}
.other{
  padding-top: 28px;
}
@media (min-width: 1200px){
.rs-servicedetails .container {
    max-width: 1440px;
  }
}
  /*-----------------------------------------------
    11. Career Section CSS
-----------------------------------------------*/
.rs-divider {
  background: url('../images/career-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
.rs-divider h2{
    font-size: 35px !important;
    line-height: 60px;
    font-weight: 500;
    color: white !important;

}








  /*-----------------------------------------------
    11. Contact Section CSS
-----------------------------------------------*/
.rs-contact .info-wrap {
  background: url(../images/contactdetails.jpg) no-repeat left top;
  padding: 100px 0 100px 0;
  background-size: contain;
}
.rs-contact .info-wrap .info-wrap-inner {
  padding: 40px 48px 44px;
  background: #ffffff;
  margin-left: 133px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.rs-contact .info-wrap .info-wrap-inner .social-links {
  display: flex;
  flex-wrap: nowrap;
}
.rs-contact .info-wrap .info-wrap-inner .social-links li a {
  color: #3f6bb3;
}
.rs-contact .info-wrap .title {
  font-size: 30px;
  line-height: 40px;
  color: #101010;
  padding-bottom: 13px;
  margin-bottom: 24px;
  position: relative;
}
.rs-contact .info-wrap .title:before {
  content: '';
  position: absolute;
  background: #408cca;
  height: 2px;
  width: 80px;
  left: 0;
  bottom: 0px;
  display: block;
  z-index: 1;
}
.rs-contact .info-wrap ul.contact-address li {
  padding: 0 0 22px;
}
.rs-contact .info-wrap ul.contact-address li a {
  color: #666666;
}
.rs-contact .info-wrap ul.contact-address li a:hover {
  color: #408fcd;;
}
.rs-contact .info-wrap ul.contact-address:last-child {
  margin: none;
}
.rs-contact .info-wrap ul.social-links li {
  padding: 0;
}
.rs-contact .info-wrap ul.social-links li a {
  color: #666666;
}
.rs-contact .info-wrap ul.social-links li a i {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-right: 15px;
}
.rs-contact .info-wrap ul.social-links li a:hover {
  color: black;
}
.rs-contact .info-wrap ul.social-links li:last-child {
  padding: 0;
}
.rs-contact .contact-map {
  overflow: hidden;
}
.rs-contact .contact-map iframe {
  float: left;
  width: 100%;
  height: 416px;
  border: none;
}
.rs-from-contact-part .title-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  margin: 17px 0 0;
  font-weight: 600;
}
.rs-from-contact-part #message {
  height: 115px;
}
.rs-from-contact-part .home-appointment {
  max-width: 940px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-from-contact-part .home-appointment .from-control {
  outline: unset;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
}
.rs-from-contact-part .home-appointment textarea {
  height: 130px;
  display: inherit;
}
.rs-from-contact-part .home-appointment ::-webkit-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment ::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment :-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment :-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.contact-map {
  max-height: 520px;
}
.contact-map iframe {
  border: none;
  width: 100%;
  height: 520px;
  /* filter: grayscale(1); */
}


.rs-header .menu-area.menu-sticky.sticky {
    background: #fff;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.rs-header .menu-area.sticky .main-menu .rs-menu ul li > a {
  color: #161616;
}
.rs-header .menu-area.sticky .main-menu .rs-menu ul li > a :hover{
  color: #408fcd;
}
.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  width: 54%;
  padding: 38px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Accordian---------------------------------- */
.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
  display: block;
  font-size: 18px;
  padding: 18px 30px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #282828;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background: linear-gradient( 
109.6deg
 ,rgb(64 136 200) 11.2%,rgb(63 95 171) 91.1%);
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}


.main-section{
  border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    padding: 40px;
}

.apply-form .input {
  /* margin: 40px 25px; */
  width: 100%;
  display: block;
  border: none;
  /* padding: 10px 0; */
  border-bottom: solid 1px #3f6cb4;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: #3f5fab;
}

.apply-form  input:focus, input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.apply-form input::-webkit-input-placeholder {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.apply-form input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 color: #1abc9c;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}


.serviceBox{
  color: #666;
  width:95%;
  background: linear-gradient(to right,#3f62addb 49%,#3f88c8bf 50%);
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 2px 10px 12px;
  border-radius: 150px 0 50px 50px;
  transition: all 0.3s ease 0s;
}
.serviceBox .service-content{
  background: linear-gradient(to top left, #fff,#fff,rgba(255,255,255,0.8));
  padding: 20px 13px;
  border-radius: 0 130px 50px 50px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  /* height: 350px; */
}
.serviceBox .service-icon{
  color: #408bca;
  font-size: 50px;
  margin: 0 0 10px 0;
}
.serviceBox:hover .service-icon i{
  color: #3f6cb4;
  transform: rotateY(360deg);
  transition: all 0.3s;
}
.serviceBox .title{
  color: #3f6cb4;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox .description{
  font-size: 15px;
  line-height: 25px;
}
.serviceBox.green{ background: linear-gradient(to right,#01acb3 49%,#007687 50%); }
.serviceBox.green .service-icon{ color: #01acb3; }
.serviceBox.green:hover .service-icon i,
.serviceBox.green .title{
  color: #007687;
}
.serviceBox.purple{ background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }
.serviceBox.purple .service-icon{ color: #ae3de2; }
.serviceBox.purple:hover .service-icon i,
.serviceBox.purple .title{
  color: #8622d5;
}
.serviceBox.blue{ background: linear-gradient(to right, #02aff1 49%,#0179e9 50%); }
.serviceBox.blue .service-icon{ color: #02aff1; }
.serviceBox.blue:hover .service-icon i,
.serviceBox.blue .title{
  color: #0179e9;
}
.serviceBox a {
  color: #408ac9;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
@media only screen and (max-width:990px){
  .serviceBox{ margin: 0 0 30px; }
}
.service-row{
  margin-left: 55px;
  padding-right: 40px;
}

.second{
  padding-top:50px;
}

.process-box{
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
      content: "";
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  display: inline-grid;
  position: absolute;
  right: -15px;
  top: 42%;
  transform: rotate(45deg);
  box-shadow: 3px -2px 3px 0px #00000036;
  z-index: 1;
}
.process-right:after{
      content: "";
  border-top: 15px solid #ffffff00;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff00;
  display: inline-grid;
  position: absolute;
  left: -15px;
  top: 42%;
  transform: rotate(45deg);
  box-shadow: -1px 1px 3px 0px #0000001a;
  z-index: 1;
}
.process-step{
  background: #b9dfff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  padding-top: 8px;
  position: relative;
  top: -26px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #00bcd4;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 40px;
  left: -63px;
}
.process-point-right:before{
  content: "";
  height: 144px;
  width: 11px;
  background: #5c5c5c;
  display: inline-grid;
  transform: rotate(36deg);
  position: relative;
  left: -50px;
  top: -0px;
}
.process-point-left{
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #00bcd4;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 40px;
  right: -63px;
}
.process-point-left:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #5c5c5c;
  display: inline-grid;
  transform: rotate(-38deg);
  position: relative;
  left: 50px;
  top: 0px;

}

.process-last:before{
  display: none;
}
.process-box p{
  z-index: 9;
}
.process-step p{
  font-size: 20px;
}
.process-step h2{
  font-size: 39px;
}
.process-step:after{
  content: "";
  border-top: 8px solid #04889800;
  border-bottom: 8px solid #3f69b2;
  border-left: 8px solid #04889800;
  border-right: 8px solid #3f6cb4;
  display: inline-grid;
  position: absolute;
  left: -16px;
  top: 0;
}
.process-step:before{
  content: "";
  border-top: 8px solid #ff000000;
  border-bottom: 8px solid #3f6ab3;
  border-left: 8px solid #3f62ad;
  border-right: 8px solid #ff000000;
  display: inline-grid;
  position: absolute;
  right: -16px;
  top: 0;
}
.process-line-l{
  background: #2a5e8a;
  height: 4px;
  position: absolute;
  width: 101px;
  right: -113px;
  top: 64px;
  z-index: -37;
}
.icon{
  width: 114px;
  position: relative;
  top: 20px;
  left: 49px;
}
.icon1{
    width: 114px;
    position: relative;
    top: 20px;
    left: -12px;
}

.process-line-r{
  background: #2a5e8a;
    height: 4px;
    position: absolute;
    width: 101px;
    left: -121px;
    top: 63px;
    z-index: -15;
}
.process-box h3{
  padding-top:30px;
  line-height: 28px !important;
}
.rs-cta{
  padding-top: 100px;
}

 
/* Industries we solve */

.mt-60{
  margin-top:60px;
}

.section-block-grey {
  padding: 90px 0px 40px 0px;
  background-color: #fff;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}

.serv-section-2-icon i {
  color: #48ace7;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}

.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #48ace7;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

.serv-section-2:hover:before {
  background: #48ace7;
}

.icons-i
{
  width: 60px !important;
}

/* End Industries we solve */


/* Border */
.section-header h2 {
  font-size: 32px !important;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0994f0;
  bottom: 0;
  left: calc(50% - 20px);
}
*, ::after, ::before {
  box-sizing: border-box;
}

/* New Changes */

.pl-80
{
  padding-left: 80px !important;
}
.chose-us
{
  padding-right: 12px; 
  padding-left: 100px;
}
.pr-160
{
  padding-right: 160px;
}

.ta-e{
  text-align: end;
}
.mt-200
{
  margin-top: -200px;;
}

  .mb-slider
  {
    display: none !important;
  }
  .pl-100
  {
    padding-left: 100px !important;
  }
  
  
  
/* Client Logo */

  .customer-logos {
    background-color: #fff;
  }
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 70% !important;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }