@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&amp;display=swap');
/** 
* 
* -----------------------------------------------------------------------------
*
* Template : Dabble - Creative Agency & Portfolio HTML Template
* Author : rs-theme
* Author URI : http://www.rstheme.com/ 
*
* -----------------------------------------------------------------------------
* 
**/
/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Breadcrumbs Section CSS
    07. Slider Section CSS
    08. Banner Section CSS
    09. Video Section CSS
    10. Faq Section CSS
    11. Counter Section CSS
    12. Skill-bar Section CSS
    13. Cta Section CSS
    14. Choose Us Section CSS
    15. Team Section CSS
    16. Services Section CSS
    17. Strategy Section CSS
    18. Seo Website Section CSS
    19. Process Section CSS
    20. Pricing Section CSS
    21. Technology Section CSS
    22. Industry Section CSS
    23. Project Section CSS
    24. Blog Section CSS
    25. Partner Section CSS
    26. Testimonial Section CSS
    27. Shop Section CSS
    28. Single Shop Section CSS
    29. Cart Section CSS
    30. Woocommerce Section CSS
    31. Checkout Section CSS
    32. Account Section CSS
    33. Contact Section CSS
    34. Footer Section CSS
    35. Scroll Up CSS
    36. Preloader
    37. Animation Part
--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #faf3f3;
}
.gray-bg2 {
  background: #fdfafb;
}
.gray-bg3 {
  background: #010921;
}
.gray-bg4 {
  background: #0d152d;
}
.gray-bg5 {
  background: #faf3f3;
}
.gray-bg6 {
  background: #F9F9F9;
}
.black-bg {
  background: #000000;
}
.black-bg2 {
  background: #0c0b0b;
}
.blue-light {
  background: #f00;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #0a0a0a !important;
}
.body-color {
  color: #454545 !important;
}
.white-bg {
  background: #fff;
}
a {
  color: #ce1446;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #ce1446;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #ce1446;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #ce1446;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(assets/images/bg/services-bg.png);
  background-color: #FAF3F3;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg2 {
  background: url(assets/images/bg/testi-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg3 {
  background: url(assets/images/bg/dark-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg4 {
  background-image: url(assets/images/bg/services-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg5 {
  background-image: url(assets/images/bg/testi-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg6 {
  background-image: url(assets/images/bg/counter_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg7 {
  background-image: url(assets/images/bg/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg8 {
  background-image: url(assets/images/bg/services-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg9 {
  background-color: #000000;
  background-image: url(assets/images/counter/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg13 {
  background-image: url(assets/images/bg/about-bg15.jpg);
  background-position: top left;
  background-size: cover;
}
.bg14 {
  background-image: url(assets/images/bg/features-bg15.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg15 {
  background-image: url(assets/images/bg/services-bg15.jpg);
  background-repeat: no-repeat;
}
.bg16 {
  background-image: url(assets/images/bg/testi-bg15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #ce1446;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 2px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
  color: #ffffff;
  border-radius: 5px;
  border-color: #1273eb;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #03228F;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
}
ul.rs-features-list li i {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
  padding: 10px 10px 10px 10px;
  margin: 0px 20px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
ul.rs-features-list li span {
  color: #575757;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
ul.rs-features-list li span:hover {
  color: #FC4F29;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #ce1446;
}
.gridFilter button {
  font-size: 16px;
  font-weight: 500;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  position: relative;
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
}
.gridFilter button.active {
  color: #CE1446;
  box-shadow: 0 0 30px #eee;
}
.gridFilter button:hover {
  color: #CE1446;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #FD6509;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #FD6509;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #ffcc00;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #ffcc00;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #ffcc00;
}
.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: #ce1446;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  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: "\f138";
  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: "\f137";
}
.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: 0;
}
.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: all 0.3s ease;
}
.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: #ce1446;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #CE1446;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #CE1446;
  opacity: 1;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  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 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.started {
  background-color: #ce1446;
  color: #ffffff;
  text-transform: uppercase;
  padding: 17px 40px;
}
.readon.started:hover {
  background-color: #F71854;
}
.readon.started.view {
  font-size: 15px;
  line-height: 26px;
  padding: 15px 40px 17px 40px;
  border-radius: 0px 0px 0px 0px;
}
.readon.started.view:hover {
  background-color: #F71854;
}
.readon.started.view.blue {
  background-color: #0A3AD8;
  padding: 15px 55px 17px 45px;
  position: relative;
}
.readon.started.view.blue:before {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 15px;
  right: 31px;
  transition: all 0.3s;
  color: #fff;
}
.readon.started.view.blue:hover {
  background-color: #0C41ED;
}
.readon.started.ser-btn {
  font-size: 15px;
}
.readon.started.subscribe {
  padding: 15px 40px 15px 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #CE1446;
}
.readon.started.subscribe:hover {
  background-color: #F71854;
}
.readon.started.submit {
  background-color: #CE1446;
  padding: 18px 40px 18px 40px;
  text-transform: uppercase;
  border-radius: 0px 0px 0px 0px;
  border: none;
}
.readon.started.submit:hover {
  background-color: #F71854;
}
.readon.started.submit.submit-big {
  width: 100%;
}
.readon.started.submit.blue-big {
  background-color: #0A3AD8;
  padding: 18px 40px 18px 40px;
  font-size: 17px;
  width: 100%;
}
.readon.started.submit.blue-big:hover {
  background-color: #1D52FD;
}
.readon.started.submit.submit-down {
  background-image: linear-gradient(180deg, #e01010 0%, #f02653 100%);
  padding: 18px 40px 18px 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px 0px 0px 0px;
  border: none;
}
.readon.started.submit.submit-down:hover {
  opacity: 0.99;
}
.readon.started.down {
  font-size: 15px;
  padding: 15px 64px 17px 42px;
  background-image: linear-gradient(180deg, #e01010 0%, #f2295b 100%);
  border-radius: 0px 0px 0px 0px;
  text-transform: uppercase;
  position: relative;
}
.readon.started.down:before {
  content: "\f019";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  top: 15px;
  right: 37px;
  transition: all 0.3s;
  color: #fff;
}
.readon.started.down:hover {
  background-image: linear-gradient(180deg, #f2295b 0%, #e01010 100%);
}
.readon.started.camera {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ce1446;
  padding: 15px 68px 17px 40px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.readon.started.camera:before {
  content: "\f083";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 17px;
  font-weight: 500;
  top: 14px;
  right: 36px;
  transition: all 0.3s;
  color: #fff;
}
.readon.started.camera:hover {
  background-color: #F71854;
}
.readon.started.read {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FDFDFD;
  background-color: #CE1446;
  padding: 8px 24px 8px 24px;
}
.readon.started.read:hover {
  background-color: #F71854;
}
.readon.started.red-gradient-btn {
  background: transparent;
  background-image: linear-gradient(180deg, #f02653 0%, #e21218 100%);
}
.readon.started.red-gradient-btn:hover {
  background-image: linear-gradient(180deg, #e21218 0%, #f02653 100%);
}
.readon.slider-btn {
  background: #ce1446;
  color: #ffffff;
  display: inline-block;
  padding: 18px 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.readon.get-white {
  padding: 18px 74px 18px 18px;
  border-radius: 100px 100px 100px 100px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  transition: all ease .4s;
}
.readon.get-white:before {
  content: "\f110";
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  font-family: Flaticon;
  top: 10px;
  right: 18px;
  transition: all ease .4s;
  color: #FFFFFF;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
.readon.get-white:hover {
  background: #ffffff;
  color: #4448FF;
}
.readon.get-white:hover:before {
  background: #4448FF;
  border-color: #4448FF;
  border-style: solid;
}
.readon.get-white.black {
  color: #0a0a0a;
}
.readon.get-white.black:before {
  color: #0a0a0a;
  border-color: #E1E1E1;
}
.readon.get-white.black:hover {
  background: #4448ff;
  color: #ffffff;
}
.readon.get-white.black:hover:before {
  background: #ffffff;
  border-color: #ffffff;
  border-style: solid;
}
.readon.post {
  padding: 14px 25px;
  border-radius: 0px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  background: #CE1446;
  color: #fff;
  transition: all 0.8s ease;
}
.readon.post:hover {
  opacity: 0.9;
}
.blog-btn .blue {
  padding: 8px 24px 8px 24px;
  font-size: 13px;
  background-color: #0A3AD8;
  position: relative;
}
.blog-btn .blue:hover {
  background-color: #0C41ED;
}
.blog-button a {
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .4s;
}
.blog-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 8px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 8px;
  transition: all ease .4s;
  color: #0a0a0a;
}
.blog-button a:hover {
  color: #ce1446;
}
.blog-button a:hover:after {
  transform: translateX(10px);
  color: #ce1446;
}
.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #161616;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.blog-button.inner-blog a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.blog-button.inner-blog a:hover {
  color: #ce1446;
}
.blog-button.inner-blog a:hover:after {
  right: -5px;
  opacity: 1;
  transform: unset;
}
.blog-button.services a {
  font-size: 16px;
  font-weight: 600;
  color: #ce1446;
  padding-right: 12px;
}
.blog-button.services a:after {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #ce1446;
}
.blog-button.services a:hover:after {
  right: -2px;
  opacity: 1;
  transform: unset;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #ce1446;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
.media-icon {
  position: relative;
  z-index: 111;
  display: block;
}
.media-icon .overly-border {
  border: 1px solid #ce1446;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
}
.media-icon .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: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background-image: linear-gradient(320deg, #fb7317 0%, #eda87a 100%);
}
.media-icon .overly-border a i {
  font-size: 30px;
  line-height: 80px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.media-icon .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: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
  background-image: linear-gradient(320deg, #fb7317 0%, #eda87a 100%);
}
.media-icon .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: all 200ms;
  animation: pulse-border 1.5s ease-out infinite;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.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 .icon-img img {
  width: 70px;
}
.sec-title .sub-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #ce1446;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px;
  display: block;
}
.sec-title .sub-text.new-text {
  font-size: 15px;
}
.sec-title .sub-text.blue-color {
  font-size: 15px;
  color: #4448ff;
}
.sec-title .sub-text.text2 {
  color: #0a0a0a;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 26px;
  margin: 0 7px 0 0;
}
.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.sec-title .title.title2 {
  font-weight: 800;
}
.sec-title .title.title3 {
  font-size: 24px;
}
.sec-title .title.title4 {
  font-size: 28px;
}
.sec-title .title .highlight {
  position: relative;
  z-index: 1;
  color: #0a0a0a;
}
.sec-title .title .highlight:after {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #ce1446;
}
.sec-title .title span {
  color: #ce1446;
}
.sec-title .title2 {
  font-size: 42px;
  font-weight: 500;
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 1.3;
}
.sec-title .title2 span {
  font-weight: 900;
}
.sec-title .heading-border-line {
  position: relative;
}
.sec-title .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ce1446;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ce1446;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}
.sec-title .heading-border-line.left-style:before {
  left: 0;
}
.sec-title .heading-border-line.left-style:after {
  left: 0;
}
.sec-title .heading-border-line.left-style.blue-text:before {
  background: #4448ff;
}
.sec-title .heading-border-line.left-style.blue-text:after {
  background: #4448ff;
}
.sec-title .heading-border-line.blue-text:before {
  background: #4448ff;
}
.sec-title .heading-border-line.blue-text:after {
  background: #4448ff;
}
.sec-title:hover .heading-border-line {
  position: relative;
}
.sec-title:hover .heading-border-line:before {
  width: 65px;
  margin-left: -5px;
  background: #ce1446;
}
.sec-title:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #ce1446;
}
.sec-title:hover .heading-border-line.blue-text:before {
  background: #4448ff;
}
.sec-title:hover .heading-border-line.blue-text:after {
  background: #4448ff;
}
.sec-title .blol-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.color-style2 .readon.started {
  background: transparent;
  background-image: linear-gradient(180deg, #f02653 0%, #e21218 100%);
}
.color-style2 .readon.started:hover {
  background-image: linear-gradient(180deg, #e21218 0%, #f02653 100%);
}
.color-style2 .sub-text {
  font-size: 15px;
  color: #E01010;
}
.color-style2 .heading-border-line:before,
.color-style2 .heading-border-line:after {
  background: #E01010;
}
.sec-title.yellow-color-style .sub-text {
  color: #ffcc00;
}
.sec-title.yellow-color-style p {
  font-size: 16px;
}
.sec-title.yellow-color-style .watermark {
  display: block;
  font-weight: 500;
  color: #191821;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-5 {
  padding-right: 5px !important;
}
.sec-title2 .banner-border-line {
  background: linear-gradient(#ce1446 0%, #ff2a68 100%);
  width: 65px;
  height: 5px;
  margin-bottom: 26px;
}
.sec-title2 .banner-border-line.new-color {
  background: #CE1446;
}
.sec-title2 .title {
  position: relative;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin: 0;
}
.sec-title2 .title.title2 {
  font-size: 36px;
}
.sec-title2 .title .watermark {
  position: relative;
  z-index: 11;
}
.sec-title2 .title .watermark:after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #E01010;
}
.sec-title2 .sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 10px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.sec-title3 .sub-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
  color: #ce1446;
  line-height: 28px;
}
.sec-title3 .sub-text .title-upper {
  display: block;
  line-height: 28px;
}
.sec-title3 .title {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  display: block;
  margin: 0;
}
.sec-title3 .title .watermark {
  position: absolute;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.05;
  width: 100%;
  left: -40px;
  color: #4448ff;
  top: -76px;
  z-index: -1;
}
.sec-title3 .title.title2 {
  line-height: 1.35em;
  margin: 0px 54px 0px 0px;
}
.sec-title3 .title.title3 {
  max-width: 500px;
  margin: 0 auto;
}
.sec-title3 .description {
  padding-left: 30px;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.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: flex;
  flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 25px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.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: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 96px;
  line-height: 96px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Montserrat;
  text-transform: uppercase;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ce1446;
}
.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: 0;
  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: #ce1446;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #101010;
  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: #ce1446;
}
.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 li:last-child {
  margin: 0;
}
.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.mega-menu {
  border-radius: 0 0 5px 5px;
  min-width: 1250px;
  right: -156px;
  left: 50%;
  transform: translateX(-50%);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 25%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding: 35px 38px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
  font-size: 13px;
  font-weight: 400;
  color: #101010;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  color: #101010;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ce1446;
}
.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: #ce1446 !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 24px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #ce1446;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #ce1446;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #ce1446;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #ce1446;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #ce1446;
}
.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;
}
.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header .expand-btn-inner ul li > a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner ul li > a:hover {
  color: #ce1446;
}
.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #ce1446;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #ce1446;
}
.full-width-header .rs-header.rs-header-style2 .menu-area .row-table .col-cell.header-logo {
  justify-content: flex-start;
}
.full-width-header .rs-header.rs-header-style2 .menu-area .rs-menu-area {
  margin-left: 80px;
}
.full-width-header .rs-header.rs-header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li:hover > a,
.full-width-header .rs-header.rs-header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #BBBBBB;
}
.full-width-header .rs-header.rs-header-style2 .toolbar-sl-share {
  margin-right: 30px;
}
.full-width-header .rs-header.rs-header-style2 .toolbar-sl-share ul li a {
  color: #191821;
}
.full-width-header .rs-header.rs-header-style2 .toolbar-sl-share ul li a i:before {
  font-weight: 400;
}
.full-width-header .rs-header.rs-header-style2 .toolbar-sl-share ul li a:hover {
  opacity: 0.8;
}
.full-width-header .rs-header.rs-header-style2 .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #191821;
}
.full-width-header .rs-header.rs-header-style3 .menu-area:not(.sticky) .rs-menu-area {
  display: none;
}
.full-width-header .rs-header.rs-header-style3 .menu-area .row-table {
  padding-top: 25px;
}
.full-width-header .rs-header.rs-header-style3 .menu-area .row-table .col-cell.header-logo {
  display: unset;
  flex: unset;
}
.full-width-header .rs-header.rs-header-style3 .menu-area .rs-menu-area {
  margin-left: 80px;
}
.full-width-header .rs-header.rs-header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li:hover > a,
.full-width-header .rs-header.rs-header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ce1446;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .row-table {
  padding-top: unset;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 24px;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #ce1446;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #ce1446;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ce1446;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .main-menu .rs-menu ul.nav-menu li:hover > a,
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .main-menu .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ce1446;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner .toolbar-sl-share {
  display: none;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #4448ff;
}
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header.rs-header-style3 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #4448ff;
}
.full-width-header .rs-header.rs-header-style3 .toolbar-sl-share {
  margin-right: 30px;
}
.full-width-header .rs-header.rs-header-style3 .toolbar-sl-share ul li a {
  color: #ffffff;
}
.full-width-header .rs-header.rs-header-style3 .toolbar-sl-share ul li a i:before {
  font-weight: 400;
}
.full-width-header .rs-header.rs-header-style3 .toolbar-sl-share ul li a:hover {
  opacity: 0.8;
}
.full-width-header .rs-header.rs-header-style3 .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #ffffff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 24px;
}
.full-width-header .rs-header.style2 .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header.style2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header.style2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #0a0a0a;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #4448ff;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #4448ff;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #ffffff;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header.style2 .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header.style2 .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header.style2 .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #4448ff;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ce1446;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ce1446;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li > a:hover {
  color: #ce1446;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  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: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #ce1446;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #106eea;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  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: #000000;
  box-shadow: 0 0 70px #eee;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  max-width: 430px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}
.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);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.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: #ce1446;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 28px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 35px;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 20px 0 0;
}
.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: 0 20px 0 0;
  font-size: 25px;
  color: #ce1446;
}
.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: #ffffff;
  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: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #ce1446;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.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: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  color: #ce1446;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .right_menu_togle.blue-togle .close-btn:hover .nav-close .line span {
  background: #4448ff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .address-area .address-list .info-icon i:before {
  color: #4448ff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .address-area .address-list .info-content .title {
  color: #ffffff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #4448ff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .social li a i:hover {
  color: #4448ff;
}
.full-width-header .right_menu_togle.blue-togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  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: #fff;
  padding: 10px 0;
  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: 0;
  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;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  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: 0;
  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: 0;
  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: #ce1446;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
.full-width-header .rs-header.style2 .mobile-menu .rs-menu-toggle .nav-dots {
  background: #333;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.main-home {
  position: relative;
  z-index: 111;
}
.rs-about.main-home .rs-animation .animate {
  position: absolute;
  bottom: 0;
}
.rs-about.main-home .rs-animation .animate.one {
  left: 14%;
  top: 19%;
}
.rs-about.main-home .rs-animation .animate.two {
  right: 15%;
  bottom: 8%;
  z-index: -11;
}
.rs-about.main-home .rs-animation .animate.three {
  right: 15%;
  bottom: 6%;
  z-index: -11;
}
.rs-about .working-experiance .experience-year {
  width: 213px;
  height: 170px;
  text-align: center;
  line-height: 160px;
  border: 10px solid #ce1446;
  font-size: 100px;
  font-weight: 900;
  color: #222;
  position: relative;
  margin-right: 60px;
}
.rs-about .working-experiance .count-year {
  line-height: 1;
  background: #FFF;
  position: absolute;
  right: -37px;
  top: 25px;
}
.rs-about .working-experiance .title {
  font-size: 20px;
  line-height: 1.35;
}
.rs-about .rs-count-number {
  color: #ce1446;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 0px;
}
/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding-top: 180px;
  padding-bottom: 154px;
  padding-left: 15px;
  padding-right: 15px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #ce1446;
  width: 140px;
  margin: 0 auto;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: .7;
}
.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/1.jpg);
  background-position: center top;
}
.rs-breadcrumbs.img1.gray-bg {
  background-color: #f6f6f6;
}
.rs-breadcrumbs.img1.gray-bg2 {
  background-color: #f5f6f9;
}
.rs-breadcrumbs.img2 {
  background: url(assets/images/breadcrumbs/2.jpg);
}
.rs-breadcrumbs.img3 {
  background: url(assets/images/breadcrumbs/3.jpg);
}
/* ------------------------------------
    07. Slider Section CSS
---------------------------------------*/
.rs-slider.style1 .slider-content {
  padding: 180px 0;
  position: relative;
}
.rs-slider.style1 .slider-content .watermark {
  color: rgba(0, 0, 0, 0.08);
  z-index: 5;
  position: absolute;
  font-size: 200px;
  font-weight: 900;
  top: 23%;
  opacity: 1;
}
.rs-slider.style1 .slider-content .sl-title {
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 896px;
}
.rs-slider.style1 .slider-content .desc {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  margin-bottom: 40px;
  max-width: 620px;
}
.rs-slider.style1 .slider-content.slide1 {
  background: url(assets/images/slider/style1/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style1 .slider-content.slide2 {
  background: url(assets/images/slider/style1/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style1 .slider-content.slide3 {
  background: url(assets/images/slider/style1/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.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: #ffffff;
  text-align: center;
  color: #0a0a0a;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next:hover,
.rs-slider.style1 .owl-nav .owl-prev:hover {
  opacity: 0.2;
}
.rs-slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i:before {
  content: "\f110";
}
.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  color: #0a0a0a;
  opacity: 1;
}
.rs-slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-slider.style2 .portfolio-item {
  position: relative;
  transition: all 0.3s ease;
  height: 100vh;
}
.rs-slider.style2 .portfolio-item .slider-content {
  position: absolute;
  bottom: 85px;
  left: 100px;
  max-width: 510px;
  padding-left: 45px;
}
.rs-slider.style2 .portfolio-item .slider-content .title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 30px;
}
.rs-slider.style2 .portfolio-item .slider-content .title a {
  color: #ffffff;
}
.rs-slider.style2 .portfolio-item .slider-content .desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.rs-slider.style2 .portfolio-item .slider-content:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 215px;
  left: 0;
  top: 12px;
  background: #ce1446;
}
.rs-slider.style2 .portfolio-item .readon.started {
  padding: 12px 30px;
}
.rs-slider.style2 .portfolio-item .social-icon {
  position: absolute;
  bottom: 70px;
  right: 40px;
}
.rs-slider.style2 .portfolio-item .social-icon li {
  margin-bottom: 2px;
}
.rs-slider.style2 .portfolio-item .social-icon li a {
  color: #ffffff;
  font-size: 14px;
}
.rs-slider.style2 .portfolio-item .social-icon li a:hover {
  color: #ce1446;
}
.rs-slider.style2 .portfolio-item.sl2bg1 {
  background: url(assets/images/slider/style2/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.style2 .portfolio-item.sl2bg2 {
  background: url(assets/images/slider/style2/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.style2 .portfolio-item.sl2bg3 {
  background: url(assets/images/slider/style2/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.style2 .portfolio-item.sl2bg4 {
  background: url(assets/images/slider/style2/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.style2 .portfolio-item.sl2bg5 {
  background: url(assets/images/slider/style2/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.style2 .slider-carousel {
  position: relative;
}
.rs-slider.style2 .slider-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  color: #0a0a0a;
  background: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
}
.rs-slider.style2 .slider-carousel .owl-nav .owl-next i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.style2 .slider-carousel .owl-nav .owl-prev {
  display: none;
}
.rs-slider.style2 .slider-carousel .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style2 .slider-carousel .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.style2 .slider-carousel .owl-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.style2 .slider-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 8px;
  display: block;
  margin: 0 0 20px;
  margin-left: auto;
  background: #8e8e93;
  transition: 0.6s;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
  opacity: 1;
}
.rs-slider.style2 .slider-carousel .owl-dots .owl-dot.active,
.rs-slider.style2 .slider-carousel .owl-dots .owl-dot:hover {
  background: #ce1446;
  width: 35px;
}
.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;
  text-align: center;
  color: #ffffff;
}
.rs-slider.style3 .owl-nav .owl-next i:before,
.rs-slider.style3 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-slider.style3 .owl-nav .owl-next {
  right: 10px;
  left: unset;
}
.rs-slider.style3 .owl-nav .owl-next i:before {
  content: "\f113";
}
/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/
.rs-banner {
  background: url(assets/images/banner/style1/banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 111;
}
.rs-banner .content-wrap {
  padding: 341px 0 303px;
  position: relative;
  z-index: 10;
}
.rs-banner .content-wrap .banner-border-line {
  background: linear-gradient(#ce1446 0%, #ff2a68 100%);
  color: #ffffff;
  width: 70px;
  height: 8px;
  margin-bottom: 28px;
}
.rs-banner .content-wrap .title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  color: #ffffff;
  margin: 0px 0px 14px 0px;
}
.rs-banner .content-wrap .sub-title {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px 48px 0px;
}
.rs-banner .images-part img {
  position: relative;
  right: -15%;
  max-width: 650px;
  top: 15px;
}
.rs-banner .animate-part .spiner {
  position: absolute;
  bottom: 0;
}
.rs-banner .animate-part .spiner.dotted {
  left: 10%;
  bottom: 15%;
}
.rs-banner .animate-part .spiner.dotted-1 {
  left: 50%;
  bottom: 15%;
}
.rs-banner .animate-part .spiner.triangle {
  top: 21%;
  right: 43%;
}
.rs-banner .animate-part .spiner.ball {
  bottom: 46%;
  right: 38%;
}
.rs-banner .animate-part .spiner.ball2 {
  top: 19%;
  right: 14%;
}
.rs-banner .animate-part .spiner.ball3 {
  right: 13%;
  bottom: 16%;
  z-index: -11;
}
.rs-banner.rs-banner-style2 {
  position: relative;
}
.rs-banner.rs-banner-style2 .content-wrap {
  padding: 310px 0 260px;
}
.rs-banner.rs-banner-style2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.rs-banner.rs-banner-style2 .banner-border-line {
  margin: 0 auto 28px;
}
.rs-banner.rs-banner-style2 .title {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.rs-banner.rs-banner-style2 .rs-html5-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-banner.rs-banner-style2 .primary-color {
  color: #ce1446;
}
.rs-banner.rs-banner-style2.home-4-style {
  background: unset;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.rs-banner.rs-banner-style2.home-4-style .content-wrap {
  padding: 210px 0 525px;
}
.rs-banner.rs-banner-style2.home-4-style:before {
  background-color: unset;
  z-index: unset;
}
.rs-banner.rs-banner-style2.home-4-style .banner-border-line {
  margin: 0 0 20px 0;
  width: 65px;
  height: 5px;
}
.rs-banner.rs-banner-style2.home-4-style .title {
  margin-bottom: 55px;
}
.rs-banner.rs-banner-style2.home-4-style .banner-img img {
  position: relative;
  top: 50px;
  max-width: 620px;
}
.rs-banner.rs-banner-style3 {
  background: url(assets/images/banner/style2/home-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-banner.rs-banner-style3 .content-wrap {
  padding: 320px 0 315px;
}
.rs-banner.rs-banner-style3 .content-wrap .sub-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ce1446;
  display: block;
  margin: 0 0 10px 0;
}
.rs-banner.rs-banner-style3 .content-wrap .sub-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin: 0px 0px 45px 0px;
}
.rs-banner.rs-banner-style3 .images-video img {
  position: relative;
  max-width: 550px;
  max-height: 440px;
  right: -10%;
  width: 100%;
}
.rs-banner.rs-banner-style3 .images-video .rs-videos .animate-border .popup-border {
  left: 58%;
  top: 41%;
}
.rs-banner.rs-banner-style4 .desc {
  font-size: 18px;
  line-height: 1.7;
}
.rs-banner.rs-banner-style4 .title,
.rs-banner.rs-banner-style4 .title2 {
  z-index: 1;
  position: relative;
}
.rs-banner.rs-banner-style4 .title {
  font-weight: 800;
}
.rs-banner.rs-banner-style4 .title:before {
  position: absolute;
  top: -5px;
  left: -15px;
  width: 170px;
  height: 170px;
  background: #ce1446;
  opacity: 0.5;
  content: "";
  z-index: -1;
}
.rs-banner.rs-banner-style4 .title2 {
  font-size: 70px;
  font-weight: 800;
}
.rs-banner.rs-banner-style4 .images-part {
  position: relative;
  z-index: 9;
  left: 18%;
}
.rs-banner.rs-banner-style4 .animate-part .shape1 {
  top: 18%;
  right: 37%;
}
.rs-banner.rs-banner-style4 .animate-part .shape1 img {
  width: 75px;
}
.rs-banner.rs-banner-style4 .animate-part .shape2 {
  width: 120px;
  top: 48%;
  right: 35.5%;
}
.rs-banner.rs-banner-style4 .animate-part .shape3 {
  top: 48%;
  right: 7.2%;
}
.rs-banner.rs-banner-style4 .animate-part .shape3 img {
  width: 85px;
}
.rs-banner.rs-banner-style5 {
  background: url(assets/images/banner/banner5-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-banner.rs-banner-style5 .content-wrap {
  padding: 320px 0 310px;
}
.rs-banner.rs-banner-style5 .content-wrap .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #ce1446;
  margin: 0 0 10px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.rs-banner.rs-banner-style5 .content-wrap .title {
  font-size: 86px;
  font-weight: 900;
  line-height: 86px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  max-width: 350px;
}
.rs-banner.rs-banner-style6 {
  background: url(assets/images/banner/banner-8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.rs-banner.rs-banner-style6 .content-wrap {
  padding: 210px 0 210px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.rs-banner.rs-banner-style6 .content-wrap .title {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2em;
  color: #fff;
  margin: 0px 0px 30px 0px;
}
.rs-banner.rs-banner-style6 .content-wrap .desc {
  font-size: 17px;
  color: #ffffff;
  margin: 0px 93px 48px 93px;
}
.rs-banner.rs-banner-style7 {
  background: url(assets/images/banner/personal-banner-bg.jpg);
}
.rs-banner.rs-banner-style7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #020201 0%, #4b1313 100%);
  opacity: 0.5;
}
.rs-banner.rs-banner-style7 .desc {
  font-size: 18px;
  line-height: 1.7;
}
.rs-banner.rs-banner-style7 .title,
.rs-banner.rs-banner-style7 .title2 {
  z-index: 1;
  position: relative;
}
.rs-banner.rs-banner-style7 .rs-divider-separator {
  position: relative;
  overflow: hidden;
  height: 12px;
  margin-bottom: 20px;
}
.rs-banner.rs-banner-style7 .rs-divider-separator .separator-list {
  position: relative;
  width: 3px;
  height: 16px;
  background: #DA0A2C;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(35deg) scale(3.5);
  margin-left: 6px;
}
.rs-banner.rs-banner-style7 .sub-text {
  font-size: 17px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  color: #fff;
}
.rs-banner.rs-banner-style7 .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(0deg, #e01010 14%, #f2295b 70%);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
  margin: 15px 0px 0px 0px;
}
.rs-banner.rs-banner-style7 .title2 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f8eaea 14%, #f8c4cd 70%);
  font-size: 50px;
  line-height: 1.2em;
  margin: 0px 0px 0px 0px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rs-banner.rs-banner-style7 .images-part {
  position: relative;
  z-index: 9;
}
.rs-banner.rs-banner-style7 .images-part img {
  right: 0;
  max-width: 630px;
}
.rs-banner.rs-banner-style7 .animate-part .shape1 {
  top: 34%;
  right: 14%;
}
.rs-banner.rs-banner-style7 .animate-part .shape1 img {
  width: 115px;
}
.rs-banner.rs-banner-style7 .animate-part .shape2 {
  right: 44.5%;
  bottom: 28%;
  z-index: 10;
}
.rs-banner.rs-banner-style7 .animate-part .shape2 img {
  width: 100px;
}
.rs-banner.rs-banner-style7 .readon.started {
  background: transparent;
  background-image: linear-gradient(180deg, #f02653 0%, #e21218 100%);
}
.rs-banner.rs-banner-style7 .readon.started:hover {
  background-image: linear-gradient(180deg, #e21218 0%, #f02653 100%);
}
.rs-banner.rs-banner-style8 {
  background: url(assets/images/banner/banner-9.jpg);
  position: relative;
}
.rs-banner.rs-banner-style8 .container-fluid {
  padding-left: 160px;
  padding-right: 160px;
}
.rs-banner.rs-banner-style8 .circle-shape {
  position: absolute;
  right: -40%;
  top: 46%;
  transform: translateY(-50%);
  z-index: -1;
}
.rs-banner.rs-banner-style8 .content-wrap {
  z-index: 11;
}
.rs-banner.rs-banner-style8 .sub-text {
  color: #ffcc00;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-banner.rs-banner-style8 .desc {
  font-size: 18px;
  line-height: 1.7;
}
.rs-banner.rs-banner-style8 .title2,
.rs-banner.rs-banner-style8 .title {
  font-size: 70px;
}
.rs-banner.rs-banner-style8 .title {
  font-weight: 700;
}
.rs-banner.rs-banner-style8 .title2 {
  font-weight: 500;
  margin-bottom: 8px;
}
.rs-banner.rs-banner-style8 .rs-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #000;
  opacity: 0.3;
}
.rs-banner.rs-banner-style8 .rs-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.rs-banner.rs-banner-style8 .banner-animate .dot-style {
  position: absolute;
  right: 6%;
  bottom: 13%;
}
.rs-banner.rs-banner-style9 {
  background: url(assets/images/banner/style4/banner-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 111;
}
.rs-banner.rs-banner-style9 .content-wrap {
  padding: 297px 0 360px;
}
.rs-banner.rs-banner-style9 .content-wrap .rs-videos {
  position: relative;
}
.rs-banner.rs-banner-style9 .content-wrap .rs-videos .animate-border .popup-border {
  top: -116px;
  left: 4%;
}
.rs-banner.rs-banner-style9 .content-wrap .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.35em;
  color: #ffffff;
  max-width: 780px;
  margin: 0px 0px 40px 0px;
}
.rs-banner.rs-banner-style9 .rs-animation-style .animate {
  position: absolute;
  bottom: 0;
}
.rs-banner.rs-banner-style9 .rs-animation-style .animate.dot-small {
  left: 50%;
  top: 4%;
}
.rs-banner.rs-banner-style9 .rs-animation-style .animate.dot-small2 {
  left: 7%;
  top: 4%;
}
.rs-banner.rs-banner-style9 .rs-animation-style .animate.dot-big {
  right: 11%;
  top: 4%;
}
.rs-banner.rs-banner-style9 .rs-animation-style .animate.dot-medium {
  left: 15%;
  top: 36%;
}
.rs-banner.rs-banner-style10 {
  background: url(assets/images/banner/banner-7.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.rs-banner.rs-banner-style10 .content-wrap {
  padding: 255px 0 210px;
}
.rs-banner.rs-banner-style10 .content-wrap .title {
  font-size: 74px;
  font-weight: 800;
  line-height: 1em;
  color: #FFFFFF;
  margin: 0px 0px 17px 0px;
}
.rs-banner.rs-banner-style10 .content-wrap .desc {
  padding-right: 165px;
}
.rs-banner.rs-banner-style11 {
  background: url(assets/images/banner/banner-10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.rs-banner.rs-banner-style11 .content-part {
  padding: 415px 0 410px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.rs-banner.rs-banner-style11 .content-part .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #ce1446;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
.rs-banner.rs-banner-style11 .content-part .title {
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 50px;
}
.rs_button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #454545;
}
.rs_button .btn_text {
  font-size: 15px;
}
.rs_button i {
  color: #201D1D;
  background: #ffcc00;
  padding: 12px 16px 12px 12px;
  border-radius: 3px 3px 3px 3px;
  margin-left: 10px;
}
.rs_button:hover {
  color: #bbbbbb;
}
.rs_button:hover i {
  background: #EFC008;
}
.banner-border-line {
  background: linear-gradient(#ce1446 0%, #ff2a68 100%);
  width: 65px;
  height: 5px;
  margin-bottom: 26px;
}
/* ------------------------------------
    09. Video Section CSS
---------------------------------------*/
.video-item {
  position: relative;
}
.video-item .rs-videos {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
  position: absolute;
}
.video-item .rs-videos .animate-border .popup-border {
  position: static;
}
.rs-video .animate-border .popup-border,
.rs-videos .animate-border .popup-border {
  background: #ce1446;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-video .animate-border .popup-border i,
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-video .animate-border .popup-border:before,
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #ce1446;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-video .animate-border .popup-border:after,
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #ce1446;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-video .animate-border.white-color .popup-border,
.rs-videos .animate-border.white-color .popup-border {
  background: #ffffff;
}
.rs-video .animate-border.white-color .popup-border i,
.rs-videos .animate-border.white-color .popup-border i {
  color: #4448FF;
}
.rs-video .animate-border.white-color .popup-border:before,
.rs-videos .animate-border.white-color .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-video .animate-border.white-color .popup-border:after,
.rs-videos .animate-border.white-color .popup-border:after {
  border: 2px solid #ffffff;
}
.rs-video .animate-border.services-video .popup-border,
.rs-videos .animate-border.services-video .popup-border {
  background: #DD4C23;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-video .animate-border.services-video .popup-border i,
.rs-videos .animate-border.services-video .popup-border i {
  color: #ffffff;
}
.rs-video .animate-border.services-video .popup-border:before,
.rs-videos .animate-border.services-video .popup-border:before {
  border: 2px solid #DD4C23;
}
.rs-video .animate-border.services-video .popup-border:after,
.rs-videos .animate-border.services-video .popup-border:after {
  border: 2px solid #DD4C23;
}
.rs-video.style1 .rs-videos .animate-border .popup-border,
.rs-videos.style1 .rs-videos .animate-border .popup-border {
  left: 17%;
  top: 99%;
}
.rs-video.style1 .rs-videos .video-desc,
.rs-videos.style1 .rs-videos .video-desc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 52px;
  left: 162px;
}
.rs-video.yellow-color-style .animate-border .popup-border {
  background: #ffcc00;
}
.rs-video.yellow-color-style .animate-border .popup-border i {
  color: #0a0a0a;
}
.rs-video.yellow-color-style .animate-border .popup-border:before,
.rs-video.yellow-color-style .animate-border .popup-border:after {
  border-color: #ffcc00;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .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: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ------------------------------------
    10. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #121212DE;
  padding: 20px 30px 20px 40px;
  color: #ffffff;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d8";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  content: "\f0da";
  color: #ffffff;
}
.rs-faq .faq-content .accordion .card .card-header.active .card-link {
  color: #ce1446;
}
.rs-faq .faq-content .accordion .card .card-header.active .card-link:after {
  position: absolute;
  content: "\f0d8";
}
.rs-faq .faq-content .accordion .card .card-header.active .card-link.collapsed:after {
  color: #ffffff;
  content: "\f0d8";
  color: #f00;
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #ffffff;
  padding: 30px 30px 0px 0px  !important;
  width: 100%;
}
.rs-faq.style1 .faq-content .accordion .card {
  background-color: #0D152D;
  padding: 20px 30px 20px 20px;
  color: #ffffff;
}
.rs-faq.style1 .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq.style1 .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
.rs-faq.style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
  font-weight: 900;
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link {
  color: #4448ff;
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link:after {
  position: absolute;
  content: "\f068";
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link.collapsed:after {
  color: #ffffff;
  content: "\f068";
}
/* ------------------------------------
    11. Counter Section CSS
---------------------------------------*/
.rs-counter.main-home .couter-part {
  background: url(assets/images/counter/dot-big.png);
  background-repeat: no-repeat;
  background-position: 0px 67px;
  padding: 0px 0px 0px 47px;
}
.rs-counter.main-home .couter-part .rs-count {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding-right: 28px;
  margin-bottom: 5px;
}
.rs-counter.main-home .couter-part .rs-count:after {
  position: absolute;
  right: 6px;
  top: 5px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.rs-counter.main-home .couter-part .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ce1446;
  margin: 0;
}
.rs-counter.main-home .couter-part.plus .rs-count:after {
  content: "+";
}
.rs-counter.main-home.modify1 .couter-part {
  background: unset;
  background-position: unset;
  padding: 30px 40px 40px 40px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 40px 0px #3e1f4e;
  margin: 0 -10px 0 0;
}
.rs-counter.main-home.modify1 .couter-part.plus .rs-count:after {
  content: "+";
}
.rs-counter.main-home.modify1 .couter-part.percent .rs-count:after {
  content: "%";
  right: -5px;
}
.rs-counter.main-home.modify1 .couter-part.m .rs-count:after {
  content: "m";
  right: -5px;
}
.rs-counter.main-home.modify2 .couter-part {
  background: unset;
  background-repeat: unset;
  background-position: unset;
  padding: unset;
  text-align: center;
}
.rs-counter.main-home.modify2 .couter-part .rs-count {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  color: #0a0a0a;
  padding-right: 64px;
}
.rs-counter.main-home.modify2 .couter-part .rs-count:after {
  position: absolute;
  right: 41px;
  top: 5px;
  color: #0a0a0a;
  font-size: 36px;
  font-weight: 600;
}
.rs-counter.main-home.modify2 .couter-part .title {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #ce1446;
  margin: 0;
}
.rs-counter.main-home.modify2 .couter-part .title:after {
  display: block;
  background: #FD644F;
  position: absolute;
  content: '';
  left: 0;
  width: 35px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-counter.main-home.modify2 .couter-part.plus .rs-count:after {
  content: "+";
}
.rs-counter.style2 .counter-list {
  padding: 0px 0px 0px 50px;
  background-repeat: no-repeat;
}
.rs-counter.style2 .counter-list .counter-icon {
  width: 70px;
  margin-right: 30px;
}
.rs-counter.style2 .counter-list .counter-text .rs-count {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.rs-counter.style2 .counter-list .counter-text .rs-count:before {
  color: #ffffff;
  position: absolute;
  right: -35px;
}
.rs-counter.style2 .counter-list .counter-text .rs-count:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  z-index: -1;
  background: #ce1446;
}
.rs-counter.style2 .counter-list .counter-text .title {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.rs-counter.style2 .counter-list .counter-text .title.new-size {
  font-size: 16px;
  line-height: 16px;
}
.rs-counter.style2 .counter-list .counter-text.kplus .rs-count:before {
  content: "+";
}
.rs-counter.style2.services-single .counter-list {
  padding: 60px 0px 50px 60px;
}
.rs-counter.style2.services-single .counter-list .counter-text {
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #242121;
}
.rs-counter.style2.services-single .counter-list .counter-text .rs-count {
  color: #ce1446;
}
.rs-counter.style2.services-single .counter-list .counter-text .rs-count:before {
  color: #ce1446;
}
.rs-counter.style2.services-single .counter-list .counter-text .rs-count:after {
  content: unset;
}
.rs-counter.style2.services-single .counter-list .counter-text .title {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.rs-counter.style2.services-single .counter-list .counter-text.kplus .rs-count:before {
  content: "+";
}
.rs-counter.style3 .counter-wrap .content-part {
  align-items: center;
  display: flex;
}
.rs-counter.style3 .counter-wrap .content-part .counter-part {
  border-right: 1px solid #E0DDDD;
  margin-right: 30px;
  min-width: 125px;
}
.rs-counter.style3 .counter-wrap .content-part .counter-part .rs-count {
  color: #4448ff;
  line-height: 1;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
}
.rs-counter.style3 .counter-wrap .content-part .counter-part .rs-count.thousand {
  padding-right: 25px;
}
.rs-counter.style3 .counter-wrap .content-part .counter-part .rs-count.thousand:after {
  position: absolute;
  content: "k";
  right: 0;
  bottom: 4px;
  color: #4448ff;
  font-size: 36px;
}
.rs-counter.style3 .counter-wrap .content-part .counter-part .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0a0a0a;
}
.rs-counter.yellow-color-style .counter-list .counter-text .rs-count:after {
  background: #ffcc00;
}
.rs-counter.yellow-color-style .counter-list .counter-text .rs-count:before {
  color: #454545;
}
.rs-counter-area {
  position: relative;
}
.rs-counter-area .rs-count-number {
  color: #ce1446;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 0px;
}
.rs-counter-area .couter-part {
  position: relative;
}
.rs-counter-area .couter-part:after,
.rs-counter-area .couter-part:before {
  content: "";
  left: 50%;
  transform: translate(-50%);
  width: 4px;
  height: 50px;
  background: #fff;
  position: absolute;
}
.rs-counter-area .couter-part:before {
  top: -75px;
}
.rs-counter-area .couter-part:after {
  content: "";
  top: auto;
  bottom: -80px;
}
.rs-counter-area .couter-part .title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 12px;
}
.rs-counter-area .spiner {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: traslate(-50%);
}
/* ------------------------------------
    12. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 12px;
  line-height: 6px;
  font-weight: 600;
  color: #ffffff;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 6px;
  line-height: 6px;
  background-color: #E2E8FE;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 6px;
  line-height: 6px;
  background: #0A3AD8;
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
.rs-skillbar.style1.home9-style .cl-skill-bar .skillbar {
  background-color: #252424;
}
.rs-skillbar.style1.home9-style .cl-skill-bar .skillbar .skillbar-bar {
  background: #E01010;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar-title {
  font-size: 16px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #CE1446;
  height: 9px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  margin: 10px 0 20px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
  background: #CE1446;
  height: 5px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skill-bar-percent {
  font-size: 16px;
  right: 70px;
  color: #454545;
  font-weight: 400;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar-title {
  font-size: 14px;
  line-height: 6px;
  font-weight: 600;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar {
  height: 6px;
  line-height: 6px;
  background-color: #0a0a0a;
  margin: 10px 0 44px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar .skillbar-bar {
  height: 6px;
  line-height: 6px;
  background: #E01010;
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
/* ------------------------------------
    13. Cta Section CSS
---------------------------------------*/
.rs-cta-section .cta-wrap .sec-title .sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
  color: #191821;
  line-height: 28px;
  font-size: 15px;
  text-transform: uppercase;
}
.rs-cta-section .rs_button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  padding: 17px 40px 18px 40px;
  background-color: #191821;
  border-radius: 3px 3px 3px 3px;
  transition: 0.3s;
}
.rs-cta-section .rs_button:hover {
  background-color: #514208;
}
.rs-cta.style1 .title-wrap .epx-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin: 0px;
}
/* ------------------------------------
    14. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose .services-wrap {
  display: flex;
  align-items: center;
}
.rs-why-choose .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}
.rs-why-choose .services-wrap .services-icon img {
  height: 55px;
}
.rs-why-choose .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-why-choose .services-wrap .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-why-choose .services-wrap .services-text .title a {
  color: #101010;
}
.rs-why-choose .services-wrap .services-text .title a:hover {
  color: #ce1446;
}
.rs-why-choose .services-wrap .services-text .services-txt {
  margin: 0;
}
.rs-why-choose.style1 .services-wrap .services-text .title a {
  color: #ffffff;
}
.rs-why-choose.style1 .services-wrap .services-text .title a:hover {
  color: #ec6f22;
}
.rs-why-choose.style1 .services-wrap .services-text .services-txt {
  color: #ffffff;
}
.rs-why-choose .animation .top-shape {
  position: absolute;
  top: 0;
  z-index: -111;
}
.rs-why-choose .animation .bottom-shape {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: -111;
}
.rs-why-choose .animation.style2 .top-shape {
  top: -30px;
  z-index: -111;
}
.rs-why-choose .animation.style2 .bottom-shape {
  bottom: 0px;
  right: 30px;
  z-index: -111;
}
.rs-why-choose .image-part {
  position: relative;
  z-index: 1;
}
.rs-why-choose .shape-animate .top-shape {
  position: absolute;
  top: -30px;
}
.rs-why-choose .shape-animate .bottom-shape {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.rs-why-choose.style2 .services-wrap {
  display: flex;
  align-items: center;
}
.rs-why-choose.style2 .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}
.rs-why-choose.style2 .services-wrap .services-icon img {
  height: 55px;
}
.rs-why-choose.style2 .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-why-choose.style2 .services-wrap .services-text .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-why-choose.style2 .services-wrap .services-text .title a {
  color: #101010;
}
.rs-why-choose.style2 .services-wrap .services-text .title a:hover {
  color: #ce1446;
}
.rs-why-choose.style2 .services-wrap .services-text .services-txt {
  margin: 0;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .title a {
  color: #ffffff;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt {
  color: #ffffff;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt:hover {
  color: #ec6f22;
}
.rs-why-choose.style3 .features-content .features-list li {
  margin: 0px 0px 17px 0px;
  display: flex;
  align-items: center;
}
.rs-why-choose.style3 .features-content .features-list li i {
  font-size: 30px;
  width: 40px;
  margin-right: 10px;
  color: #0b70e1;
}
.rs-why-choose.style3 .features-content .features-list li span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
}
.rs-why-choose.style3 .features-wrap .sub-title {
  font-size: 19px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.rs-why-choose.style3 .features-wrap .title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
.rs-why-choose.style3 .features-wrap .desc {
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 45px;
}
/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.rs-team-area .team-item .team-img-sec {
  position: relative;
}
.rs-team-area .team-item .team-img-sec:before {
  background: linear-gradient(to bottom, #ce1446 0, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-team-area .team-item img {
  position: relative;
  z-index: 99;
}
.rs-team-area .team-item .team-content {
  display: block;
  z-index: 110;
  color: #fff;
  padding: 15px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rs-team-area .team-item .team-content .author-text {
  position: absolute;
  left: 30px;
  top: 32px;
  transition: 0.4s;
}
.rs-team-area .team-item .team-content .team-title,
.rs-team-area .team-item .team-content .team-name a {
  color: #fff;
}
.rs-team-area .team-item .team-content .team-title,
.rs-team-area .team-item .team-content .team-name {
  position: relative;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.rs-team-area .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
  padding: 0 10px;
  display: block;
  top: -10px;
}
.rs-team-area .team-item .team-content .team-title {
  font-size: 14px;
  padding: 3px 10px;
  opacity: 0;
  top: -15px;
}
.rs-team-area .team-item .team-content .social-icons {
  position: absolute;
  bottom: 45px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-team-area .team-item .team-content .social-icons li {
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.rs-team-area .team-item .team-content .social-icons .facebook {
  bottom: -20px;
}
.rs-team-area .team-item .team-content .social-icons .google {
  bottom: -20px;
}
.rs-team-area .team-item .team-content .social-icons .twitter {
  bottom: -15px;
}
.rs-team-area .team-item .team-content .social-icons a {
  color: #ce1446;
  font-size: 18px;
  display: block;
  margin-left: 15px;
}
.rs-team-area .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.rs-team-area .team-item:hover .team-img-sec:before {
  opacity: 0.7;
  visibility: visible;
}
.rs-team-area .team-item:hover .team-content .author-text,
.rs-team-area .team-item:hover .team-content .social-icons {
  opacity: 1;
  visibility: visible;
}
.rs-team-area .team-item:hover .team-content .team-title,
.rs-team-area .team-item:hover .team-content .team-name {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition-delay: .33s;
}
.rs-team-area .team-item:hover .team-content .social-icons li {
  bottom: 0;
}
.rs-team.style1 .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-team.style1 .team-wrap .social-cion {
  background-color: transparent;
  background: #ce1446;
  position: absolute;
  top: 0;
  width: 50px;
  padding: 12px 0;
  opacity: 0;
  right: -50px;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  text-align: center;
}
.rs-team.style1 .team-wrap .social-cion a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team.style1 .team-wrap .social-cion i:before {
  transform: rotate(0deg);
}
.rs-team.style1 .team-wrap .team-content {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  padding: 20px 20px 25px;
  opacity: 1;
  position: relative;
  text-align: center;
  background-image: linear-gradient(210deg, #ce1446 0%, #f26329 100%);
}
.rs-team.style1 .team-wrap .team-content .team-name {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team.style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}
.rs-team.style1 .team-wrap .team-content .team-name a:hover {
  opacity: 0.8;
}
.rs-team.style1 .team-wrap .team-content .team-title {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
.rs-team.style1 .team-wrap:hover .social-cion {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.rs-team.style2 .team-item .images-part {
  position: relative;
  overflow: hidden;
}
.rs-team.style2 .team-item .images-part a img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.rs-team.style2 .team-item .images-part .social-icon {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  background: #ce1446;
  padding: 12px 6px 12px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.rs-team.style2 .team-item .images-part .social-icon a i {
  font-size: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #ce1446;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.rs-team.style2 .team-item .images-part .social-icon a i:hover {
  color: #c4c4c4;
}
.rs-team.style2 .team-item .team-content {
  background-image: linear-gradient(90deg, #f05e2a 0%, #f2295b 100%);
  padding: 25px 20px 25px;
  opacity: 1;
}
.rs-team.style2 .team-item .team-content .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-team.style2 .team-item .team-content .person-name a {
  color: #ffffff;
}
.rs-team.style2 .team-item .team-content .person-name a:hover {
  color: #c4c4c4;
}
.rs-team.style2 .team-item .team-content .designation {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.rs-team.style2 .team-item:hover .images-part a img {
  transform: scale(1);
  opacity: 0.7;
}
.rs-team.style2 .team-item:hover .images-part .social-icon {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team.style3 .rs-button .team-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
.rs-team.style3 .rs-button .team-button .btn-number {
  display: inline-block;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  color: #4448FF;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  left: 10%;
}
.rs-team.style3 .rs-button .team-button .btn-text {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0a0a0a;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #EBEBEB;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 32px 15px 32px;
}
.rs-team.style3 .rs-button .team-button:hover .btn-text {
  background-color: #4448FF;
  color: #ffffff;
}
.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .con-info {
  position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #ce1446;
  text-transform: uppercase;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
  padding-right: 50px;
}
.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #ce1446;
  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: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #ce1446;
}
.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: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: #ce1446;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 274px;
  opacity: 0.02;
}
/* ------------------------------------
    16. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  margin: 0 -10px 0 0;
  padding: 60px 40px 60px 40px;
  background-color: #fff;
  position: relative;
}
.rs-services.main-home .services-item .services-icon {
  position: relative;
  transition: all .4s ease;
}
.rs-services.main-home .services-item .services-icon .image-part .main-img {
  height: 70px;
  width: 70px;
}
.rs-services.main-home .services-item .services-icon .image-part .hover-img {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.main-home .services-item .services-content {
  padding: 30px 0px 0px 0;
  position: relative;
}
.rs-services.main-home .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-content .services-text .title a {
  color: #0a0a0a;
}
.rs-services.main-home .services-item .services-content .services-desc p {
  margin: 0;
  color: #444444;
}
.rs-services.main-home .services-item .services-content .serial-number {
  position: absolute;
  right: 17px;
  top: -94px;
  font-size: 60px;
  font-weight: 700;
  line-height: 119px;
  color: #00000017;
  margin-bottom: 10px;
}
.rs-services.main-home .services-item:hover {
  background-color: #ce1446;
}
.rs-services.main-home .services-item:hover .services-icon {
  position: relative;
  transition: all .4s ease;
}
.rs-services.main-home .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}
.rs-services.main-home .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.main-home .services-item:hover .services-content {
  padding: 30px 0px 0px 0;
  position: relative;
}
.rs-services.main-home .services-item:hover .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}
.rs-services.main-home .services-item:hover .services-content .serial-number {
  color: #FFFFFF26;
}
.rs-services.main-home .color-style2 .services-item {
  background-color: #FAF3F3;
}
.rs-services.main-home .color-style2 .services-item:hover {
  background-image: linear-gradient(310deg, #da0a2c 0%, #f2295b 100%);
}
.rs-services.main-home .color-style2 .services-item .services-icon .image-part .hover-img {
  left: 50%;
  transform: translate(-50%);
}
.rs-services.service-yellow-style.main-home .services-item {
  background: #F9F9F9;
  transition: 0.3s;
}
.rs-services.service-yellow-style.main-home .services-item .services-content .services-desc p,
.rs-services.service-yellow-style.main-home .services-item .services-content .services-text .title a {
  color: #0a0a0a;
}
.rs-services.service-yellow-style.main-home .services-item:hover {
  background-color: #ffcc00;
}
.rs-services.service-yellow-style.main-home .active-hover-effice:not(:hover) .active {
  background-color: #ffcc00;
}
.rs-services.rs-service-hover-style .black-bg {
  background: #000000;
}
.rs-services.rs-service-hover-style .black-bg2 {
  background: #0c0b0b;
}
.rs-services.rs-service-hover-style .image-par img {
  max-width: 60px;
}
.rs-services.rs-service-hover-style2 .black-bg {
  background: #000000;
}
.rs-services.rs-service-hover-style2 .black-bg2 {
  background: #0c0b0b;
}
.rs-services.rs-service-hover-style2 .black-bg3 {
  background: #131212;
}
.rs-services.rs-service-hover-style2 .image-par img {
  max-width: 60px;
}
.rs-services.rs-service-hover-style2 .services-item:hover {
  background: url(assets/images/services/style5/image-hover/1.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.rs-services.rs-service-hover-style2 .services-item:hover.bg2 {
  background: url(assets/images/services/style5/image-hover/2.jpg);
}
.rs-services.rs-service-hover-style2 .services-item:hover.bg3 {
  background: url(assets/images/services/style5/image-hover/3.jpg);
}
.rs-services.rs-service-hover-style2 .services-item:hover.bg4 {
  background: url(assets/images/services/style5/image-hover/4.jpg);
}
.rs-services.rs-service-hover-style2 .services-item:hover.bg5 {
  background: url(assets/images/services/style5/image-hover/5.jpg);
}
.rs-services.rs-service-hover-style2 .services-item:hover.bg6 {
  background: url(assets/images/services/style5/image-hover/6.jpg);
}
.rs-services.style2 .services-item {
  border-radius: 5px 5px 5px 5px;
  padding: 50px 40px 50px 40px;
  background-color: #101010;
  margin: 0 -10px 0 0;
  transition: all 500ms ease;
}
.rs-services.style2 .services-item .services-icon {
  margin-bottom: 32px;
}
.rs-services.style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.style2 .services-item .services-content .services-text .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-services.style2 .services-item .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.style2 .services-item .services-content .services-text .title a:hover {
  color: #ce1446;
}
.rs-services.style2 .services-item .services-content .services-desc p {
  color: #ffffff;
  margin: 0;
}
.rs-services.style2.modify1 .services-item {
  display: flex;
  background: unset;
  padding: 0 26px 0 0;
  border-radius: unset;
}
.rs-services.style2.modify1 .services-item .services-icon {
  margin-bottom: 0;
}
.rs-services.style2.modify1 .services-item .services-content {
  padding-left: 32px;
}
.rs-services.style2.modify1 .services-item .services-content .services-text .title {
  font-size: 22px;
}
.rs-services.style2.modify2 {
  margin-top: -325px;
  position: relative;
  z-index: 111;
  background: #000;
}
.rs-services.style2.modify2 .services-item {
  position: relative;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: transparent;
  border-radius: 0;
}
.rs-services.style2.modify2 .services-item:hover {
  border-color: #CE1446;
}
.rs-services.style2.modify2 .services-item:hover .services-content .services-text .title a {
  color: #ce1446;
}
.rs-services.style2.modify3 .services-item {
  background: #000;
  border-radius: 0px;
}
.rs-services.style2.modify3 .services-item .services-icon {
  position: relative;
}
.rs-services.style2.modify3 .services-item .services-text .title {
  font-size: 22px;
}
.rs-services.style2.modify3 .services-item .main-img {
  height: 70px;
  width: 70px;
}
.rs-services.style2.modify3 .services-item .hover-img {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.style2.modify3 .services-item:hover .main-img {
  transform: scale(0);
}
.rs-services.style2.modify3 .services-item:hover .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.style2.modify3.home-style15 .services-item {
  background: unset;
}
.rs-services.style2.modify4 .services-item {
  display: unset;
  background: unset;
  padding: unset;
  border-radius: unset;
  margin: unset;
}
.rs-services.style2.modify4 .services-item .services-content {
  padding-left: unset;
  padding-right: 40px;
}
.rs-services.style2.modify4 .services-item .services-content .services-text .title {
  margin: 0 0 18px;
}
.rs-services.style2.modify5 {
  position: relative;
}
.rs-services.style2.modify5 .services-item {
  background-color: #0D152D;
}
.rs-services.style2.modify5 .services-item .services-content .services-text .title a:hover {
  color: #4448ff;
}
.rs-services.style2.modify5 .dotted-icons {
  position: absolute;
  width: 83px;
  max-width: 83px;
  bottom: 104px;
  right: 169.9px;
}
.rs-services.style2.modify6 .services-item {
  background-color: #FAF3F3;
  margin: 0;
  transform: translateY(0);
  transition: 0.4s;
}
.rs-services.style2.modify6 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.style2.modify6 .services-item .services-desc p {
  color: #454545;
}
.rs-services.style2.modify6 .services-item:hover {
  transform: translateY(-10px);
}
.rs-services.style2.animate-style {
  position: relative;
  z-index: 11;
}
.rs-services.style2.animate-style .rs-animations .animate {
  position: absolute;
  bottom: 0;
}
.rs-services.style2.animate-style .rs-animations .animate.dotted {
  left: 16%;
  top: 14%;
  z-index: -11;
}
.rs-services.style2.animate-style .rs-animations .animate.dotted-dark {
  right: 14%;
  bottom: 11%;
  z-index: -11;
}
.rs-services.style2.animate-style .rs-animations .animate.dotted-new {
  left: 16%;
  top: 9%;
  z-index: -11;
}
.rs-services.style2.animate-style .rs-animations .animate.ball {
  left: 0%;
  top: 9%;
  z-index: -11;
}
.rs-services.style3 .services-item {
  display: flex;
}
.rs-services.style3 .services-item .services-icon img {
  max-width: unset;
  width: 70px;
  height: 70px;
}
.rs-services.style3 .services-item .services-content {
  padding-left: 16px;
}
.rs-services.style3 .services-item .services-content .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
.rs-services.style3 .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style3 .services-item .services-content .title a:hover {
  color: #4448ff;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #ce1446;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.jpg);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #ce1446;
}
.rs-case-studies-single .widget-title .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}
.rs-case-studies-single .widget-title .title.title2 {
  font-size: 28px;
  color: #0a0a0a;
}
.rs-case-studies-single .project-img img {
  border-radius: 5px;
}
.rs-case-studies-single .ps-informations-style {
  padding: 40px 40px 40px 40px;
  background-color: #F6F6F6;
  border-radius: 4px 4px 4px 4px;
}
.rs-case-studies-single .ps-informations-style ul {
  display: flex;
}
.rs-case-studies-single .ps-informations-style ul li {
  border-right: 1px dashed #e1e1e1;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 65px;
  padding-right: 65px;
}
.rs-case-studies-single .ps-informations-style ul li span {
  display: block;
  font-weight: 600;
}
.rs-case-studies-single .ps-informations-style ul li:last-child {
  border: none;
}
.rs-case-studies-single .ps-informations-style ul .designer {
  margin-right: 0;
  padding-right: 0;
}
/* ------------------------------------
    17. Strategy Section CSS
---------------------------------------*/
.rs-strategy .strategy-img {
  position: relative;
}
.rs-strategy .strategy-img .images {
  position: absolute;
  bottom: 0;
}
.rs-strategy .strategy-img .images.one {
  top: 0;
  left: -26px;
  position: relative;
}
.rs-strategy .strategy-img .images.two {
  right: 13px;
  top: 34px;
}
.rs-strategy .strategy-img .images.three {
  z-index: -11;
  right: -58px;
  top: 256px;
}
/* ------------------------------------
    18. Seo Website Section CSS
---------------------------------------*/
.rs-seo-website.style1 .newsletter-form {
  max-width: 725px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  border-radius: 4px;
  padding: 14px 0;
  z-index: 11;
  position: relative;
}
.rs-seo-website.style1 .newsletter-form input,
.rs-seo-website.style1 .newsletter-form button {
  outline: none;
  border: none;
}
.rs-seo-website.style1 .newsletter-form input[type="email"] {
  background: transparent;
  padding: 0 40px 0 30px;
  color: #0a0a0a;
  border-right: 1px solid #dfdfdf;
  font-weight: 600;
}
.rs-seo-website.style1 .newsletter-form input[type="website"] {
  padding: 0 15px 0 30px;
  font-weight: 600;
}
.rs-seo-website.style1 .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(90deg, #fd6509 10%, #f27c1e 100%);
  color: #ffffff;
  width: 175px;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.rs-seo-website.style1 .newsletter-form button:hover {
  opacity: 0.8;
}
.rs-seo-website.style1 .newsletter-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a;
  opacity: 0.4;
}
.rs-seo-website.style1 .newsletter-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a;
  opacity: 0.4;
}
.rs-seo-website.style1 .newsletter-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a;
  opacity: 0.4;
}
.rs-seo-website.style1 .newsletter-form :-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a;
  opacity: 0.4;
}
.rs-seo-website.style1 .desc {
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.rs-seo-website.style1.modify1 {
  background-color: unset;
  margin-top: -165px;
}
.rs-seo-website.style1.modify1 .effects-layer {
  background: url(assets/images/bg/cta-bg6.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 5px 5px;
}
/* ------------------------------------
    19. Process Section CSS
---------------------------------------*/
.rs-process.style1 .all-services {
  display: flex;
  text-align: center;
}
.rs-process.style1 .all-services .services-item {
  width: 20%;
  float: left;
}
.rs-process.style1 .all-services .services-item .title {
  color: #1273EB;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rs-process.style1 .all-services .services-item .services-icon {
  background-color: #FBF8F0;
  line-height: 60px;
  padding: 20px 24px 20px 24px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FBF8F0;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  transition: all ease .3s;
}
.rs-process.style1 .all-services .services-item .services-icon img {
  width: 60px;
  height: 60px;
  max-width: unset;
}
.rs-process.style1 .all-services .services-item .services-icon.gray-bg {
  background-color: #F9F8FF;
  border-color: #F9F8FF;
}
.rs-process.style1 .all-services .services-item .services-icon.paste-bg {
  background-color: #EEFBF9;
  border-color: #EEFBF9;
}
.rs-process.style1 .all-services .services-item .services-icon.pink-bg {
  background-color: #F9F8FF;
  border-color: #F9F8FF;
}
.rs-process.style1 .all-services .services-item .services-icon.gray-bg2 {
  background-color: #EDFDFE;
  border-color: #EDFDFE;
}
.rs-process.style1 .all-services .services-item .services-text {
  margin: 20px 0px 0px 0px;
}
.rs-process.style1 .all-services .services-item .services-text .services-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0 0 10px;
  color: #0a0a0a;
}
.rs-process.style1.modify1 .all-services .services-item .services-icon {
  background-color: #235EEA;
  border-color: #235EEA;
}
.rs-process.style1.modify1 .all-services .services-item .services-text {
  margin: 20px 0px 0px 0px;
}
.rs-process.style1.modify1 .all-services .services-item .services-text .services-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0 0 10px;
  color: #0a0a0a;
}
.rs-process.style2 .process-item {
  align-content: space-between;
  position: relative;
}
.rs-process.style2 .process-item .process-text {
  padding: 0px 0px 0px 0px;
}
.rs-process.style2 .process-item .process-text .process-title .title {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0px 0px 13px 0px;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #FC6950;
  color: #161616;
  font-family: "Nunito", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.rs-process.style2 .process-item .process-text .process-title .title:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  left: 10%;
  background-color: #FC6950;
  transform: translateX(-90%);
  transition: all .5s;
  opacity: 0;
}
.rs-process.style2 .process-item .process-text .process-txt {
  color: #353535;
  margin-bottom: 0;
}
.rs-process.style2 .process-item.blue-border .process-text .process-title .title {
  border-color: #516FEF;
}
.rs-process.style2 .process-item.blue-border .process-text .process-title .title:after {
  background-color: #516FEF;
}
.rs-process.style2 .process-item:hover .process-text .process-title .title:after {
  left: 90%;
  transform: translateX(-10%);
  opacity: 1;
}
.rs-process.style2 .process-item:hover .process-text .process-txt {
  color: #353535;
  margin-bottom: 0;
}
/*------------------------------------
    20. Pricing Section CSS
------------------------------------*/
.rs-pricing.style1 .pricing-table {
  padding: 53px 0px 53px 0px;
  margin: 0 -13px 0 0;
  background: #ffffff;
  box-shadow: 0 0.2rem 2.8rem #eee;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.rs-pricing.style1 .pricing-table .pricing-table-badge {
  left: 1px;
  background-color: #CE1446;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  padding: 10px 10px;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.rs-pricing.style1 .pricing-table .pricing-table-header .pricing-table-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
  margin-bottom: 30px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 24px;
  font-weight: 700;
  color: #ce1446;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  color: #ce1446;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ce1446;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period:before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #ce1446;
}
.rs-pricing.style1 .pricing-table .pricing-table-body {
  padding: 35px 60px 72px 60px;
  text-align: left;
}
.rs-pricing.style1 .pricing-table .pricing-table-body .features-list li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.rs-pricing.style1 .pricing-table .pricing-table-body .features-list li i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
}
.rs-pricing.style1 .pricing-table .pricing-table-body .features-list li:last-child {
  margin-bottom: 0;
}
.rs-pricing.style1 .pricing-table.black-bg {
  background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
  box-shadow: unset;
}
.rs-pricing.style1 .pricing-table.black-bg .pricing-table-header .pricing-table-title {
  color: #ffffff;
}
.rs-pricing.style1 .pricing-table.black-bg .pricing-table-price .pricing-table-bags .table-period:before {
  background: #ffffff;
}
.rs-pricing.style1 .pricing-table.black-bg .pricing-table-body .features-list li {
  color: #ffffff;
}
.rs-pricing.style1 .pricing-table.black-bg .pricing-table-body .features-list li i {
  color: #ffffff;
}
.rs-pricing.style1 .pricing-table.black-bg .pricing-table-body .features-list li:last-child {
  margin-bottom: 0;
}
.rs-pricing.style1 .red-gradient-color .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency,
.rs-pricing.style1 .red-gradient-color .pricing-table .pricing-table-price .pricing-table-bags .table-price-text,
.rs-pricing.style1 .red-gradient-color .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  color: #E01010;
}
.rs-pricing.style1 .red-gradient-color .subscribe {
  background: transparent;
  background-image: linear-gradient(180deg, #f02653 0%, #e21218 100%);
}
.rs-pricing.style1 .red-gradient-color .subscribe:hover {
  background-image: linear-gradient(180deg, #e21218 0%, #f02653 100%);
}
/*------------------------------------
    21. Technology Section CSS
------------------------------------*/
.rs-technology .technology-item {
  text-align: center;
  padding: 20px 40px 20px 40px;
}
.rs-technology .technology-item a {
  overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure {
  position: relative;
  text-align: center;
  padding: 45px 30px 45px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #a7acb4;
  border-radius: 4px 4px 4px 4px;
  transition: all ease .4s;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img {
  overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .hover-img {
  transition: all ease .4s;
  filter: grayscale(100%);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .main-img {
  transition: all ease .4s;
  filter: grayscale(100%);
}
.rs-technology.style2 .technology-wrap .logo-title {
  position: relative;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 36px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap .logo-title:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50.3%;
  height: 12px;
  border-radius: 50%;
  width: 12px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure {
  border-color: #fff;
  background-color: #fff;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .hover-img {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .main-img {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
}
.rs-technology.style2 .technology-wrap:hover .logo-title:before {
  background-color: #fff;
}
.rs-technology.style2 .technology-wrap:hover .logo-title:after {
  background-color: #fff;
}
/*------------------------------------
    22. Industry Section CSS
------------------------------------*/
.rs-industry .all-services {
  display: inline-block;
}
.rs-industry .all-services .services-item {
  padding: 10px;
  width: 20%;
  float: left;
}
.rs-industry .all-services .services-item .services-wrap {
  padding: 35px 27px 35px 27px;
  background: #ffffff;
  box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.rs-industry .all-services .services-item .services-wrap .services-icon {
  margin-bottom: 15px;
}
.rs-industry .all-services .services-item .services-wrap .services-icon img {
  height: 65px;
  width: 65px;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 0;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title:hover {
  color: #061340;
}
/*------------------------------------
    23. Project Section CSS
------------------------------------*/
.rs-project.style1 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.rs-project.style1 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style1 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0a0a0a;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 11;
}
.rs-project.style1 .project-item .project-content .p-icon a i {
  font-size: 15px;
}
.rs-project.style1 .project-item .project-content .p-icon a i:before {
  color: #ffffff;
}
.rs-project.style1 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 25px;
  transition: all 0.3s ease;
}
.rs-project.style1 .project-item .project-content .project-inner .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.rs-project.style1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style1 .project-item .project-content .project-inner .title a:hover {
  color: #0a0a0a;
}
.rs-project.style1 .project-item .project-content .project-inner .category {
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
  display: block;
}
.rs-project.style1 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style1 .project-item .project-content .project-inner .category a:hover {
  color: #0a0a0a;
}
.rs-project.style1 .project-item:before {
  background-image: linear-gradient(180deg, #ce1446 0%, #ef567c 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ce1446;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.rs-project.style1 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.style1 .project-item:hover .project-content .p-icon {
  right: 25px;
}
.rs-project.style1 .project-item:hover .project-content .project-inner {
  bottom: 20px;
}
.rs-project.style1 .project-item:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.rs-project.style1 .red-gradient-color .project-item:before {
  background-image: linear-gradient(180deg, #e01010 0%, #f2295b 100%);
}
.rs-project.style1 .red-gradient-color .project-item .p-icon a i:before {
  color: #E01010;
}
.rs-project.style1.modify1 .owl-nav .owl-next,
.rs-project.style1.modify1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ce1446;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style1.modify1 .owl-nav .owl-next i:before,
.rs-project.style1.modify1 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-project.style1.modify1 .owl-nav .owl-next {
  right: 0px;
  left: unset;
}
.rs-project.style1.modify1 .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-project.style1.modify1:hover .owl-nav .owl-next,
.rs-project.style1.modify1:hover .owl-nav .owl-prev {
  left: -60px;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.rs-project.style1.modify1:hover .owl-nav .owl-next {
  right: -60px;
  left: unset;
}
.rs-project.style1.yellow-bg-color .project-item .project-content .project-inner .title a {
  color: #4A3838;
}
.rs-project.style1.yellow-bg-color .project-item .project-content .project-inner .title a:hover {
  color: #4A3838;
}
.rs-project.style1.yellow-bg-color .project-item .project-content .project-inner .category a {
  color: #0E0B0B;
}
.rs-project.style1.yellow-bg-color .project-item .project-content .project-inner .category a:hover {
  color: #0a0a0a;
}
.rs-project.style1.yellow-bg-color .project-item:before {
  background-color: #ffcc00;
}
.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style2 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style2 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
}
.rs-project.style2 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  transition: 0.6s;
  height: 100%;
}
.rs-project.style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 30px;
}
.rs-project.style2 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-project.style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner .title a:hover {
  color: #061340;
}
.rs-project.style2 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.rs-project.style2 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner .p-icon i {
  width: 50px;
  height: 50px;
  background: red;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #0a0a0a;
  font-size: 24px;
  display: block;
  font-family: none;
  font-weight: 700;
  margin-top: 25px;
}
.rs-project.style2 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #ce1446 0%, #ef567c 100%);
  transition: all 0.4s;
}
.rs-project.style2 .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.style2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style2 .project-item:hover .project-content .project-inner {
  bottom: 30px;
}
.rs-project.style2 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style2.modify1 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style2.modify1 .project-item .project-content {
  transition: 0.3s all ease-out;
}
.rs-project.style2.modify1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2.modify1 .project-item .project-content .project-inner .title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project.style2.modify1 .project-item .project-content:before {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease-out;
}
.rs-project.style2.modify1 .project-item:hover .project-img img {
  transform: unset;
}
.rs-project.style2.modify1 .owl-stage-outer {
  padding: 45px 0;
  margin: -45px 0;
}
.rs-project.style2.black-overly-bg .project-item .project-inner .title a:hover {
  color: #ce1446;
}
.rs-project.style2.black-overly-bg .project-item .project-content:before {
  background: rgba(0, 0, 0, 0.5);
}
.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.rs-project.style3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
}
.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  transition: all .5s ease;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 8px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  flex: 0 0 100%;
  transform: translateY(0px);
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a:hover {
  color: #0a0a0a;
}
.rs-project.style3 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}
.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project.style4 .project-item .project-img {
  z-index: 1;
}
.rs-project.style4 .project-item .project-img img {
  transform: scale(1.2);
  transition: 0.6s;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: scale(1.3);
  transition: 0.4s;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style4 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
.rs-project.style4 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-content .category a:hover {
  color: #ccc;
}
.rs-project.style4 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #ce1446;
  opacity: 0;
}
.rs-project.style4 .project-item:hover .project-img img {
  transform: scale(1);
}
.rs-project.style4 .project-item:hover .project-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-project.style4 .project-item:hover .project-content:before {
  opacity: 0.7;
  visibility: visible;
}
.rs-project.style4.rs-project-page .project-item .project-content:before {
  background: rgba(0, 0, 0, 0.5);
}
.rs-project.style5 .project-item {
  position: relative;
}
.rs-project.style5 .project-item .project-img {
  position: relative;
  transition: 1.3s all ease;
  overflow: hidden;
}
.rs-project.style5 .project-item .project-img img {
  transform: scale(1);
  transition: 1.3s all ease;
}
.rs-project.style5 .project-item .project-img .plus-icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  transition: 1.3s all ease;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #ce1446;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.rs-project.style5 .project-item .project-img .plus-icon i:before {
  color: #ffffff;
  font-size: 15px;
}
.rs-project.style5 .project-item .project-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease 0s;
  z-index: 1;
}
.rs-project.style5 .project-item .project-content {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.rs-project.style5 .project-item .project-content .category {
  font-weight: 500;
}
.rs-project.style5 .project-item .project-content .category a {
  color: #0a0a0a;
}
.rs-project.style5 .project-item .project-content .category a:hover {
  color: #ce1446;
}
.rs-project.style5 .project-item .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.rs-project.style5 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style5 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style5 .project-item:hover .project-img img {
  transform: scale(1.05);
}
.rs-project.style5 .project-item:hover .project-img .plus-icon {
  visibility: visible;
  opacity: 1;
  bottom: 50%;
}
.rs-project.style5 .project-item:hover .project-img:before {
  opacity: .2;
  visibility: visible;
  height: 100%;
}
.rs-project.style6 .project-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img {
  position: relative;
}
.rs-project.style6 .project-item .project-img .plus-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #ce1446;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img .plus-icon i {
  font-size: 14px;
  color: #fff;
}
.rs-project.style6 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style6 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style6 .project-item .project-content .category {
  display: block;
}
.rs-project.style6 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style6 .project-item:hover .project-img .plus-icon {
  opacity: 1;
  visibility: visible;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon {
  background: #F9780F;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon i {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.rs-project.style6.modify1 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify1 .project-item .project-content .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 5px;
  text-decoration: underline;
}
.rs-project.style6.modify1 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style6.modify1 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon {
  background: #1273eb;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon i {
  font-size: 24px;
  line-height: 50px;
  font-weight: 300;
  color: #ffffff;
}
.rs-project.style6.modify2 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify2 .project-item .project-content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 0;
}
.rs-project.style6.modify2 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style6.modify2 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style6.modify3 .project-item {
  overflow: hidden;
  border-radius: 5px;
}
.rs-project.style6.modify3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.style6.modify3 .project-item .project-img a img {
  transition: all .8s ease;
  transform: scale(1);
}
.rs-project.style6.modify3 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.modify3 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6.modify3 .project-item .project-content .title a {
  color: #191821;
}
.rs-project.style6.modify3 .project-item .project-content .title a:hover {
  color: #787CF2;
}
.rs-project.style6.modify3 .project-item .project-content .category {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.rs-project.style6.modify3 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style6.modify3 .project-item:hover .project-img a img {
  transform: scale(1.1);
  border-radius: 5px;
}
.rs-project.style6.home14-style .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6.home14-style .project-item .project-content .title {
  font-size: 22px;
  font-weight: 700;
}
.rs-project.style6.home14-style .project-item .project-content .title a:hover {
  color: #4448ff;
}
.rs-project.style6.home14-style .project-item .project-content .category {
  font-size: 15px;
}
.rs-project.style6.home14-style .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style7 .owl-stage-outer {
  padding-bottom: 90px;
}
.rs-project.style7 .project-item {
  position: relative;
  overflow: visible;
}
.rs-project.style7 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style7 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
}
.rs-project.style7 .project-item .project-content {
  background: #fff;
  box-shadow: 0 6px 25px #eee;
  position: absolute;
  bottom: -60px;
  left: 35px;
  right: 35px;
  padding: 34px 0;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
}
.rs-project.style7 .project-item .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rs-project.style7 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style7 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style7 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}
.rs-project.style7 .project-item .project-content .category a {
  color: #ce1446;
}
.rs-project.style7 .project-item:hover .project-img img {
  transform: scale(1.3);
}
.rs-project.style7 .project-item:hover .project-content {
  bottom: -50px;
}
.rs-project.style8 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-project.style8 .project-item:before {
  content: "";
  width: 0;
  height: 3px;
  background: #ce1446;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.rs-project.style8 .project-item .project-content {
  position: static;
  opacity: 1;
  visibility: visible;
  text-align: center;
  padding: 0;
  width: 100%;
  border-top: 0;
  z-index: 11;
  transition: 0.6s;
  height: 100%;
  left: 0;
  bottom: -100px;
}
.rs-project.style8 .project-item .project-content .portfolio-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
  z-index: 9;
  bottom: 33px;
  padding: 0 20px;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .title a:hover {
  color: #0A0A0A;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .category a {
  color: #ffffff;
}
.rs-project.style8 .project-item .project-content .portfolio-inner .category a:hover {
  color: #0A0A0A;
}
.rs-project.style8 .project-item .project-content .p-icon a i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ce1446;
  line-height: 50px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  bottom: -50px;
}
.rs-project.style8 .project-item .project-content .p-icon a i:before {
  font-size: 22px;
}
.rs-project.style8 .project-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000AD;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.rs-project.style8 .project-item:hover:before {
  width: 100%;
}
.rs-project.style8 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style8 .project-item:hover .project-content .portfolio-inner {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.rs-project.style8 .project-item:hover .project-content .p-icon a i {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.rs-project.style8 .project-item:hover .project-content .p-icon a i:before {
  font-size: 22px;
}
.rs-project.style9 .project-item {
  position: relative;
  overflow: visible;
}
.rs-project.style9 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style9 .project-item .project-img img {
  transform: scale(1);
  opacity: 0.20;
  width: 100%;
  transition: 1.3s all ease;
}
.rs-project.style9 .project-item .project-content {
  background: #fff;
  box-shadow: 0 6px 25px #eee;
  bottom: -200px;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  max-width: 350px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
  width: 100%;
}
.rs-project.style9 .project-item .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rs-project.style9 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style9 .project-item .project-content .title a:hover {
  color: #ce1446;
}
.rs-project.style9 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}
.rs-project.style9 .project-item .project-content .category a {
  color: #ce1446;
}
.rs-project.style9 .center .project-item .project-img img,
.rs-project.style9 .project-item:hover .project-img img {
  transform: scale(1);
  opacity: 1;
}
.rs-project.style9 .center .project-item .project-content,
.rs-project.style9 .project-item:hover .project-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap {
  position: relative;
  overflow: hidden;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-img {
  position: relative;
  overflow: hidden;
  transition: 1.3s all ease;
  z-index: 1;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-img a img {
  transform: scale(1);
  transition: 1.3s all ease;
  border-radius: 0;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content {
  position: absolute;
  padding: 30px 20px 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  text-align: left;
  width: 86%;
  border-top: 0;
  z-index: 11;
  transition: .6s;
  background: #fff;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .category {
  margin: 0;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .category a {
  color: #454545;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .title a {
  color: #0a0a0a;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .title a:hover {
  color: #ce1446;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .icon-plus {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ed4e31;
  z-index: 5;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap .portfolio-content .icon-plus i:before {
  font-size: 16px;
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap:hover .portfolio-img a img {
  transform: scale(1.2);
}
.rs-portfolio.style4 .portfolio-filter .portfolio-wrap:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-img a img {
  transform: unset;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-content .category {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-content .category a {
  color: #454545;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-content .title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-content .title a {
  color: #0a0a0a;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap .portfolio-content .title a:hover {
  color: #ce1446;
}
.rs-portfolio.style4.home-style15 .portfolio-filter .portfolio-wrap:hover .portfolio-img a img {
  transform: unset;
}
.rs-portfolio.style5 .porfolio-sidebar li {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.rs-portfolio.style5 .porfolio-sidebar li .user {
  width: 55%;
  font-weight: 700;
  float: left;
  color: #0a0a0a;
  font-size: 16px;
}
.rs-portfolio.style5 .porfolio-social li {
  display: inline-block;
  margin-right: 20px;
}
.rs-portfolio.style5 .porfolio-social li a {
  font-size: 20px;
  line-height: 20px;
  color: #0a0a0a;
}
.rs-portfolio.style5 .porfolio-social li a:hover {
  color: #ce1446;
}
.rs-portfolio.style5 .porfolio-social li:last-child {
  margin-right: 0;
}
.rs-case-study.primary-background {
  background: linear-gradient(90deg, #03228f 40%, #0e73e4 90%);
}
/*------------------------------------
    24. Blog Section CSS
------------------------------------*/
.rs-blog .blog-item {
  position: relative;
  transition: all 500ms ease;
  margin-top: 15px;
  padding: 5px;
}
.rs-blog .blog-item .image-wrap {
  position: relative;
}
.rs-blog .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog .blog-item .blog-content {
  padding: 35px 24px 38px 42px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.rs-blog .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}
.rs-blog .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #454545;
  position: relative;
  padding-right: 4px;
}
.rs-blog .blog-item .blog-content .blog-title {
  font-size: 20px;
  margin-bottom: 27px;
  line-height: 1.4;
  font-weight: 600;
}
.rs-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog .blog-item .blog-content .blog-title a:hover {
  color: #ce1446;
}
.rs-blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
}
.rs-blog .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog .blog-item:hover .image-wrap a img {
  filter: grayscale(1);
}
.rs-blog .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.rs-home3 .blog-item .blog-content {
  background-color: #000000;
  box-shadow: unset;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-meta .date {
  color: #ffffff;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-meta .date:after {
  background: #ffffff;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-meta .admin a {
  color: #ffffff;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-title a {
  color: #ffffff;
}
.rs-blog.rs-home3 .blog-item .blog-content .blog-title a:hover {
  color: #ce1446;
}
.rs-blog.rs-home3 .blog-item .blog-content .desc {
  color: #ffffff;
}
.rs-blog.trasparent-blog .blog-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.rs-blog.trasparent-blog .blog-item .image-wrap {
  position: relative;
}
.rs-blog.trasparent-blog .blog-item .image-wrap img {
  transition: all 0.8s ease 0s;
}
.rs-blog.trasparent-blog .blog-item .image-wrap:before {
  opacity: .65;
  background: #000;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.rs-blog.trasparent-blog .blog-item .blog-content {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-name {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-name a {
  color: #fff;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-btn {
  margin: -50px 0 0;
  opacity: 0;
  transition: 0.4s;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-btn a {
  display: inline-block;
  font-weight: 600;
  border-style: solid;
  font-size: 15px;
  border-width: 2px 2px 2px 2px;
  color: #FFFFFF;
  background: transparent;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-btn a i {
  margin-left: 8px;
  position: relative;
  transition: 0.4s;
  left: 0;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-btn a:hover {
  background: #ce1446;
  border-color: #ce1446;
}
.rs-blog.trasparent-blog .blog-item .blog-content .blog-btn a:hover i {
  left: 5px;
}
.rs-blog.trasparent-blog .blog-item .blog-content .category a {
  color: #CCCCCC;
  text-transform: capitalize;
  margin-right: 5px;
  position: relative;
  padding-bottom: 12px;
  font-size: 14px;
  margin: 0;
  display: block;
}
.rs-blog.trasparent-blog .blog-item:hover {
  transform: translateY(0px);
}
.rs-blog.trasparent-blog .blog-item:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.rs-blog.trasparent-blog .blog-item:hover .image-wrap:before {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ce1446);
  opacity: .85;
}
.rs-blog.trasparent-blog .blog-item:hover .blog-content .blog-btn {
  margin: 32px 0 12px;
  opacity: 1;
}
.rs-blog .blog-red-gradient .blog-item {
  margin-top: unset;
}
.rs-blog .blog-red-gradient .readon {
  background-color: #E01010;
}
.rs-blog .blog-red-gradient .readon:hover {
  background-color: #FB2020;
}
.rs-blog .blog-red-gradient .owl-dots .owl-dot {
  background-color: #E01010;
}
.rs-blog .blog-left-title-bar {
  padding: 70px 40px 80px 40px;
  background: #000;
}
.rs-blog2 .blog-item {
  position: relative;
  transition: all 500ms ease;
  padding: 55px 40px 55px 40px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog2 .blog-item .blog-content .blog-meta {
  margin-bottom: 35px;
  display: flex;
}
.rs-blog2 .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.rs-blog2 .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}
.rs-blog2 .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #454545;
  position: relative;
  padding-right: 4px;
}
.rs-blog2 .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 42px;
  line-height: 1.4;
}
.rs-blog2 .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog2 .blog-item .blog-content .blog-title a:hover {
  color: #ce1446;
}
.rs-blog2 .blog-item .blog-content .read-more {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #34333A;
}
.rs-blog2 .blog-item .blog-content .read-more:before {
  content: "\f110";
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  font-family: Flaticon;
  top: -10px;
  right: -50px;
  transition: all ease .4s;
  border-color: #E1E1E1;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
.rs-blog2 .blog-item .blog-content .read-more:hover:before {
  background: #fff;
  color: #4448ff;
}
.rs-blog2 .blog-item:hover {
  transform: translateY(-10px);
  background: #4448ff;
}
.rs-blog2 .blog-item:hover .blog-content .blog-meta .admin a,
.rs-blog2 .blog-item:hover .blog-content .blog-title a,
.rs-blog2 .blog-item:hover .blog-content .read-more,
.rs-blog2 .blog-item:hover .blog-content .blog-meta .date {
  color: #fff;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  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;
  z-index: 11;
  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: #CE1446;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #CE1446;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #101010;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #ce1446;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 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: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #ce1446;
  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: 0;
  margin-right: 0;
  line-height: normal;
  color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #ce1446;
  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: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #ce1446;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #ce1446;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.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;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #ce1446;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #ce1446;
}
.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}
.rs-inner-blog .widget-area .follow-us {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .follow-us .social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.rs-inner-blog .widget-area .follow-us .social-icon li a i {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}
.rs-inner-blog .widget-area .follow-us .social-icon li a i:hover {
  color: #ce1446;
}
.rs-inner-blog .widget-area .follow-us .social-icon li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #FD6509;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #FD6509;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #ce1446;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #FD6509;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  opacity: 1;
}
/*------------------------------------
    25. Partner Section CSS
------------------------------------*/
.rs-patter-section .logo-img {
  text-align: center;
}
.rs-patter-section .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.rs-patter-section .logo-img a .hovers-logos {
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  filter: grayscale(100%);
}
.rs-patter-section .logo-img a .mains-logos {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  display: block;
}
.rs-patter-section .logo-img a:hover .hovers-logos {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  opacity: 3;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-patter-section .logo-img a:hover .mains-logos {
  display: block;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  filter: grayscale(100%);
}
.rs-partner.main-home .grid-figure {
  padding: 70px 90px 70px 90px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.rs-partner.main-home .grid-figure .log-img {
  overflow: hidden;
}
.rs-partner.main-home .grid-figure:hover .log-img a img {
  opacity: 0.6;
  filter: blur(0.2px);
  transition-duration: 0.2s;
}
.rs-partner.main-home .grid-figure.border-no {
  border-right: none !important;
}
.rs-partner.main-home .grid-figure.bottom-noborder {
  border-bottom: none !important;
}
.rs-personal .img-info {
  background: url(assets/images/personal/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.rs-personal .professional-skills {
  padding: 155px 160px 140px 100px;
}
/* ------------------------------------
    26. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.main-home .testi-item .item-content .icon-img img {
  width: 76px;
  margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .item-content .desc {
  font-size: 35px;
  line-height: 1.6;
  font-style: oblique;
  color: #ffffff;
  text-align: center;
  padding: 45px 50px 0 50px;
}
.rs-testimonial.main-home .testi-item .testi-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 0 40px;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 50px 50px 50px 50px;
  margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  display: block;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
  color: #ffffff;
}
.rs-testimonial.main-home .owl-dots {
  text-align: center;
  margin-top: 70px;
}
.rs-testimonial.main-home .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #CE1446;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
  width: 40px;
  background: #CE1446;
  opacity: 1;
}
.rs-testimonial.main-home .owl-stage-outer {
  padding: 45px 0;
  margin: -45px 0;
}
.rs-testimonial.main-home.modify1 .testi-item .item-content .icon-img img {
  margin: 0 0 35px;
}
.rs-testimonial.main-home.modify1 .testi-item .item-content .desc {
  font-size: 22px;
  font-style: oblique;
  text-align: left;
  padding: 0 56px 0 0;
}
.rs-testimonial.main-home.modify1 .testi-item .testi-content {
  justify-content: unset;
  padding: 35px 0 0 0;
}
.rs-testimonial.main-home.modify1 .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
}
.rs-testimonial.main-home.modify1 .owl-dots {
  text-align: left;
  margin-top: 70px;
}
.rs-testimonial.modify2 .testi-item .item-content .desc {
  color: #0a0a0a;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  margin-bottom: 5px;
}
.rs-testimonial.modify2 .testi-item .testi-content {
  display: block;
  text-align: center;
  padding: 35px 0 0;
}
.rs-testimonial.modify2 .testi-item .testi-content .image-wrap {
  position: relative;
  display: inline-block;
}
.rs-testimonial.modify2 .testi-item .testi-content .image-wrap:after,
.rs-testimonial.modify2 .testi-item .testi-content .image-wrap:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: #ce1446;
}
.rs-testimonial.modify2 .testi-item .testi-content .image-wrap:before {
  left: auto;
  right: -80px;
}
.rs-testimonial.modify2 .testi-item .testi-content .testi-information .testi-name,
.rs-testimonial.modify2 .testi-item .testi-content .testi-information .testi-title {
  color: #0a0a0a;
}
.rs-testimonial.modify2 .testi-item .testi-content .testi-information .testi-name {
  font-size: 22px;
  font-weight: 700;
  padding-top: 18px;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .item-content .icon-img img {
  margin: 0 0 35px;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .item-content .desc {
  color: #0a0a0a;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .item-content .desc {
  font-size: 23px;
  font-style: normal;
  text-align: left;
  padding: 0;
  font-weight: 500;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .testi-content {
  justify-content: unset;
  padding: 35px 0 0 0;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .testi-content .testi-information .testi-name,
.rs-testimonial.rs-tesitmonal-style2 .testi-item .testi-content .testi-information .testi-title {
  color: #0a0a0a;
}
.rs-testimonial.rs-tesitmonal-style2 .testi-item .testi-content .image-wrap img {
  width: 100px;
  height: 100px;
}
.rs-testimonial.rs-tesitmonal-style2 .owl-dots {
  text-align: left;
  margin-top: 40px;
}
.rs-testimonial.rs-tesitmonal-style3 .owl-stage-outer:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  height: 100%;
  background: #ffcc00;
  z-index: -1;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item {
  margin: 40px 40px 40px 0px;
  padding: 50px 40px 50px 40px;
  background-color: #F9F9F9;
  border-radius: 2px 2px 2px 2px;
  position: relative;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .item-content .desc {
  font-size: 20px;
  font-style: normal;
  text-align: left;
  padding: 0;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .item-content .testi-name {
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 600;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .testi-content {
  justify-content: unset;
  padding: 35px 0 0 0;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .testi-content .image-wrap {
  margin-bottom: 30px;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .testi-content .image-wrap img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.rs-testimonial.rs-tesitmonal-style3 .testi-item .fa-quote-right {
  position: absolute;
  right: 45px;
  top: 65px;
  font-size: 55px;
  color: #ffcc00;
  opacity: 0.3;
}
.rs-testimonial.rs-tesitmonal-style3 .owl-dots {
  text-align: left;
  margin-top: 40px;
}
.rs-testimonial.rs-tesitmonal-style3 .owl-nav .owl-prev,
.rs-testimonial.rs-tesitmonal-style3 .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  background: #F9F9F9;
  position: absolute;
  left: -86%;
  bottom: 70px;
}
.rs-testimonial.rs-tesitmonal-style3 .owl-nav .owl-next {
  left: -75.5%;
}
.rs-testimonial.rs-tesitmonal-style4 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item {
  display: flex;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px #eee;
  padding: 50px 40px 35px 35px;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content {
  display: block;
  flex: 0 0 30%;
  max-width: 30%;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content .images-wrap img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #191821;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content .testi-information .testi-title {
  color: #404A50;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content .testi-information .ratings {
  margin-top: 10px;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .testi-content .testi-information .ratings img {
  width: 100px;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .item-content {
  position: relative;
  z-index: 11;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .item-content span i {
  top: -9px;
  position: absolute;
  left: 0%;
  color: #EFF3FF;
  font-size: 36px;
  z-index: -11;
}
.rs-testimonial.rs-tesitmonal-style4 .testi-item .item-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #454545;
  margin: 0;
}
/*----------------------------------------
    27. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}
.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
  position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: #ce1446;
  border: none ;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #ce1446;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #0a0a0a;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #ce1446;
}
.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #ce1446;
  font-weight: 600;
  margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
/*----------------------------------------
    28. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
  width: 100%;
}
.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
  color: #ce1446;
  font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}
.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
  color: #454545;
}
.rs-single-shop .single-price-info p.category a:hover {
  color: #ce1446;
}
.rs-single-shop .single-price-info .tag {
  margin: 0;
}
.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-shop .tab-area {
  margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 3px;
}
.rs-single-shop .tab-area ul.nav-tabs li a {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  background: #f0f0f0;
  color: #0a0a0a;
  font-weight: 600;
}
.rs-single-shop .tab-area ul.nav-tabs li a:hover,
.rs-single-shop .tab-area ul.nav-tabs li a.active {
  background: #ce1446;
  color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #ce1446;
  font-weight: normal;
}
/*----------------------------------------
    29. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #0a0a0a;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #454545;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #ce1446;
}
.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}
.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #454545;
  text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}
/*-----------------------------------------------
    30. Woocommerce Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 13.3%;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  transition: all .2s ease 0s;
  box-shadow: 0 0 15px #eee;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
}
.woocommerce-mini-cart .cart-bottom-part {
  padding: 25px 10px 0;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 50px;
  color: #0a0a0a;
  font-family: Nunito;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title:before {
  position: absolute;
  content: "\f124";
  color: #161616;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  font-style: normal;
}
.mini-cart-active {
  cursor: pointer;
}
.mini-cart-active:hover .woocommerce-mini-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*----------------------------------------
    31. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #ce1446;
  border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #ce1446;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #ce1446;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
  margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/*----------------------------------------
    32. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
}
.rs-my-account .rs-login {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.rs-my-account .rs-login .form-group label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #454545;
}
.rs-my-account .rs-login .form-group label span {
  color: #ce1446;
}
.rs-my-account .rs-login .form-group input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
.rs-my-account .rs-login .last-password a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ce1446;
}
.rs-my-account .rs-login p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
}
.rs-my-account .rs-login p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ce1446;
}
/* ------------------------------------
    33. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-wrap .from-control {
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  color: #454545;
  border: none;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.main-home .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.main-home .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.main-home .contact-part {
  padding: 70px;
}
.rs-contact.style2 .contact-wrap .from-control {
  padding: 14px 15px 14px 15px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #121212DE;
  background-color: #121212DE;
  width: 100%;
}
.rs-contact.style2 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.6;
}
.rs-contact.style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.6;
}
.rs-contact.style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.6;
}
.rs-contact.style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.6;
}
.rs-contact.style2.home5-style .from-control {
  font-size: 16px;
}
.rs-contact.style2.home5-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.rs-contact.style2.home5-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.style2.home5-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.style2.home5-style :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rs-contact.style2.home4-style .contact-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.rs-contact.style2.home4-style .contact-wrap .from-control {
  font-size: 16px;
  border-color: #0C0B0B;
  background-color: #0C0B0B;
}
.rs-contact.style2.home6-style .contact-wrap {
  max-width: 930px;
  margin: 0 auto;
}
.rs-contact.style2.home6-style .contact-wrap .from-control {
  font-size: 16px;
  border-color: #fff;
  background-color: #fff;
}
.rs-contact.style2.home6-style .contact-wrap .submit {
  background: transparent;
  background-image: linear-gradient(180deg, #f02653 0%, #e21218 100%);
}
.rs-contact.style2.home6-style .contact-wrap .submit:hover {
  background-image: linear-gradient(180deg, #e21218 0%, #f02653 100%);
}
.rs-contact.style2.home6-style .from-control {
  font-size: 16px;
  color: #454545;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rs-contact.style2.home6-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  opacity: 1;
}
.rs-contact.style2.home6-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.rs-contact.style2.home6-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  opacity: 1;
}
.rs-contact.style2.home6-style :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  opacity: 1;
}
.rs-contact.style2.home5-style .contact-wrap {
  max-width: 835px;
  margin: 0 auto;
}
.rs-contact.style2.home5-style .contact-wrap .from-control {
  font-size: 16px;
  border-color: #010921;
  background-color: #010921;
}
.rs-contact.style3 .contact-widget {
  display: flex;
}
.rs-contact.style3 .contact-widget .icon-part img {
  max-width: unset;
  width: 65px;
  height: 65px;
}
.rs-contact.style3 .contact-widget .content-wrap {
  padding-left: 20px;
}
.rs-contact.style3 .contact-widget .content-wrap .sub-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin: -6px 0px 0px 0px;
  display: block;
}
.rs-contact.style3 .contact-widget .content-wrap .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin: 2px 0px 0px 0px;
}
.rs-contact.style3 .contact-widget .content-wrap .title a {
  color: #0a0a0a;
}
.rs-contact.style3 .contact-widget .content-wrap .title a:hover {
  color: #ce1446;
}
.rs-contact.style3 .contact-item {
  padding: 30px 48px 30px 30px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  margin: 0 -10px 0 0;
}
.rs-contact.style3 .contact-item .contact-part {
  transition: all 500ms ease;
}
.rs-contact.style3 .contact-item .contact-part .contact-icon {
  margin-bottom: 30px;
}
.rs-contact.style3 .contact-item .contact-part .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-contact.style3 .contact-item .contact-part .content-text .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.rs-contact.style3 .contact-item .contact-part .content-text .title a {
  font-weight: 700;
  color: #0a0a0a;
}
.rs-contact.style3 .contact-item .contact-part .content-text .title a:hover {
  color: #ce1446;
}
.rs-contact.style3 .contact-item .contact-part .content-text .services-txt {
  margin: 0;
  font-weight: 500;
}
.rs-contact.style3 .contact-item .contact-part .content-text a {
  font-weight: 500;
  color: #454545;
}
.rs-contact.style3 .contact-item .contact-part .content-text a:hover {
  color: #ce1446;
}
.rs-contact.style3 .contact-item .contact-part:hover {
  transform: translateY(-10px);
}
.rs-contact.style3 .contact-map {
  overflow: hidden;
}
.rs-contact.style3 .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}
.rs-contact.style4 .dark-contact {
  background-color: #FAF3F3;
  padding: 60px;
}
.rs-contact.style4 .dark-contact .from-control {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  padding: 15px 15px 15px 15px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
}
.rs-contact.style4 .dark-contact textarea {
  height: 120px;
}
.rs-contact.style4 .dark-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.style4 .dark-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.style4 .dark-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.style4 .dark-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.3;
}
.rs-contact.style4 .contact-address {
  background: url(assets/images/bg/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px 60px 55px 60px;
}
.rs-contact.style4 .contact-address .address-item {
  display: flex;
  align-items: center;
}
.rs-contact.style4 .contact-address .address-item .address-icon i:before {
  font-size: 45px;
  color: #ce1446;
}
.rs-contact.style4 .contact-address .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 25px;
  font-size: 15px;
  color: #ffffff;
}
.rs-contact.style4 .contact-address .address-item .address-text a {
  font-size: 15px;
  color: #ffffff;
}
.rs-contact.style4 .contact-address .address-item .address-text a:hover {
  color: #ce1446;
}
.rs-contact.style4 .contact-map {
  overflow: hidden;
}
.rs-contact.style4 .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}
.rs-contact .rs-animations {
  position: relative;
}
.rs-contact .rs-animations .ball {
  position: absolute;
  left: 50%;
  top: 8%;
}
/*------------------------------------
    34. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: #121212;
  background-size: cover;
}
.rs-footer.style1 .footer-top {
  padding: 92px 0 65px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  height: 25px;
}
.rs-footer.style1 .footer-top .widget-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.rs-footer.style1 .footer-top .widget-title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #CE1446;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.rs-footer.style1 .footer-top .widget-title:after {
  content: "";
  width: 60px;
  height: 4px;
  background: #CE1446;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 20px;
  margin-left: 0;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.rs-footer.style1 .footer-top .widget-title:hover:before {
  width: 65px;
  left: 0;
  background: #ce1446;
}
.rs-footer.style1 .footer-top .widget-title:hover:after {
  width: 12px;
  left: 72px;
  background: #CE1446;
}
.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 12px;
}
.rs-footer.style1 .footer-top .site-map li a {
  font-size: 16px;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #ce1446;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #ffffff;
  background: #ce1446;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #ce1446;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #ce1446;
  position: absolute;
  left: 0px;
}
.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style1 .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top p input[type=email] {
  border: none;
  width: 92%;
  font-size: 13px;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
  border: none;
  padding: 17px 30px;
  font-size: 14px;
  background: #CE1446;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0;
  background: #000000;
}
.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
}
.rs-footer.style1 .footer-bottom .copyright p a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copyright p a:hover {
  color: #ce1446;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #ce1446;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #ce1446;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1.home7-style .footer-top .widget-title:before {
  background: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .widget-title:after {
  background: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .widget-title:hover:before {
  background: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .widget-title:hover:after {
  background: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .site-map li a:hover {
  color: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .footer-social li a i:hover {
  background: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1.home7-style .footer-top .address-widget li .desc a:hover {
  color: #4448ff;
}
.rs-footer.style1.home7-style .footer-top .address-widget li i {
  color: #4448ff;
}
.rs-footer.style1.home7-style .footer-top p input[type="submit"] {
  background: #4448ff;
  padding: 17px 30px;
}
.rs-footer.style1.home7-style .footer-top p input[type="submit"]:hover {
  background: #0a3ad8;
}
.rs-footer.style1.home7-style .footer-bottom .copyright p a:hover {
  color: #4448ff;
}
.rs-footer.style1.home7-style .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1.home7-style .footer-bottom .copy-right-menu li a:hover {
  color: #4448ff;
}
.rs-footer.style1.home7-style .footer-bottom .copy-right-menu li:before {
  background: #4448ff;
}
/*.rs-footer.yellow-color-style {*/
/*  padding-top: 95px;*/
/*}*/
.rs-footer.yellow-color-style .footer-top .widget-title:before,
.rs-footer.yellow-color-style .footer-top .widget-title:after,
.rs-footer.yellow-color-style .footer-top p input[type="submit"],
.rs-footer.yellow-color-style .footer-top .footer-social li a i:hover,
.rs-footer.yellow-color-style .footer-bottom .copy-right-menu li:before {
  background: #ffcc00;
}
.rs-footer.yellow-color-style .footer-top .address-widget li .desc a:hover,
.rs-footer.yellow-color-style .footer-bottom .copyright p a:hover,
.rs-footer.yellow-color-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.yellow-color-style .footer-top .address-widget li i {
  color: #ffcc00;
}
/* -----------------------
    35. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 100px;
  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: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #ce1446;
  margin-left: 2px;
  background-image: linear-gradient(90deg, #ce1446 10%, #ce1446 100%);
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.oranage i {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
#scrollUp.blue-color i {
  background: #0a3ad8;
  box-shadow: unset;
}
.text-center .banner-border-line {
  margin: 0 auto 26px;
}
.orange-color .readon.started.read {
  color: #0a0a0a;
}
.orange-color .rs-contact.style2.home6-style .contact-wrap .submit {
  background-image: linear-gradient(180deg, #ffcc00 0%, #cea609 100%);
}
.orange-color #scrollUp i,
.orange-color .readon.started.read,
.orange-color .color-style2 .heading-border-line:before,
.orange-color .color-style2 .heading-border-line:after,
.orange-color .color-style2 .heading-border-line:before,
.orange-color .color-style2 .heading-border-line::before,
.orange-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #ffcc00;
}
.orange-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.orange-color .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.orange-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  color: #ffcc00;
}
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li > a:hover:before,
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li > a:before {
  color: #fff !important;
}
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title,
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.orange-color .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #BBBBBB !important;
  opacity: 0.8;
}
.home-blue-color .readon.started.submit,
.home-blue-color .rs-testimonial.main-home .owl-dots .owl-dot:hover,
.home-blue-color .rs-testimonial.main-home .owl-dots .owl-dot.active,
.home-blue-color .rs-carousel .owl-dots .owl-dot {
  background: #4448ff;
}
.home-blue-color .rs-contact.main-home .contact-wrap .from-control {
  background-color: #EFF3FF;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
    36. Preloader
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #f00c46;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}
@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);
  }
}
/* ------------------------------------
    37. Animation Part
---------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
