/* ------------------------------------
    13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}
.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}
.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.main-home .services-item .services-text .services-txt {
  color: #F5F5F5;
  margin: 0;
}
.rs-services.main-home.services-style1 .services-item {
  position: relative;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}
.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}
.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #fd4a36;
}
.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #fd4a36;
}
.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}
.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}
.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}
.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.rs-services.home-style2 .services-item {
  display: flex;
     margin-bottom: 58px;    
}
.rs-services.home-style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.home-style2 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.home-style2 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}
.rs-services.home-style2 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.home-style2 .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.home-style2 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}
.rs-services.style2 .service-wrap .content-part {
  padding: 10px 20px 5px;
}
.rs-services.style2 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.rs-services.style2 .service-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #bb0b0b;
}
.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}
.rs-services.style2.rs-services-style2 .service-wrap {
  box-shadow: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap .image-part img {
  transform: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
  transform: unset;
}
.rs-services.style3 .services-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-services.style3 .services-item .services-icon {
  margin-bottom: 35px;
}
.rs-services.style3 .services-item .services-icon img {
  width: 80px;
  height: 80px;
  max-width: unset;
}
.rs-services.style3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rs-services.style3 .services-item .services-content .services-title a {
  color: #0a0a0a;
}
.rs-services.style3 .services-item .services-content .services-title a:hover {
  color: #bb0b0b;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services.style3 .services-item:hover {
  transform: translateY(-10px);
}
.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.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: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  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: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.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: 30px;
  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, #0082f1 0%, #0082f1 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-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #FD4A36;
  box-shadow: 0px 11px 35px 0px #e9d1cf;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #FD4A363D;
  margin: 0px 8px 0px 8px;
  padding: 40px 35px 40px 35px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}
.rs-services.style7 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style7 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}
.rs-services.style7 .services-item .services-content {
  padding: 0px 20px 0px 26px;
}
.rs-services.style7 .services-item .services-content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item .services-content .title:hover {
  color: #4caf50;
}
.rs-services.style7 .services-item .services-content .services-txt {
  color: #ffffff;
  margin: 0;
}
.rs-services.style8 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  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: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -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.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 38px 38px 38px 38px;
  margin: 0 6px 0 6px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bb0b0b;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  position: absolute;
  z-index: -1;
  padding: 30px;
  margin: 0 6px 0 6px;
  border-radius: 4px 4px 4px 4px;
  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: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -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.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4caf50 0%, #4caf50 58%);
  border-radius: 4px 4px 4px 4px;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style1 {
  margin-top: -120px;
}
.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
}
.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .title a {
  color: #043d72;
}
.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #bb0b0b;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #BB0B0B;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #bb0b0b;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.html);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #bb0b0b;
}


.whatsapp-call {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 99;
}


.modal-icon{text-align: center;}
.modal-icon img{width: 80px;}

.scooty-detilstable{}
.scooty-detilstable h3{}
.scooty-detilstable tr{    border: 1px solid #fdc61e;}
.scooty-detilstable th{    border: 1px solid #fdc61e; background:#fdc61e!important;}
.scooty-detilstable td{    border: 1px solid #fdc61e;}
.scooty-detilstable table{text-align: center;    background: #fff;}
.scooty-detilstable .heading{background: #fdc61e;}



.modal-color2{text-align: center;    align-items: center;
    text-align: center!important;
    display: flex;
    justify-content: center;}
.modal-color2 img{width: 70px;}


.scooty-detils{text-align: center;}
.scooty-detils img{width:90%;}

.hero-right{}

.images-video{}
.images-video img{padding: 19px;}
.about-text{text-align: justify;}

/******Detail start********/

.wapper-list{}
.wapper-list h4{margin-bottom:20px;}

.col-list{border-bottom: solid 1px #ddd;
    padding: 2px 0;
    display: flex;
    justify-content: start;}

.stong{color: #333232;}

.list-two{    width: 50%;
    display: inline-block; font-size:15px;}

.small-head{font-size: 21px; color:#585656;}

.img-part{}
.img-part img{ width:100%;border-radius: 15px;}

.images-part{}
.images-part img{width:100%;}

.row-left{display: flex; flex-direction: row;    background: #fbfffc;}

.row-right{display:flex;
    flex-direction: row-reverse; background: #fbfffc;}

.card-title{
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700; }


.price-table{ background:#fff;}
.price-table table{}
.price-table th{background: #244065 !important;color:#fff; text-transform: uppercase;    padding: 20px !important;}
.price-table td{    padding: 20px !important;}
.price-table tr{}

.tableactive{background: #fff0f1;}

.call {
    position: fixed;
    right: 0;
    bottom: 133px;
    z-index: 9999;
}


/*** Why Choose us ***/
.why-choose-us {
  background: #fff; }
  .why-choose-us .feature-item {
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  background: #f1f6fc;
    text-align: center;
    padding: 30px 30px 15px;
    position: relative;
    z-index: 0;
    height: 100%; }

 

    .why-choose-us .feature-item:hover {
      -webkit-box-shadow: 9.397px 3.42px 40px 0px rgba(39, 39, 39, 0.1);
      box-shadow: 9.397px 3.42px 40px 0px rgba(39, 39, 39, 0.1);
      border-color: #fff; }


    .why-choose-us .feature-item .icon-box {
      margin-bottom: 25px; }

      .why-choose-us .feature-item .icon-box img {
        width: 78px;
          height: 93px; }



/*******client start*******/
.client-wapper{}

.client-wapper .owl-nav {
    justify-content: space-between;
    bottom: 218px;
    position: relative;
    display: none;
}



.client-wapper .service-item {
    position: relative;
    padding: 2px;
    margin-bottom: 25px;
    border-radius: 0px;
    background: none;
    transition: var(--transition);
    box-shadow: none;
    z-index: 1;
      border: 1px solid #b2b2b2;
}

.choose-icon{}

.choose-icon .why-choose-us .feature-item .icon-box img {
    width: auto;
    height: 93px;
}

.hrheading{}


.services-grid {
    background: #fff;
    padding: 15px;
    border-radius: 10px; min-height: 350px;
}
.services-grid ul{}
.services-grid ul li{    color: #525252;}

.services-grid ul li i{    color:#009688;}





.fix-footer {
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 9;
}

.fix-footer p {
    width: 33.33%;
    text-align: center;
}

.fix-footer p a {
    width: 100%;
}


.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}

.fix-footer p a img{width:30px;}

.fix-footer p, .fix-footer p a {
    margin: 0;
    padding: 0;
    float: left;
}

.enquireNow, .fix-footer {
    position: fixed;
    display: none;}
          
          
          
          
