@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html,
body {
  font-size: 16px;
  color: rgb(69, 69, 69);
  font-family: Lato, sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0px 0px 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
  color: rgb(10, 10, 10);
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 36px;
  /* font-weight: 700; */
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-md-left {
  text-align: left;
}

.text-md-right {
  text-align: right;
}

.text-right {
  text-align: right;
}

.no-border {
  border-width: medium !important;
  border-style: none !important;
  border-color: currentcolor !important;
  border-image: initial !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.gray-bg {
  background: rgb(224 238 255);
}

.gray-bg2 {
  background: rgb(248, 255, 244);
}

.gray-bg3 {
  background: rgb(242, 248, 251);
}

.gray-bg4 {
  background: rgb(248, 255, 244);
}

.gray-bg5 {
  background: rgb(241, 246, 252);
}

.gray-bg6 {
  background: rgb(242, 248, 251);
}

.blue-bg {
  background-color: rgb(1, 83, 159) !important;
}

.yellow-bg {
  background: rgb(255, 214, 0);
}

.paste-bg {
  background-color: rgb(0, 170, 228);
}

.blue-light {
  background-color: rgb(248, 255, 244);
}

.white-color {
  color: rgb(255, 255, 255) !important;
}

.title-color {
  color: rgb(10, 10, 10) !important;
}

.body-color {
  color: rgb(69, 69, 69) !important;
}

.white-bg {
  background: rgb(255, 255, 255);
}

a {
  color: rgb(0, 124, 251);
  transition: 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: none 0px;
  color: rgb(0, 124, 251);
}

ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
}

::selection {
  background: rgb(0, 124, 251);
  text-shadow: none;
  color: rgb(255, 255, 255);
}

.bg1 {
  background: url("assets/images/bg/choose-us-bg.png") 1600px 420px no-repeat;
}

.bg2 {
  /* background-image: url("assets/images/bg/services-bg1.png"); */
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(224 238 255) !important;
}

.bg3 {
  background: url("assets/images/bg/cleaning-bg.jpg") center top / cover no-repeat;
}

.bg4 {
  background-color: rgb(224 238 255);
}

.bg5 {
  background-image: url("assets/images/bg/project-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg6 {
  background: url("assets/images/bg/pricing-bg.png") center center / cover no-repeat;
}

.bg7 {
  background: url("assets/images/bg/testi-bg.jpg") center center / cover no-repeat;
}

.bg8 {
  background: url("assets/images/bg/choose-us-bg.png") 10% 72% no-repeat;
}

.bg9 {
  background: url("assets/images/about/style3/2.html") right bottom no-repeat;
}

.bg10 {
  background: url("assets/images/bg/counter-bg3.jpg") center center / cover no-repeat;
}

.bg11 {
  background-image: url("assets/images/bg/testi-bg3.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg12 {
  background-image: url("assets/images/bg/quote-bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg14 {
  background-image: url("assets/images/bg/icon.png");
  background-position: 1600px 420px;
  background-repeat: no-repeat;
}

.bg15 {
  background: url("assets/images/bg/counter-bg5.jpg") center center / cover no-repeat;
}

.bg16 {
  background: url("assets/images/bg/quote-form-bg.jpg") left bottom / cover no-repeat;
}

.bg17 {
  background: url("assets/images/bg/testi-bg5.jpg") left top / cover no-repeat;
}

.offwrap {
  cursor: url("assets/images/close.png"), auto;
  width: 100%;
  left: 100%;
  transition: 0.8s ease-out;
  position: fixed;
  background: rgb(255, 255, 255);
  height: 100vh;
  top: 0px;
  bottom: 0px;
  opacity: 0.8;
  z-index: 999;
}

.copyright p {
  font-size: 15px;
}

body.nav-expanded .offwrap {
  left: 0%;
  transition: 0.8s ease-out;
}

.home-blue {
  background: rgb(26, 11, 140) !important;
}

.bg-unset {
  background: unset !important;
}

.rs-menu-toggle {
  color: rgb(0, 124, 251);
  text-align: right;
}

button {
  cursor: pointer;
}

.glyph-icon::before {
  margin: 0px;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

ul.listing-style {
  margin: 0px 0px 1.5em 2em;
}

ul.listing-style li {
  padding-left: 20px;
  position: relative;
  margin-top: 8px;
}

ul.listing-style li::before {
  content: "";
  position: absolute;
  background: rgb(255, 214, 0);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0px;
  top: 12px;
}

ul.service-list li {
  padding-left: 32px;
  position: relative;
  margin-top: 4px;
}

ul.service-list li::before {
  content: "";
  font-size: 15px;
  color: rgb(255, 115, 56);
  margin: 0px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: FontAwesome;
}

ul.dot-list li {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}

ul.dot-list li::before {
  content: "";
  position: absolute;
  background: rgb(0, 124, 251);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

ul.dot-list.yellow-dot li::before {
  background: rgb(255, 214, 0);
}

ul.dot-list.yellow-dot.services-list li {
  margin-top: 9px;
}

.brush-list li {
  padding-left: 35px;
  position: relative;
  margin-top: 8px;
}

.brush-list li::before {
  content: "";
  font-size: 18px;
  color: rgb(28, 108, 40);
  margin: 0px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0px;
  top: -2px;
  font-family: uicons-regular-rounded !important;
}

.brush-list.style2 {
  margin: 0px 0px 6px;
  padding: 0px 0px 0px 25px;
}

.brush-list.style2 li::before {
  color: rgb(1, 83, 159);
}

.brush-list.style3 li::before {
  color: rgb(1, 83, 159);
}

.rs-features-list .feature-item {
  display: flex;
}

.rs-features-list .feature-item .feature-icon {
  background-color: rgb(255, 214, 0);
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  min-width: 30px;
  display: inline-block;
  font-size: 13px !important;
  line-height: 30px !important;
  border-radius: 30px !important;
}

.rs-features-list .feature-item .feature-icon i::before {
  font-size: 13px;
  margin: 0px;
}

.rs-features-list .feature-item .rs-feature-text {
  padding-left: 16px;
  margin: -6px 0px 0px;
}

.rs-features-list .feature-item .rs-feature-text .title {
  color: rgb(10, 10, 10);
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.rs-features-list .feature-item .rs-feature-text .title:hover {
  color: rgb(0, 124, 251);
}

.rs-features-list .feature-item:hover .feature-icon {
  background-color: rgb(0, 124, 251);
}

.rs-features-list .feature-item:hover .feature-icon i {
  color: rgb(255, 255, 255);
}

.rs-features-list.feature-style2 .feature-list {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.rs-features-list.feature-style2 .feature-list .feature-img img {
  padding: 7px;
  margin: 0px 8px -7px 0px;
  width: 51px;
}

.rs-features-list.feature-style2 .feature-list .feature-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
}

.rs-features-list.feature-style3 .feature-item:hover .feature-icon {
  background-color: rgb(0, 170, 228);
}

.rs-features-list.feature-style3 .feature-item .rs-feature-text .title:hover {
  color: rgb(0, 170, 228);
}

.rs-features-list.feature-style4 .rs-feature-text .title:hover {
  color: rgb(1, 83, 159);
}

.rs-features-list.feature-style4 .feature-item:hover .feature-icon {
  background-color: rgb(1, 83, 159);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

/* 
.pagination-area {
  display: inline-block;
}

.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0px;
  background: rgb(0, 124, 251);
}

.pagination-area .nav-link .page-number {
  padding: 2px 15px 0px 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  text-align: center;
  background: 0px 0px;
  color: rgb(238, 238, 238);
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid rgb(230, 230, 230);
}

.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}

.pagination-part {
  display: inline-block;
  border: 1px solid rgb(249, 249, 249);
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px;
  background: rgb(255, 255, 255);
}

.pagination-part li {
  padding: 2px 20px 0px 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  text-align: center;
  background: 0px 0px;
  color: rgb(0, 0, 0);
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid rgb(230, 230, 230);
}

.pagination-part li a {
  color: rgb(69, 69, 69);
}

.pagination-part li:last-child {
  border-right: unset;
}

.pagination-part .next-page {
  position: relative;
  transition: 0.4s ease-in-out;
  padding-right: 12px;
}

.pagination-part .next-page::before,
.pagination-part .next-page::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0px;
  color: rgb(69, 69, 69);
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}

.pagination-part .next-page::before {
  right: 4px;
}

.pagination-part .active a {
  color: rgb(0, 124, 251);
} */

.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  color: rgb(10, 10, 10);
  display: inline-block;
  transition: 0.4s;
  outline: 0px;
  position: relative;
  padding: 6px 20px;
  border: 0px;
  background: 0px 0px !important;
}

.gridFilter button.active {
  color: rgb(255, 255, 255);
  background: rgb(187, 11, 11) !important;
}

.gridFilter button:hover {
  color: rgb(255, 255, 255);
  background: rgb(187, 11, 11) !important;
}

.gridFilter button+button {
  margin-left: 20px;
}

blockquote {
  padding: 40px 60px;
  color: rgb(102, 102, 102);
  position: relative;
  font-style: italic;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 8px;
  margin: 35px 0px !important;
  background: rgb(247, 251, 255) !important;
}

blockquote p {
  font-size: 18px;
  margin-bottom: 10px;
}

blockquote::before {
  content: "";
  font-size: 35px;
  color: rgb(255, 214, 0);
  padding-bottom: 0px;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0px;
  background: 0px 0px;
  transform: rotate(180deg);
}

.rs-carousel.nav-style1 {
  position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
  display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: rgb(0, 124, 251);
  text-align: center;
  color: rgb(255, 255, 255);
  transition: 0.5s 0.7s;
  opacity: 0;
  visibility: hidden;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i::before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i::before {
  content: "";
  font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i::before {
  content: "";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.rs-carousel.nav-style2 {
  position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: 0.3s;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i::before,
.rs-carousel.nav-style2 .owl-nav .owl-next i::before {
  font-family: Flaticon;
  font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: rgb(0, 124, 251);
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i::before {
  content: "";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev::after {
  content: "/";
  padding: 0px 5px;
  position: relative;
  top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i::before {
  content: "";
}

.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.rs-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0px 6px;
  padding: 3px 0px;
  border-radius: 50px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  transition: 0.3s;
  background: rgb(0, 124, 251);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px 0px;
}

.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: rgb(0, 124, 251);
  opacity: 1;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.y-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.y-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}

.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(10, 10, 10, 0.88);
  background: rgb(255, 214, 0);
  z-index: 1;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}

.readon.view {
  padding: 15px 34px;
  border-radius: 3px;
  background: rgb(255, 214, 0);
}

.readon.view::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.readon.view:hover {
  background: rgb(0, 124, 251);
  color: rgb(255, 255, 255);
}

.readon.view:hover::before {
  left: 120%;
  transition: 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.readon.view.read {
  padding: 14px 36px;
}

.readon.view.read.paste:hover {
  background: rgb(0, 170, 228);
}

.readon.view.contact {
  padding: 17px 42px;
}

.readon.view.price {
  padding: 12px 34px;
}

.readon.view.price.paste-price:hover {
  background: rgb(0, 170, 228);
}

.readon.view.orange {
  background: rgb(255, 112, 51);
  color: rgb(255, 255, 255);
}

.readon.view.orange:hover {
  background: rgb(255, 112, 51);
}

.readon.view.discover {
  background-color: rgb(255, 214, 0);
  padding: 14px 35px;
}

.readon.view.discover:hover {
  background-color: rgb(28, 108, 40);
  color: rgb(255, 255, 255);
}

.readon.view.discover:hover::before {
  left: 120%;
  transition: 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.readon.view.discover.learn {
  background-color: rgb(255, 112, 51);
  color: rgb(255, 255, 255);
}

.readon.view.requset {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 40px;
  background-color: rgb(255, 214, 0);
}

.readon.view.requset i {
  padding-left: 10px;
}

.readon.view.requset i::before {
  font-weight: 900;
  line-height: unset;
}

.readon.view.requset:hover {
  background-color: rgb(0, 170, 228);
  color: rgb(255, 255, 255);
}

.readon.view.requset-free {
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 214, 0);
}

.readon.view.requset-free i {
  padding-left: 10px;
}

.readon.view.requset-free i::before {
  font-weight: 900;
  line-height: unset;
}

.readon.view.requset-free::before {
  display: none;
}

.readon.view.requset-free:hover {
  background-color: rgb(0, 170, 228);
  color: rgb(255, 255, 255);
}

.readon.view-more {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
}

.readon.about {
  background: rgb(1, 83, 159);
  position: relative;
  padding: 14px 40px;
  border-radius: 0px;
  color: rgb(255, 255, 255);
}

.readon.about .btn-text {
  position: relative;
  z-index: 9;
}

.readon.about::before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  transition: 0.4s;
  z-index: 3;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: rgb(255, 214, 0);
  border-radius: 20px 0px 0px;
}

.readon.about:hover {
  color: rgb(16, 16, 16);
}

.readon.about:hover .btn-text {
  position: relative;
  z-index: 9;
}

.readon.about:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 1;
  visibility: visible;
  background: rgb(255, 209, 0);
}

.readon.slide-con {
  padding: 14px 30px;
  color: rgb(10, 10, 10);
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.readon.slide-con:hover {
  background: rgb(255, 254, 43);
}

.readon.view-slide {
  position: relative;
  background-color: rgb(1, 83, 159);
  padding: 15px 31px;
  border-radius: unset;
}

.readon.view-slide span {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.readon.view-slide::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  transition: 0.4s;
  z-index: 3;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: rgb(255, 209, 0);
  border-radius: 20px 0px 0px;
}

.readon.view-slide:hover span {
  color: rgb(10, 10, 10);
  position: relative;
  z-index: 99;
}

.readon.view-slide:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 1;
  visibility: visible;
}

.blog-btn a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(10, 10, 10);
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.blog-btn a .btn-text {
  float: left;
}

.blog-btn a i {
  background: rgb(255, 214, 0);
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  transform: translateX(5px);
  margin-left: 5px;
  transition: 0.5s;
  text-align: center;
}

.blog-btn a i::before {
  font-size: 20px;
  color: rgb(1, 83, 159);
  line-height: unset;
}

.blog-btn a:hover i {
  transform: translateX(15px) !important;
}

.blog-btn a:hover i::before {
  font-size: 20px;
  color: rgb(10, 10, 10);
}

.blog-button a {
  text-align: center;
  display: inline-block;
  color: rgb(1, 83, 159);
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
}

.blog-button a::after {
  content: "";
  position: absolute;
  font-size: 20px;
  top: -2px;
  right: 0px;
  opacity: 1;
  transition: 0.3s;
  font-family: uicons-regular-rounded !important;
}

.blog-button a:hover::after {
  right: -5px;
  opacity: 1;
}

.services-btn a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(10, 10, 10);
  position: relative;
  display: inline-block;
  align-items: center;
  transition: 0.3s;
}

.services-btn a .btn-text {
  float: left;
}

.services-btn a i {
  background: rgb(255, 214, 0);
  display: inline-block;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  transform: translateX(5px);
  margin-left: 5px;
  transition: 0.5s;
}

.services-btn a i::before {
  font-size: 20px;
  color: rgb(1, 83, 159);
  line-height: unset;
}

.services-btn a:hover i {
  transform: translateX(15px) !important;
}

.services-btn a:hover i::before {
  font-size: 20px;
  color: rgb(1, 83, 159);
}

.services-btn2 a i {
  width: 50px;
  height: 50px;
  background: rgb(255, 112, 51);
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 0.4s;
}

.services-btn2 a i::before {
  margin: 0px;
  font-size: 16px;
}

.submit-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(10, 10, 10);
  background: rgb(255, 214, 0);
  z-index: 1;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  margin: 0px;
}

.submit-btn input[type="submit"] {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: rgb(10, 10, 10);
  padding: 17px 30px;
  outline: none;
  transition: 0.5s;
  background: 0px 0px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.submit-btn::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.submit-btn:hover {
  background: rgb(255, 214, 0);
  color: rgb(255, 214, 0);
  opacity: 0.99;
}

.submit-btn:hover input[type="submit"]:hover {
  color: rgb(10, 10, 10) !important;
  opacity: 0.9;
}

.submit-btn:hover::before {
  left: 120%;
  transition: 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.submit-btn.submit-btn2 {
  background-color: rgb(1, 83, 159);
  border-radius: unset;
}

.submit-btn.submit-btn2>span.arrow-btn {
  position: relative;
  z-index: 3;
}

.submit-btn.submit-btn2 input[type="submit"] {
  color: rgb(255, 255, 255);
  border-radius: unset;
}

.submit-btn.submit-btn2::before {
  display: none;
}

.submit-btn.submit-btn2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  transition: 0.4s;
  z-index: 3;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: rgb(255, 209, 0);
  border-radius: 20px 0px 0px;
}

.submit-btn.submit-btn2:hover input {
  background: transparent !important;
}

.submit-btn.submit-btn2:hover input[type="submit"]:hover {
  color: rgb(1, 83, 159) !important;
  opacity: 0.9;
}

.submit-btn.submit-btn2:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 1;
  visibility: visible;
}

.submit-btn.submit-btn2:hover>span.arrow-btn {
  position: relative;
  z-index: 99;
}

.submit-btn.submit-btn2.form {
  background: rgb(1, 83, 159);
  width: 100%;
}

.submit-btn.submit-btn2.form input[type="submit"] {
  background: rgb(1, 83, 159);
}

.submit-btn.submit-btn2.form::after {
  background: rgb(255, 255, 255);
}

.submit-btn.submit-btn2.form:hover input[type="submit"]:hover {
  color: rgb(10, 10, 10) !important;
}

.submit-btn.submit-btn2.details input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
}

.submit-btn.submit-btn2.faq-btn {
  background-color: rgb(255, 214, 0);
  border-radius: 3px;
}

.submit-btn.submit-btn2.faq-btn input[type="submit"] {
  color: rgb(10, 10, 10);
  border-radius: 3px;
}

.submit-btn.submit-btn3 {
  margin: 0px;
}

.submit-btn.submit-btn3 input[type="submit"] {
  padding: 17px 30px;
  color: rgb(51, 51, 51);
}

.submit-btn.submit-btn3:hover {
  background: rgb(1, 83, 159);
  color: rgb(255, 214, 0);
  opacity: 0.99;
}

.submit-btn.submit-btn3:hover input[type="submit"]:hover {
  background: rgb(1, 83, 159);
  opacity: 0.9;
  color: rgb(255, 255, 255) !important;
}

.submit-btn.submit-btn4 {
  margin: 0px;
}

.submit-btn.submit-btn4 input[type="submit"] {
  color: rgb(255, 255, 255);
  background: rgb(255, 112, 51);
}

.submit-btn.submit-btn4:hover {
  background: rgb(28, 108, 40);
  color: rgb(255, 214, 0);
  opacity: 0.99;
}

.submit-btn.submit-btn4:hover input[type="submit"]:hover {
  background: rgb(1, 83, 159);
  opacity: 0.9;
  color: rgb(255, 255, 255) !important;
}

.submit-orange-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(10, 10, 10);
  background-color: rgb(255, 112, 51);
  z-index: 1;
  border-radius: 4px;
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}

.submit-orange-btn input[type="submit"] {
  color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(1, 83, 159, 0.23) 0px 0px 40px 0px;
  transition: 0.5s;
  background-color: rgb(255, 112, 51) !important;
  padding: 16px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.submit-orange-btn input[type="submit"]:hover {
  background-color: rgb(249, 140, 94) !important;
}

.address-wrap .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: rgb(255, 214, 0);
}

.address-wrap .address-icon i {
  text-align: center;
  color: rgb(10, 10, 10);
  border-radius: 100%;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0px;
  height: auto;
  transform: rotate(-90deg);
}

.address-wrap .address-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: 1500ms ease-out 0s infinite normal none running pulse-border;
  background: rgb(255, 214, 0);
}

.rs-videos .animate-border .popup-border {
  background: rgb(255, 214, 0);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: rgb(1, 83, 159);
}

.rs-videos .animate-border .popup-border::before {
  content: "";
  border: 2px solid rgb(255, 214, 0);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: 3.25s linear 0.75s infinite normal none running zoomBig;
}

.rs-videos .animate-border .popup-border::after {
  content: "";
  border: 2px solid rgb(255, 214, 0);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: 3.25s linear 0s infinite normal none running zoomBig;
}

.rs-videos .animate-border.main-home .popup-border {
  left: 8%;
}

.rs-videos .animate-border.main-home.style2 .popup-border {
  left: 50%;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.margin-remove {
  margin: 0px !important;
}

.no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  margin: 0px;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.pt-relative {
  position: relative !important;
}

.sec-title {
  position: relative;
}

.sec-title .sub-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(0, 124, 251);
  text-transform: uppercase;
  display: block;
}

.sec-title .brush-content.center-text {
  justify-content: center;
}

.sec-title .brush-content {
  display: flex;
  align-items: center;
}

.sec-title2 .brush-content.center-text {
  justify-content: center;
}

.sec-title .brush-content img {
  padding-right: 12px;
  width: 55px;
}

.sec-title .sub-text.blue-color {
  color: rgb(1, 83, 159);
}

.sec-title .sub-text.green-color {
  color: rgb(28, 108, 40);
}

.sec-title .sub-text.green-color.yellow-color {
  color: rgb(255, 214, 0);
}

.sec-title .sub-text.title-color {
  color: rgb(34, 34, 34);
}

.sec-title .title {
  position: relative;
  font-size: 41px;
  font-weight: 800;
  line-height: 52px;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.sec-title .title span {
  color: rgb(0, 124, 251);
}

.sec-title .title span.yellow-color {
  color: rgb(255, 214, 0);
}

.sec-title .title.title2 {
  font-size: 30px;
  color: rgb(16, 16, 16);
}

.sec-title .title.title3 {
  font-size: 42px;
  color: rgb(16, 16, 16);
}

.sec-title .desc {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(69, 69, 69);
  margin: 0px;
}

.sec-title .line-img {
  position: absolute;
  top: 155px;
}

.sec-title .line-img img {
  max-width: 160px;
}

.sec-title .line-img.ser-center {
  left: 28%;
  top: 92%;
}

.sec-title .line-img.cleaner-center {
  left: 27%;
  top: 47%;
}

.sec-title .line-img.process-center {
  left: 39%;
  top: 95%;
}

.sec-title .line-img.process-center img {
  max-width: 140px;
}

.sec-title .line-img.project-center {
  top: 68%;
  left: 32%;
}

.sec-title .line-img.pricing-center {
  top: 93%;
  left: 42%;
}

.sec-title .line-img.pricing-center img {
  max-width: 127px;
}

.sec-title .line-img.testi-center {
  left: 49%;
  top: 41%;
}

.sec-title .line-img.blog-center {
  top: 95%;
  left: 46%;
}

.sec-title .line-img.blog-center img {
  max-width: 104px;
}

.sec-title2 .brush-content {
  display: flex;
  align-items: center;
}

.sec-title2 .brush-content img {
  padding-right: 12px;
  width: 55px;
}

.sec-title2 .brush-content .sub-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(1, 83, 159);
  text-transform: uppercase;
  margin: 6px 0px 0px;
  display: block;
}

.sec-title2 .brush-content .sub-text.yellow-color {
  font-size: 17px;
  color: rgb(255, 214, 0);
}

.sec-title2 .brush-content .sub-text.small-text {
  font-size: 15px;
  line-height: 25px;
}

.sec-title2 .brush-content.center-text {
  justify-content: center;
}

.sec-title2 .title {
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  color: rgb(16, 16, 16);
  margin: 0px;
}

.sec-title2 .title.small {
  font-size: 36px;
}

.sec-title2 .title.title2 {
  font-size: 30px;
}

.sec-title2 .title.title3 {
  font-size: 28px;
  line-height: 38px;
}

.sec-title2 .desc {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin: 0px;
}

.sec-title2 .view-line {
  margin: 0px;
}

.sec-title2 .view-line a {
  color: rgb(1, 83, 159);
  text-decoration: underline;
}

.sec-title2 .view-line a:hover {
  color: rgb(255, 214, 0);
}

.sec-title3 {
  position: relative;
  z-index: 1;
}

.sec-title3 .sub-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Single Day", sans-serif;
  color: rgb(0, 170, 228);
  margin: 0px 0px 16px;
  display: block;
}

.sec-title3 .sub-text.yellow-color {
  color: rgb(255, 214, 0);
}

.sec-title3 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.sec-title3 .title span {
  color: rgb(0, 170, 228);
  text-decoration: underline;
}

.sec-title3 .title span.yellow-color {
  color: rgb(255, 214, 0);
}

.sec-title3 .description p {
  margin: 0px;
}

.sec-title3 .description::after {
  content: "";
  position: absolute;
  border: 0px;
  width: 50px;
  height: 4px;
  z-index: 9;
  margin-left: 0px;
  left: 0px;
  bottom: -27px;
  background: rgb(0, 170, 228);
}

.sec-title4 .title-img {
  position: relative;
  left: 6px;
  top: 36px;
}

.sec-title4 .sub-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(10, 10, 10);
  display: block;
  margin: 0px 0px 15px;
}

.sec-title4 .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.sec-title4 .description p {
  margin: 0px;
}

.full-width-header {
  position: relative;
}

.full-width-header .rs-header {
  position: relative;
}

.full-width-header .rs-header .toolbar-area {
  background: rgb(247, 247, 252);
}

.full-width-header .rs-header .toolbar-area .toolbar-sl-share li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}

.full-width-header .rs-header .toolbar-area .toolbar-sl-share li:last-child {
  margin-right: 0px;
}

.full-width-header .rs-header .toolbar-area .toolbar-sl-share li a i {
  font-size: 15px;
  color: rgb(69, 69, 69);
}

.full-width-header .rs-header .toolbar-area .toolbar-sl-share li a i:hover {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .toolbar-area .clearfix-btn {
  display: flex;
  justify-content: flex-end;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn li {
  display: inline-block;
  margin-left: 15px;
  line-height: 50px;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn li a i {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area .clearfix-btn li a i:hover {
  color: rgb(255, 214, 0);
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote {
  position: relative;
  line-height: 30px;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 0px;
  margin-left: 15px;
  transition: 0.4s ease-in-out;
  background: rgb(255, 214, 0);
  color: rgb(10, 10, 10);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a:hover {
  color: rgb(1, 83, 159);
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a:hover::before {
  left: 120%;
  transition: 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 {
  background: rgb(1, 83, 159);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
  padding-left: 270px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li {
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  border-right-color: rgb(1, 83, 159);
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li i {
  font-size: 14px;
  margin-right: 6px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li i::before {
  font-size: 17px;
  margin-left: 0px;
  position: relative;
  top: 3px;
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a {
  color: rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 222, 51);
  margin-right: 20px;
  padding-right: 20px;
  transition: 0.4s ease-in-out;
  font-size: 14px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a:hover {
  color: rgb(255, 214, 0);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a.no-border {
  border-right: unset;
  margin-right: 0px;
  padding-right: 0px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 {
  background: rgb(247, 247, 252);
}

.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .clearfix-btn li a i,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .toolbar-contact ul li i::before,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .toolbar-contact ul li a {
  color: rgb(10, 10, 10);
}

.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .rs-contact-info li a:hover,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .clearfix-btn li a i:hover {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li i {
  margin-right: 5px;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li i::before {
  font-size: 17px;
  margin-left: 0px;
  position: relative;
  top: 2px;
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li a {
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li a:hover {
  color: rgb(129, 215, 66);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .topbar-contact li:last-child {
  margin: 0px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul .opening {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul .opening em {
  border-right: unset;
  margin-right: 5px;
  color: rgb(255, 255, 255);
  padding-right: 30px;
  font-style: normal;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul .opening em i::before {
  font-size: 15px;
  position: relative;
  top: 2px;
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul li a i {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul li a i:hover {
  color: rgb(129, 215, 66);
}

.full-width-header .rs-header .toolbar-area.toolber-style3 .toolbar-sl-share ul li:last-child {
  margin: 0px;
}

.full-width-header .rs-header .middle-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-width-header .rs-header .middle-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .middle-header .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .middle-header .row-table .col-cell.header-logo {
  display: flex;
  flex: 1 1 0%;
}

.full-width-header .rs-header .middle-header .logo-part a img {
  transition: 0.4s;
  max-height: 60px;
}

.full-width-header .rs-header .middle-header .rs-contact-info {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part {
  position: relative;
  padding-left: 75px;
  margin-right: 25px;
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon i::before {
  font-size: 34px;
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding-top: 2px;
  color: rgb(10, 10, 10);
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des {
  font-size: 14px;
  padding-top: 4px;
  color: rgb(10, 10, 10);
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a {
  color: rgb(69, 69, 69);
  font-size: 14px;
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a:hover {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .middle-header .rs-contact-info .contact-part.margin-no {
  margin-right: 0px;
}

.full-width-header .rs-header .middle-header.middle-header-style2 .rs-contact-info .contact-part .info-icon i::before {
  color: rgb(0, 170, 228);
  font-size: 34px;
}

.full-width-header .rs-header .middle-header.middle-header-style2 .rs-contact-info .contact-part .contact-info .info-des a:hover {
  color: rgb(0, 170, 228);
}

.full-width-header .rs-header .menu-area {
  background: rgb(0, 124, 251);
  position: relative;
  z-index: 10;
}

.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: none;
  flex: 1 1 0%;
}

.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  max-height: 50px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  height: 62px;
  line-height: 62px;
  padding: 0px;
  color: rgb(255, 255, 255);
  position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: rgb(255, 209, 0);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
  padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a::before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0px;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a::before {
  content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: rgb(255, 209, 0) !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: rgb(255, 255, 255);
  margin: 0px;
  padding: 20px 0px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  margin: 0px !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 6px 30px;
  margin: 0px;
  font-size: 17px;
  color: rgb(10, 10, 10);
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a::before {
  display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item>a {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before {
  color: rgb(255, 209, 0) !important;
}

.full-width-header .rs-header .menu-area.sticky {
  background: rgb(255, 255, 255);
}

.full-width-header .rs-header .menu-area.sticky .col-cell.header-logo {
  display: block;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: rgb(16, 16, 16);
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: rgb(0, 124, 251);
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
  display: none;
}

.full-width-header .rs-header .menu-area.sticky::after {
  background: unset;
}

.full-width-header .rs-header .menu-area::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  width: 34.25%;
  height: 101%;
  background: rgb(255, 214, 0);
  transform: skew(-28deg);
  z-index: -1;
}

.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i {
  color: rgb(69, 69, 69);
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i::before {
  font-size: 20px;
  line-height: unset;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander {
  padding: 9px 0px 9px 13px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  margin-right: -4px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .dot-hum {
  width: 30px;
  border-radius: 30px;
  margin: 3px 0px;
  height: 3px;
  background: rgb(51, 51, 51);
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: rgb(16, 16, 16);
  height: 83px;
  line-height: 83px;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: rgb(1, 83, 159) !important;
}

.full-width-header .rs-header.header-style2 .menu-area .logo-area img {
  max-height: 150px;
  margin-top: -67px;
  background: rgb(255, 214, 0);
  padding: 23px 55px;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.normal-logo,
.full-width-header .rs-header.header-style2 .menu-area .logo-area.sticky-logo {
  display: none;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: rgb(1, 83, 159) !important;
}

.full-width-header .rs-header.header-style2 .menu-area {
  background: unset;
}

.full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.header-logo {
  display: unset;
}

.full-width-header .rs-header.header-style2 .menu-area::after {
  display: none;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .sidebarmenu-search a i {
  padding-right: 0px;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link {
  display: none;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo {
  display: block;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo img {
  max-height: 35px;
  margin-top: unset;
  background: unset;
  padding: unset;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
  display: block;
}

.full-width-header .rs-header.header-style2.header-style4 .expand-btn-inner ul .sidebarmenu-search a i {
  padding-right: 16px;
}

.full-width-header .rs-header.header-style2.header-style4 .expand-btn-inner ul .nav-link {
  display: block;
  padding: unset;
}

.full-width-header .rs-header.header-style3 .menu-area {
  background: unset;
  padding-top: 15px;
}

.full-width-header .rs-header.header-style3 .menu-area::after {
  display: none;
}

.full-width-header .rs-header.header-style3 .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1 1 0%;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: rgb(255, 214, 0) !important;
}

.full-width-header .rs-header.header-style3 .menu-area .logo-area a .sticky-logo {
  display: none;
}

.full-width-header .rs-header.header-style3 .menu-area .logo-area a .normal-logo {
  display: block;
}

.full-width-header .rs-header.header-style3 .menu-area .logo-area img {
  transition: 0.4s;
  max-height: 60px;
  position: relative;
  top: -5px;
}

.full-width-header .rs-header.header-style3 .menu-area.sticky {
  padding-top: 10px;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  height: 75px;
  line-height: 75px;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: 25px;
}

.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
}

.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}

.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area img {
  max-height: 45px;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link {
  display: none;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .icon-bar .cart-icon i::before,
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .sidebarmenu-search a i {
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote {
  position: relative;
  margin-left: 25px;
  line-height: 30px;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote a {
  font-size: 14px;
  background: rgb(255, 214, 0);
  border-color: rgb(255, 214, 0);
  padding: 8px 22px;
  border-radius: 3px;
  color: rgb(10, 10, 10);
  font-weight: 500;
  transition: 400ms;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote a::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote a:hover::before {
  left: 120%;
  transition: 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: rgb(255, 112, 51) !important;
}

.full-width-header .rs-header.header-style3.header-home5-style .expand-btn-inner ul .btn-quote a {
  background: rgb(255, 112, 51);
  border-color: rgb(255, 112, 51);
  color: rgb(255, 255, 255);
}

.full-width-header .rs-header.home4-header-style4 .menu-area {
  background: rgb(0, 170, 228);
}

.full-width-header .rs-header.home4-header-style4 .menu-area.sticky .logo-area .mobile-logo {
  display: none;
}

.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.full-width-header .mobile-menu {
  display: none;
}

.full-width-header .mobile-menu .mobile-logo {
  float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
  color: rgb(255, 255, 255);
  float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: rgb(0, 124, 251);
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: rgb(255, 214, 0);
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0px;
  width: 25px;
  height: 2px;
  background: rgb(255, 255, 255);
  z-index: 11;
  top: 23px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}

.full-width-header .right_menu_togle {
  background-image: linear-gradient(90deg, rgb(226, 233, 247) 0%, rgb(255, 255, 255) 100%);
  padding: 46px 60px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: 0.3s;
  position: fixed;
  overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: 0.3s;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgb(1, 83, 159);
  transition: 0.3s;
  width: 1px !important;
  height: 25px !important;
  border-width: medium !important;
  border-style: none !important;
  border-color: currentcolor !important;
  border-image: initial !important;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: rgb(0, 124, 251);
}

.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0px;
  padding-bottom: 35px;
}

.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 55px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: rgb(51, 51, 51);
  margin: 0px 0px 38px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  margin: 0px 20px 0px 0px;
  font-size: 25px;
  color: rgb(1, 83, 159);
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 5px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: rgb(51, 51, 51);
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: rgb(51, 51, 51);
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: rgb(1, 83, 159);
}

.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0px 0px;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin: 0px 8px 0px 0px;
  text-align: center;
  background: rgb(1, 83, 159);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  opacity: 0.9;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0px;
}

.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0px;
  width: 100%;
  margin: 0px;
  text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: rgb(51, 51, 51);
  padding: 10px 0px;
  line-height: 30px;
  width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button::before,
.full-width-header .mobile-navbar-menu span.submenu-button::after {
  position: absolute;
  top: 24px;
  height: 1px;
  display: block;
  background: rgb(51, 51, 51);
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button::before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0px;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0px;
  height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened::before {
  display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover>ul>li {
  height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button::after {
  top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button::before {
  top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: rgb(0, 124, 251);
}

body.modal-open {
  padding: 0px !important;
}

body .modal.show .modal-dialog {
  width: 100%;
  max-width: 500px;
}

body .search-modal {
  background: rgb(1, 83, 159);
  padding: 0px !important;
}

body .search-modal .modal-content {
  position: initial;
  border: 0px;
  background: unset;
}

body .search-modal .search-block form {
  position: relative;
}

body .search-modal .search-block form input {
  background: 0px 0px;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2);
  border-image: initial;
  color: rgb(255, 255, 255);
  outline: none;
  padding: 14px 17px;
  border-radius: unset;
}

body .search-modal .search-block form button {
  background: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 5px 20px;
  color: rgb(255, 255, 255);
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
  position: absolute;
  content: "";
  right: 0px;
  top: 11px;
}

body .search-modal .search-block form button i::before {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
}

body .search-modal .search-block ::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: rgb(255, 255, 255);
  color: rgb(10, 10, 10);
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
  opacity: unset;
  box-shadow: unset;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

body .search-modal .close i::before {
  font-size: 23px;
  position: relative;
  top: 4px;
  left: 0px;
  font-weight: 700;
}

body .search-modal .close:hover {
  opacity: 0.8 !important;
}

.menu-sticky {
  background: rgb(255, 255, 255);
  margin: 0px;
  z-index: 999;
  width: 100%;
  top: 0px;
  position: relative;
}

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.rs-about.style1 .about-images {
  position: relative;
}

.rs-about.style1 .about-images .about-widget {
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  width: 290px;
  max-width: 290px;
  right: 64px;
  top: 476px;
}

.rs-about.style1 .about-images .about-widget .about-style {
  padding: 25px 40px 25px 105px;
  background-image: url("assets/images/about/style1/ibg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.rs-about.style1 .about-img {
  margin: 0px 0px 0px -42px;
}

.rs-about.style2 {
  position: relative;
  z-index: 11;
}

.rs-about.style2 .services-item {
  display: flex;
}

.rs-about.style2 .services-item .services-icon img {
  max-width: unset;
  width: 90px;
  height: 70px;
}

.rs-about.style2 .services-item .services-content {
  padding-left: 24px;
}

.rs-about.style2 .services-item .services-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  margin: 0px 0px 10px;
}

.rs-about.style2 .services-item .services-content .desc {
  color: rgb(16, 16, 16);
  margin: 0px;
}

.rs-about.style2 .about-images {
  position: relative;
  z-index: 11;
}

.rs-about.style2 .about-images .about-animation .animation {
  position: absolute;
}

.rs-about.style2 .about-images .about-animation .animation.dot-img {
  right: 54px;
  top: 30px;
  z-index: -11;
}

.rs-about.style2 .about-images .about-animation .animation.cleaning-img {
  left: -53px;
  top: -80px;
}

.rs-about.style2 .about-images .about-animation .animation.cleaning-img img {
  max-width: 200px;
}

.rs-about.style2 .about-images .rs-animate-ab2 {
  position: absolute;
  right: 48px;
  bottom: -10px;
  width: 270px;
  max-width: 270px;
  padding: 28px 30px 19px;
  background-color: rgb(1, 83, 159);
  border-radius: 50px 0px;
}

.rs-about.style2 .about-images .rs-animate-ab2 .rs-pie-content {
  display: flex;
  align-items: center;
  position: relative;
}

.rs-about.style2 .about-images .rs-animate-ab2 .rs-pie-content .rs-pie {
  display: inline-block;
  position: relative;
  text-align: center;
}

.rs-about.style2 .about-images .rs-animate-ab2 .rs-pie-content .rs-pie span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rs-about.style2 .about-images .rs-animate-ab2 .rs-pie-content .number {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 30px;
  padding: 0px 0px 0px 23px;
  margin: -4px 0px 0px;
}

.rs-about.style3 {
  position: relative;
}

.rs-about.style3 .about-img {
  position: relative;
}

.rs-about.style3 .about-img .about-widget {
  position: absolute;
  width: 220px;
  max-width: 220px;
  top: 392px;
  left: -98px;
}

.rs-about.style3 .about-img .about-widget .counter-part {
  padding: 26px 40px 29px;
  background-color: transparent;
  background-image: linear-gradient(120deg, rgb(28, 108, 40) 32%, rgb(255, 214, 0) 100%);
  border-radius: 5px;
}

.rs-about.style3 .about-img .about-widget .counter-part .rs-count {
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

.rs-about.style3 .about-img .about-widget .counter-part .rs-count::before {
  content: "+";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.rs-about.style3 .about-img .about-widget .counter-part .title {
  color: rgb(255, 255, 255);
  margin: 0px;
}

.rs-about.style3 .rs-animation {
  position: absolute;
  left: -31px;
  top: 15px;
}

.rs-about.style4 .about-images {
  position: relative;
}

.rs-about.style4 .about-images .about-widget {
  background-color: rgb(1, 83, 159);
  width: 275.217px;
  max-width: 275.217px;
  bottom: 0px;
  right: 55px;
  position: absolute;
}

.rs-about.style4 .about-images .about-widget .services-item {
  display: flex;
  padding: 12px 0px 12px 20px;
}

.rs-about.style4 .about-images .about-widget .services-item .services-icon img {
  width: 50px;
  height: 59px;
  max-width: unset;
}

.rs-about.style4 .about-images .about-widget .services-item .services-content {
  padding: 0px 0px 0px 15px;
  margin: 12px 0px 0px;
}

.rs-about.style4 .about-images .about-widget .services-item .services-content .services-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45em;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}

.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 140px 0px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title::after {
  content: "";
  position: absolute;
  border: 0px;
  width: 60px;
  height: 6px;
  background: rgb(255, 214, 0);
  z-index: 1;
  margin-left: 0px;
  left: 0px;
  top: -28px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title.title-center::after {
  margin: 0px auto;
  right: 0px;
}

.rs-breadcrumbs .breadcrumbs-inner .description p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 20px 0px 0px;
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta li span i {
  position: relative;
  font-size: 13px;
  margin-right: 3px;
  top: 1px;
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta .post-cate i {
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta .post-cate a {
  color: rgb(255, 255, 255);
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta .post-comment {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.rs-breadcrumbs .breadcrumbs-inner .single-posts-meta .post-comment i {
  position: relative;
  top: 1px;
  color: rgb(255, 255, 255);
}

.rs-breadcrumbs.img1 {
  background: url("assets/images/breadcrumbs/inr-1.jpg");
}

.rs-breadcrumbs.img2 {
  background: url("assets/images/breadcrumbs/inr-2.jpg");
}

.rs-breadcrumbs.img3 {
  background: url("assets/images/breadcrumbs/inr-3.jpg");
}

.rs-breadcrumbs.img4 {
  background: url("assets/images/breadcrumbs/inr-4.jpg");
}

.rs-breadcrumbs.img5 {
  background: url("assets/images/breadcrumbs/inr-5.jpg");
}

.rs-banner.banner-main-home {
  background-image: url("assets/images/banner/style1/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.rs-banner.banner-main-home .content-wrap {
  padding: 80px 0px 160px;
}

.rs-banner.banner-main-home .content-wrap .sub-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: rgb(0, 124, 251);
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 12px;
}

.rs-banner.banner-main-home .content-wrap .title {
  font-size: 75px;
  line-height: 80px;
  font-weight: 800;
  color: rgb(10, 10, 10);
  margin: 0px 0px 10px;
}

.rs-banner.banner-main-home .content-wrap .title-small {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  color: rgb(0, 124, 251);
  margin: 0px 0px 10px;
}

.rs-banner.banner-main-home .content-wrap .title-small span {
  color: rgb(10, 10, 10);
}

.rs-banner.banner-main-home .content-wrap .description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(69, 69, 69);
  margin: 0px 0px 40px;
}

.rs-banner.banner-main-home .banner-animate .circle-animate {
  position: absolute;
}

.rs-banner.banner-main-home .banner-animate .circle-animate.big {
  left: 52%;
  top: 13%;
}

.rs-banner.banner-main-home .banner-animate .circle-animate.small {
  left: 47%;
  top: 44%;
  z-index: -11;
}

.rs-banner.banner-style2 .banner-imgae {
  background: url("assets/images/banner/banner-4.jpg") center top / cover no-repeat;
}

.rs-banner.banner-style2 .banner-content {
  background-color: rgb(242, 248, 251);
  padding: 170px 80px;
}

.rs-banner.banner-style2 .banner-content .title-inner .sub-text {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 170, 228);
  margin: 0px 0px 10px;
  display: block;
}

.rs-banner.banner-style2 .banner-content .title-inner .title {
  font-size: 75px;
  line-height: 85px;
  font-weight: 800;
  color: rgb(10, 10, 10);
  margin: 8px 0px 30px;
}

.rs-banner.banner-style2 .banner-content .title-inner .title span {
  color: rgb(0, 170, 228);
  text-decoration: underline;
}

.rs-banner.banner-style2 .banner-content .address-wrap {
  display: flex;
  align-items: center;
}

.rs-banner.banner-style2 .banner-content .address-wrap .address-icon {
  background: rgb(0, 170, 228);
  margin-right: 20px;
}

.rs-banner.banner-style2 .banner-content .address-wrap .address-icon i {
  color: rgb(255, 255, 255);
}

.rs-banner.banner-style2 .banner-content .address-wrap .address-icon::before {
  background: rgb(0, 170, 228);
}

.rs-banner.banner-style2 .banner-content .address-wrap .text .des {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  color: rgb(17, 17, 17);
}

.rs-banner.banner-style3 {
  background: url("assets/images/banner/style2/banner-bg.jpg") center center / cover no-repeat;
}

.rs-banner.banner-style3 .banner-content {
  padding: 260px 0px 250px;
}

.rs-banner.banner-style3 .banner-content .sub-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px 0px 40px;
  position: relative;
}

.rs-banner.banner-style3 .banner-content .sub-title .shape-img {
  position: absolute;
  top: -21px;
  left: 20px;
}

.rs-banner.banner-style3 .banner-content .title {
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.rs-banner.banner-style3 .banner-content .title span {
  color: rgb(255, 112, 51);
}

.rs-banner.banner-style3 .banner-content .description {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.rs-banner.banner-style3 .banner-img {
  margin: 0px 0px 0px -65px;
}

.rs-banner.banner-style3 .banner-img img {
  position: relative;
  max-width: 830px;
}

.rs-cleaning.cleaning-style .cleaning-part {
  text-align: center;
  max-width: 700px;
  border-radius: 5px;
  margin: 0px auto;
  padding: 60px 0px;
  background: rgb(255, 255, 255);
}

.rs-cleaning.cleaning-style1 .cheaning-img {
  background-image: url("assets/images/project/details/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 315px 0px;
  position: relative;
}

.rs-cleaning.cleaning-style1 .cheaning-img .rs-videos .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-choose.choose-style1 .choose-us-section .video-img {
  position: relative;
}

.rs-choose.choose-style1 .choose-us-section .video-img .rs-videos {
  position: absolute;
  right: 16%;
  top: 47%;
}

.rs-choose.choose-style1 .about-choose-us {
  background-image: url("assets/images/video/about-video.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 330px 0px;
  position: relative;
}

.rs-choose.choose-style1 .about-choose-us .about-video .rs-videos {
  position: absolute;
  left: 15%;
  bottom: 21%;
}

.rs-choose.choose-style1.choose-home4-style .rs-videos .overly-border {
  border: unset;
}

.rs-choose.choose-style1.choose-home4-style .rs-videos .overly-border a::before {
  animation: unset;
  background: rgb(0, 170, 228);
}

.rs-choose.choose-style1.choose-home4-style .rs-videos .overly-border a i {
  font-size: 18px;
  line-height: 80px;
  display: block;
}

.rs-choose.choose-style2 .choose-main-part .services-part {
  padding: 40px 30px;
  margin: 0px 4px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 83, 159, 0.13);
  position: relative;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-icon {
  margin: 0px 0px 17px;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-icon img {
  width: 100px;
  height: 100px;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt {
  position: relative;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .serial-number {
  position: absolute;
  left: 160px;
  top: -120px;
  color: rgba(255, 214, 0, 0.17);
  font-size: 61px;
  font-weight: 900;
}

.rs-choose.choose-style2 .video-img {
  background-image: url("assets/images/video/video.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 480px 0px;
  position: relative;
}

.rs-choose.choose-style2 .video-img .rs-videos .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-choose.choose-style3 .video-img {
  background-image: url("assets/images/choose/style3/why-choose3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 266px 0px 267px;
  position: relative;
}

.rs-choose.choose-style3 .video-img .rs-videos .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-choose.choose-style3 .rs-addon-services {
  background-color: rgb(248, 255, 244);
  padding: 70px 0px 60px 30px;
}

.rs-choose.choose-style3 .rs-addon-services .services-item {
  display: flex;
}

.rs-choose.choose-style3 .rs-addon-services .services-item .services-icon img {
  width: 60px;
  height: 60px;
  max-width: unset;
}

.rs-choose.choose-style3 .rs-addon-services .services-item .services-content {
  padding: 0px 0px 20px 30px;
}

.rs-choose.choose-style3 .rs-addon-services .services-item .services-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px 0px 10px;
}

.rs-choose.choose-style3 .rs-addon-services .services-item .services-content .services-txt {
  margin: 0px;
}

.rs-choose.choose-style4 .services-item {
  padding: 20px 30px 25px;
  border: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.01) 0px 3px 5px;
  border-radius: 0px 0px 10px 10px;

}

.rs-choose.choose-style4 .services-item .services-icon {
  margin-bottom: 35px;
}

.rs-choose.choose-style4 .services-item .services-icon img {
  max-width: unset;
  width: 70px;
  height: 70px;
  left: 0px;
  position: relative;
  transition: 0.4s;
}

.rs-choose.choose-style4 .services-item .services-content .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px 0px 10px;
}

.rs-choose.choose-style4 .services-item .services-content .services-txt {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}

.rs-choose.choose-style4 .services-item:hover .services-icon img {
  left: 30px;
}

.rs-choose.choose-style5 .rs-addon-services .services-item {
  display: flex;
  padding: 20px;
  margin: 0px 5px 0px 0px;
  box-shadow: rgba(216, 211, 211, 0.4) 0px 0px 10px 0px;
  background: rgb(255, 255, 255);
}

.rs-choose.choose-style5 .rs-addon-services .services-item .services-icon {
  min-width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50px;
  background: rgb(255, 112, 51);
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

.rs-choose.choose-style5 .rs-addon-services .services-item .services-icon img {
  width: 30px;
  height: 30px;
  max-width: unset;
}

.rs-choose.choose-style5 .rs-addon-services .services-item .services-text {
  padding: 10px 0px 0px 22px;
}

.rs-choose.choose-style5 .rs-addon-services .services-item .services-text .services-title .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  color: rgb(16, 16, 16);
  margin: 0px;
}

.rs-slider.slide-home-style2 {
  background: url("assets/images/slider/style1/banner-bg.jpg") center center / cover no-repeat;
  position: relative;
}

.rs-slider.slide-home-style2 .content-wrap {
  padding: 195px 0px;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content {
  display: flex;
  align-items: center;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content img {
  padding-right: 14px;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content .sub-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(1, 83, 159);
  text-transform: uppercase;
  display: block;
  margin: 0px;
}

.rs-slider.slide-home-style2 .content-wrap .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.rs-slider.slide-home-style2 .slide-img {
  position: relative;
  margin-right: -100px;
  margin-left: 35px;
}

.rs-slider.slide-home-style2 .slide-img .slider-item .images-part img {
  position: relative;
  max-width: 680px;
}

.rs-slider.slide-home-style2 .rs-carousel .owl-dots {
  margin-top: 14px;
  position: absolute;
  right: 18%;
}

.rs-slider.slide-home-style2 .rs-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgb(255, 204, 0);
  border: 0px solid rgb(255, 204, 0);
  position: relative;
}

.rs-slider.slide-home-style2 .rs-carousel .owl-dots .owl-dot.active {
  background: rgb(255, 204, 0);
  width: 40px;
  border-radius: 10px;
  opacity: unset;
}

.rs-slider.rs-slider-style3 {
  overflow: hidden;
  z-index: 111;
  text-align: center;
  position: relative;
}

.rs-slider.rs-slider-style3 .desc {
  font-size: 17px;
  color: rgb(10, 10, 10);
  max-width: 500px;
  margin: 25px 0px 45px;
}

.rs-slider.rs-slider-style3 .slider-bottom {
  display: block;
  overflow: hidden;
}

.rs-slider.rs-slider-style3 .slider-bottom .readon {
  display: inline-block !important;
}

.rs-slider.rs-slider-style3 .sl-subtitle {
  animation: 1.7s ease-in-out 0s 1 normal none running fadeInDown;
}

.rs-slider.rs-slider-style3 .sl-title {
  animation: 1.5s ease-in-out 0s 1 normal none running fadeInLeft;
}

.rs-slider.rs-slider-style3 .sl-title-small {
  animation: 1.6s ease-in-out 0s 1 normal none running fadeInLeft;
}

.rs-slider.rs-slider-style3 .slider-bottom {
  animation: 1.8s ease-in-out 0s 1 normal none running fadeInUp;
}

.rs-slider.rs-slider-style3 .content-part {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.rs-slider.rs-slider-style3 .content-part .sl-subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 214, 0);
  margin: 0px 0px 15px;
  display: block;
}

.rs-slider.rs-slider-style3 .content-part .sl-title {
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0px 0px 15px;
}

.rs-slider.rs-slider-style3 .content-part .sl-title-small {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0px 0px 30px;
}

.rs-slider.rs-slider-style3 .content-part .slider-bottom li {
  display: inline-block;
  margin-right: 25px;
}

.rs-slider.rs-slider-style3 .content-part .slider-bottom li:last-child {
  margin-right: 0px;
}

.rs-slider.rs-slider-style3 .nivo-caption {
  padding: 0px;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a {
  background: rgba(0, 0, 0, 0.2);
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a::before {
  color: rgb(255, 255, 255);
}

.rs-slider .sl-wrap {
  padding: 50px 0px;
}

.rs-slider .nivo-directionNav>a {
  font-size: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: rgb(247, 251, 255);
  transition: 0.4s ease-out;
  opacity: 1;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav,
.rs-slider .nivo-directionNav>a.nivo-nextNav {
  left: 30px;
  background: rgb(28, 108, 40);
}

.rs-slider .nivo-directionNav>a.nivo-prevNav {
  top: 50%;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav::before {
  content: "";
}

.rs-slider .nivo-directionNav>a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}

.rs-slider .nivo-directionNav>a.nivo-nextNav::before {
  content: "";
}

.rs-slider .nivo-directionNav>a::before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
  color: rgb(28, 108, 40);
}

.rs-slider .nivo-directionNav>a:hover {
  opacity: 95;
}

.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  display: none !important;
}

.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid rgb(255, 255, 255);
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  transition: 0.4s;
}

.rs-slider .nivo-controlNav .nivo-control.active {
  background: rgb(28, 108, 40);
  border-color: rgb(28, 108, 40);
}

.rs-slider.style3 .owl-nav .owl-next,
.rs-slider.style3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
}

.rs-slider.style3 .owl-nav .owl-next i::before,
.rs-slider.style3 .owl-nav .owl-prev i::before {
  content: "";
  font-family: Flaticon;
}

.rs-slider.style3 .owl-nav .owl-next {
  right: 10px;
  left: unset;
}

.rs-slider.style3 .owl-nav .owl-next i::before {
  content: "";
}

.rs-counter.about-style .counter-list {
  display: flex;
  align-items: center;
}

.rs-counter.about-style .counter-list .counter-icon {
  text-align: center;
  width: 70px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  padding-right: 15px;
}

.rs-counter.about-style .counter-list .counter-text .rs-count {
  font-size: 45px;
  font-weight: 600;
  line-height: 66px;
  padding: 0px;
  color: rgb(10, 10, 10);
  position: relative;
}

.rs-counter.about-style .counter-list .counter-text .rs-count::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rs-counter.about-style .counter-list .counter-text .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(57, 54, 54);
  margin: 0px;
}

.rs-counter.about-style.home-style2 .counter-list .counter-icon {
  width: 90px;
}

.rs-counter.about-style.home-style2 .counter-list .counter-text .rs-count {
  font-size: 50px;
  color: rgb(255, 255, 255);
}

.rs-counter.about-style.home-style2 .counter-list .counter-text .title {
  color: rgb(255, 255, 255);
}

.rs-counter.about-style.home-style2.home-style6 .counter-list .counter-text .title,
.rs-counter.about-style.home-style2.home-style6 .counter-list .counter-text .rs-count {
  color: rgb(10, 10, 10);
}

.rs-counter.counter-style {
  position: relative;
}

.rs-counter.counter-style .rs-counter-list .counter-text {
  padding: 0px 0px 0px 85px;
}

.rs-counter.counter-style .rs-counter-list .counter-text .counter-icon {
  display: inline-block;
  width: 75px;
  margin: 0px 0px 20px;
}

.rs-counter.counter-style .rs-counter-list .counter-text .counter-number .rs-count {
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  color: rgb(255, 255, 255);
  padding: 0px;
}

.rs-counter.counter-style .rs-counter-list .counter-text .counter-number .prefix {
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  padding: 0px;
}

.rs-counter.counter-style .rs-counter-list .counter-text .counter-number .title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.rs-counter.counter-style.counter-home3 .rs-counter-list .counter-text {
  padding: 0px;
  display: flex;
  align-items: center;
}

.rs-counter.counter-style.counter-home3 .rs-counter-list .counter-text .counter-icon {
  margin: unset;
}

.rs-counter.counter-style.counter-home3 .rs-counter-list .counter-text .counter-number {
  padding-left: 24px;
}

.rs-counter.counter-style.counter-home3.counter-home5 .rs-counter-list .counter-text .counter-icon {
  width: 80px;
}

.rs-counter.counter-style .counter-animation .animate-ball {
  position: absolute;
}

.rs-counter.counter-style .counter-animation .animate-ball img {
  max-width: 55px;
}

.rs-counter.counter-style .counter-animation .animate-ball.one {
  left: 6%;
  top: 21%;
}

.rs-counter.counter-style .counter-animation .animate-ball.two {
  left: 6%;
  bottom: 18%;
}

.rs-counter.counter-style .counter-animation .animate-ball.three {
  left: 33%;
  top: 19%;
}

.rs-counter.counter-style .counter-animation .animate-ball.four {
  left: 35%;
  bottom: 14%;
}

.rs-counter.counter-style .counter-animation .animate-ball.five {
  left: 56%;
  top: 32%;
}

.rs-counter.counter-style .counter-animation .animate-ball.six {
  right: 10%;
  top: 26%;
}

.rs-counter.counter-style2 .counter-top {
  position: relative;
  background: rgb(1, 83, 159);
  padding: 35px 0px 30px 50px;
}

.rs-counter.counter-style2 .counter-top .rs-counter-list .counter-text .counter-icon {
  display: inline-block;
  width: 60px;
  margin: 0px 0px 20px;
}

.rs-counter.counter-style2 .counter-top .rs-counter-list .counter-text .counter-number .rs-count {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: rgb(255, 255, 255);
  padding: 0px;
}

.rs-counter.counter-style2 .counter-top .rs-counter-list .counter-text .counter-number .prefix {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  padding: 0px;
}

.rs-counter.counter-style2 .counter-top .rs-counter-list .counter-text .counter-number .title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.rs-counter.counter-style2 .counter-top .counter-animation .animate-ball {
  position: absolute;
}

.rs-counter.counter-style2 .counter-top .counter-animation .animate-ball img {
  max-width: 40px;
}

.rs-counter.counter-style2 .counter-top .counter-animation .animate-ball.one {
  left: 13%;
  top: 14%;
}

.rs-counter.counter-style2 .counter-top .counter-animation .animate-ball.two {
  left: 51%;
  bottom: 10%;
}

.rs-counter.counter-style2 .counter-top .counter-animation .animate-ball.three {
  right: 14%;
  top: 16%;
}

.rs-contact.contact-style1 {
  position: relative;
}

.rs-contact.contact-style1 .shape-divider-bg {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

.rs-contact.contact-style1 .shape-divider-bg::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 123px;
  width: 100%;
  height: 98px;
  background: rgb(247, 247, 252);
  transform: scale(1.2) rotate(-5deg);
}

.rs-contact.contact-style1 .widget-viwe-line {
  background: rgb(247, 247, 252);
}

.rs-contact.contact-style1 .widget-viwe-line .clean-img {
  position: relative;
  z-index: 11;
  text-align: center;
}

.rs-contact.contact-style1 .widget-viwe-line .clean-img .top-image {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.rs-contact.contact-style1 .widget-viwe-line .clean-img .rotote-img img {
  max-width: 540px;
}

.rs-contact.contact-style1 .space-divider {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

.rs-contact.contact-style1 .space-divider::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 129px;
  width: 100%;
  height: 108px;
  background: rgb(0, 124, 251);
  transform: scale(1.2) rotate(-4deg);
}

.rs-contact.contact-style1 .widget-wrap .rs-requset {
  padding: 0px 65px 70px;
  position: relative;
  z-index: 11;
  background: rgb(0, 124, 251);
}

.rs-contact.contact-style1 .widget-wrap .rs-requset .contact-widget .from-control {
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgb(25, 136, 250);
  background-color: rgb(25, 136, 250);
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style1 .widget-wrap .rs-requset .contact-widget .wpcf7-form-control:not(.wpcf7-submit) {
  padding: 16px 20px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px 12px 1px 1px;
  border-color: rgb(25, 136, 250);
  background-color: rgb(25, 136, 250);
  width: 100%;
  max-width: 100%;
}

.rs-contact.contact-style1 .widget-wrap .rs-requset .contact-widget textarea {
  height: 120px;
}

.rs-contact.contact-style1 .widget-wrap .rs-requset .contact-widget ::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.rs-contact.contact-style1 .address-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
}

.rs-contact.contact-style1 .address-wrap .address-icon i {
  color: rgb(1, 83, 159);
  font-size: 30px;
}

.rs-contact.contact-style1 .contact-animate .animate-style {
  position: absolute;
  left: 4%;
  top: 2%;
}

.rs-contact.contact-style2 .contact-section {
  background-color: rgba(247, 251, 255, 0.88);
  padding: 60px 70px 52px;
}

.rs-contact.contact-style2 .contact-section .contact-wrap .from-control {
  padding: 16px 20px 18px;
  color: rgb(122, 122, 122);
  border-color: rgb(178 160 160 / 20%);
  border: 1px solid #0a0a0a14;
  box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 1px 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  opacity: 1;
}

.rs-contact.contact-style2 .contact-section .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  padding: 17px 20px 18px;
  color: rgb(122, 122, 122);
  border-style: solid;
  border-width: 1px 16px 1px 1px;
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 1px 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  opacity: 1;
}

.rs-contact.contact-style2 .contact-section .contact-wrap textarea {
  height: 120px;
}

.rs-contact.contact-style2 .contact-section .contact-wrap ::-webkit-input-placeholder {
  color: rgb(69, 69, 69);
  opacity: 0.79;
}

.rs-contact.contact-style2 .contact-info-box {
  position: relative;
  padding: 40px 40px 114px;
  background-color: rgb(1, 83, 159);
  z-index: 11;
}

.rs-contact.contact-style2 .contact-info-box .sec-title .title {
  position: relative;
  color: rgb(1, 83, 159);
  z-index: 33;
}

.rs-contact.contact-style2 .contact-info-box .address-item {
  display: flex;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-icon {
  margin-right: 15px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-icon i {
  font-size: 30px;
  color: rgb(255, 214, 0);
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text {
  margin-top: -5px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text .label {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px 0px 7px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text a {
  color: rgb(255, 255, 255);
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text a:hover {
  color: rgb(255, 214, 0);
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text .des {
  color: rgb(255, 255, 255);
}

.rs-contact.contact-style2 .contact-info-box::after {
  border-color: rgb(255, 214, 0);
  position: absolute;
  height: 280px;
  width: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 29% 59%, 0px 33%);
  left: -1px;
  background-color: rgb(255, 214, 0);
  top: -1px;
  content: "";
}

.rs-contact.contact-style2.contact-home5-style .contact-section {
  background-color: rgba(255, 255, 255, 0.88);
}

.rs-contact.contact-style2.contact-home5-style .contact-info-box::after {
  border-color: rgb(255, 112, 51);
  background-color: rgb(255, 112, 51);
}

.rs-contact.contact-style2.contact-home5-style .contact-info-box .sec-title .title {
  color: rgb(255, 255, 255);
}

.rs-contact.contact-style2.contact-home5-style .contact-info-box {
  background-color: rgb(28, 108, 40);
}

.rs-contact.contact-style2.contact-home5-style .contact-info-box .address-item .address-text a:hover,
.rs-contact.contact-style2.contact-home5-style .contact-info-box .address-item .address-icon i {
  color: rgb(255, 112, 51);
}

.rs-contact.contact-style3 .rs-contact-box .address-item {
  display: flex;
  position: relative;
}

.rs-contact.contact-style3 .rs-contact-box .address-item .address-icon {
  display: inline-block;
  position: relative;
  background: rgb(1, 83, 159);
  text-align: center;
  margin-top: 6px;
  width: 40px;
  margin-right: 26px;
  min-width: 60px;
  height: 60px;
  box-shadow: rgba(72, 73, 121, 0.05) 7px 5px 30px 0px;
  border-radius: 30px;
  line-height: 60px !important;
}

.rs-contact.contact-style3 .rs-contact-box .address-item .address-icon img {
  width: 30px;
}

.rs-contact.contact-style3 .rs-contact-box .address-item .address-content .label {
  font-size: 18px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  margin: 0px;
  display: block;
}

.rs-contact.contact-style3 .rs-contact-box .address-item .address-content .des {
  color: rgb(102, 102, 102);
}

.rs-contact.contact-style3 .contact-drop-line {
  background-color: rgb(241, 246, 252);
  padding: 45px 50px;
}

.rs-contact.contact-style3 .contact-drop-line .heading-inner-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.rs-contact.contact-style3 .contact-drop-line .from-control {
  width: 100%;
  padding: 15px 25px;
  color: rgb(122, 122, 122);
  box-shadow: rgba(0, 0, 0, 0.024) 0px 0px 1px 0px;
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  border: 1px solid rgb(241, 241, 241);
  opacity: 1;
}

.rs-contact.contact-style3 .contact-drop-line .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 15px 25px;
  color: rgb(122, 122, 122);
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.024) 0px 0px 1px 0px;
  background-color: rgb(255, 255, 255);
}

.rs-contact.contact-style3 .contact-drop-line textarea {
  height: 120px;
}

.rs-contact.contact-style3 .contact-drop-line ::-webkit-input-placeholder {
  color: rgb(69, 69, 69);
  opacity: 0.55;
}

.rs-contact.contact-style3 .map-canvas {
  overflow: hidden;
}

.rs-contact.contact-style3 .map-canvas iframe {
  float: left;
  width: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  height: 453px;
}

.rs-contact.contact-style4 .request-estimate {
  margin: 0px 0px 30px -100px;
}

.rs-contact.contact-style4 .contact-wrap {
  background: rgb(1, 83, 159);
  padding: 55px 50px;
}

.rs-contact.contact-style4 .contact-wrap .form-group label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  display: block;
  margin-bottom: 0.6rem;
}

.rs-contact.contact-style4 .contact-wrap .form-group .form-control-mod {
  width: 100%;
  padding: 12px 25px 12px 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: rgb(6, 72, 135);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px 0px;
  background-color: rgb(6, 72, 135);
  margin-bottom: 0px;
}

.rs-contact.contact-style4 .contact-wrap .form-group .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 12px 25px 12px 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: rgb(6, 72, 135);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px 0px;
  background-color: rgb(6, 72, 135);
  margin-bottom: 0px;
}

.rs-contact.contact-style4 .contact-wrap .form-group textarea {
  height: 120px;
}

.rs-contact.contact-style4 .address-list-item {
  display: flex;
  margin: 24px 50px 0px 0px;
  padding: 30px;
  background-color: rgb(1, 83, 159);
}

.rs-contact.contact-style4 .address-list-item .address-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}

.rs-contact.contact-style4 .address-list-item .address-content {
  padding: 0px 0px 0px 23px;
}

.rs-contact.contact-style4 .address-list-item .address-content .address-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0px 0px 10px;
  color: rgb(255, 255, 255);
}

.rs-contact.contact-style4 .address-list-item .address-content .services-txt {
  margin: 0px;
  color: rgb(255, 255, 255);
}

.rs-contact.contact-style5 .contact-section {
  background: rgb(1, 83, 159);
  padding: 50px;
  border-radius: 5px;
}

.rs-contact.contact-style5 .contact-section .from-control {
  width: 100%;
  padding: 13px 15px;
  font-size: 17px;
  color: rgb(216, 214, 214);
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: rgb(1, 76, 145);
  background-color: rgb(1, 76, 145);
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style5 .contact-section textarea {
  height: 120px;
}

.rs-contact.contact-style5 .contact-section .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 13px 15px;
  font-size: 16px;
  color: rgb(216, 214, 214);
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: rgb(1, 76, 145);
  background-color: rgb(1, 76, 145);
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style5 .contact-section ::-webkit-input-placeholder {
  color: rgb(216, 214, 214);
  opacity: 1;
}

.rs-newsletter.newsletter-style1 .newsletter-form input {
  font-size: 15px;
  font-weight: 500;
  padding: 17px 7px 17px 17px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(1, 83, 159, 0.23) 0px 0px 40px 0px;
  width: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  overflow: hidden;
}

.rs-newsletter.newsletter-style1 .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
  padding: 17px 7px 17px 17px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 0px 14px 0px 0px;
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.rs-newsletter.newsletter-style1 .newsletter-form ::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
  opacity: 1;
}

.rs-newsletter.newsletter-style1.newsletter-style2 .newsletter-form input {
  border-radius: 4px;
}

.rs-newsletter.newsletter-style1.newsletter-style2 .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
  border-radius: 4px;
  color: unset;
}

.rs-videos {
  position: relative;
}

.rs-videos .overly-border {
  border: 1px solid rgb(255, 214, 0);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.rs-videos .overly-border a {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: rgb(0, 124, 251);
}

.rs-videos .overly-border a i {
  font-size: 30px;
  line-height: 80px;
  color: rgb(255, 214, 0);
  position: relative;
  z-index: 1;
}

.rs-videos .overly-border a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: 1500ms ease-out 0s infinite normal none running pulse-border;
  transition: 0.3s;
  background: rgb(0, 124, 251);
}

.rs-videos .overly-border a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: 200ms;
  animation: 1.5s ease-out 0s infinite normal none running pulse-border;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
    opacity: 0;
  }
}

.rs-process.process-style1 .all-process-item {
  background-image: url("assets/images/process/style1/process-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position: 0px 22px;
}

.rs-process.process-style1 .all-process-item .process-item {
  padding: 0px 10px;
  position: relative;
  z-index: 11;
}

.rs-process.process-style1 .all-process-item .process-item .icon-image {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-style: solid;
  border-width: 6px 0px 0px 6px;
  border-color: rgb(0, 123, 249);
  background-color: rgb(241, 247, 254);
  border-radius: 160px;
  display: inline-block;
}

.rs-process.process-style1 .all-process-item .process-item .icon-image i {
  max-width: unset;
  width: 60px;
  height: 60px;
}

.rs-process.process-style1 .all-process-item .process-item .number-area {
  position: absolute;
  left: 59%;
  top: -25px;
  color: rgba(255, 209, 0, 0.3);
  font-size: 60px;
  font-weight: 700;
  z-index: -11;
}

.rs-process.process-style1 .all-process-item .process-item .number-area.number-style2 {
  left: 63%;
  top: 63px;
}

.rs-process.process-style1 .all-process-item .process-item .content-txt .number-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 42px 0px 15px;
}

.rs-process.process-style1 .all-process-item .process-item .content-txt .number-txt {
  margin: 0px;
}

.rs-process.process-style1.process-about-style {
  position: relative;
}

.rs-process.process-style1.process-about-style .all-process-item {
  background-image: url("assets/images/process/style2/process-line.png");
  background-position: 0px 5px;
}

.rs-process.process-style1.process-about-style .all-process-item .process-item .icon-image img {
  max-width: unset;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  position: relative;
}

.rs-process.process-style1.process-about-style .all-process-item .process-item .icon-image {
  position: relative;
  z-index: 3;
  transform: rotate(-45deg);
  border-width: 6px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 20px 0px;
}

.rs-process.process-style1.process-about-style .all-process-item .process-item .number-area {
  left: 60%;
  top: 4px;
  color: rgba(255, 209, 0, 0.3);
  font-size: 60px;
  font-weight: 700;
}

.rs-process.process-style1.process-about-style .all-process-item .process-item .number-area.number-two {
  top: 20%;
  left: 64%;
}

.rs-process.process-style1.process-about-style .process-animate .process-style {
  position: absolute;
}

.rs-process.process-style1.process-about-style .process-animate .process-style.left-side {
  left: 1%;
  top: 13%;
}

.rs-process.process-style1.process-about-style .process-animate .process-style.right-side {
  right: 2%;
  bottom: 7%;
}

.rs-process.process-style2 {
  position: relative;
}

.rs-process.process-style2 .services-item {
  position: relative;
  text-align: center;
}

.rs-process.process-style2 .services-item .icon-image {
  background-image: url("assets/images/process/style3/icon-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 160px;
  height: 160px;
  display: inline-block;
  line-height: 114px !important;
  margin-bottom: 12px !important;
}

.rs-process.process-style2 .services-item .icon-image img {
  width: 60px;
  height: 60px;
  max-width: unset;
}

.rs-process.process-style2 .services-item .number-area {
  position: absolute;
  left: 46%;
  top: 115px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 600;
}

.rs-process.process-style2 .services-item .content-text .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 15px 0px 10px;
}

.rs-process.process-style2 .services-item .content-text .services-txt {
  margin: 0px;
}

.rs-process.process-style2 .rs-arrow-animate .arrow-style {
  position: absolute;
}

.rs-process.process-style2 .rs-arrow-animate .arrow-style.one {
  left: 36%;
  top: 54%;
}

.rs-process.process-style2 .rs-arrow-animate .arrow-style.two {
  left: 58%;
  top: 54%;
}

.rs-project.project-style1 .project-item {
  position: relative;
  overflow: hidden;
}

.rs-project.project-style1 .project-item .project-img {
  position: relative;
}

.rs-project.project-style1 .project-item .project-img::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: rgb(0, 123, 249);
  visibility: hidden;
  transition: 0.4s;
  transform: rotate(-10deg) scale(1.2);
}

.rs-project.project-style1 .project-item .project-content {
  position: relative;
  width: 100%;
  border-top: 0px;
  z-index: 11;
  bottom: 0px;
  transition: 0.6s;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 35px;
  text-align: left;
}

.rs-project.project-style1 .project-item .project-content .project-inner {
  position: absolute;
  width: 100%;
  transition: 0.6s;
  z-index: 9;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
}

.rs-project.project-style1 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.rs-project.project-style1 .project-item .project-content .project-inner .title a {
  color: rgb(255, 255, 255);
}

.rs-project.project-style1 .project-item .project-content .project-inner .title a:hover {
  color: rgb(255, 214, 0);
}

.rs-project.project-style1 .project-item .project-content .project-inner .category {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: rgb(255, 255, 255);
}

.rs-project.project-style1 .project-item .project-content .p-icon {
  position: absolute;
  transition: 0.6s;
  right: 0px;
  bottom: 142px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.rs-project.project-style1 .project-item .project-content .p-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgb(255, 214, 0);
  line-height: 55px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
}

.rs-project.project-style1 .project-item .project-content .p-icon i::before {
  font-size: 18px;
  color: rgb(0, 124, 251);
}

.rs-project.project-style1 .project-item:hover .project-img::before {
  opacity: 1;
  visibility: visible;
  height: 167px;
}

.rs-project.project-style1 .project-item:hover .project-content .project-inner {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}

.rs-project.project-style1 .project-item:hover .project-content .p-icon {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.rs-project.project-style1 .rs-carousel .owl-dots .owl-dot {
  background: rgb(1, 83, 159);
}

.rs-project.project-style1 .rs-carousel .owl-dots .owl-dot.active {
  background: rgb(255, 214, 0);
}

.rs-project.project-style1.project-style2 {
  margin-top: unset;
}

.rs-project.project-style1.project-style2 .project-item .project-content .p-icon i {
  background: rgb(6, 19, 64);
}

.rs-project.project-style1.project-style2 .project-item .project-content .p-icon i::before {
  color: rgb(255, 255, 255);
}

.rs-project.project-style1.project-style2 .rs-carousel .owl-dots .owl-dot {
  background: rgb(1, 83, 159);
}

.rs-project.project-style1.project-style3 {
  margin-top: unset;
}

.rs-project.project-style1.project-style3 .project-item .project-img::before {
  background: rgb(1, 83, 159);
}

.rs-project.project-style1.project-style3 .project-item .project-content .p-icon i::before {
  color: rgb(1, 83, 159);
}

.rs-project.project-style1.project-style4 {
  margin-top: unset;
}

.rs-project.project-style1.project-style4 .project-item .project-img::before {
  background: rgb(28, 108, 40);
}

.rs-project.project-style1.project-style4 .project-item .project-content .p-icon i::before {
  color: rgb(1, 83, 159);
}

.rs-project.project-style1.project-style4 .project-item .project-content .p-icon i::before {
  color: rgb(10, 10, 10);
}

.rs-project.project-style1.project-style5 {
  margin-top: unset;
}

.rs-project.project-style1.project-style5 .project-item .project-img::before {
  background: rgb(0, 170, 228);
}

.rs-project.project-style1.project-style5 .project-item .project-content .p-icon i::before {
  color: rgb(0, 170, 228);
}

.rs-project.project-style1.project-style5 .project-item .project-content .p-icon i::before {
  color: rgb(10, 10, 10);
}

.rs-project.project-style1.project-style6 {
  margin-top: unset;
}

.rs-project.project-style1.project-style6 .project-item .project-content .p-icon i::before {
  color: rgb(255, 255, 255);
}

.rs-project.project-style1.project-style6 .project-item .project-content .p-icon i {
  background: rgb(255, 112, 51);
}

.rs-project.project-style1.project-style6 .project-item .project-img::before {
  background: rgb(28, 108, 40);
}

.rs-project.project-style1.project-style6 .rs-carousel .owl-dots .owl-dot,
.rs-project.project-style1.project-style6 .rs-carousel .owl-dots .owl-dot.active {
  background: rgb(28, 108, 40);
}

.project-information {
  background-image: url("assets/images/bg/project-bg3.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 35px 67px;
}

.project-information .project-title .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px 0px 23px;
  padding-bottom: 18px;
  z-index: 1;
}

.project-information .project-title .title::before {
  content: "";
  position: absolute;
  background: rgb(1, 83, 159);
  border: 0px;
  width: 50px;
  height: 4px;
  z-index: 9;
  margin-left: 0px;
  left: 0px;
  bottom: 0px;
}

.project-information .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.project-information .project-content .description {
  margin: 0px;
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar-title {
  font-size: 16px;
  line-height: 6px;
  font-weight: 400;
  color: rgb(69, 69, 69);
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(1, 83, 159);
  height: 8px;
  border-radius: 0px;
  overflow: visible;
  padding: 1px;
  margin: 10px 0px 20px;
  position: relative;
  width: 100%;
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 4px;
  line-height: 4px;
  background-color: rgb(0, 123, 255);
  background-image: linear-gradient(250deg, rgb(255, 214, 0) 19%, rgb(3, 34, 143) 100%);
  margin-bottom: 0px;
  width: 0px;
  overflow: visible !important;
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 35px;
  top: -38px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(10, 10, 10);
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0px 0px;
}

.rs-skillbar.skillbar-style2 .cl-skill-bar .skillbar-title {
  font-size: 16px;
  line-height: 6px;
  font-weight: 600;
  color: rgb(33, 33, 33);
}

.rs-skillbar.skillbar-style2 .cl-skill-bar .skillbar {
  background-color: rgba(0, 72, 58, 0.25);
  height: 7px;
  line-height: 7px;
  margin: 10px 0px 24px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.rs-skillbar.skillbar-style2 .cl-skill-bar .skillbar .skillbar-bar {
  height: 7px;
  line-height: 7px;
  background-color: rgb(0, 72, 58);
  margin-bottom: 0px;
  width: 0px;
  overflow: visible !important;
}

.rs-skillbar.skillbar-style2 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0px;
  top: -38px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(10, 10, 10);
}

.rs-skillbar.skillbar-style2 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0px 0px;
}

.rs-services.services-style1 .services-item .services-images {
  width: 100%;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px 4px 0px 0px !important;
  overflow: hidden;
  z-index: 2;
  margin-bottom: -6px;
}

.rs-services.services-style1 .services-item .services-images::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.rs-services.services-style1 .services-item .services-images:hover::before {
  height: 250%;
  transition: 600ms linear;
  background-color: transparent;
}


.rs-services.services-style1 .services-item {
  border-radius: 10px;
}

.rs-services.services-style1 .services-item .services-images .main-img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  transition: 0.5s;
  filter: blur(0px);
  /* border: 1px solid rgb(255 255 255); */
}

.rs-services.services-style1 .services-item .services-images .services-icon {
  background: rgb(255, 214, 0);
  right: 12px;
  bottom: 12px;
  position: absolute;
  transition: 0.5s;
  border-radius: 8px;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 78px;
}

.rs-services.services-style1 .services-item .services-images .services-icon .main-icons {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.rs-services.services-style1 .services-item .services-text {
  padding: 20px 30px 25px;
  border: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.01) 0px 3px 5px;
  border-radius: 0px 0px 10px 10px;
}

.rs-services.services-style1 .services-item .services-text .services-title .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px 0px 10px;
}

.rs-services.services-style1 .services-item .services-text .services-title .title a {
  color: rgb(10, 10, 10);
}

.rs-services.services-style1 .services-item .services-text .services-title .title a:hover {
  color: rgb(0, 124, 251);
}

.rs-services.services-style1 .services-item .services-text .services-txt {
  margin: 0px 0px 20px;
  font-size: 16px;
}

.rs-services.services-style1 .services-item .services-text .services-btn a i::before {
  color: rgb(10, 10, 10);
}

.rs-services.services-style1 .services-item .services-text .services-btn a:hover {
  color: rgb(0, 124, 251);
}

.rs-services.services-style1 .services-item:hover .services-images .services-icon {
  bottom: 20px;
}

.rs-services.services-style1.services-inner-style1 .services-item {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 20px 0px;
}

.rs-services.services-style1.services-inner-style1 .services-item .services-text .services-title .title a:hover,
.rs-services.services-style1.services-inner-style1 .services-item .services-text .services-btn a:hover {
  color: rgb(1, 83, 159);
}

.rs-services.services-style2 {
  position: relative;
}

.rs-services.services-style2 .services-slider .services-item {
  background: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 83, 159, 0.13);
  padding: 67px 40px;
  border-radius: 3px;
  text-align: center;
}

.rs-services.services-style2 .services-slider .services-item .services-img {
  text-align: center;
  border-radius: 10px;
}

.rs-about .services-img img {
  border-radius: 10px;
}

.rs-services.services-style2 .services-slider .services-item .services-img a {
  position: relative;
  display: inline-block;
}

.rs-services.services-style2 .services-slider .services-item .services-img a img {
  width: 90px;
  padding: 17px;
  left: 35px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.rs-services.services-style2 .services-slider .services-item .services-img a::before {
  content: "";
  position: absolute;
  background: rgb(255, 214, 0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  margin: 0px auto;
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
}

.rs-services.services-style2 .services-slider .services-item .services-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0px 15px;
}

.rs-services.services-style2 .services-slider .services-item .services-content .title a {
  color: rgb(16, 16, 16);
}

.rs-services.services-style2 .services-slider .services-item .services-content .title a:hover {
  color: rgb(255, 214, 0);
}

.rs-services.services-style2 .services-slider .services-item .services-content .description {
  color: rgb(51, 51, 51);
  margin: 0px 0px 35px;
}

.rs-services.services-style2 .services-slider .services-item .services-content .services-btn a .btn-text {
  color: rgb(10, 10, 10);
}

.rs-services.services-style2 .services-slider .services-item .services-content .services-btn a i::before {
  color: rgb(1, 83, 159);
}

.rs-services.services-style2 .services-slider .services-item:hover .services-img a img {
  left: 0px;
}

.rs-services.services-style2 .owl-item.center .services-slider .services-item {
  background: rgb(1, 83, 159);
}

.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-img {
  text-align: center;
}

.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-img a img {
  left: 0px;
}

.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-content .services-btn a .btn-text,
.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-content .title a,
.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-content .description {
  color: rgb(255, 255, 255);
}

.rs-services.services-style2 .owl-nav .owl-next,
.rs-services.services-style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(255, 214, 0);
  box-shadow: rgb(238, 238, 238) 0px 6px 25px;
  text-align: center;
  color: rgb(1, 83, 159);
  transition: 0.6s;
  z-index: 9;
  opacity: 0.75;
  visibility: hidden;
  font-family: uicons-regular-rounded !important;
}

.rs-services.services-style2 .owl-nav .owl-next i::before,
.rs-services.services-style2 .owl-nav .owl-prev i::before {
  font-size: 22px;
  content: "";
  position: relative;
  top: 4px;
  font-family: uicons-regular-rounded !important;
}

.rs-services.services-style2 .owl-nav .owl-next {
  right: 20px;
  left: unset;
}

.rs-services.services-style2 .owl-nav .owl-next i::before {
  content: "";
}

.rs-services.services-style2:hover .owl-nav .owl-next,
.rs-services.services-style2:hover .owl-nav .owl-prev {
  left: -75px;
  visibility: visible;
  opacity: 1;
}

.rs-services.services-style2:hover .owl-nav .owl-next {
  right: -75px;
  left: unset;
}

.rs-services.services-style2 .rs-carousel .owl-dots .owl-dot {
  background: rgb(1, 83, 159);
}

.rs-services.services-style2.services-inner-style2 .services-slider .services-item {
  padding: 58px 40px 60px;
}

.rs-services.services-style2.services-inner-style2 .services-slider .services-item .services-img a img {
  left: 0px;
  transition: 0.4s;
}

.rs-services.services-style2.services-inner-style2 .services-slider .services-item:hover .services-img a img {
  left: 35px;
}

.rs-services.services-style2.services-inner-style2 .services-slider .services-item .services-btn a {
  padding: 10px 30px 7px 20px;
  font-size: 15px;
  color: rgb(16, 16, 16);
  text-decoration: underline;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(1, 83, 159, 0.13);
}

.rs-services.services-style3 {
  position: relative;
  z-index: 11;
}

.rs-services.services-style3 .images-bg {
  background-image: url("assets/images/clean/how-work.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 390px 0px;
}

.rs-services.services-style3 .services-main-part .widget-bg {
  position: absolute;
  z-index: -1;
  width: initial;
  max-width: initial;
  right: 44.9%;
  top: 44%;
}

.rs-services.services-style3 .services-main-part .services-item {
  display: flex;
}

.rs-services.services-style3 .services-main-part .services-item .services-icon img {
  max-width: unset;
  width: 76px;
  height: 76px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text {
  padding: 0px 50px 0px 22px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  margin: 0px 0px 10px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text .services-txt {
  margin: 0px;
  color: rgb(51, 51, 51);
}

.rs-services.services-style4 .services-item {
  margin: 0px 7px 0px 0px;
  padding: 40px;
  background-color: rgb(248, 255, 244);
  border-radius: 5px;
}

.rs-services.services-style4 .services-item .services-icon {
  width: 85px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  line-height: 50px;
  color: rgb(6, 19, 64);
  transition: 0.3s;
}

.rs-services.services-style4 .services-item .services-icon img {
  width: 100%;
  height: auto;
  max-width: unset;
}

.rs-services.services-style4 .services-item .services-text {
  padding: 10px 0px 0px;
  position: relative;
}

.rs-services.services-style4 .services-item .services-text .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px 0px 10px;
}

.rs-services.services-style4 .services-item .services-txt {
  margin-bottom: 35px;
}

.rs-services.services-style4 .services-item .services-btn a {
  padding: 7px 25px 7px 15px;
  font-weight: 500;
  text-decoration: underline;
  color: rgb(73, 68, 68);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(5, 110, 17, 0.15);
}

.rs-services.services-style4 .services-item .services-btn a i::before {
  color: rgb(10, 10, 10);
}

.rs-services.services-style4 .services-item .serial-number {
  position: absolute;
  left: 242px;
  top: -100px;
  color: rgba(25, 147, 8, 0.09);
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}

.rs-services.services-style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0px;
  backface-visibility: hidden;
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  transform: translateZ(0px);
  perspective: 1000px;
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  inset: 0px;
  z-index: 10;
  border-style: solid;
  border-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  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.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: rgb(255, 255, 255);
  text-align: left;
  padding: 50px 40px;
  border-style: solid;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 3px 7px 25px 0px;
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 20px;
}

.rs-services.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.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.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: rgb(16, 16, 16);
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: rgb(0, 124, 251);
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: rgb(68, 68, 68);
  margin-bottom: 0px;
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-image: linear-gradient(150deg, rgb(28, 108, 40) 36%, rgb(241, 208, 2) 100%);
  position: absolute;
  z-index: -1;
  padding: 40px;
  top: 0px;
  right: 0px;
  left: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  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.services-style5 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: rgb(255, 255, 255);
}

.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}

.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}

.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0deg);
  z-index: 1;
}

.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front::before {
  background-color: transparent;
  background-image: linear-gradient(150deg, rgb(28, 108, 40) 36%, rgb(241, 208, 2) 100%);
  border-radius: 4px;
}

.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: rgb(255, 255, 255);
}

.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: rgb(255, 255, 255);
}

.rs-services.services-style5.services-home4-style .flip-box-inner:hover .flip-box-wrap .back-front::before {
  background-image: linear-gradient(150deg, rgb(0, 170, 228) 36%, rgb(7, 117, 155) 100%);
}

.rs-services.services-style5.services-home4-style .flip-box-inner .flip-box-wrap .back-front {
  background-image: linear-gradient(150deg, rgb(0, 170, 228) 36%, rgb(7, 117, 155) 100%);
  border-radius: 5px;
}

.rs-services.services-style5.services-home4-style .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  border-radius: 5px;
}

.rs-services.services-style6 .services-item {
  padding: 30px 30px 48px;
  margin: 0px 9px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px 0px;
}

.rs-services.services-style6 .services-item .services-content {
  padding: 0px 0px 0px 22px;
}

.rs-services.services-style6 .services-item .services-content .title-part .title {
  font-size: 35px;
  line-height: 60px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  margin: 35px 0px 23px;
}

.rs-services.services-style7 {
  position: relative;
}

.rs-services.services-style7 .services-overlay {
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.rs-services.services-style7 .services-item {
  background: rgb(255, 255, 255);
  padding: 30px 40px;
  border-width: 0px 2px;
  text-align: center;
  position: relative;
}

.rs-services.services-style7 .services-item .services-text .serial-number {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  color: rgb(0, 170, 228);
}

.rs-services.services-style7 .services-item .services-text .title {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 8px 0px 10px;
}

.rs-services.services-style7 .services-item .services-text .services-txt {
  margin: 0px;
}

.rs-services.services-style7 .services-item.contact-light {
  background: rgb(242, 248, 251);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.rs-services.services-style8 .services-item .services-wrap {
  position: relative;
  padding: 35px 30px 26px;
  transition: 0.4s;
  background-color: rgb(248, 255, 244);
}

.rs-services.services-style8 .services-item .services-wrap .services-icon {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 1;
  position: relative;
  background: rgb(255, 112, 51);
  display: block;
  text-align: center;
  margin-bottom: 23px;
}

.rs-services.services-style8 .services-item .services-wrap .services-icon img {
  width: 40px;
  height: 40px;
  max-width: unset;
}

.rs-services.services-style8 .services-item .services-wrap .services-icon::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid rgb(255, 94, 16);
  transition: 0.3s;
  z-index: 0;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .services-title .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px 0px 6px;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .services-txt {
  margin: 0px;
}

.rs-services.services-style8 .services-item:hover .services-icon::before {
  opacity: 0;
  transform: scale(0.85);
}

.rs-services.services-style8 .hover-effect:hover .services-item:hover,
.rs-services.services-style8 .hover-effect:not(:hover) .active {
  box-shadow: rgba(200, 190, 190, 0.22) 0px 0px 20px;
}

.rs-services.services-style9 .services-slider {
  padding: 15px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
  position: relative;
  overflow: hidden;
}

.rs-services.services-style9 .services-slider .services-content-inner {
  padding: 30px 15px 17px;
  display: flex;
}

.rs-services.services-style9 .services-slider .services-content-inner .service-icon a img {
  max-width: 50px;
  margin-right: 26px;
}

.rs-services.services-style9 .services-slider .services-content-inner .service-details .service-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px 0px 15px;
}

.rs-services.services-style9 .services-slider .services-content-inner .service-details .service-title a {
  color: rgb(10, 10, 10);
}

.rs-services.services-style9 .services-slider .services-content-inner .service-details .service-title a:hover {
  color: rgb(255, 112, 51);
}

.rs-services.services-style9 .services-slider:hover .services-btn2 a i {
  background: rgb(0, 72, 58);
}

.rs-services.services-style9 .rs-carousel .owl-dots .owl-dot {
  background: rgb(255, 112, 51);
}

.rs-services.services-style9 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.rs-services-single .services-add {
  background: url("assets/images/services/single/side-img.html") center center / cover no-repeat;
  text-align: center;
  padding: 50px 35px 28px;
}

.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.rs-services-single .brochures {
  background: rgb(247, 251, 255);
  padding: 35px 30px 45px;
}

.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: 0px;
  width: 65px;
  height: 5px;
  background: rgb(187, 11, 11);
  z-index: 1;
  margin-left: 0px;
  left: 0px;
  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;
  font-size: 17px;
  font-weight: 600;
  background-color: rgb(187, 11, 11);
  color: rgb(255, 255, 255);
  margin: 0px -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: rgb(255, 255, 255);
  box-shadow: rgb(191, 178, 178) 0px 0px 0px 5px;
  color: rgb(39, 55, 76);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}

.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: rgb(19, 34, 53);
  color: rgb(255, 255, 255);
}

.rs-services-single .dot {
  list-style: disc;
  margin: 0px 0px 1.3em 3em;
}

.rs-services-single .widget-item li {
  border-top: 1px solid rgb(238, 238, 238);
  border-right-color: rgb(238, 238, 238);
  border-bottom-color: rgb(238, 238, 238);
  border-left-color: rgb(238, 238, 238);
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}

.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.rs-services-single .widget-item li a i {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 900;
}

.rs-services-single .widget-item li a span {
  color: rgb(2, 2, 2);
  padding-left: 16px;
}

.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: rgb(0, 124, 251);
}

.rs-services-single .widget-item li:first-child {
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}

.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}

.rs-services-single .social-icons li a i {
  padding: 0px;
  font-size: 25px;
  background: rgb(59, 89, 152);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.rs-services-single .social-icons li a i:hover {
  opacity: 0.9;
}

.rs-services-single .social-icons li a.blue-bg i {
  background: rgb(29, 161, 242);
}

.rs-services-single .social-icons li a.light-bg i {
  background: rgb(10, 10, 10);
}

.rs-services-single .social-icons li a.red-bg i {
  background: rgb(205, 32, 31);
}

.rs-services-single .call-us {
  background: url("assets/images/choose/call-us.html") no-repeat;
  padding: 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: 0px;
}

.rs-services-single .call-us .contact-widget .title a {
  color: rgb(255, 255, 255);
}

.rs-services-single .call-us .contact-widget .title a:hover {
  color: rgb(0, 124, 251);
}

.rs-faq.faq-style1 {
  position: relative;
}

.rs-faq.faq-style1 .faq-content .accordion {
  border-width: 12px;
}

.rs-faq.faq-style1 .faq-content .accordion .card {
  margin-bottom: 15px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background-color: rgb(241, 246, 252);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 10px 0px;
}

.rs-faq.faq-style1 .faq-content .accordion .card:last-child {
  margin-bottom: 0px;
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: rgb(255, 255, 255);
  padding: 0px !important;
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0px 60px;
  height: 62px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background-color: rgb(241, 246, 252);
  border: 1px solid #27232314;
  border-radius: 5px;
  color: rgb(1, 83, 159);
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link::after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  background: rgb(1, 83, 159);
  text-align: center;
  left: 18px;
  margin-top: -2px;
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
  color: rgb(16, 16, 16);
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed::after {
  color: rgb(255, 255, 255);
  content: "";
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-body {
  color: rgb(69, 69, 69);
  font-size: 17px;
  width: 100%;
  background-color: rgb(241, 246, 252);
  border-radius: 5px;
  padding: 8px 25px 30px !important;
}

.rs-faq.faq-style1 .faq-animate .animate-style {
  position: absolute;
  left: -12%;
  bottom: 8px;
}

.rs-faq.faq-style1 .faq-animate .animate-style img {
  max-width: 500px;
}

.rs-faq.faq-style2 {
  position: relative;
}

.rs-faq.faq-style2 .faq-content .accordion {
  border-width: 12px;
}

.rs-faq.faq-style2 .faq-content .accordion .card {
  margin-bottom: 30px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background-color: rgb(241, 246, 252);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 10px 0px;
}

.rs-faq.faq-style2 .faq-content .accordion .card:last-child {
  margin-bottom: 0px;
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: rgb(255, 255, 255);
  padding: 0px !important;
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  line-height: 29px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 25px 17px 40px;
  background-color: rgb(0, 72, 58);
  border-radius: 5px 5px 0px 0px;
  color: rgb(255, 255, 255);
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link::after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  text-align: right;
  right: 35px;
  margin-top: -2px;
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link.collapsed {
  background-color: rgb(255, 255, 255);
  color: rgb(3, 46, 66);
  padding: 17px 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 1px 0px;
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link.collapsed::after {
  color: rgb(10, 10, 10);
  content: "";
}

.rs-faq.faq-style2 .faq-content .accordion .card .card-body {
  background-color: rgb(255, 255, 255);
  color: rgb(69, 69, 69);
  font-size: 16px;
  width: 100%;
  padding: 30px 25px !important;
}

.rs-team.team-style1 {
  position: relative;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap {
  overflow: visible;
  padding: 45px;
  background-color: rgb(255, 255, 255);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
  border: 6px solid rgb(255, 255, 255);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .image-inner a img {
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .share-i {
  width: 50px;
  height: 50px;
  background: rgb(255, 214, 0);
  color: rgb(1, 83, 159);
  position: absolute;
  bottom: 25px;
  right: 20px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 11;
  cursor: pointer;
  transition: 0.5s;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .share-i::before {
  line-height: 1;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .share-i:hover {
  background: rgb(1, 83, 159);
  color: rgb(255, 255, 255);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .social-icons {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  transform: scale(0);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .social-icons a {
  display: inline-block;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .social-icons a i {
  background: rgb(1, 83, 159);
  color: rgb(255, 255, 255);
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0px 3px;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .social-icons a i:hover {
  opacity: 0.9;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap::before {
  content: "";
  position: absolute;
  background: rgb(255, 214, 0);
  inset: 0px;
  display: block;
  border-radius: 50%;
  z-index: 1;
  margin: 6px;
  opacity: 0;
  transition: 0.5s;
  transform: scale(0);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap.current-share .image-wrap .social-icons {
  opacity: 1;
  transform: scale(1);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap.current-share .image-wrap::before {
  opacity: 0.8;
  transform: scale(1);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .team-content {
  text-align: center;
  margin: 0px;
  padding: 22px 0px 0px;
  position: unset;
  opacity: 1;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .team-content .member-desc .team-name a {
  color: rgb(10, 10, 10);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .team-content .member-desc .team-name a:hover {
  color: rgb(1, 83, 159);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .team-content .member-desc .team-title {
  font-size: 16px;
  color: rgb(51, 51, 51);
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap:hover .image-wrap .image-inner a img {
  transform: scale(1.2);
}

.rs-team.team-style1 .rs-carousel .owl-dots .owl-dot {
  background: rgb(255, 214, 0);
}

.rs-team.team-style1 .team-animation .animate-ball {
  position: absolute;
}

.rs-team.team-style1 .team-animation .animate-ball img {
  max-width: 55px;
}

.rs-team.team-style1 .team-animation .animate-ball.tm1 {
  left: 18%;
  top: 13%;
}

.rs-team.team-style1 .team-animation .animate-ball.tm2 {
  left: 2%;
  top: 42%;
}

.rs-team.team-style1 .team-animation .animate-ball.tm3 {
  left: 8%;
  bottom: 20%;
}

.rs-team.team-style1 .team-animation .animate-ball.tm4 {
  right: 17%;
  top: 13%;
}

.rs-team.team-style1 .team-animation .animate-ball.tm5 {
  right: 5%;
  top: 44%;
}

.rs-team.team-style1 .team-animation .animate-ball.tm6 {
  right: 11%;
  bottom: 16%;
}

.rs-team-single .btm-info-team {
  position: relative;
  box-shadow: rgba(7, 28, 31, 0.05) 0px 0px 32px 0px;
  background: rgb(255, 255, 255);
  margin-bottom: 70px;
  padding: 40px;
}

.rs-team-single .btm-info-team .images-part {
  padding: 0px 30px 0px 0px;
}

.rs-team-single .btm-info-team .images-part img {
  border-radius: 50%;
}

.rs-team-single .btm-info-team .con-info {
  position: relative;
}

.rs-team-single .btm-info-team .con-info .designation-info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(1, 83, 159);
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}

.rs-team-single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin-bottom: 15px;
}

.rs-team-single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(69, 69, 69);
  margin-bottom: 25px;
}

.rs-team-single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin-bottom: 15px;
}

.rs-team-single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0px 10px;
  padding: 0px;
  display: block;
}

.rs-team-single .btm-info-team .con-info .ps-informations .personal-info li span i::before {
  color: rgb(1, 83, 159);
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: rgb(85, 85, 85);
}

.rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: rgb(1, 83, 159);
}

.rs-team-single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}

.rs-team-single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}

.rs-team-single .btm-info-team .con-info .ps-informations .social-info li a {
  color: rgb(85, 85, 85);
}

.rs-team-single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: rgb(1, 83, 159);
}

.rs-team-single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0px;
}

.rs-team-single .btm-info-team .con-info::before {
  content: "";
  font-size: 245px;
  position: absolute;
  right: 92px;
  color: rgb(10, 10, 10);
  font-family: Flaticon;
  height: 100%;
  top: 74px;
  opacity: 0.02;
}

.rs-team-single .title-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.rs-partner.partner-main-home {
  background: rgb(1, 121, 243);
}

.rs-partner.partner-main-home .logo-img {
  text-align: center;
  padding: 0px 40px;
}

.rs-partner.partner-main-home .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
}

.rs-partner.partner-main-home .logo-img a .hovers-logos {
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 1;
  top: 0px;
  left: 0px;
  visibility: hidden;
  transform: translateY(-100%);
}

.rs-partner.partner-main-home .logo-img a .mains-logos {
  transition: 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}

.rs-partner.partner-main-home .logo-img a:hover .hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}

.rs-partner.partner-main-home .logo-img a:hover .mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}

.rs-partner.partner-main-home.partner-style2 {
  background: rgb(17, 103, 182);
}

.rs-partner.partner-main-home.partner-style3 {
  background-color: rgb(28, 108, 40);
}

.rs-partner.partner-main-home.partner-style4 {
  background-color: rgb(0, 170, 228);
}

.rs-partner.partner-main-home.partner-style5 {
  background-color: rgb(1, 73, 59);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget {
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(36, 36, 36, 0.01) 0px 0.2rem 2.8rem;
  z-index: 11;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle {
  padding: 40px;
  border-radius: 5px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header {
  position: relative;
  z-index: 11;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header .table-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0px 0px 30px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header .pricing-table-price .pricing-table-bags {
  line-height: 0.66;
  display: flex;
  margin-bottom: 30px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 22px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 52px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-header .pricing-table-price .pricing-table-bags .table-period {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-icon {
  position: absolute;
  right: -40%;
  top: 8%;
  padding-left: 30px;
  padding-top: 30px;
  border: 8px solid rgb(255, 214, 0);
  background: rgb(255, 255, 255);
  width: 300px;
  height: 300px;
  transform: rotate(-45deg);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-icon img {
  transform: rotate(45deg);
  opacity: 0.2;
  transition: 0.6s;
  width: 98px;
  height: 100px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-body {
  position: relative;
  z-index: 9;
  padding-top: 70px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-body ul li {
  padding: 9px 0px 20px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-body ul li i {
  font-size: 16px;
  font-weight: 300;
  padding-right: 12px;
  color: rgb(0, 124, 251);
}

.rs-pricing.pricing-style1 .pricing-wrap-widget .pricing-table-middle .pricing-table-body ul li span {
  font-size: 16px;
  font-weight: 500;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background: rgb(11, 112, 225);
  border-radius: 8px 0px 0px;
}

.rs-pricing.pricing-style1 .pricing-wrap-widget:hover .pricing-table-middle .pricing-icon img {
  opacity: 1;
}

.rs-pricing.pricing-style1.pricing-services-style .pricing-wrap-widget::before {
  background: rgb(1, 83, 159);
}

.rs-pricing.pricing-style1.pricing-style2 .pricing-wrap-widget::before {
  background: rgb(0, 170, 228);
}

.rs-pricing.pricing-style1.pricing-style2 .pricing-wrap-widget .pricing-table-middle .pricing-table-body ul li i {
  color: rgb(0, 170, 228);
}

.rs-blog.blog-main-home .blog-item {
  position: relative;
  z-index: 11;
  transition: 500ms;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 20px;
}

.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}

.rs-blog.blog-main-home .blog-item .image-wrap a img {
  border-radius: 5px 5px 0px 0px;
  transition: 0.3s;
}

.rs-blog.blog-main-home .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: -14px;
  right: 20px;
}

.rs-blog.blog-main-home .blog-item .image-wrap .post-categories li {
  display: inline-block;
}

.rs-blog.blog-main-home .blog-item .image-wrap .post-categories li a {
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(rgb(0, 124, 251) 0%, rgb(0, 124, 251) 100%);
  color: rgb(255, 255, 255);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  text-transform: uppercase;
  display: block;
}

.rs-blog.blog-main-home .blog-item .blog-content {
  transition: 500ms;
  position: relative;
  padding: 20px 35px 35px;
  background: rgb(255, 255, 255);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 12px;
  padding-right: 8px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
  color: rgb(0, 124, 251);
  margin-right: 5px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i {
  color: rgb(0, 124, 251);
  margin-right: 3px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: rgb(10, 10, 10);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: rgb(0, 124, 251);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-btn a span:hover {
  color: rgb(0, 124, 251);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-btn a i::before {
  color: rgb(10, 10, 10);
}

.rs-blog.blog-main-home .blog-item:hover {
  transform: translateY(-10px);
}

.rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
  filter: grayscale(1);
}

.rs-blog.blog-main-home .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.rs-blog.blog-main-home.blog-style2 .blog-item .image-wrap .post-categories li a {
  background-image: linear-gradient(150deg, rgb(28, 108, 40) 35%, rgb(255, 214, 0) 100%);
}

.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-meta .admin i {
  color: rgb(28, 108, 40);
}

.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-title {
  margin-bottom: 28px;
}

.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-btn a {
  padding: 7px 25px 7px 15px;
  font-weight: 500;
  text-decoration: underline;
  color: rgb(69, 69, 69);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(5, 110, 17, 0.15);
}

.rs-blog.blog-main-home.blog-style2 .blog-item .blog-content .blog-btn a span:hover {
  color: rgb(69, 69, 69);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-item .image-wrap .post-categories li a {
  background-image: linear-gradient(150deg, rgb(0, 72, 58) 35%, rgb(0, 72, 58) 100%);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-item .blog-content .blog-title a:hover {
  color: rgb(255, 112, 51);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-item .blog-content .blog-btn a {
  border-color: rgba(0, 72, 58, 0.37);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-content .blog-btn a i {
  background: rgb(0, 72, 58);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-content .blog-btn a i::before {
  color: rgb(255, 255, 255);
}

.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-content .blog-meta .date i,
.rs-blog.blog-main-home.blog-style2.blog-home5-style .blog-item .blog-content .blog-meta .admin i {
  color: rgb(0, 72, 58);
}

.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-btn a span:hover,
.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-meta .admin i {
  color: rgb(0, 170, 228);
}

.rs-blog.blog-main-home.blog-style3 .blog-item .image-wrap .post-categories li a {
  background: rgb(0, 170, 228);
}

.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-main-home.blog-style3 .blog-item .blog-content .blog-meta .admin {
  font-size: 14px;
  color: rgb(2, 1, 1);
}

.rs-blog.blog-main-home.blog-style4 .blog-item .image-wrap .post-categories li a {
  background-image: linear-gradient(rgb(1, 83, 159) 0%, rgb(1, 83, 159) 100%);
}

.rs-blog.blog-main-home.blog-style4 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-main-home.blog-style4 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-main-home.blog-style4 .blog-item .blog-content .blog-btn a span:hover,
.rs-blog.blog-main-home.blog-style4 .blog-item .blog-content .blog-title a:hover {
  color: rgb(1, 83, 159);
}

.rs-inner-blog .blog-item {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 20px;
  padding: 15px;
  transition: 0.3s;
}

.rs-inner-blog .blog-item .blog-img {
  position: relative;
}

.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}

.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: rgb(255, 214, 0);
  color: rgb(51, 51, 51);
  padding: 6px 20px;
  display: block;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.4s;
}

.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px;
  overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0px 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: rgb(10, 10, 10);
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: rgb(1, 83, 159);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0px 0px 5px;
  padding: 0px 0px 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: rgb(85, 85, 85);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: rgb(1, 83, 159);
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0px;
  margin-right: 0px;
  line-height: normal;
  color: rgb(85, 85, 85);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: rgb(1, 83, 159);
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0px;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: rgb(69, 69, 69);
  margin-bottom: 20px;
}

.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: rgb(10, 10, 10);
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0px;
}

.rs-inner-blog .widget-area .widget-title .title::after {
  content: "";
  position: absolute;
  border: 0px;
  width: 50px;
  height: 2px;
  background: rgb(1, 83, 159);
  z-index: 1;
  margin-left: 0px;
  bottom: 0px;
  left: 0px;
}

.rs-inner-blog .widget-area .search-widget {
  background: rgb(255, 255, 255);
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 25px;
  border-radius: 10px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type="search"] {
  color: rgb(68, 68, 68);
  padding: 12px 17px;
  width: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 5px;
  position: relative;
  background: rgb(246, 247, 249);
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  color: rgb(69, 69, 69);
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  z-index: 10;
  font-size: 20px;
  border-radius: 0px 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i::before {
  font-size: 18px;
  font-weight: 600;
  content: "";
  position: absolute;
  right: 20px;
  top: 9px;
  font-family: uicons-regular-rounded !important;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: rgb(1, 83, 159);
}

.rs-inner-blog .widget-area .recent-posts {
  background: rgb(255, 255, 255);
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 25px;
  border-radius: 10px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: rgb(10, 10, 10);
  margin-bottom: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: rgb(1, 83, 159);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 12px;
  color: rgb(85, 85, 85);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i::before {
  top: 1px;
  font-size: 12px;
  color: rgb(1, 83, 159);
  position: relative;
}

.rs-inner-blog .widget-area .tags-cloud {
  background: rgb(255, 255, 255);
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 20px;
  border-radius: 10px;
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0px;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: capitalize;
  transition: 0.3s;
  background: rgb(255, 255, 255);
  color: rgb(68, 68, 68);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 5px;
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a:hover {
  color: rgb(255, 255, 255);
  background: rgb(1, 83, 159);
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(10, 10, 10);
  margin: 0px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title.title2 {
  font-size: 24px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info {
  margin-top: 25px;
  clear: both;
  font-weight: 600;
  margin-bottom: 10px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a {
  font-size: 13px;
  margin: 5px 5px 5px 7px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  color: rgb(102, 102, 102);
  background: rgb(247, 251, 255);
  padding: 4px 15px;
  border-radius: 5px;
  line-height: 20px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a:hover {
  color: rgb(255, 255, 255);
  background: rgb(1, 83, 159);
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .from-control {
  width: 100%;
  padding: 12px 20px;
  background-color: rgb(246, 247, 249);
  border: 1px solid rgb(246, 247, 249);
  border-radius: 5px;
  max-width: 100%;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note textarea {
  height: 160px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-webkit-input-placeholder {
  color: rgb(69, 69, 69);
  opacity: 0.5;
}

.rs-testimonial.testimonial-style1 {
  position: relative;
  z-index: 11;
}

.rs-testimonial.testimonial-style1 .testi-image .testi-anaimation .animate {
  position: absolute;
}

.rs-testimonial.testimonial-style1 .testi-image .testi-anaimation .animate.big-ball {
  right: 52%;
  top: 10%;
  z-index: -11;
}

.rs-testimonial.testimonial-style1 .testi-image .testi-anaimation .animate.dot-shape {
  top: 6%;
  left: 2%;
}

.rs-testimonial.testimonial-style1 .testi-image .testi-anaimation .animate.triangle {
  top: 9%;
  left: 8%;
}

.rs-testimonial.testimonial-style1 .testi-item {
  position: relative;
  padding: 46px 40px 46px 43px;
  border-radius: 3px;
  background: rgb(5, 124, 244);
}

.rs-testimonial.testimonial-style1 .testi-item .author-desc .desc {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-style: italic;
  margin: 0px 0px 35px;
}

.rs-testimonial.testimonial-style1 .testi-item .author-desc .desc .quote {
  max-width: 77px;
  top: 200px;
  position: absolute;
  left: 77%;
}

.rs-testimonial.testimonial-style1 .testi-item .testimonial-content {
  display: flex;
  align-items: center;
}

.rs-testimonial.testimonial-style1 .testi-item .testimonial-content .testi-img img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.rs-testimonial.testimonial-style1 .testi-item .testimonial-content .testi-information .testi-information {
  padding-left: 15px;
}

.rs-testimonial.testimonial-style1 .testi-item .testimonial-content .testi-information .testi-information .testi-name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.rs-testimonial.testimonial-style1 .testi-item .testimonial-content .testi-information .testi-information .designation {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.rs-testimonial.testimonial-style1 .rs-carousel .owl-dots {
  right: -30px;
  position: absolute;
  bottom: 39%;
}

.rs-testimonial.testimonial-style1 .rs-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  margin: 6px 0px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  transition: 0.3s;
  background: rgb(255, 214, 0);
  box-shadow: unset;
  display: flex;
  border-radius: 2px !important;
}

.rs-testimonial.testimonial-style1 .rs-carousel .owl-dots .owl-dot:hover,
.rs-testimonial.testimonial-style1 .rs-carousel .owl-dots .owl-dot.active {
  height: 15px;
  background: rgb(255, 255, 255);
}

.rs-testimonial.testimonial-style1.testi-home4-style .testi-item {
  background-color: rgb(15, 182, 239);
}

.rs-testimonial.testimonial-style1.testi-home4-style .sec-title3 .description::after {
  background: rgb(255, 214, 0);
}

.rs-testimonial.testimonial-style2 {
  position: relative;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 25px;
  padding: 0px 50px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .images-wrap img {
  height: 375px;
  max-width: 250px;
  width: 250px;
  margin-left: -50px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic {
  padding: 0px 6px 0px 30px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic span img {
  max-width: 75px;
  top: 73%;
  position: absolute;
  left: 83%;
  opacity: 0.6;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic p {
  font-size: 17px;
  font-weight: 500;
  color: rgb(69, 69, 69);
  margin: 0px 0px 20px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic .testi-information {
  margin-top: 4px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(10, 10, 10);
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic .testi-information .designation {
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-weight: 400;
}

.rs-testimonial.testimonial-style2 .owl-nav .owl-next,
.rs-testimonial.testimonial-style2 .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(255, 214, 0);
  color: rgb(1, 83, 159);
  box-shadow: rgba(254, 229, 102, 0.44) 0px 0px 14px 0px;
  transform: translateY(-50%);
  transition: 0.6s;
  z-index: 9;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.rs-testimonial.testimonial-style2 .owl-nav .owl-next i::before,
.rs-testimonial.testimonial-style2 .owl-nav .owl-prev i::before {
  content: "";
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: 4px;
  font-family: uicons-regular-rounded !important;
}

.rs-testimonial.testimonial-style2 .owl-nav .owl-next {
  top: 340px;
  right: 1098px;
}

.rs-testimonial.testimonial-style2 .owl-nav .owl-next i::before {
  content: "";
}

.rs-testimonial.testimonial-style2 .owl-nav .owl-prev {
  left: -525px;
  top: 340px;
}

.rs-testimonial.testimonial-style2:hover .owl-nav .owl-next,
.rs-testimonial.testimonial-style2:hover .owl-nav .owl-prev {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style {
  position: absolute;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style img {
  max-width: 50px;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.one {
  left: 10%;
  bottom: 14%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.two {
  left: 10%;
  top: 12%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.three {
  left: 29%;
  top: 12%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.four {
  left: 41%;
  bottom: 13%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.five {
  right: 40%;
  top: 7%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.six {
  right: 6%;
  top: 7%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.seven {
  right: 12%;
  bottom: 6%;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.seven img {
  max-width: unset;
}

.rs-testimonial.testimonial-style2 .testi-animation .animate-style.eight {
  right: 5%;
  bottom: 18%;
}

.rs-testimonial.testimonial-style3 .testi-bg {
  background-color: rgba(10, 65, 18, 0.86);
  opacity: 0.91;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item {
  position: relative;
  margin: 0px -15px 0px 0px;
  background-color: rgb(1, 44, 8);
  padding: 30px 40px 60px;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .item-content span img {
  width: 48px;
  top: 38px;
  position: absolute;
  left: 12%;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .item-content p {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 75px 20px 7px 10px;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .testi-content .ratting {
  padding-bottom: 10px;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .testi-content .ratting img {
  width: 100px;
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .testi-content .testi-name {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.rs-testimonial.testimonial-style3 .testi-bg .testi-item .testi-content .testi-title {
  font-size: 14px;
  font-weight: 500;
  color: rgb(236, 234, 234);
}

.rs-testimonial.testimonial-style3 .testi-bg .rs-carousel .owl-dots .owl-dot {
  background: rgb(255, 214, 0);
}

.rs-testimonial.testimonial-style3.testimonial-style4 .testi-bg {
  background-color: unset;
  opacity: unset;
}

.rs-testimonial.testimonial-style3.testimonial-style4 .testi-bg .testi-item {
  padding: 30px 40px 40px;
  background-color: rgb(2, 56, 46);
}

.rs-testimonial.testimonial-style3.testimonial-style4 .testi-bg .testi-item .item-content span img {
  left: 10%;
}

.rs-testimonial.testimonial-style3.testimonial-style4 .testi-bg .testi-item .item-content p {
  padding: 75px 20px 7px 0px;
}

.rs-testimonial.testimonial-style3.testimonial-style4 .rs-carousel .owl-dots .owl-dot {
  background: rgb(255, 112, 51);
}

.rs-footer.footer-style1 {
  background-image: url("assets/images/bg/project-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-footer.footer-style1 .footer-top {
  padding: 80px 0px 70px;
}

.rs-footer.footer-style1 .footer-top .footer-logo img {
  height: 65px;
}

.rs-footer.footer-style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.rs-footer.footer-style1 .footer-top .footer-title.black-title {
  font-weight: 700;
  color: rgb(10, 10, 10);
}

.rs-footer.footer-style1 .footer-top .textwidget {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-top .app-store li {
  display: inline;
  margin-right: 15px;
}

.rs-footer.footer-style1 .footer-top .app-store li a img {
  opacity: 1;
}

.rs-footer.footer-style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

.rs-footer.footer-style1 .footer-top .address-widget li i {
  color: rgb(255, 214, 0);
  position: absolute;
  left: 0px;
  font-size: 20px !important;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc {
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc a {
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc a:hover {
  color: rgb(204, 204, 204);
}

.rs-footer.footer-style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 12px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a i {
  font-size: 16px;
  margin-right: 3px;
  transition: 0.8s;
  color: rgb(255, 255, 255);
  text-align: center;
  background: rgb(0, 125, 251);
  padding: 8px;
  border-radius: 50px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a i:hover {
  color: rgb(0, 124, 251);
}

.rs-footer.footer-style1 .footer-top .footer-social li:last-child {
  margin: 0px;
}

.rs-footer.footer-style1 .footer-top .widget-desc {
  margin: 15px 20px 27px 0px;
  font-size: 17px;
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-top p input[type="email"] {
  border: 1px solid rgb(255, 214, 0);
  width: 100%;
  font-size: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0px 0px 20px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  background: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-top p input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background: rgb(255, 214, 0);
  position: relative;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  text-transform: capitalize;
  outline: none;
  transition: 0.5s;
}

.rs-footer.footer-style1 .footer-top p input[type="submit"]:hover {
  opacity: 0.9;
}

.rs-footer.footer-style1 .footer-top p ::-webkit-input-placeholder {
  color: rgb(69, 69, 69);
  opacity: 0.79;
}

.rs-footer.footer-style1 .footer-bottom {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.rs-footer.footer-style1 .footer-bottom .copyright p {
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.rs-footer.footer-style1 .footer-bottom .copyright p a {
  transition: 0.4s ease-in-out;
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-bottom .copyright p a:hover {
  color: rgb(0, 124, 251);
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li {
  position: relative;
  display: inline-block;
  padding: 0px 19px 0px 25px;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a {
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a:hover {
  color: rgb(255 214 0);
}

.rs-footer.footer-style1.footer-main-home {
  background-image: url("assets/images/bg/footer-bg2.jpg");
  background-repeat: no-repeat;
}

.rs-footer.footer-style1.footer-style2 {
  background: rgb(1, 44, 8);
}

.rs-footer.footer-style1.footer-style2 .footer-top p ::-webkit-input-placeholder {
  color: rgb(10, 10, 10);
  opacity: 0.79;
}

.rs-footer.footer-style1.footer-style2 .footer-top p input[type="email"] {
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style2 .footer-top p input[type="submit"] {
  color: rgb(255, 255, 255);
  background: rgb(28, 108, 40);
}

.rs-footer.footer-style1.footer-style2 .footer-bottom {
  background: rgb(3, 56, 11);
}

.rs-footer.footer-style1.footer-style2 .footer-top .footer-social li a i,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copy-right-menu li a,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p a:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p {
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style2 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style2 .footer-top .footer-social li a i:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p a {
  color: rgb(255, 214, 0);
}

.rs-footer.footer-style1.footer-style3 {
  background: rgb(242, 248, 251);
}

.rs-footer.footer-style1.footer-style3 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style3 .footer-bottom .copyright p a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .footer-social li a i:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li i {
  color: rgb(0, 170, 228);
}

.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc,
.rs-footer.footer-style1.footer-style3 .footer-top .textwidget {
  color: rgb(68, 68, 68);
}

.rs-footer.footer-style1.footer-style3 .footer-bottom {
  background: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style3 .footer-top p input[type="submit"] {
  background: rgb(0, 170, 228);
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style4 .footer-top p input[type="submit"] {
  background: rgb(255, 214, 0);
  color: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.47);
}

.rs-footer.footer-style1.footer-style5 {
  background: rgb(14, 60, 57);
}

.rs-footer.footer-style1.footer-style5 .footer-bottom {
  background: rgb(1, 73, 59);
}

.rs-footer.footer-style1.footer-style5 .footer-bottom .copy-right-menu li a,
.rs-footer.footer-style1.footer-style5 .footer-bottom .copyright p {
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style5 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style5 .footer-top .address-widget li i,
.rs-footer.footer-style1.footer-style5 .footer-top .footer-social li a i,
.rs-footer.footer-style1.footer-style5 .footer-bottom .copyright p a {
  color: rgb(255, 112, 51);
}

.rs-footer.footer-style1.footer-style5 .footer-top p input[type="submit"] {
  background: rgb(255, 112, 51);
  color: rgb(255, 255, 255);
}

.rs-footer.footer-style1.footer-style5 .footer-top p input[type="email"] {
  border: 1px solid rgb(255, 255, 255);
}

.home-primary-color .full-width-header .right_menu_togle .close-btn .nav-close .line span,
.home-primary-color .full-width-header .right_menu_togle .canvas-contact .social li a i,
.home-primary-color .search-modal {
  background: rgb(0, 124, 251);
}

.home-primary-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-primary-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  color: rgb(0, 124, 251);
}

.home-green-color .search-modal {
  background: rgb(28, 108, 40);
}

.home-green-color .rs-project.project-style1 .rs-carousel .owl-dots .owl-dot.active,
.home-green-color .rs-project.project-style1 .rs-carousel .owl-dots .owl-dot {
  background: rgb(28, 108, 40);
}

.home-green-color .rs-contact.contact-style2 .contact-section {
  background-color: rgba(255, 255, 255, 0.88);
}

.home-green-color .rs-contact.contact-style2 .contact-info-box {
  background-color: rgb(28, 108, 40);
}

.home-green-color .rs-contact.contact-style2 .contact-info-box .sec-title .title {
  color: rgb(10, 10, 10);
}

.home-green-color .submit-btn.submit-btn3:hover {
  background: rgb(28, 108, 40);
}

.home-green-color .submit-btn.submit-btn3:hover input[type="submit"]:hover {
  background: rgb(28, 108, 40);
}

.home-paste-color .search-modal {
  background: rgb(0, 170, 228);
}

.home-paste-color .rs-contact.contact-style2 .contact-info-box,
.home-paste-color .rs-project.project-style1 .rs-carousel .owl-dots .owl-dot,
.home-paste-color .rs-project.project-style1 .rs-carousel .owl-dots .owl-dot.active {
  background: rgb(0, 170, 228);
}

.home-paste-color .rs-contact.contact-style2 .contact-section {
  background-color: rgba(255, 255, 255, 0.88);
}

.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
.home-paste-color .rs-contact.contact-style2 .contact-info-box .sec-title .title {
  color: rgb(0, 170, 228);
}

.home-paste-color .submit-btn.submit-btn3:hover {
  background: rgb(0, 170, 228);
}

.home-paste-color .full-width-header .right_menu_togle .close-btn .nav-close .line span,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .social li a i,
.home-paste-color .submit-btn.submit-btn3:hover input[type="submit"]:hover {
  background: rgb(0, 170, 228);
}

.home-coral-color .search-modal {
  background: rgb(255, 112, 51);
}

.home-coral-color .rs-carousel .owl-dots .owl-dot {
  background: rgb(255, 112, 51);
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  color: rgb(1, 83, 159);
  line-height: 36px;
  transition: 0.3s;
  background: rgb(255, 214, 0);
  margin-left: 2px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 2px;
  display: block;
}

#scrollUp i::before {
  position: relative;
  top: 2px;
  line-height: unset !important;
}

#scrollUp i:hover {
  opacity: 0.8;
}

#scrollUp.blue-color i {
  color: rgb(255, 255, 255);
  background: rgb(28, 108, 40);
}

#scrollUp.cyan-color i {
  color: rgb(255, 255, 255);
  background: rgb(0, 124, 251);
}

#scrollUp.paste-color i {
  color: rgb(255, 255, 255);
  background: rgb(0, 170, 228);
}

#scrollUp.orange-color i {
  color: rgb(255, 255, 255);
  background: rgb(255, 112, 51);
}

#clenia-load {
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}

#clenia-load .preload-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#clenia-load .preload-wrap img {
  animation: 1s linear 0s infinite alternate none running loader-zoom;
  max-width: 90px;
}

.loader-clenia {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes loader-zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
    opacity: 0;
  }
}

.move-y {
  animation: 2s ease 0s infinite alternate none running move-y;
}

@keyframes move-y {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(0px, 10px, 0px);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
}

.fadeInLeft.new {
  animation-duration: 1.25s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1.25s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.scale {
  animation: 2s ease 0s infinite alternate none running scale;
}

.scale.new {
  animation-duration: 2.5s;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.08);
  }
}

.horizontal {
  animation-name: horizontal;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes horizontal {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
  }
}

.dance2 {
  animation: 4s ease 0s infinite alternate none running dance2;
}

@keyframes dance2 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  50% {
    transform: translate3d(15px, -15px, 0px);
  }

  100% {
    transform: translate3d(0px, -15px, 15px);
  }
}

.up-down {
  animation: 7s ease 0s infinite alternate none running up-down;
}

@keyframes up-down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

.rotated-style {
  animation: 40s linear 0s infinite normal none running rotated-style;
}

.rotated-style.new-style {
  animation-duration: 30s;
}

@keyframes rotated-style {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.rotated-style2 {
  animation: 5s linear 0s infinite normal none running rotated-style2;
}

@keyframes rotated-style2 {
  0% {
    transform: translate(0px) rotate(0deg);
  }

  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }

  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }

  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }

  100% {
    transform: translate(0px) rotate(0deg);
  }
}

.fadeInUp {
  animation-duration: 1.25s;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

@keyframes veritcal {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

.services-text h2 a {
  font-size: 26px;
}


/*---=================================
   <!--Our Approach Area Css-->
==================================---*/
.rs-choose .choose-style1 {
  position: relative !important;
}

.about-thumb {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-thumb img {
  width: 100%;
  filter: blur(0px);
  border: 1px solid rgb(255 255 255);
  border-radius: 10px;
}

.about-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.about-thumb:hover::before {
  height: 250%;
  transition: 600ms linear;
  background-color: transparent;
}

.our-approach {
  background-color: rgb(238, 238, 241);
  padding: 100px 0px;
}

.our-approach-single-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgb(0 0 0 / 1%) 0px 3px 5px;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.4s;
}

.our-approach-single-box:hover {
  background: rgb(255, 255, 255);
  box-shadow: rgba(204, 211, 214, 0.3) 20px 14px 18px 2px;
  border: 1px solid rgb(255, 255, 255);
}

.our-approach-single-box:hover img {
  border: 1px solid rgb(201, 179, 114);
}

.our-approach-single-box img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 7px;
  object-fit: cover;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.4s;
}

.our-approach-single-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.our-approach-single-box p {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  margin: 0px;
}

.pl-20 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}


.service-grid,
.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-card,
.choose-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .4s;
}

.service-card:hover,
.choose-card:hover {
  transform: translateY(-10px);
}

.counter-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.counter-item {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.process-item {
  text-align: center;
}

.process-item span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.services-txt {
  font-size: 17px;
}

.desc22 {
  font-size: 18px;
}
