@font-face {
  font-family: TSSafaaLight;
  src: url("assets/fonts/TSSafaa-Light.otf") format("opentype");
}

@font-face {
  font-family: TSSafaaBold;
  src: url("assets/fonts/TSSafaa-m.otf") format("opentype");
}

@charset "utf-8";

/* TABLE OF CONTENT
---------------------------------------------------------
01. General CSS
02. Global Class CSS
03. Header Section CSS
04. Sticky Menu CSS
05. Slider Section CSS
06. Banner Section CSS
07. Breadcrumbs Section CSS
08. About Section CSS
09. Services Section CSS
10. Video Section CSS
11. Why Choose Us Section CSS
12. Featured Section CSS
13. Counter Section CSS
14. Latest Work Section CSS
15. Collaboration Section CSS
16. Faq Section CSS
17. Portfolio Section CSS
18. Casestudies Section CSS
19. Free Quote Section CSS
20. Skillbar Section CSS
21. Testimonial Section CSS
22. Partner Section CSS
23. Team Section CSS
24. Free Consultation Section CSS
25. Decoration Section CSS
26. Pricing Section CSS
27. Latest Project Section CSS
28. Our specialty Section CSS
29. CTA Section CSS
30. Questions Section CSS
31. Free Quote Section CSS
32. Contact Section CSS
33. Blog Section CSS
34. Shop Section CSS
35. Car Section CSS
36. Checkout Section CSS
37. My account Section CSS
38. Footer CSS
39. Error 404 CSS 
40. Scroll Up CSS
41. Header Cart Modal Css
42. Preloader Css
43. Responsive Menu Colors

--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #363636;
  font-family: 'TSSafaaLight', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TSSafaaBold', sans-serif;
  color: #1c1b1b;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  color: #0a0a0a;
  font-size: 54px;
  line-height: 64px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 28px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
a {
  color: #4a1388;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #4a1388;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #4a1388;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #4a1388;
  text-shadow: none;
  color: #ffffff;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background: #4a1388;
}
.secondary-bg {
  background: #228bfd;
}
.title-bg {
  background: #1c1b1b;
}
.gray-bg {
  background: #fbfbfb;
}
.gray-bg2 {
  background: #fbfbfb;
}
.gray-bg3 {
  background: #fafafa;
}
.gray-bg4 {
  background: #f8f8f8;
}
.gray-bg5 {
  background: #f9f9f9;
}
.gray-bg6 {
  background: #f7f7f7;
}
.gray-bg7 {
  background: #f2e1e1;
}
.blue-bg {
  background: #1c3988;
}
.blue-color {
  color: #1c3988;
}
.red-color {
  color: #4a1388;
}
.red-bg {
  background: #4a1388;
}
.red-bg2 {
  background: #d83030;
}
.red-color2 {
  color: #4a1388;
}
.green-bg {
  background: #f7921e;
}
.green-color {
  color: #f7921e;
}
.law-color {
  color: #b1976b;
}
.law-bg {
  background: #b1976b;
}
.navy-color {
  color: #282e3f;
}
.navy-bg {
  background: #282e3f;
}
.blue-light {
  background-image: linear-gradient(160deg, #0052f5 0%, #4899f9 100%);
}
.transparent-bg {
  background: transparent;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pt-220 {
  padding-top: 220px;
}
.md-pt-186 {
  padding-top: 186px !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}   

.bg15 {
  /*background-image: url(assets/images/about/page/bg15.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*.bg23 {
   background-image: url(assets/images/banner/bg23.jpg) 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}  */
.rs-appscreen {
  position: relative;
  z-index: 111;
}
.rs-appscreen .rs-animations .animate {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.rs-appscreen .rs-animations .animate.big {
  left: -6%;
  top: 23%;
}
.rs-appscreen .rs-animations .animate.small {
  right: 10%;
}
.bg-unset {
  background: unset !important;
}
.button-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 17px 32px 17px 32px;
  border-radius: 5px;
  transition: all .3s;
  display: inline-block;
}
.button-text i {
  color: #ffffff;
  margin-right: 11px;
}
.button-text:hover {
  background-color: #1C3988;
  border-color: #1C3988;
}
.button-text:hover .sub-text {
  color: #ffffff;
}
.rs-menu-toggle {
  color: #4a1388;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
/* ------------------------------------
    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;
}
.readon {
  outline: none;
  padding: 15px 29px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'TSSafaaBold', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #4a1388;
  transition: all 0.3s ease;
}
.readon.banner-style {
  background: #ffffff;
  color: #228bfd;
}
.readon.banner-style:hover {
  background: #f1f6fc;
  color: #228bfd;
}
.readon.modify {
  padding: 13px 32px;
}
.readon.white-btn {
  background: #ffffff;
  color: #4a1388;
  font-weight: 400;
  padding: 14px 35px;
}
.readon.white-btn:hover {
  color: #ffffff;
  background: #4a1388;
}
.readon.green-btn {
  background: #f7921e;
  color: #ffffff;
  padding: 11.5px 25px;
  font-weight: 600;
  border: 2px solid #f7921e;
}
.readon.green-btn:hover {
  color: #ffffff;
  background: transparent;
}
.readon.blue-btn {
  background: #1c3988;
  font-weight: 600;
  color: #ffffff;
  padding: 13.5px 27px;
}
.readon.blue-btn:hover {
  background: #20429d;
  color: #ffffff;
}
.readon.transparent {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 28px;
  border: 2px solid;
}
.readon.transparent.primary {
  color: #4a1388;
  border-color: #4a1388;
}
.readon.transparent.primary:hover {
  color: #ffffff;
  background: #4a1388;
}
.readon.transparent.white {
  color: #ffffff;
  border-color: #ffffff;
}
.readon.transparent.white:hover {
  border-color: #4a1388;
  background: #4a1388;
}
.readon:hover {
  background: #228bfd;
  color: #ffffff;
}  
.dual-btn {
  display: flex;
  justify-content: center;
}
.dual-btn .dual-btn-wrap {
  position: relative;
  text-align: center;
  font-weight: 400;
}
.dual-btn .dual-btn-wrap a {
  max-width: 100%;
  color: #fff;
  display: inline-block;
  background-color: #4a1388;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.dual-btn .dual-btn-wrap a.btn-left {
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dual-btn .dual-btn-wrap a.btn-right {
  border-radius: 0 4px 4px 0;
}
.dual-btn .dual-btn-wrap a:hover {
  background-color: #0e5ec9;
}
.dual-btn .dual-btn-wrap .connector {
  display: inline-block;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
}
.dual-btn.modify {
  justify-content: unset;
}
.dual-btn.modify .dual-btn-wrap a {
  text-transform: capitalize;
  font-size: 16px;
  box-shadow: none;
}
.dual-btn.modify .dual-btn-wrap a.btn-right {
  background: #132235;
}
.readon-arrow {
  color: #444;
  padding-right: 25px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: 'TSSafaaBold', sans-serif;
}
.readon-arrow:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
}
.readon-arrow:hover {
  color: #4a1388;
}
.readon-arrow:hover:after {
  right: -5px;
  color: #4a1388;
} 
.waving-line {
  padding-bottom: 29px;
  position: relative;
}
.waving-line:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 114px;
  height: 12px;
  animation: waving-line 12s linear infinite;
  -webkit-animation: waving-line 12s linear infinite;
  background: url(assets/images/waving-line.png);
}
.waving-line.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.waving-line.white:after {
  background: url(assets/images/waving-line-light.png);
}
.margin-remove {
  margin: 0 !important;
}
.bdru-40 {
  border-radius: 40px;
}
.bdru-4 {
  border-radius: 4px;
}
.bdru-5 {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07) !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-16 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.clearfix {
  clear: both;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid2 {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wrap-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #1c1b1b !important;
}
.title-color2 {
  color: #101010 !important;
}
.title-color3 {
  color: #05275a !important;
}
.secondary-color {
  color: #228bfd;
}
.primary-color {
  color: #4a1388 !important;
}
.gray-color {
  color: #999;
}
ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
  font-weight: 500;
  font-size: 16px;
}
ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f058";
  font-family: 'FontAwesome';
  color: #4a1388;
  font-size: 20px;
}
ul.listing-style li:last-child {
  margin: 0 !important;
}
ul.listing-style.regular li {
  font-weight: 400;
}
ul.listing-style.regular2 li {
  font-weight: 400;
  margin-bottom: 7px;
}
ul.listing-style.regular2 li:before {
  font-size: 24px;
  top: -2px;
}
ul.listing-style2 li {
  position: relative;
  padding-left: 30px;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 15px;
}
ul.listing-style2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #4a1388;
  font-size: 22px;
}
ul.listing-style2 li:last-child {
  margin-bottom: 0 !important;
}
ul.listing-style2.modify li {
  padding-left: 25px;
  margin-bottom: 8px;
}
ul.listing-style2.modify li:before {
  content: "\f105";
}
ul.page-nav-vertical li {
  margin-bottom: 13px;
}
ul.page-nav-vertical li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: #444;
  position: relative;
}
ul.page-nav-vertical li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
  transition: all .5s ease;
}
ul.page-nav-vertical li.active a {
  color: #ffffff;
  border-color: #4a1388;
  background: #4a1388;
}
ul.page-nav-vertical li.active a:before {
  color: #fff;
}
ul.page-nav-vertical li:hover a {
  color: #ffffff;
  border-color: #4a1388;
  background: #4a1388;
}
ul.page-nav-vertical li:hover a:before {
  color: #fff;
}
ul.page-nav-vertical li:last-child {
  margin: 0;
}  
.brochures {
  background: #f1f6fc;
  padding: 35px 30px 45px;
}
.sidebar-form {
  padding: 40px 30px;
  background: url(assets/images/bg/sidebar-form.jpg);
  background-repeat: no-repeat;
}
.sidebar-form input,
.sidebar-form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #ffffff;
  background: rgba(10, 56, 112, 0.25);
  font-size: 16px;
  padding: 10.5px 20px;
}
.sidebar-form textarea {
  display: inherit;
  height: 120px;
}
.sidebar-form button.readon {
  font-size: 14px;
  font-weight: 400;
  font-family: 'TSSafaaLight', sans-serif;
  color: #4a1388;
  background: #ffffff;
}
.sidebar-form button.readon:hover {
  background: #e6e6e6;
}
.sidebar-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.sidebar-form :-ms-input-placeholder {
  color: #ffffff;
}
.sidebar-form ::placeholder {
  color: #ffffff;
}
.sidebar-grid {
  padding: 40px 30px;
}
.sidebar-grid .sidebar-title .title {
  color: #1c1b1b;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.sidebar-grid .sidebar-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #4a1388;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.sidebar-grid.sidebar-search .search-bar {
  position: relative;
}
.sidebar-grid.sidebar-search .search-bar input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
}
.sidebar-grid.sidebar-search .search-bar button {
  outline: none;
  border: none;
  color: #1c1b1b;
  padding: 0 16px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: transparent;
}
.sidebar-grid.sidebar-search .search-bar button i:before {
  font-size: 18px;
  font-weight: 600;
}
.sidebar-grid.sidebar-search .search-bar button:hover {
  color: #4a1388;
}
.sidebar-grid.sidebar-popular-post .single-post {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-image {
  margin-right: 15px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-image img {
  max-width: 80px;
  border-radius: 3px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: #555;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li i {
  margin-right: 5px;
  color: #4a1388;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li:last-child {
  margin-right: 0;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0;
  line-height: 22px;
  font-family: 'TSSafaaLight', sans-serif;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 a {
  color: #1c1b1b;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 a:hover {
  color: #4a1388;
}
.sidebar-grid.sidebar-categories ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.sidebar-grid.sidebar-categories ul li a {
  color: #363636;
  transition: all 0.3s ease;
}
.sidebar-grid.sidebar-categories ul li a:hover {
  color: #4a1388;
}
.sidebar-grid.sidebar-categories ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b1b;
}
.sidebar-grid.sidebar-categories ul li:last-child {
  margin: 0;
}
.sidebar-grid.sidebar-price-filter .bottom-part {
  display: flex;
  align-self: center;
  justify-content: space-between;
  margin-top: 29px;
}
.sidebar-grid.sidebar-price-filter .bottom-part .filter-btn a {
  padding: 12px 32px;
  z-index: 1;
  position: relative;
  font-size: 12px;
  background: #4a1388;
  color: #ffffff;
  border-radius: 3px;
}
.sidebar-grid.sidebar-price-filter .bottom-part .rangevalue {
  font-size: 14px;
  padding-top: 3px;
}
.sidebar-grid.sidebar-tags .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  color: #444;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.sidebar-grid.sidebar-tags .tagcloud a:hover {
  background: #4a1388;
  color: #ffffff;
  border-color: #4a1388;
}
.pagenav-link ul {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}
.pagenav-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 10px 0;
  border-right: 1px solid #E6E6E6;
  color: #4a1388;
  font-size: 16px;
}
.pagenav-link ul li a {
  color: #363636;
}
.pagenav-link ul li a i:before {
  color: #363636;
  font-size: 13px;
  transition: all 0.3s ease;
}
.pagenav-link ul li a:hover {
  color: #4a1388;
}
.pagenav-link ul li a:hover i:before {
  color: #4a1388;
}
.pagenav-link ul li:last-child {
  border-right: none;
}
.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: #4a1388;
  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: "\f112";
  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: "\f113";
}
.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-style1.nav-mod .owl-nav {
  display: block;
}
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-next,
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-prev {
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
  left: 30px;
}
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1.nav-mod:hover .owl-nav .owl-next,
.rs-carousel.nav-style1.nav-mod:hover .owl-nav .owl-prev {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.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: #4a1388;
}
.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.dot-style1 .owl-dots {
  text-align: center;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px;
  background: #4a1388;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -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);
  opacity: .5;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
} 
body.home-nine h1,
body.home-nine h2,
body.home-nine h3,
body.home-nine h4,
body.home-nine h5,
body.home-nine h6 {
  color: #f7921e;
}
body.home-nine h2 {
  font-size: 16px;
  line-height: 28px;
}
body.home-nine .readon {
  background: #f7921e;
}
body.home-nine .readon:hover {
  background: #f7921e;
} 
body.home-nine #scrollUp i {
  background: #4a1388;
}
body.home-nine .rs-carousel.dot-style1 .owl-dots .owl-dot {
  background: #4a1388;
}
body.home-nine .rs-footer {
  /*background-image: url(assets/images/bg/footer-bg4.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;*/
  background: #fff;
}  
body.home-nine .rs-footer .footer-content .address-widget li i:before {
  color: #4a1388;
}
body.home-nine .rs-footer .footer-content .address-widget li .desc {
  color: #363636;
} 
body.home-nine .rs-footer .footer-content .address-widget li .desc a:hover {
  color: #4a1388;
} 
body.home-nine .rs-footer .footer-content .footer-post .post-wrap .post-desc a:hover {
  color: #4a1388;
} 
body.home-nine .rs-footer .footer-content .footer-post .post-wrap .date-post i {
  color: #4a1388;
} 
body.home-nine .rs-footer .footer-bottom .footer-social li a {
  background: #4a1388;
}   
.relative {
  position: relative;
}
.sec-title .sub-title {
  font-family: 'TSSafaaBold', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 24px;
}
.sec-title .sub-title.modify {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}
.sec-title .sub-title.primary {
  color: #4a1388;
}
.sec-title .sub-title.primary:after {
  background: #4a1388;
} 
.sec-title .sub-title.green {
  color: #4a1388;
  font-size: 24px;
}
.sec-title .sub-title.green:after {
  background: #f7921e;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.white:after {
  background: #ffffff;
}  
.sec-title .sub-title.right-line {
  padding-right: 65px;
  position: relative;
  display: inline-block;
}
.sec-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  z-index: 1;
  margin-left: 0;
  right: 0;
  top: 13px;
}
.sec-title .title2 {
  font-size: 48px;
  line-height: 60px;
}
.sec-title .title3 {
  line-height: 1.4em;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .desc2 {
  font-weight: 700;
  color: #585555;
}
.sec-title.style2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-title.style2 .title-part {
  padding-right: 50px;
  border-right: 2px solid #f7921e;
}
.sec-title.style2 .first-half {
  width: 100%;
  max-width: 46%;
  flex: 0 0 46%;
  padding-right: 50px;
  border-right: 2px solid #f7921e;
}
.sec-title.style2 .last-half {
  width: 100%;
  max-width: 54%;
  flex: 0 0 54%;
  padding-left: 50px;
}
.sec-title .bottom-wave {
  position: relative;
  padding-bottom: 38px;
}
.sec-title .bottom-wave:after {
  position: absolute;
  content: '';
  height: 23px;
  width: 118px;
  left: 0;
  bottom: 0;
  background: url(assets/images/underline-number2.png);
}
.sec-title.text-center .bottom-wave:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title.text-right .bottom-wave:after {
  left: unset;
  right: 0;
} 
.sec-title4 .icon-part {
  width: 70px;
  margin: 0 auto 40px;
}
.sec-title4 .sub-title {
  font-family: TSSafaaBold, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #090E40;
  display: block;
  margin-bottom: 0;
}
.sec-title4 .sub-title.new {
  color: #4a1388;
  font-family: TSSafaaBold, sans-serif;
  letter-spacing: 1px;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 40px;
  color: #0a0a0a;
  font-weight: 700;
  margin-bottom: 0;
}
.sec-title4 .title .first-title {
  display: block;
}
.sec-title4 .title .second-title {
  color: #090E40;
}
.sec-title4 .title.title2 {
  max-width: 500px;
  line-height: 48px;
  margin: 0 auto;
}
.sec-title4 .title.title3 {
  color: #1c1b1b;
  font-family: TSSafaaBold, sans-serif;
  max-width: 670px;
  margin: 0 auto;
}
.sec-title4 .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0;
}
.sec-title5 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: TSSafaaBold, sans-serif;
  text-transform: uppercase;
  color: #1C3988;
  display: block;
  margin: 0;
}
.sec-title5 .sub-title.new-title {
  color: #1273EB;
  font-family: TSSafaaBold, sans-serif;
  letter-spacing: 1px;
}
.sec-title5 .sub-title.sub-title2 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-family: "TSSafaaBold", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sec-title5 .title {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 700;
  color: #4a1388;
  margin: 0;
}
.sec-title5 .title.title2 {
  font-size: 36px;
  line-height: 47px;
  color: #1c1b1b;
}
.sec-title5 .desc {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  margin: 0;
}
.sec-title5 .description {
  max-width: 500px;
  margin: 0 auto;
}
.sec-title5 .description.onepage {
  max-width: 630px;
}
.sec-title5 .description.solutions {
  max-width: 540px;
}
.sec-title7 .title {
  font-size: 36px;
  line-height: 40px;
  color: #4a1388;
  font-family: TSSafaaBold, sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
.sec-title7 .title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: TSSafaaBold, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.sec-title7 .title2 {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px 0px 8px 0px;
}
.sec-title7 .sub-text {
  color: #ffffff;
  font-weight: 700;
}
.sec-title7 .sub-title {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #1273eb;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: TSSafaaBold, sans-serif;
  text-transform: uppercase;
  display: block;
}
.custom-for-sl .rs-carousel .owl-stage-outer .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}
input[type=range]:focus::-ms-fill-lower {
  background: #4a1388;
}
input[type=range]:focus::-ms-fill-upper {
  background: #4a1388;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-webkit-slider-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #4a1388;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-moz-range-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #4a1388;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-ms-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #4a1388;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-ms-fill-lower {
  background: #000;
}
input[type=range]::-ms-fill-upper {
  background: #000;
}
/*--------------------------------------
    03. Header Section CSS
---------------------------------------*/
.full-width-header .toolbar-area {
  background: #4a1388;
}
.full-width-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px 11px 0;
  border-right: 1px solid #1273eb;
  color: #fff;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 7px;
  color: #ffffff;
}
.full-width-header .toolbar-area .toolbar-contact ul li i.flaticon-email:before {
  position: relative;
  bottom: -0.5px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease;
  color: #fff;
}
.full-width-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-contact ul li:last-child {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.full-width-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 11px 0;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening {
  color: #ffffff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #1273eb;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i {
  margin-right: 5px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header {
  z-index: 99;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 115px;
  line-height: 111px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 30px;
}
.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;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-left: 40px;
  padding: 0;
  float: right;
}
.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: 500;
  text-transform: uppercase;
  height: 115px;
  line-height: 115px;
  padding: 0;
  font-family: 'TSSafaaBold', sans-serif;
  color: #101010;
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #4a1388;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:hover.menu-item-has-children a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a {
  color: #4a1388 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a:before {
  color: #4a1388;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu li a {
  padding-right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu li a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #4a1388;
  margin: 0;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  right: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .sub-menu {
  right: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .current-page-item > a {
  color: #ccc;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 30px !important;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ccc !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li 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 li.active a {
  color: #ccc !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0px);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu .sub-menu {
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #4a1388;
  border-radius: 0 0 5px 5px;
  min-width: 1160px;
  right: -225px;
  left: unset;
}
.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 .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #ffffff;
  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: #ccc;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.home11-style {
  right: -280px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.home11-style .mega-menu-container .single-megamenu .sub-menu {
  padding: 30px 30px;
}
.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: #4a1388 !important;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #4a1388;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 32px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active {
  display: none;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active .cart-icon {
  position: relative;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active .cart-icon .cart-count {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #363636;
  top: -13px;
  right: -17px;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a {
  color: #101010;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a:hover {
  color: #4a1388;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta i {
  color: #ffffff;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta i:before {
  font-size: 30px;
  line-height: 1;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta a {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta a:hover {
  color: #ccc;
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  height: 72px;
  line-height: 68px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
  display: inherit;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .light {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  height: 72px;
  line-height: 72px;
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #4a1388;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i:hover {
  color: #4a1388;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.search-parent {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #4a1388;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #4a1388;
}
.full-width-header .rs-header .right_menu_togle {
  background: #ffffff;
  padding: 25px 30px 50px 50px;
  z-index: 999999;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
  text-align: right;
  margin-bottom: 17px;
}
.full-width-header .rs-header .right_menu_togle .close-btn .humburger {
  margin: 0 0 0 auto;
  background: #f1f6fc;
  padding: 10px;
  max-width: 65px;
  cursor: pointer;
  border-radius: 4px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 55px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: 176px;
  height: auto;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-text {
  margin-bottom: 57px;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-text p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
  padding: 0 0 60px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 26px;
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:nth-child(1) {
  font-size: 18px;
  line-height: 1.7;
  padding-right: 40px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 20px;
  color: #4a1388;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i:before {
  font-size: 26px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #363636;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
  color: #4a1388;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 8px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #4a1388;
  text-align: center;
  border-radius: 3px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}
.full-width-header.header-style2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-style2 .custom-row {
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
}
.full-width-header.header-style2 .custom-row .col-cell {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header.header-style2 .toolbar-area {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header.header-style2 .toolbar-area .toolbar-contact ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header.header-style2 .toolbar-area .toolbar-contact ul li:last-child {
  border: none;
}
.full-width-header.header-style2 .toolbar-area .toolbar-sl-share ul li.opening {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header.header-style2 .rs-header {
  z-index: 99;
}
.full-width-header.header-style2 .rs-header .menu-area {
  transition: all 0.3s ease;
  background: transparent;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:before {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover:before {
  color: #4a1388 !important;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
  color: #4a1388 !important;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ccc !important;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ccc !important;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #4a1388;
  min-width: 1150px;
  right: -320px;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ccc;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.home2 {
  right: -220px;
}
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #4a1388 !important;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active .cart-icon .cart-count {
  background: #f2f2f2;
  color: #363636;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li > a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li > a:hover {
  color: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger span {
  background: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger span.dot2,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger span.dot4,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger span.dot6,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger span.dot8 {
  background: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger:hover span {
  background: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger:hover span.dot2,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger:hover span.dot4,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger:hover span.dot6,
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul li .humburger:hover span.dot8 {
  background: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky {
  background: #ffffff !important;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-area {
  height: 103px;
  line-height: 99px;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li a:before {
  color: #363636;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #494949;
  height: 103px;
  line-height: 103px;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .appointment-cart ul.cart li i:hover {
  color: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li.search-parent {
  display: none;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #4a1388;
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger span {
  background: #101010;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot2,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot4,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot6,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot8 {
  background: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span {
  background: #4a1388;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot2,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot4,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot6,
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot8 {
  background: #101010;
}
.full-width-header.header-style2 .rs-header .rs-menu ul ul {
  right: 0;
}
.full-width-header.header-style2.modify .rs-header {
  z-index: 99;
}
.full-width-header.header-style2.modify .rs-header .menu-area {
  transition: all 0.3s ease;
  background: transparent;
}
.full-width-header.header-style2.modify .rs-header .menu-area .logo-area {
  height: unset;
  line-height: unset;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu {
  padding-right: 65px;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:before {
  color: #ffffff;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover:before {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
  height: 103px;
  line-height: 103px;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #4a1388;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #4a1388;
  right: -230px;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  color: #ffffff;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ffffff;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #ccc !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky {
  background: #ffffff !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu {
  padding-right: 0;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li a:before {
  color: #363636;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #494949;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover:before {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2.modify .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a:before {
  /*color: #4a1388 !important;*/
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu {
  padding-right: 0;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #ffffff !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  color: #101010 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #101010 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  /*color: #f7921e !important;*/
}
@media (max-width: 767px) {
  .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
  .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a,
  .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
  .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
    color: #4a1388 !important;
  }
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky {
  background: #ffffff !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu {
  padding-right: 0;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li a:before {
  color: #363636;
} 
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta span {
  display: none;
} 
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner .head-cta span {
  color: #4a1388 !important;
  display: block;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner .head-cta .slogan-social li .fa-linkedin:hover {
  color: #0A66C2 !important;
} 
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner .head-cta .slogan-social li .fa-twitter:hover {
    color: #1DA1F2 !important;
} 
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner .head-cta .slogan-social li .fa-instagram:hover {
	color: #E4405F !important;
} 
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner .head-cta .slogan-social li .fa-facebook:hover {
  color: #1877F2 !important;
}  
.full-width-header .rs-header .menu-area .expand-btn-inner ul li {
  margin-right: 0 !important;
} 
.full-width-header .rs-header .menu-area .expand-btn-inner ul li .fa-facebook:hover {
  color: #1877F2;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li .fa-twitter:hover {
  color: #1DA1F2;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li .fa-instagram:hover {
  color: #E4405F;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li .fa-linkedin:hover {
  color: #0A66C2;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta i:before {
  font-size: 20px;
} 
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #494949;
} 
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li a:before {
  color: #363636;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #494949;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover:before {
  color: #4a1388 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a:before {
  /*color: #4a1388 !important;*/
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .expand-btn-inner .head-cta i {
  color: #101010;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .expand-btn-inner .head-cta a {
  color: #101010;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .expand-btn-inner .head-cta a:hover {
  color: #4a1388;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .rs-menu-area .main-menu .mobile-menu .rs-menu-toggle {
  color: #101010 !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .rs-menu-area .main-menu .mobile-menu .rs-menu-toggle:hover {
  color: #4a1388 !important;
}    
body.modal-open {
  padding: 0 !important;
}
body .search-modal {
  padding: 0 !important;
}
body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  border-radius: 5px;
  padding: 12px 17px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}
body .search-modal .search-block form button {
  background: transparent;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
}
body .search-modal .search-block form button i {
  opacity: 0.7;
}
body .search-modal .close {
  color: #ffffff;
  margin: 50px 0 0 0;
  font-size: 14px;
  background-color: #228bfd;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease;
  position: absolute;
  right: 50px;
}
body .search-modal .close span:before {
  font-size: 16px;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
body .modal-backdrop {
  background: rgba(3, 7, 73, 0.98);
  opacity: 1 !important;
}
/*---------------------------------------
    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. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.rs-slider.slider8 {
  position: relative;
  /*-- Animations Start --*/

  /*-- Animations End --*/

}
.rs-slider.slider8 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.rs-slider.slider8 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.slider8 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.slider8 .slider {
  padding: 245px 0 240px;
}   
.rs-slider.slider8 .slider.slide1 .content-part {
  max-width: 622px;
}
/*.rs-slider.slider8 .slider.slide2 {
  background: url(assets/images/slider/h8-sl2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}*/
.rs-slider.slider8 .slider.slide2 .content-part {
  max-width: 665px;
}
.rs-slider.slider8 .slider .content-part .sl-subtitle {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'TSSafaaBold', sans-serif;
  color: #1c3988;
}
.rs-slider.slider8 .slider .content-part .sl-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: #0c121d;
}
.rs-slider.slider8 .slider .content-part .sl-desc {
  font-size: 18px;
  line-height: 32px;
  font-family: 'TSSafaaBold', sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
}
.rs-slider.slider8 .slider .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li {
  display: inline-block;
  margin-right: 23px;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li .readon {
  padding: 16px 55px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 2px solid #1c3988;
  color: #1c3988;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  border-radius: 6px;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li .readon:hover {
  background: #1c3988;
  color: #ffffff;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li .popup-videos {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background: #ffffff;
  color: #1c3988;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li .popup-videos i {
  padding-left: 5px;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li .btn-title {
  color: #1c3988;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 7px;
  font-family: 'TSSafaaBold', sans-serif;
}
.rs-slider.slider8 .slider .content-part .slider-bottom ul li:last-child {
  margin: 0;
}
.rs-slider.slider8 .owl-dots {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rs-slider.slider8 .owl-dots .owl-dot {
  box-shadow: 0 0 0 2px #ffffff;
  border: none;
  border-radius: 50%;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.rs-slider.slider8 .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.rs-slider.slider8 .owl-dots .owl-dot:hover,
.rs-slider.slider8 .owl-dots .owl-dot.active {
  box-shadow: 0 0 0 2px #1c3988;
}
.rs-slider.slider8 .owl-dots .owl-dot:hover span,
.rs-slider.slider8 .owl-dots .owl-dot.active span {
  background: #1c3988;
  transform: scale(0.4);
}
.rs-slider.slider8 .owl-dots .owl-dot.last-child {
  margin-bottom: 0;
}
.rs-slider .sl-wrap {
  padding: 50px 0;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: none;
  background: #f1f6fc;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
  color: #4a1388;
}
.rs-slider .nivo-directionNav > a:hover {
  background: #4a1388;
}
.rs-slider .nivo-directionNav > a:hover:before {
  color: #ffffff;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #4a1388;
  border-color: #4a1388;
}
/*---------------------------------------
    06. Banner Section CSS
---------------------------------------*/
.rs-banner.style1 {
  /*background: url(assets/images/banner/h7-bnr-new.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*padding: 177px 0 50px;*/
  height: 100vh;
}
.rs-banner.style1 .content-part {
  /*max-width: 815px;
  margin: 0 auto 50px;
  padding: 40px;
  background-color: #f7921ee0;*/
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  padding-top: 50px;
}
.rs-banner.style1 .content-part .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 38px;
}
.rs-banner.style1 .content-part .subscribe-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.rs-banner.style1 .content-part .subscribe-form input,
.rs-banner.style1 .content-part .subscribe-form button {
  outline: none;
  border: none;
  font-size: 16px;
}
.rs-banner.style1 .content-part .subscribe-form input {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 18px;
  height: 55px;
}
.rs-banner.style1 .content-part .subscribe-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 9.5px 30px;
  border-radius: 0px 3px 3px 0px;
  background: #4a168a;
  color: #ffffff;
  transition: all 0.3s ease;
}
.rs-banner.style1 .content-part .subscribe-form button:hover {
  background: #228bfd;
}
.rs-banner.style1 .content-part .subscribe-form ::placeholder {
  color: #a5a5a5;
}
.rs-banner.style1 .content-part .desc {
  font-family: 'Poppins', sans-serif;
  margin-top: 15px;
}
.rs-banner.style1 .parallax-elemen {
  position: relative !important;
  max-width: 749px;
  margin: 0 auto;
}
.rs-banner.style1 .parallax-elemen div {
  position: unset !important;
}
.rs-banner.style1 .parallax-elemen span {
  position: absolute !important;
  z-index: 1;
}
.rs-banner.style1 .parallax-elemen span img {
  max-width: 128px;
  width: 100%;
  margin: 0 auto;
}
.rs-banner.style1 .parallax-elemen span:nth-child(1) {
  left: 0 !important;
  top: 0 !important;
  right: unset !important;
  bottom: unset !important;
}
.rs-banner.style1 .parallax-elemen span:nth-child(2) {
  right: 0 !important;
  top: 0 !important;
  left: unset !important;
  bottom: unset !important;
}
.rs-banner.style1 .parallax-elemen span:nth-child(3) {
  right: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  top: unset !important;
}
.rs-banner.style1 .parallax-elemen span:nth-child(4) {
  left: 0 !important;
  bottom: 0 !important;
  right: unset !important;
  top: unset !important;
}
.rs-banner.style1 .parallax-elemen span:nth-child(5) {
  left: -5% !important;
  bottom: 40% !important;
  right: unset !important;
  top: unset !important;
}
.rs-banner.style1 .parallax-elemen span:nth-child(6) {
  right: -5% !important;
  bottom: 40% !important;
  left: unset !important;
  top: unset !important;
}

.rs-banner.style2 {
  /*background: url(assets/images/banner/cover-horiz.png);*/
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100vh;
}

@media only screen and (max-width: 480px) {
  .rs-banner.style2 {
    background: url(assets/images/almafaz/mobile-cover.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 235px 0 347px;
    height: 100vh;
  }
}

.rs-banner.style2 .content-part .title {
  font-size: 40px;
  line-height: 70px;
  text-transform: capitalize;
  color: #f7921e;
}

.rs-banner.style2 .content-part .desc {
  font-size: 18px;
  line-height: 26px;
  max-width: 490px;
  font-family: 'TSSafaaBold', sans-serif;
  color: #8d8d8d;
}

.rs-banner.style2 .content-part .btn-part a {
  background: #f7921e;
  color: #fff;
  padding: 11.5px 27px;
}
.rs-banner.style2 .content-part .btn-part a:hover {
  background: #f0f0f0;
}
.rs-banner.style2 .bnr-image-wrap {
  position: absolute;
  content: '';
  right: -80px;
  top: 55%;
  transform: translateY(-50%);
}
.rs-banner.style2 .bnr-image-wrap .bnr-image {
  max-width: 708px;
  position: relative;
  padding-top: 38px;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .main-img {
  height: 460px;
  margin-bottom: 40px;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .fly {
  position: absolute;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .fly.ly1 {
  max-width: 156px;
  right: 240px;
  bottom: 0;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .fly.ly2 {
  max-width: 151px;
  right: 120px;
  bottom: -2px;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .fly.ly3 {
  max-width: 108px;
  right: 165px;
  top: 0;
}
.rs-banner.style2 .bnr-image-wrap .bnr-image .fly.ly4 {
  max-width: 87px;
  right: 224px;
  top: 33px;
}
/*---------------------------------------
    25. Decoration Section CSS
---------------------------------------*/
.rs-decoration.style1 {
  /*background-image: linear-gradient(180deg, #f8f2fd 0%, #e7f1fd 100%);
  background-color: transparent;*/
  padding-bottom: 288px;
}
.rs-decoration.style1 .parallax-elemen {
  position: relative !important;
  max-width: 749px;
  margin: 236px auto 0;
  text-align: center;
}
.rs-decoration.style1 .parallax-elemen div {
  position: unset !important;
}
.rs-decoration.style1 .parallax-elemen div img {
  max-width: 360px;
  margin: 0 auto;
}
.rs-decoration.style1 .parallax-elemen span {
  position: absolute !important;
  z-index: 1;
}
.rs-decoration.style1 .parallax-elemen span img {
  max-width: 128px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(1) {
  left: 52% !important;
  top: -35% !important;
  right: unset !important;
  bottom: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(2) {
  right: 0 !important;
  top: -10% !important;
  left: unset !important;
  bottom: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(3) {
  right: -12% !important;
  top: 33% !important;
  left: unset !important;
  bottom: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(4) {
  right: -4% !important;
  bottom: -27% !important;
  left: unset !important;
  top: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(5) {
  right: 40% !important;
  bottom: -46% !important;
  left: unset !important;
  top: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(6) {
  left: 4% !important;
  bottom: -30% !important;
  right: unset !important;
  top: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(7) {
  left: -14% !important;
  bottom: 19% !important;
  right: unset !important;
  top: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(8) {
  left: -11% !important;
  top: -1% !important;
  right: unset !important;
  bottom: unset !important;
}
.rs-decoration.style1 .parallax-elemen span:nth-child(9) {
  left: 15% !important;
  top: -32% !important;
  right: unset !important;
  bottom: unset !important;
}
/*---------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-breadcrumbs.bg-1 {
  /*background-image: url(assets/images/about/about-page2.png);*/
  padding: 16px;
}
/*.rs-breadcrumbs.bg-2 {
  background-image: url(assets/images/services/new/services-page.png);
}*/
.rs-breadcrumbs.bg-6 {
  background-image: url(assets/images/contact/contact-us.png);
} 
.rs-breadcrumbs .content-part {
  padding: 160px 0;
}
.rs-breadcrumbs .content-part .breadcrumbs-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}
/*---------------------------------------
    08. About Section CSS
---------------------------------------*/
.rs-about.style9 .services-item {
  display: flex;
}
.rs-about.style9 .services-item .services-icon img {
  max-width: unset;
  height: 35px;
  width: 35px;
}
.rs-about.style9 .services-item .services-text {
  padding: 0px 0px 0px 18px;
}
.rs-about.style9 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.rs-about.style9 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-about.style9 .services-item .services-text .title a:hover {
  color: #4a1388;
}
.rs-about.style9 .services-item .services-text .services-txt {
  margin-bottom: 0;
}
.rs-about.style10 .accordion {
  border-width: 12px;
}
.rs-about.style10 .accordion .card {
  margin-bottom: 3px;
  border: none;
}
.rs-about.style10 .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-about.style10 .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background: #fff;
  padding: 16px 2px 16px 2px !important;
}
.rs-about.style10 .accordion .card .card-header .card-link {
  color: #1273EB;
  font-weight: 700;
}
.rs-about.style10 .accordion .card .card-body {
  background: #f9f9f9;
  font-weight: 400;
  color: #363636;
  padding: 17px 65px 40px 22px !important;
  border: none;
}
.rs-about.style10 .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 44px !important;
}
.rs-about.style10 .accordion .card .card-header .card-link:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #4a1388;
  font-size: 15px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about.style10 .accordion .card .card-header .card-link.collapsed.card-link {
  color: #1c1b1b !important;
}
.rs-about.style10 .accordion .card .card-header .card-link.collapsed:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #363636;
}
.rs-about.style10 .about-content {
  position: relative;
  z-index: 111;
} 
.rs-about.style10 .about-content .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style10 .about-content .rs-animations .spinner.dot {
  top: -45px;
  left: -40px;
}
.rs-about.style10 .about-content .rs-animations .spinner.ball {
  bottom: -85px;
  right: 14%;
}
.rs-about.style10 .rs-divider {
  divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #2c2c2c;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x;
}
.rs-about.style10 .rs-divider .line {
  position: relative;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rs-about.style10 .rs-divider .line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  background: linear-gradient(90deg, var(--blue-color) 0 50%, transparent 0 100%) 0 0rem 1rem;
  mask: linear-gradient(-90deg, #000000, transparent);
}
/*---------------------------------------
    09. Services Section CSS
---------------------------------------*/
.rs-services.style7 .services-wrap {
  padding: 38px 30px 36px;
  box-shadow: 0 0 72px -10px rgba(0, 0, 0, 0.22);
  text-align: center;
  border-radius: 30px;
  height: 282px;
}
.rs-services.style7 .services-wrap .icon-part {
  margin-bottom: 19px;
}
.rs-services.style7 .services-wrap .icon-part img {
  max-width: 80px;
}
.rs-services.style7 .services-wrap .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-services.style7 .services-wrap .title a {
  color: #0a0a0a;
}
.rs-services.style7 .services-wrap .title a:hover {
  color: #f7921e;
}
.rs-services.style7 .more-btn {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}
.rs-services.style7 .more-btn a {
  color: #f7921e;
} 
.rs-services.style22 {
  position: relative;
}
.rs-services.style22 .service-wrap {
  display: flex;
  padding: 30px 32px 30px 32px;
}
.rs-services.style22 .service-wrap .icon-part img {
  width: 50px;
  height: 50px;
  max-width: unset;
}
.rs-services.style22 .service-wrap .content-part {
  padding: 0px 0px 0px 16px;
}
.rs-services.style22 .service-wrap .content-part .title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin: 0 0 10px;
}
.rs-services.style22 .service-wrap .content-part .title a {
  color: #4a1388;
}
.rs-services.style22 .service-wrap .content-part .title a:hover {
  color: #4a1388;
}
.rs-services.style22 .service-wrap.light-bg {
  background-image: linear-gradient(180deg, #f9fcff 0%, #dceaf3 100%);
  height: 260px;
}
.rs-services.style22 .animate-style {
  position: absolute;
  left: 11%;
  bottom: 74px;
}

/*---------------------------------------
    11. Why Choose Us Section CSS
---------------------------------------*/
.rs-whychooseus.style2 .rs-counter-list {
  text-align: center;
  /*box-shadow: 0 0 72px -10px rgba(0, 0, 0, 0.22);*/
  padding: 42px 30px 35px;
  border-radius: 30px;
  background-color: #fff;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part {
  margin-bottom: 20px;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part img {
  max-width: 70px;
  margin: 0 auto;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count {
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: #1c1b1b;
  position: relative;
  display: inline-block;
  padding-right: 28px;
  margin-bottom: 16px;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b1b;
  opacity: 0.9;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .title {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.rs-whychooseus.style2 .rs-counter-list.plus .counter-text .rs-count:after {
  content: "+";
}
.rs-whychooseus.style2 .rs-counter-list.thousand .counter-text .rs-count:after {
  content: "K";
  right: -3px;
} 
/*---------------------------------------
    13. Counter Section CSS
---------------------------------------*/
.rs-counter.style2 .counter-wrap .content-part {
  align-items: center;
  display: flex;
}
.rs-counter.style2 .counter-wrap .content-part .counter-part {
  border-right: 2px solid #e0dddd;
  padding: 10px 0;
  margin-right: 30px;
  min-width: 154px;
}
.rs-counter.style2 .counter-wrap .content-part .counter-part .rs-count {
  color: #4a1388;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
}
.rs-counter.style2 .counter-wrap .content-part .counter-part .rs-count.thousand {
  padding-right: 25px;
}
.rs-counter.style2 .counter-wrap .content-part .counter-part .rs-count.thousand:after {
  position: absolute;
  content: "k";
  right: 0;
  bottom: 4px;
  color: #4a1388;
  font-size: 36px;
}
.rs-counter.style2 .counter-wrap .content-part .counter-part .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a1388;
}
.rs-counter.style2 .counter-wrap .content-part .desc-text .desc {
  font-size: 18px;
  line-height: 31px;
  color: #363636;
}
/*---------------------------------------
    14. Latest Work Section CSS
---------------------------------------*/
.rs-latest-work .work-wrap {
  position: relative;
  overflow: hidden;
  margin: 5px;
  border-radius: 10px;
}
.rs-latest-work .work-wrap .content-part {
  position: absolute;
  padding: 0 27px 30px;
  width: 100%;
  bottom: -100px;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: right;
}
.rs-latest-work .work-wrap .content-part .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.rs-latest-work .work-wrap .content-part .title a {
  color: #ffffff;
}
.rs-latest-work .work-wrap .content-part .title a:hover {
  opacity: 0.65;
}
.rs-latest-work .work-wrap .content-part .category {
  color: #ffffff;
}
.rs-latest-work .work-wrap .content-part .category:hover {
  opacity: 0.65;
}
.rs-latest-work .work-wrap:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-image: linear-gradient(180deg, transparent 40%, #4a1388 100%);
}
.rs-latest-work .work-wrap:hover .content-part {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-latest-work .work-wrap:hover:after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
/*---------------------------------------
    15. Collaboration Section CSS
---------------------------------------*/
.rs-collaboration.style1 .img-part img {
  position: relative;
  bottom: -100px;
}
/*---------------------------------------
    17. Portfolio Section CSS
---------------------------------------*/
.rs-portfolio.style2 {
  position: absolute;
  top: 16%;
}
.rs-portfolio.style2 .row.custom-width {
  max-width: 1920px;
  margin: 0 auto;
}
.rs-portfolio.style2 .title-wrap {
  position: absolute;
  top: -27px;
  left: 22%;
  transform: rotate(-90deg);
}
.rs-portfolio.style2 .title-wrap .title-part {
  position: relative;
}
.rs-portfolio.style2 .title-wrap .title-part .title {
  bottom: 0;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.rs-portfolio.style2 .title-wrap .title-part .watermark {
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 146px;
  font-family: 'TSSafaaBold', sans-serif;
  white-space: nowrap;
  opacity: .05;
}
.rs-portfolio.style2 .slider-part .owl-item {
  padding-bottom: 30px;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap {
  position: relative;
  padding-bottom: 60px;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .img-part {
  overflow: hidden;
  border-radius: 5px;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .img-part img {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 0;
  right: 35px;
  left: 35px;
  padding: 18px 0;
  text-align: center;
  transition: all 0.5s;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  top: 12px;
  transition: all 0.7s;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .title a:hover {
  color: #4a1388;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .categories {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .categories a {
  color: #4a1388;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap .content-part .categories a:hover {
  color: #1c1b1b;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap:hover .img-part img {
  transform: scale(1.2);
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap:hover .content-part {
  bottom: 15px;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap:hover .content-part .title {
  top: 0;
}
.rs-portfolio.style2 .slider-part .owl-item .portfolio-wrap:hover .content-part .categories {
  opacity: 1;
  visibility: visible;
}
.rs-portfolio.style2:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 432px;
  background: #f1f6fc;
  z-index: -1;
}
.rs-portfolio.style2.solution {
  position: unset;
}
.rs-portfolio.style2.solution .owl-dots {
  bottom: -122px;
  position: relative;
}
.rs-portfolio.style2.solution .owl-stage-outer {
  bottom: -70px;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.rs-portfolio.style2.solution .slider-part .owl-item {
  padding-bottom: 0;
}
.rs-portfolio.style2.solution .slider-part .owl-item .portfolio-wrap .content-part .title {
  font-size: 20px;
  font-weight: 600;
  font-family: TSSafaaBold;
}
.rs-portfolio.style2.solution .slider-part .owl-item .portfolio-wrap .content-part .categories a {
  color: #363636;
}
.rs-portfolio.style2.solution .slider-part .owl-item .portfolio-wrap .content-part .categories a:hover {
  color: #4a1388;
}
/*---------------------------------------
    21. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.style13 .testi-main-part .slick-part .slick-list {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.rs-testimonial.style13.service .testi-main-part .slick-part .slick-list {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 50px;
  box-shadow: 0px 11px 45px 0px #eee;
  text-align: center;
  position: relative;
  opacity: 0.3;
}
.rs-testimonial.style13.service .testi-main-part .slick-part .slider.slider-for2 .images-slide-single {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 50px;
  box-shadow: 0px 11px 45px 0px #eee;
  text-align: center;
  position: relative;
  opacity: 0.3;
  height: 320px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single .content-part .icon-part img {
  margin: 0 auto;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single .content-part .quote {
  margin: 0 auto 22px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single .content-part .desc {
  font-size: 20px;
  font-style: italic;
  line-height: 1.9em;
  font-weight: 400;
  color: #555555;
  margin-bottom: 35px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single .content-part .ratings-part img {
  margin: 0 auto;
  max-width: 120px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single.slick-current {
  position: relative;
  opacity: 1;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single.slick-current .content-part {
  position: relative;
  z-index: 9;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single.slick-current:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scalex(1.3) scaleY(1.3);
  width: 100%;
  height: 100%;
  box-shadow: 0px 11px 45px 0px #eee;
  background: #fff;
  z-index: 1;
}
.rs-testimonial.style13.service .testi-main-part .slick-part .slider.slider-for2 .images-slide-single.slick-current:before { 
  background: #4a1388; 
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-for2 .images-slide-single.slick-current .content-part p {
  color: #fff;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 {
  max-width: 580px;
  margin: 0 auto;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .slick-list {
  padding: 0 20px !important;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single {
  text-align: center;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  opacity: .5;
  cursor: pointer;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single .testi-content {
  display: none;
  padding-top: 24px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single .testi-content .testi-name {
  color: #04004D;
  font-family: "TSSafaaBold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9em;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single .testi-content .testi-title {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single.slick-center img {
  width: 100px;
  height: 100px;
  opacity: 1;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slider.slider-nav2 .images-single.slick-center .testi-content {
  display: block;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-dots {
  position: absolute;
  bottom: -235px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-dots.prev:before {
  content: "\f115";
  font-family: Flaticon;
  background: #f00;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-dots button {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #f00;
  text-align: center;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-dots button.prev:before {
  content: "\f115";
  font-family: Flaticon;
  background: #f00;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-dots li {
  display: none;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 0;
  box-shadow: 0 0 10px #eee;
  border: none;
  background: #fff;
  color: #1c1b1b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 1;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-arrow:before {
  content: "\f115";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-arrow.slick-prev {
  left: -80px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-arrow.slick-next {
  right: -80px;
}
.rs-testimonial.style13 .testi-main-part .slick-part .slick-arrow.slick-next:before {
  content: "\f114";
}
.rs-testimonial.style13 .testi-main-part .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-testimonial.style13 .testi-main-part:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.rs-testimonial.style13 .testi-main-part:hover .slick-arrow.slick-prev {
  left: 250px;
  right: unset;
}
.rs-testimonial.style13 .testi-main-part:hover .slick-arrow.slick-next {
  right: 250px;
}
/*Team Single Section CSS*/

/*---------------------------------------
    27. Latest Project Section CSS
---------------------------------------*/
.rs-project.style2 .project-wrap {
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.rs-project.style2 .project-wrap .content-part {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 1;
  padding: 0 30px;
  transition: all 0.5s;
}
.rs-project.style2 .project-wrap .content-part .title {
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-project.style2 .project-wrap .content-part .title a {
  color: #ffffff;
}
.rs-project.style2 .project-wrap .content-part .title a:hover {
  color: #f7921e;
}
.rs-project.style2 .project-wrap .content-part .category {
  display: block;
}
.rs-project.style2 .project-wrap .content-part .category a {
  color: #ffffff;
}
.rs-project.style2 .project-wrap .content-part .category a:hover {
  color: #f7921e;
}
.rs-project.style2 .project-wrap .btn-part {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}
.rs-project.style2 .project-wrap .btn-part a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #d83030;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
} 
.rs-project.style2 .project-wrap:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent 0%, rgba(3, 46, 66, 0.73) 100%);
}
.rs-project.style2 .project-wrap .content-part .price {
  opacity: -1;
  transition: all 1s;
}
.rs-project.style2 .project-wrap:hover .content-part {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-project.style2 .project-wrap:hover .btn-part {
  opacity: 1;
  bottom: 30px;
}
.rs-project.style2 .project-wrap:hover .content-part .price {
  opacity: 1; 
}
.rs-project.style2 .top-part {
  padding-bottom: 291px;
}
.rs-project.style2 .wrappin {
  margin-top: -240px;
}
.rs-project.style2.onepage17 .project-wrap .content-part .title a:hover {
  color: #1273EB;
}
.rs-project.style2.onepage17 .project-wrap .content-part .category a:hover {
  color: #1273EB;
}
.rs-project.style2.onepage17 .project-wrap .btn-part a {
  background: #1273EB;
}
.rs-project.style2.onepage17 .project-wrap:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0 0%, #1273eb 96 100%);
}
.rs-project.style2.onepage17 .project-wrap:hover .content-part {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-project.style2.onepage17 .project-wrap:hover .btn-part {
  opacity: 1;
  bottom: 30px;
} 
/*---------------------------------------
    31. Free Quote Section CSS
---------------------------------------*/
.rs-freequote.style1 {
  position: relative;
}
.rs-freequote.style1 .quote-form input,
.rs-freequote.style1 .quote-form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #ffffff;
  background: rgb(83 22 151);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  font-size: 16px;
  padding: 15px 20px;
}
.rs-freequote.style1 .quote-form textarea {
  display: inherit;
  height: 120px;
}
.rs-freequote.style1 .quote-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.rs-freequote.style1 .quote-form :-ms-input-placeholder {
  color: #ffffff;
}
.rs-freequote.style1 .quote-form ::placeholder {
  color: #ffffff;
}
.rs-freequote.style1:before,
.rs-freequote.style1:after {
  position: absolute;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
/*.rs-freequote.style1:before {
  left: 0;
  background: url(assets/images/contact/left-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/ 
.rs-freequote.style1.service:before {
  left: 0;
  background: url(assets/images/services/corp1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-freequote.style1:after {
  right: 0;
  /*background: url(assets/images/contact/right-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  background-color: #4a1388;
}
.rs-freequote.style1.modify .quote-form input,
.rs-freequote.style1.modify .quote-form textarea {
  background: rgba(18, 115, 235, 0.5);
  box-shadow: none;
}
.rs-freequote.style1.modify .quote-form button {
  background: #ffffff;
  color: #4a1388;
  font-weight: 400;
  font-family: 'TSSafaaLight', sans-serif;
}
.rs-freequote.style1.modify .quote-form button:hover {
  background: #4a1388;
  color: #ffffff;
}
.rs-freequote.style1.modify:after {
  right: 0;
  background: url(assets/images/quote/right-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*---------------------------------------
    32. Contact Section CSS
---------------------------------------*/
.rs-contact.inner .content-info-part .info-item {
  background: #f1f6fc;
  padding: 50px 30px 37px;
  text-align: center;
}
.rs-contact.inner .content-info-part .info-item .icon-part {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto 25px;
  text-align: center;
  background: #acccf4;
  position: relative;
}
.rs-contact.inner .content-info-part .info-item .icon-part i {
  font-size: 80px;
  color: #4a1388;
  line-height: 1;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.rs-contact.inner .content-info-part .info-item .icon-part i.fa-map-o {
  font-size: 65px;
  margin: 0;
}
.rs-contact.inner .content-info-part .info-item .icon-part:after {
  background: transparent;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all 0.3s ease;
}
.rs-contact.inner .content-info-part .info-item .content-part {
  font-size: 18px;
}
.rs-contact.inner .content-info-part .info-item .content-part .title {
  font-family: 'TSSafaaLight', sans-serif;
  color: #363636;
  margin-bottom: 12px;
}
.rs-contact.inner .content-info-part .info-item .content-part a {
  color: #363636;
}
.rs-contact.inner .content-info-part .info-item .content-part a:hover {
  color: #4a1388;
}
.rs-contact.inner .content-info-part .info-item .content-part p {
  margin: 0;
}
.rs-contact.inner .content-info-part .info-item:hover .icon-part:after {
  background: #acccf4;
}
.rs-contact.inner .contact-form-part form {
  /*background: url(assets/images/quote/right-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  padding: 72px 70px 94px;
  background-color: #4a1388;
}
.rs-contact.inner .contact-form-part form input,
.rs-contact.inner .contact-form-part form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #ffffff;
  background: rgb(83 22 151);
  font-size: 16px;
  padding: 11px 20px;
}
.rs-contact.inner .contact-form-part form textarea {
  display: inherit;
  height: 120px;
}
.rs-contact.inner .contact-form-part form button {
  background: #f7921e;
  color: #fff;
  font-weight: 400;
  font-family: 'TSSafaaLight', sans-serif;
}
.rs-contact.inner .contact-form-part form button:hover {
  background: #f7921e;
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::-webkit-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form :-ms-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part .custom1 {
  ms-flex: 45.965%;
  flex: 45.965%;
  max-width: 45.965%;
}
.rs-contact.inner .contact-form-part .custom2 {
  ms-flex: 54.035%;
  flex: 54.035%;
  max-width: 54.035%;
}
.rs-contact.inner .contact-form-part .img-part {
  height: 100%;
  background: url(assets/images/contact/left-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rs-contact.inner .g-map {
  padding: 0 10px 10px;
}
.rs-contact.inner .g-map iframe {
  width: 100%;
  height: 560px;
  border: none;
  /*filter: grayscale(100%);*/
  display: inherit;
}
.rs-contact.inner .g-map.modify iframe {
  filter: unset;
}
.rs-contact .rs-map-6 iframe {
  width: 100%;
  height: 575px;
  border: none;
  margin: 0;
}
/*---------------------------------------
    29. CTA Section CSS
---------------------------------------*/
.rs-cta.style2 {
  position: relative;
}
.rs-cta.style2 .cta-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 5px;
  padding: 60px 80px 70px 80px;
  max-width: 722px;
  background: #ffffff;
}
.rs-cta.style2 .cta-wrap .title {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
}
.rs-cta.style2:after,
.rs-cta.style2:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
} 
/*---------------------------------------
    33. Blog Section CSS
---------------------------------------*/
.rs-blog.style1 .owl-stage-outer {
  padding-bottom: 5px;
  margin-bottom: 29px;
}
.rs-blog.style1 .blog-wrap {
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part {
  position: relative;
}
.rs-blog.style1 .blog-wrap .img-part img {
  transition: all 0.3s ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #4a1388;
  text-align: center;
  display: inline-block;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a i:before {
  color: #ffffff;
  font-size: 16px;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a:hover {
  background: #228bfd;
}
.rs-blog.style1 .blog-wrap .content-part {
  padding: 33px 30px 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}
.rs-blog.style1 .blog-wrap .content-part a.categories {
  text-transform: uppercase;
  color: #363636;
  display: inline-block;
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part a.categories:hover {
  color: #4a1388;
}
.rs-blog.style1 .blog-wrap .content-part .title {
  margin: 6px 0 15px;
}
.rs-blog.style1 .blog-wrap .content-part .title a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1c1b1b;
  font-family: TSSafaaLight;
}
.rs-blog.style1 .blog-wrap .content-part .title a:hover {
  color: #4a1388;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data img {
  max-width: 40px;
  border-radius: 100%;
  margin-right: 8px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data span {
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date {
  font-size: 14px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date i {
  color: #4a1388;
  margin-right: 5px;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap:hover .img-part img {
  filter: grayscale(1);
}
.rs-blog.style1 .blog-wrap:hover .img-part .fly-btn {
  opacity: 1;
  visibility: visible;
}
.rs-blog.style1.modify .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify .blog-wrap .img-part .fly-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.rs-blog.style1.modify .blog-wrap .content-part a.categories {
  color: #4a1388;
}
.rs-blog.style1.modify .blog-wrap .content-part .desc {
  margin-bottom: 14px;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .user-data {
  font-weight: 500;
  color: #1c1b1b;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .date {
  font-weight: 500;
  color: #1c1b1b;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .date i {
  color: #4a1388;
  font-weight: normal;
}
.rs-blog.style1.modify2 .owl-stage-outer {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.rs-blog.style1.modify2 .blog-wrap .img-part .fly-btn {
  bottom: unset;
}
.rs-blog.style1.modify2 .blog-wrap .img-part .fly-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.rs-blog.style1.modify2 .blog-wrap .content-part a.categories {
  color: #4a1388;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .desc {
  margin-bottom: 14px;
  font-size: 14px;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .user-data {
  color: #1c1b1b;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .date {
  color: #1c1b1b;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .date i {
  color: #4a1388;
  font-weight: normal;
}
.rs-blog.style1.modify2.modify-home13 .owl-stage-outer {
  padding-top: 10px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEDED;
  transition: all 500ms ease;
  border-radius: 5px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap:hover {
  margin-top: unset;
  transform: translateY(-10px);
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part a.categories {
  color: #bf0505;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .title a {
  line-height: 1.2;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .title a:hover {
  color: #bf0505;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .blog-meta .date i {
  color: #bf0505;
}
.rs-blog.style1.modify2.corporate .blog-wrap .content-part {
  text-align: center;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap {
  border-radius: 5px;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap .content-part .title a:hover {
  color: #090E40;
}
.rs-blog.style1.modify2.green .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify2.green .blog-wrap .img-part .fly-btn a {
  background: #f7921e;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part a.categories {
  display: none;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part .title a:hover {
  color: #f7921e;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part .blog-meta .date i {
  color: #f7921e;
}
.rs-blog.style1.modify3 .blog-wrap .content-part a.categories {
  color: #f67d31;
}
.rs-blog.style1.modify3 .blog-wrap .content-part a.categories:hover {
  color: #4a1388;
}
.rs-blog.style1.modify3 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-blog.style1.modify3 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #4a1388;
  opacity: .5;
}
.rs-blog.style1.modify3 .owl-dots .owl-dot:hover,
.rs-blog.style1.modify3 .owl-dots .owl-dot.active {
  width: 40px;
  background: #0B70E1;
  opacity: 1;
}
.rs-blog.style1.modify3 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-blog.style1.modify3.green .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify3.green .blog-wrap .img-part .fly-btn a {
  background: #f7921e;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part a.categories {
  display: none;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part .title a:hover {
  color: #f7921e;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part .blog-meta .date i {
  color: #f7921e;
}
.rs-blog.style1.modify4 .blog-wrap {
  transition: all 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
}
.rs-blog.style1.modify4 .blog-wrap .img-part .fly-btn a {
  background: #4a1388;
}
.rs-blog.style1.modify4 .blog-wrap .img-part .fly-btn a:hover {
  background-color: #DD4F6E;
}
.rs-blog.style1.modify4 .blog-wrap .content-part {
  box-shadow: unset;
}
.rs-blog.style1.modify4 .blog-wrap .content-part a.categories:hover {
  color: #4a1388;
}
.rs-blog.style1.modify4 .blog-wrap .content-part .title a:hover {
  color: #4a1388;
}
.rs-blog.style1.modify4 .blog-wrap .content-part .blog-meta .date i {
  color: #4a1388;
}
.rs-blog.style1.modify4 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-blog.style1.modify4 .owl-dots .owl-dot {
  background: #4a1388;
}
/*---------------------------------------
    38. Footer CSS
---------------------------------------*/
.rs-footer {
  background: #101010;
}
.rs-footer .footer-bottom {
  padding: 36px 0;
  border-top: 2px solid #e9e9ea;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #363636;
}
.rs-footer .footer-bottom .copyright p span a {
  color: #f7921e;
  font-weight: bold;
}
.rs-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 6px;
}
.rs-footer .footer-bottom .footer-social li a {
  display: inline-block;
  font-size: 15px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #4a1388;
  color: #ffffff;
  text-align: center;
}
.rs-footer .footer-bottom .footer-social li a:hover {
  background: #228bfd;
}
.rs-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
/*---------------------------------------
    39. Error 404 CSS 
---------------------------------------*/
.rs-page-error {
  height: 100vh;
  display: grid;
  align-items: center;
}
.rs-page-error .error-text {
  color: #4a1388;
  text-align: center;
}
.rs-page-error .error-text .error-code {
  font-size: 250px;
  line-height: 250px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1c1b1b;
}
.rs-page-error .error-text h3.error-message {
  color: #1c1b1b;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.rs-page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.rs-page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  outline: none;
  margin-bottom: 30px;
}
.rs-page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.rs-page-error .error-text form button:hover {
  background: #4a1388;
  color: #ffffff;
}
/*---------------------------------------
    40. Scroll Up CSS
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #4a1388;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #4a1388;
}
/*---------------------------------------
    42. Preloader Css
---------------------------------------*/
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  background: #ffffff;
}
.loader .spinner {
  width: 80px;
  height: 80px;
  margin: -19px 0 0 -21px;
  /*background-color: #4a1388;*/
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    /*opacity: 0;*/
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    /*opacity: 0;*/
  }
}
.scale {
  animation: scale 8s alternate infinite;
  webkit-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-new {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}
@keyframes up-down-new {
  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-new {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.rs-services.style20 .iconbox-area:hover .dance_hover,
.rs-whychooseus.style7 .iconbox-area:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.rotated-style {
  animation: rotated-style 40s linear infinite;
}
@keyframes rotated-style {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*---------------------------------------
    43. Responsive Menu Colors
---------------------------------------*/
@media only screen and (max-width: 991px) {
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.current-page-item > a,
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.active a,
  .full-width-header.header-style2 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.current-page-item > a,
  .full-width-header.header-style2 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header.header-style2 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.active a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-page-item > a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #4a1388 !important;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before,
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover,
  body.home-nine .full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-nine .full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu#onepage-menu a:hover,
  body.home-nine .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-eight .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before,
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a::before,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover,
  body.home-eleven .full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a,
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
  body.home-eleven .full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a::before,
  body.home-eleven .full-width-header .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: #ccc !important;
  }
  /*-- Home 6 menu color start --*/
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #f7921e;
  }
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    border-color: #5cbe73;
  }
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.current-page-item > a,
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.active > a,
  body.home-six .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li > a:hover {
    color: #f7921e !important;
  }
  body.home-six .full-width-header.header-style2 .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  body.home-six .full-width-header.header-style2 .nav-menu .rs-mega-menu > span.rs-menu-parent {
    background: #5cbe73;
  }
  body.home-six .full-width-header.header-style2 .rs-menu-toggle:hover {
    color: #f7921e !important;
  }
  /*-- Home 6 menu color end --*/
  /*-- Home 8 menu color start --*/
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #1c3988;
  }
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    border-color: #1f3e95;
  }
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.current-page-item > a,
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.active > a,
  body.home-eight .full-width-header.header-style4 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li > a:hover {
    color: #1c3988 !important;
  }
  body.home-eight .full-width-header.header-style4 .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  body.home-eight .full-width-header.header-style4 .nav-menu .rs-mega-menu > span.rs-menu-parent {
    background: #1f3e95;
  }
  body.home-eight .full-width-header.header-style4 .rs-menu-toggle:hover {
    color: #1c3988 !important;
  }
  /*-- Home 8 menu color end --*/
  /*-- Home 9 menu color start --*/
  body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #f7921e;
  }
  body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    border-color: #4a1388;
  }
  body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.current-page-item > a,
  body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.active > a,
  body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li > a:hover {
    color: #4a1388 !important;
  }
  body.home-nine .full-width-header.header-style2 .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  body.home-nine .full-width-header.header-style2 .nav-menu .rs-mega-menu > span.rs-menu-parent {
    background: #4a1388 !important;
  }
  body.home-nine .full-width-header.header-style2 .rs-menu-toggle:hover {
    color: #4a1388 !important;
  } 
  /*-- Home 9 menu color end --*/
  /*-- Home 10 menu color start --*/
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #b1976b;
  }
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    border-color: #a88b5a !important;
  }
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.current-page-item > a,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.active > a,
  body.home-ten .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li > a:hover {
    color: #b1976b !important;
  }
  body.home-ten .full-width-header.header-style2 .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  body.home-ten .full-width-header.header-style2 .nav-menu .rs-mega-menu > span.rs-menu-parent {
    background: #a88b5a;
  }
  body.home-ten .full-width-header.header-style2 .rs-menu-toggle:hover {
    color: #b1976b !important;
  }
  /*-- Home 10 menu color end --*/
  /*-- Home 11 menu color start --*/
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #d83030;
  }
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    border-color: #c92626 !important;
  }
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.current-page-item > a,
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li.active > a,
  body.home-eleven .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu > li > a:hover {
    color: #d83030 !important;
  }
  body.home-eleven .full-width-header .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  body.home-eleven .full-width-header .nav-menu .rs-mega-menu > span.rs-menu-parent {
    background: #c92626;
  }
  body.home-eleven .full-width-header .rs-menu-toggle:hover {
    color: #d83030 !important;
  }
  /*-- Home 11 menu color end --*/
}
iframe { 
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shape-bg2,
  .shape-bg5 {
    background: #fafafa;
  }
  .shape-bg1,
  .shape-bg3,
  .shape-bg4 {
    background: #1c3988;
  } 
  .rs-banner.style1 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 !important;
  }
  .rs-banner.style1 .content-part {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  iframe { 
    width: 100%;
    margin-top: -50px;
  }
  
  .mobile-menu {
	display: block !important;
  }
}  
.header-search-form-multiple-preferences {
  padding-bottom: 14px !important;
} 

.modal-bg {
  background-color: transparent !important;
}

.rs-counter.style4 .rs-counter-list {
  text-align: center;
}
.rs-counter.style4 .rs-counter-list .icon-part img {
    width: 120px;
    margin: 0px 0px 8px 0px;
    background-color: #4a1388;
    padding: 20px;
}
.rs-counter.style4 .rs-counter-list .counter-text .rs-count {
  color: #f8931f;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  padding: 8px 0;
}
.rs-counter.style4 .rs-counter-list .counter-text .title {
  color: #555555;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
}