@charset "utf-8";
/** 
* 
* -----------------------------------------------------------------------------
*

* Flip-Pay CSS V2.12
* -----------------------------------------------------------------------------
* 
**/
/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. Mobile Menu CSS
    06. About Section CSS
    07. Banner Section CSS
    08. Contact Section CSS
    09. Choose Section CSS
    10. Services Section CSS
    11. Process Section CSS
    12. Project Section CSS
    13. Progress Section CSS
    14. Blog Section CSS
    15. Partner Section CSS
    16. Testimonial Section CSS
    17. Style for text on services pages CSS
    18. Engage Section CSS
    19. Nexus Section CSS
    20. Anti-churn Section CSS
    21. Renewa Section CSS
    22. Novum Section CSS
    23. SAAS Section CSS
    24. Voluntary Contribution Section CSS
    25. Footer Section CSS
    26. Scroll Up CSS
    27. Preloader CSS


--------------------------------------------------------*/

:root {
  --branding-blue-color: #003058;
  --branding-green-color: #43af2a;
  --branding-gray-color: #f6f7f9;
  --branding-lightblue-color: #106eea;
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./assets/fonts/Comfortaa-Regular.ttf) format("truetype");
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #454545;
  font-family: "Comfortaa", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #f6f7f9;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", sans-serif;
  color: #666;
  margin: 0 0 26px;
  line-height: 1;
}

h1 {
  font-size: 70px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

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

h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--branding-blue-color);
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

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

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

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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gray-color {
  background-color: #f6f7f9;
}

.white-color {
  color: #ffffff !important;
}

.image-part img {
  max-height: 585px;
}

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

a {
  color: var(--branding-blue-color);
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--branding-lightblue-color);
}

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

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--branding-lightblue-color);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--branding-lightblue-color);
  text-shadow: none;
  color: #ffffff;
}

.rs-menu-toggle {
  color: var(--branding-lightblue-color);
  text-align: right;
}

button {
  cursor: pointer;
}

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

ul.listing-style li {
  margin-bottom: 7px;
}

ul.listing-style li i {
  color: var(--branding-blue-color);
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}

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

.gridFilter button {
  font-size: 16px;
  background: 0 0 !important;
  color: #0a0a0a;
  display: inline-block;
  transition: 0.4s;
  outline: 0;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 5px 20px;
  border-radius: 30px;
  border: 0;
  border-radius: 3px;
}

.gridFilter button.active {
  background: #fff;
  color: #ff5421;
  box-shadow: 0 0 30px #eee;
}

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

.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}

.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: var(--branding-lightblue-color);
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}

.rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid var(--branding-lightblue-color);
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}

.rs-carousel .owl-dots .owl-dot:hover {
  background: var(--branding-lightblue-color);
}

.rs-carousel .owl-dots .active {
  background: var(--branding-lightblue-color);
  opacity: 1;
}

.video-container {
  max-width: 674px;
}

.embed {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#events,
#news,
#didyouknow,
#whatsnew,
#otherposts,
#feedback {
  scroll-margin-top: 150px;
}

/* ------------------------------------
    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;
}

.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

.readon.learn-more {
  padding: 12px 36px;
  background-color: var(--branding-blue-color);
  border-radius: 4px;
  border: 1px solid var(--branding-blue-color);
  color: var(--branding-gray-color);
  transition: 0.5s;
}

.readon.learn-more:hover {
  background-color: var(--branding-gray-color);
  color: var(--branding-blue-color);
}

.readon.learn-more.submit {
  background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
  padding: 16px 40px 16px 40px;
  font-weight: 500;
  font-size: 16px;
}

.readon.learn-more.submit:hover {
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}

.readon.learn-more.post {
  background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
}

.readon.learn-more.post:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
  color: #fff;
}

.readon.learn-more.pdf i {
  margin-left: 10px;
}

.readon.learn-more.contact-us {
  border-radius: 8px 8px 8px 8px !important;
}

.readon.learn-more.learn-btn {
  background-image: linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
  border-radius: 3px 3px 3px 3px !important;
}

.readon.learn-more.learn-btn:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
}

.readon.learn-more.slider-btn {
  background: #ffffff;
  color: var(--branding-lightblue-color);
  padding: 15px 37px;
  border-radius: 8px 8px 8px 8px !important;
}

.readon.learn-more.slider-btn:hover {
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  color: #ffffff;
}

.readon.started {
  padding: 12px 36px;
  color: var(--branding-blue-color);
  border: 1px solid var(--branding-blue-color);
  background: var(--branding-gray-color);
  border-radius: 4px;
  transition: 0.5s;
  overflow: hidden;
}

.readon.started:hover {
  color: var(--branding-lightblue-color);
  transform: scale(1.1);
}

.readon.started.get-new:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e);
}

.readon.started.get-ready {
  background-image: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
  border-radius: 3px;
  text-transform: uppercase;
}

.readon.started.get-ready:hover {
  opacity: 0.9;
}

.readon.started.get-ready2 {
  border-radius: 5px 5px 5px 5px;
}

.readon.started.get-ready3 {
  border-radius: 5px 5px 5px 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.readon.started.get-ready4 {
  background-image: linear-gradient(80deg, #6e71db 0%, #9c9ff9 100%);
  padding: 18px 40px 18px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
}

.readon.started.get-ready4:hover {
  background-image: linear-gradient(120deg, #9c9ff9 0%, #6e71db 100%);
}

.readon.started.get-ready5 {
  background-image: linear-gradient(250deg, #f18e27 19%, #f14d1a 100%);
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
}

.readon.started.get-ready5:hover {
  background-image: linear-gradient(270deg, #f14d1a 20%, #f18e27 100%);
}

.readon.started.more {
  background-image: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
}

.readon.started.more:hover {
  background-color: transparent;
  background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%);
}

.readon.view-more {
  padding: 12px 25px 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
}

.readon.discover {
  font-size: 16px;
  font-weight: 500;
  color: #032491;
  padding: 17px 30px 17px 30px;
  background: transparent;
  background-image: linear-gradient(90deg, #ffffff 19%, #ffffff 100%);
  border-radius: 4px 4px 4px 4px;
}

.readon.discover.started {
  padding: 16px 30px 16px 30px;
}

.readon.discover.started:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
  color: #032491;
}

.readon.discover:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
}

.readon.discover.more {
  background-image: linear-gradient(90deg, #032491 19%, #032491 100%);
  padding: 16px 30px 16px 30px;
  color: #ffffff;
}

.readon.discover.more:hover {
  background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
  color: #ffffff;
}

.readon.reply {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 3px 20px 6px;
  line-height: 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
  background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
  z-index: 1;
  border: none;
}

.readon.reply:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
  color: #ffffff;
  opacity: 0.99;
}

/*-- Blog Button Css --*/
.blog-button a {
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease 0.4s;
}

.blog-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 8px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 8px;
  transition: all ease 0.4s;
  color: #101010;
}

.blog-button a:hover {
  color: var(--branding-lightblue-color);
}

.blog-button a:hover:after {
  transform: translateX(10px);
  color: var(--branding-lightblue-color);
}

.blog-button.style2 a:hover {
  color: #ff5600;
}

.blog-button.style2 a:hover:after {
  color: #ff5600;
}

.blog-button.style3 a {
  color: #061340;
}

.blog-button.style3 a:hover {
  color: #787cf2;
}

.blog-button.style3 a:hover:after {
  color: #787cf2;
}

.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: var(--branding-blue-color);
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}

.blog-button.inner-blog a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: var(--branding-blue-color);
}

.blog-button.inner-blog a:hover {
  color: #0b70e1;
}

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

/*-- Submit Button Css --*/
.submit {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(95deg, #03228f 0%, #4e95ed 100%);
  padding: 18px 40px 17px 40px;
  font-size: 15px;
  line-height: 1;
  border-radius: 30px 30px 30px 30px;
  border: none;
}

.submit:hover {
  opacity: 0.99;
}

.submit.sub-small {
  padding: 17px 40px 17px 40px;
}

.submit.sub-small:hover {
  color: #ffffff;
  background-image: linear-gradient(290deg, #03228f 0%, #4e95ed 100%);
  opacity: unset;
}

/*-- Add Cart Button Css --*/

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

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

  65% {
    border-width: 1px;
  }

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

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

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

  65% {
    border-width: 1px;
  }

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

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

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

.relative {
  position: relative;
}

.sec-title {
  position: relative;
}

.sec-title .sub-text {
  position: relative;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--branding-blue-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title .sub-text.new {
  color: #ffffff;
  font-size: 15px;
}

.sec-title .sub-text.new:before {
  display: none;
}

.sec-title .sub-text.new:after {
  display: none;
}

.sec-title .sub-text.new-text {
  padding-left: 0;
  margin-bottom: 7px;
  color: #ffffff;
}

.sec-title .sub-text.new-text:before {
  display: none;
}

.sec-title .sub-text.new-text:after {
  display: none;
}

.sec-title .sub-text.style2:after {
  background-color: var(--branding-lightblue-color);
}

.sec-title .sub-text.style2:before {
  background-color: var(--branding-lightblue-color);
}

.sec-title .sub-text.style4-bg {
  color: var(--branding-blue-color);
}

.sec-title .sub-text.style4-bg:before {
  background-color: #227e22;
}

.sec-title .sub-text.style4-bg:after {
  background-color: #227e22;
}

.sec-title .sub-text.choose {
  font-size: 16px;
  font-weight: 500;
}

.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;

  letter-spacing: 10px;
  text-align: center;
}

.sec-title .about-title {
  text-align: left;
}

.sec-title .title.white-color {
  color: #ffffff;
}

.sec-title .desc {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.sec-title .desc.white-color {
  color: #fff;
}

.sec-title2 {
  position: relative;
}

.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--branding-blue-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-title2 .sub-text.white-color {
  color: #ffffff;
}

.sec-title2 .sub-text.gold-color {
  font-weight: 600;
  color: #f27c1e;
}

.sec-title2 .sub-text.contact {
  color: #1273eb;
}

.sec-title2 .sub-text.orange-color {
  color: #f2541b !important;
}

.sec-title2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
  max-width: 490px;
  margin: 0 auto;
}

.sec-title2 .title.white-color {
  color: #ffffff;
}

.sec-title2 .title.testi-title {
  max-width: unset;

  letter-spacing: 10px;
}

.sec-title2 .title.testi-title.new {
  color: #102b3e;
}

.sec-title2 .title.title2 {
  max-width: 1600px;

  letter-spacing: 10px;
}

.sec-title2 .title.title3 {
  color: #102b3e;
  max-width: 430px;
  margin: 0;
}

.sec-title2 .title.title4 {
  max-width: 660px;
}

.sec-title2 .title.orange-color {
  color: #f2541b !important;
}

.sec-title2 .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #454545;
  max-width: 429px;
  margin: 13px auto 0;
}

.sec-title2 .desc.white-color {
  color: #fff;
}

.sec-title2 .desc.desc2 {
  max-width: 700px;
  margin: 0;
}

.sec-title2 .desc.desc3 {
  max-width: 930px;
}

.sec-title4 .title-img img {
  margin: 0px 0px 0px 15px;
}

.sec-title4 .sub-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #787bf2;
  display: block;
  margin: -26px 0px 10px 0px;
}

.sec-title4 .sub-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--branding-blue-color);
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}

.sec-title4 .title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #101010;
  margin: 0 0 17px;
}

.sec-title4 .desc {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/

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

.full-width-header .rs-header .topbar-area {
  padding-top: 20px;
  padding-bottom: 10px;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
  float: left;
  margin-right: 15px;
  line-height: 38px;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
  font-size: 26px;
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
  color: #454545;
  font-size: 14px;
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header .topbar-area.style2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 50px;
}

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

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i:before {
  font-size: 12px;
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #2a8af5;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
  color: #ccc;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening {
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em {
  border-right: 1px solid #2a8af5;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
}

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

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i:before {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

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

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a {
  font-size: 12px;
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a:hover {
  color: #ccc;
}

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

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

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  padding-right: 10px;
}

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li a {
  border-right: unset;
}

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

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

.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening em {
  border-right: unset;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0 0;
}

.menu-social-midia-icons {
  display: flex;
  text-decoration: none;
  list-style: none;
}

.sticky .fa-facebook:before,
.sticky .fa-x-twitter:before,
.sticky .fa-linkedin:before,
.sticky .fa-bluesky:before {
  color: var(--branding-blue-color);
  transition: all 0.3s ease;
}

.sticky .fa-facebook:hover:before,
.sticky .fa-x-twitter:hover:before,
.sticky .fa-linkedin:hover:before,
.sticky .fa-bluesky:hover:before {
  color: var(--branding-lightblue-color);
}

.menu-social-midia-icons a {
  color: white;
  line-height: 45px;
  margin: 10px;
}

.menu-social-midia-icons a:hover {
  color: #bbb;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}

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

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

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

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Comfortaa;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb;
}

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

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

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #bbb;
}

.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 a {
  margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
/* Search Modal */
.search-modal {
  display: none; 
  position: fixed;
  z-index: 99999;
  left: 0; top: 0; 
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
}

.search-modal-content {
  background: white;
  width: 80%;
  max-width: 600px;
  margin: 80px auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-height: 700px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; 
}

.search-modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
  color: rgb(197, 195, 195);
  transition: all 300ms ease-in-out;
}

.search-modal-close:hover {
  color: var(--branding-blue-color);
}
/* Input */
.search-modal-input {
  display: block;
  width: 100%;
  padding: 0 38px 0 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

/* Wrapper to position clear icon inside input */
.search-input-wrapper {
  position: relative;
  flex: 1 1 auto;
}

/* Clear button inside input */
.search-clear-button {
  position: absolute;
  top: 50%;
  align-items: center;
  right: 0px;
  transform: translateY(-50%);
  display: none;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  padding: 0;
  line-height: 24px;
  text-align: center;
  transition: color .15s ease;
}
.search-clear-button i { 
  font-size: 13px; 
}

.search-clear-button:hover,
.search-clear-button:focus { color: var(--branding-blue-color); outline: none; }

.search-modal-results .search-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.search-modal-results .search-item a {
  font-weight: bold;
  color: var(--branding-lightblue-color);
  transition: all 300ms ease-in-out;
}

.search-modal-results .search-item a:hover {
  text-decoration: underline !important;
}
.search-modal-results .search-item p {
  margin: 5px 0 0;
  color: #454545;
  font-size: 13px;
}

.search-modal-results {
  max-height: 560px;
  overflow-y: auto;
  padding: 0 20px 10px 4px;
}

.search-modal-results::-webkit-scrollbar {
  width: 8px;
}
.search-modal-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.search-modal-results::-webkit-scrollbar-thumb {
  background: #afb5c6;
  border-radius: 4px;
}
.search-modal-results::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.search-highlight {
  color: var(--branding-blue-color); 
  background-color: #e9e9e9;
  border-radius: 2px;
}

.search-modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  margin-left: 8px;
  padding: 0 16px;
  background: white;
  color: var(--branding-blue-color);
  border: 1px solid var(--branding-blue-color);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  height: 40px;
}

.search-modal-button:hover {
  color: var(--branding-lightblue-color);
}

.search-modal-button:active {
  transform: translateY(1px);
  opacity: 0.95;
}


@media (max-width: 480px) {
  .search-input-container {
    flex-direction: column;
    gap: 6px;
  }
  .search-modal-button {
    width: auto;
    padding: 0 8px;
    margin-left: 0;
  }
  .search-modal-input {
    width: 100%;
    padding-right: 42px;
  }
  .search-clear-button {
    width: 10px;
    height: 28px;
    right: 10px;
  }
    .search-modal-results {
    line-height: 17px;
    font-size: 14px;
  }
  .search-modal-results .search-item p {
    font-size: 13px;
    line-height: 17px;
  }
  .search-modal-content {
    width: 90%;
    max-height: 600px;
  }

}


.widget-wrapper {
  width: 400px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-search-item {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button {
  border: none;
  height: 35px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  line-height: 35px;
  transition: .25s ease;
  font-family: inherit;
  background-color: transparent;
  padding: 0px;
  color: white;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button i {
  font-size: 15px;
  margin-right: 0;
  margin-left: 5px;
  margin-bottom: 3px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button:focus {
  color: #bbb;
  outline: none;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button {
  color: #222;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button:hover,
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.menu-search-item .menu-search-button:focus {
  color: var(--branding-lightblue-color);
}

/* --- /Menu Search Icon Trigger --- */
.sub-menu img {
  width: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.language-sub-menu img {
  width: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.rs-menu .sub-menu-language {
  width: 135px;
}

.language-sub-menu {
  width: 135px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
  border-radius: 4px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--branding-blue-color);
  height: unset;
  line-height: 16px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu-language li a {
  padding-left: 23px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: var(--branding-lightblue-color);
}

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
  color: var(--branding-lightblue-color) !important;
}

.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.left {
  left: auto;
  right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  position: absolute;
  left: 0;
  min-width: 1210px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
  min-width: 650px;
}

.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 {
  color: #fff;
}

.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 18px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 30px;
}

.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
  float: right;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #0a0a0a;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: 0;
}

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

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

.full-width-header .rs-header.style2 .menu-area .logo-part .dark {
  display: none;
}

.full-width-header .rs-header.style2 .menu-area .logo-part .light {
  display: inherit;
}

.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

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

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
  line-height: 100px;
  height: 100px;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: var(--branding-lightblue-color);
}

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

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}

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

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: var(--branding-lightblue-color);
}

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

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: -45px;
}

.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -215px;
}

.full-width-header .rs-header.style3 .menu-area {
  background: transparent;
  padding: 13px 0;
}

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

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

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

.full-width-header .rs-header.style3 .menu-area .logo-part .light {
  display: inherit;
}

.full-width-header .rs-header.style3 .menu-area .rs-menu-area {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

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

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

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

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

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
  left: unset;
  right: -15px;
}
.full-width-header .rs-header.style3 .menu-area.sticky .flag-icon {
  filter: brightness(0);
}
.full-width-header .rs-header.style3 .menu-area.sticky {
  background: #ffffff;
}

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

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

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: var(--branding-lightblue-color);
}

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

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: var(--branding-lightblue-color);
}

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

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: var(--branding-lightblue-color);
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -75px;
  margin-top: 13px;
}

.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu {
  right: -75px;
  margin-top: 13px;
}

.full-width-header .rs-header.style3.modify3 .menu-area {
  padding: 0;
}

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

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

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #101010;
}

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

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #101010;
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
  color: #102b3e;
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #787cf2;
}

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

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active>a {
  color: #787cf2 !important;
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
  right: -310px;
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.current-menu-item>a {
  color: #787cf2;
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #101010;
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: #787cf2;
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: #787cf2;
}

.full-width-header .rs-header.style4 .menu-area {
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 32px;
}

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

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

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
  min-width: 1240px;
  left: unset;
  right: -340px;
}

.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
  min-width: 1170px;
  right: -300px;
}

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

.full-width-header .rs-header.style4.modify1 .menu-area .box-layout {
  background: #ffffff;
  margin-top: 50px;
  padding: 0 40px;
  z-index: 1;
  border-radius: 5px;
}

.full-width-header .rs-header.style4.modify1 .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  font-size: 16px;
  color: #454545;
  height: 110px;
  line-height: 110px;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f2541b;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
  color: #0a0a0a;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:hover {
  color: #f2541b;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #f2541b;
}

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

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #f2541b;
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
  color: #f2541b !important;
}

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

.full-width-header .rs-header.style4.modify1 .menu-area.sticky .box-layout {
  margin-top: unset;
}

.full-width-header .rs-header.header-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, -0.9);
}

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

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

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

.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle:hover {
  opacity: 0.8;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: var(--branding-lightblue-color);
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #03228f;
}

.full-width-header .right_menu_togle {
  background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
  padding: 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
}

.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}

.full-width-header .right_menu_togle .close-btn .nav-link {
  position: absolute;
  right: 25px;
  top: 25px;
}

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

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

.full-width-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}

.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: var(--branding-lightblue-color);
}

.full-width-header .right_menu_togle .canvas-contact {
  padding: 25px 0 0;
}

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

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

.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #032390;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}

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

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

.language-menu>a.current-lang {
  display: inline-block;
  padding: 0;
}

.language-menu>a.current-lang img.flag-icon {
  width: 22px;
  height: auto;
  border: 1px solid white;
  border-radius: 100%;
}

.sub-menu-language img {
  width: 20px;
  margin-right: 3px;
}

.language-menu>a:before {
  content: none !important;
}

.rs-menu .fullwidth-submenu>.sub-menu {
  width: 100%;
}


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

body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

body .search-modal .search-block ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .search-modal .search-block ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .search-modal .search-block :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .search-modal .search-block :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/*------------------------------------
    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. Mobile Menu CSS
--------------------------------------*/
.new-mobile-menu {
  display: flex;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 9999;
  margin-right: 0px;
  justify-content: flex-end;
  height: 100vh;
  width: 100%;
  transition: all 300ms ease-in-out;
  transform: translateX(100%);
  backdrop-filter: blur(5px);
}

.new-menu-links {
  list-style: none;
  text-align: left;
  width: 330px;
  margin: 0px;
  padding: 10px 10px 0 30px;
  line-height: 50px;
  background-color: white;
  border-left: 1px solid rgba(211, 211, 211, 0.355);
}

.new-mobile-menu a {
  color: var(--branding-blue-color);
  transition: all 200ms ease-in-out;
}

.new-mobile-menu a:focus,
.new-mobile-menu a:hover {
  color: var(--branding-lightblue-color);
}

/* Mobile Search Widget Trigger Styling */
.new-mobile-menu .menu-search-item .menu-search-button {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: none;
  color: var(--branding-blue-color);
  border: none;
  cursor: pointer;
  gap: 6px;
  padding: 0px;
}

.new-mobile-menu .menu-search-item .menu-search-button i {
  font-size: 15px;
  color: var(--branding-blue-color);
}

.new-mobile-menu .menu-search-item .menu-search-button:focus i,
.new-mobile-menu .menu-search-item .menu-search-button:hover i  {
  outline: none;
  color: var(--branding-lightblue-color);
}

.new-mobile-menu .menu-search-item .menu-search-button:focus,
.new-mobile-menu .menu-search-item .menu-search-button:hover {
  outline: none;
  color: var(--branding-lightblue-color);
}


.new-mobile-menu .menu-search-item .menu-search-button:active {
  transform: scale(.96);
}

/* Ensure search button distinct from link list spacing */

.services-sub-menu,
.more-sub-menu,
.language-sub-menu,
.access-fp-sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  border-left: 1px solid rgba(211, 211, 211, 0.355);
  padding-left: 10px;
}

.services-sub-menu li,
.more-sub-menu li,
.language-sub-menu li,
.access-fp-sub-menu li {
  line-height: 40px;
}

.services-sub-menu a,
.more-sub-menu a,
.language-sub-menu a,
.access-fp-sub-menu a {
  text-decoration: none;
}

.services-sub-menu.active,
.more-sub-menu.active,
.language-sub-menu.active,
.access-fp-sub-menu.active {
  display: block;
}

.mobile-menu-item-has-children {
  position: relative;
}

.mobile-menu-social-midia-icons a {
  margin-right: 15px;
}

.close-mobile-menu {
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  color: var(--branding-blue-color);
  font-weight: 900;
  line-height: 0;
  margin: 18px 10px 0 0;
}

.new-mobile-menu.active {
  transform: translateX(0);
}

.actions-buttons .icon-button md-icon {
  color: red;
}
button.icon-button.clear-input-button md-icon {
  color: red !important;
}
/* ------------------------------------
    06. About Section CSS
---------------------------------------*/
.rs-about.style2 {
  background-color: #f6f7f9;
  border-radius: 0px 270px 0px 0px;
  position: relative;
}

.rs-about.style2 .image-part {
  position: absolute;
  left: 35px;
}

.rs-about.style2 .image-part img {
  max-width: 50%;
}

.rs-about.style2.modify1 {
  background-color: unset;
  border-radius: unset;
  position: unset;
}

.rs-about.style2.modify1 .images {
  left: unset;
  position: unset;
}

.rs-about.style2.modify1 .images img {
  max-width: 600px;
}

.rs-about.style2.modify2 {
  border-radius: unset;
  position: relative;
}

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

.rs-about .software-img img {
  max-width: 600px;
}

.scalable-solution-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}

.scalable-solution-list h5 {
  color: var(--branding-blue-color);
  margin: 0 0 5px;
}

.scalable-solution-list li {
  margin-bottom: 30px;
  font-size: 14px;
}

.numbers-test-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 60px;
}

.numbers-card {
  text-align: center;
  background-color: #00305817;
  padding: 32px 56px;
  /* box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 4px;
}

.numbers-card h1 {
  margin: 0 0 10px;
  color: var(--branding-blue-color);
}

.numbers-card span {
  color: var(--branding-blue-color);
}

.grid-2-col,
.grid-3-col,
.grid-3-col-responsive,
.grid-4-col,
.grid-5-col {
  display: grid;
}

.grid-2-col {
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.grid-3-col,
.grid-3-col-responsive {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  list-style-type: none;
  padding-inline-start: 0;
}

.grid-4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  list-style-type: none;
  padding-inline-start: 0;
}

.grid-5-col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.grid-2-col li,
.grid-4-col li,
.grid-3-col li,
.grid-5-col li {
  background-color: white;
  padding: 25px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #454545;
}

.grid-3-col-responsive li {
  background-color: white;
  padding: 25px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.grid-2-col h5,
.grid-3-col h5,
.grid-4-col h5,
.grid-5-col h5 {
  font-size: 19px;
  color: var(--branding-blue-color);
  margin-bottom: 25px;
}

.grid-3-col-responsive h5 {
  font-size: 19px;
  color: var(--branding-blue-color);
  margin-bottom: 25px;
}

.grid-4-col a {
  color: #ddd;
}

.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 860px;
  margin: auto;
  margin-bottom: 45px;
  padding: 0 15px;
}

.credentials-grid img {
  max-width: 60px;
  filter: drop-shadow(2px 4px 6px gray);
}

/* ------------------------------------
    Third party integration Section CSS
---------------------------------------*/
.third-party-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}

.third-party-logos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.rs-third-party {
  background-color: var(--branding-gray-color);
  padding: 70px 10px;
}

.software-logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 500px;
  width: 200px;
  margin: auto;
}

.software-logos:before,
.software-logos:after {
  position: absolute;
  width: 100%;
  height: 70px;
  content: "";
  z-index: 2;
}

.software-logos:before {
  top: 0;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0),
      var(--branding-gray-color));
}

.software-logos:after {
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      var(--branding-gray-color));
}

.software-logos:hover .software-logos-slide,
.software-logos:hover .software-logos-slide2 {
  animation-play-state: paused;
}

.software-logos-slide {
  display: flex;
  flex-direction: column;
  animation: 60s slide-vertical infinite linear;
  justify-content: center;
}

.software-logos-slide2 {
  display: flex;
  flex-direction: column;
  animation: 60s slide-vertical2 infinite linear;
  justify-content: center;
}

.software-logos-slide img,
.software-logos-slide2 img {
  margin: 20px auto;
  width: 80%;
}

.xyz-logo {
  width: 60px !important;
  margin: auto;
}

@keyframes slide-vertical {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical2 {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ------------------------------------
    Enterprise Section CSS
---------------------------------------*/
.enterprise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 25px 0;
  max-width: 80%;
}

.enterprise-card {
  padding: 10px;
  transition: all 200ms ease-in-out;
  align-self: center;
  text-align: center;
  position: relative;
}

.enterprise-card:hover {
  filter: drop-shadow(2px 4px 6px black) brightness(300%) saturate(0%);
}

.enterprise-card img {
  max-width: 72px;
  filter: drop-shadow(2px 4px 6px black) brightness(300%) saturate(0%);
}

.enterprise-card-body {
  margin: 15px 0 0;
  text-align: center;
  color: white;
  min-height: 50px;
}

.enterprise-card-body h3 {
  color: white;
  font-size: 18px;
  margin: 0 0 8px auto;
}

.enterprise-card-body p {
  margin: 0 auto;
  line-height: 1;
  font-size: 11px;
}

/* ------------------------------------
    07. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 765px;
}

.rs-banner.style2 {
  background: url(assets/images/banner/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.rs-banner.style2 .banner-content {
  padding: 210px 0 210px;
}

.rs-banner.style2 .banner-content .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rs-banner.style2 .banner-content .title {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rs-banner.style2 .banner-content .title-small {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rs-banner.style3 {
  background-color: var(--branding-blue-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 170px 0px 50px 0px;
  position: relative;
  background-image: url(assets/images/banner/newbanner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.homepage {
  padding: 150px 50px 70px 170px !important;
}

.rs-banner.style3.enterprise-banner {
  padding: 170px 0px 50px 0px;
}

.rs-banner.style3.voluntary-contribution-banner {
  padding: 170px 100px 50px 100px;
}

.banner-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
}

.rs-banner.style3 .banner-content {
  position: relative;
  z-index: 1;
}

.rs-banner.style3 .banner-content .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.rs-banner.style3 .banner-content .title {
  font-size: 70px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.rs-banner.style3 .banner-content .services-title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 15px 0 0;
}

.rs-banner.style3 .banner-content .services-sub-title {
  font-size: 55px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.rs-banner.style3 .banner-content .voluntary-contribution-sub-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
}

.title-with-icon {
  display: flex;
  justify-content: left;
  align-items: center;
}

.rs-banner.style3 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}

.rs-banner.style3 .banner-content .banner-btn li {
  display: inline-block;
}

.rs-banner.style3 .images-part {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 48%;
}

.rs-banner.style3.modify1 {
  border-radius: unset;
  padding: 400px 0px 190px 0px;
}

.rs-banner.style3.modify1 .banner-content .title {
  font-size: 42px;
  line-height: 59px;
}

.rs-banner.style3.modify1 .banner-content .desc {
  margin-bottom: 35px;
}

.rs-banner.style3.modify1 .banner-content .banner-btn li {
  display: unset;
}

.rs-banner.style3.modify1 .images-part {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.rs-banner.style3.modify1 .images-part img {
  max-width: 900px;
}

.rs-banner.style3.modify2 {
  background: unset;
  border-radius: unset;
  padding: 130px 0px 100px 0px;
}

.services-container {
  max-width: 100%;
}

.rs-banner.style3.modify2 .banner-content .title {
  color: #101010;
}

.rs-banner.style3.modify2 .banner-content .desc {
  color: #454545;
  margin-bottom: 35px;
}

.rs-banner.style3.modify2 .banner-content .banner-btn {
  position: relative;
}

.rs-banner.style3.modify2 .banner-content .banner-btn li {
  display: unset;
}

.rs-banner.style3.modify2 .banner-img img {
  max-width: 850px;
}

.rs-banner.style4 {
  background: url(assets/images/banner/banner-6.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.rs-banner.style4 .banner-content {
  padding: 250px 0 250px;
  max-width: 572px;
}

.rs-banner.style4 .banner-content .sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}

.rs-banner.style4 .banner-content .title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.rs-banner.style4 .banner-content .desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 55px;
}

.rs-banner.style4 .banner-content .banner-btn {
  position: relative;
}

.rs-banner.style4 .banner-content .banner-btn li {
  display: unset;
}

.rs-hero {
  height: 650px;
  align-items: center;
  display: flex;
  padding: 0px 10px;
}

.rs-hero,
.rs-hero h1 {
  color: white;
  text-align: center;
}

.rs-hero h1 {
  margin: 26px 0px 0px 0px;
}

.rs-hero p {
  margin: 10px 0 40px auto;
  font-size: 25px;
}

.hero-title {
  z-index: 1;
  margin: auto;
}

.video-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------
    08. Contact Section CSS
---------------------------------------*/

#copyMessage,
#copyMessage2,
#copyMessage3,
#copyMessage4,
#copyMessage5 {
  background-color: white;
  color: var(--branding-blue-color);
  padding: 1px 6px;
  max-width: 65px;
  border-radius: 4px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: -4px;
  right: -71px;
}

#copyMessage2,
#copyMessage3 {
  top: 22px;
  right: -23px;
}

#copyMessage {
  top: 22px;
  right: -23px;
}

#copyMessage4 {
  top: -4px;
  right: -71px;
}

#copyMessage5 {
  top: -4px;
  right: -71px;
}

.copyIcon {
  position: relative;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: 15px;
  height: fit-content;
  opacity: 0.6;
  cursor: pointer;
}

.rs-contact .contact-wrap {
  background: #ffffff;
  padding: 25px 40px 50px;
  border-radius: 10px 10px 10px 10px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  margin-bottom: 40px;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 30px 0;
}

.flaticon-email:before,
.flaticon-call:before {
  font-size: 35px;
}

.contact-address-text {
  color: var(--branding-blue-color);
  font-size: 14px;
}

.contact-address-text div {
  font-size: 16px;
}

.contact-details-and-copy a {
  font-size: 14px;
}

.contact-details-and-copy img:hover {
  opacity: 1;
}

.maps-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 5px;
}

.maps-location-grid iframe {
  margin-top: 10px;
}

#mc_embed_signup {
  font-size: 16px;
  width: 100%;
  font-family: "Comfortaa";
  border: 1px solid lightgray;
  text-align: center;
  border-radius: 4px;
  padding: 20px 0 40px;
  background-image: url("assets/images/banner/newbanner.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.newsletter-new-form #mc_embed_signup {
  background-color: var(--branding-gray-color);
  background-image: none;
  padding: 100px 0px;
}

.newsletter-new-form #mc_embed_signup form {
  background-color: white;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  justify-content: center;
  display: flex;
  border-radius: 4px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.newsletter-new-form #mc_embed_signup .mc-field-group {
  margin: 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
}

.newsletter-new-form .indicates-required {
  text-align: end;
  font-size: 11px;
  line-height: 12px;
}

.newsletter-new-form h2 {
  color: var(--branding-blue-color);
}

.newsletter-new-form label {
  background-color: white;
  color: var(--branding-blue-color);
}

.newsletter-new-form ::placeholder {
  color: #666;
}

.newsletter-new-form input,
.newsletter-new-form #mce-EMAIL {
  width: 465px;
  border: 1px solid lightgray;
  padding: 10px 20px;
  border-radius: 4px;
}

.newsletter-new-form #mc-embedded-subscribe {
  background: var(--branding-blue-color);
  color: white;
  padding: 10px 20px;
  border: 1px solid var(--branding-blue-color);
  transition: all 400ms ease-in-out;
  margin-top: 40px;
}

.newsletter-new-form #mc-embedded-subscribe:hover {
  border: 1px solid var(--branding-blue-color);
  background-color: var(--branding-gray-color);
  scale: 1;
  color: var(--branding-blue-color);
}

#mc-embedded-subscribe {
  background: var(--branding-gray-color);
  color: var(--branding-blue-color);
  padding: 10px 20px;
  border: 1px solid lightgray;
  transition: all 300ms ease-in-out;
}

#mc-embedded-subscribe:hover {
  color: var(--branding-lightblue-color);
  scale: 1.05;
  border: 1px solid lightgray;
}

.signup-newsletter-title {
  color: white;
  text-align: center;
  margin: 0 0 10px;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}

.signup-newsletter-sub-title {
  color: white;
  margin: 0 0 30px;
  font-size: 20px;
}

.signup-newsletter-sub-title p {
  font-size: 15px;
}

.signup-newsletter-input {
  display: flex;
  justify-content: center;
}

.mc-field-group {
  color: white;
}

#mce-EMAIL {
  width: 365px;
  border: 1px solid lightgray;
  padding: 10px 20px;
}

.subscribe-newsletter {
  color: #bbb;
  font-size: 11px;
}

.rs-contact .contact-wrap .content-part {
  text-align: center;
}

.rs-contact .contact-wrap .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.rs-contact .contact-wrap .content-part .desc {
  margin: 0;
}

.rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-box {
  border-radius: 5px 5px 5px 5px;
}

.contact-box .sec-title .sub-text.new-text,
.contact-box .sec-title .title {
  color: var(--branding-blue-color);
  text-align: start;
}

.contact-box .sec-title .title {
  margin-bottom: 5px;
}

.contact-box .sec-title .sub-text.new-text {
  font-size: 18px;
  text-transform: none;
}

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

.contact-title2 .sub-text.new-text,
.contact-title2 .title {
  color: var(--branding-blue-color);
  text-transform: none;
  text-align: start;
}

.contact-title2 {
  margin-bottom: 10px;
  display: none;
}

.contact-form-box {
  padding: 15px;
}

.rs-contact .contact-box .address-box .address-icon i {
  color: var(--branding-blue-color);
  opacity: 0.8;
}

.rs-contact .contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: var(--branding-blue-color);
  display: block;
}

.rs-contact .contact-box .address-box .address-text a {
  color: var(--branding-blue-color);
  font-size: 14px;
}

.rs-contact .contact-box .address-box .address-text a:hover {
  color: var(--branding-blue-color);
}

.rs-contact .contact-box .address-box .address-text .desc {
  color: #ffffff;
}

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

.rs-contact .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}

.rs-contact .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

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

.rs-contact .map-canvas iframe {
  float: left;
  width: 100%;
  height: 620px;
  border: unset;
}

.rs-contact.style2 .contact-box-wrap {
  background-image: linear-gradient(270deg, #4e95ed 0%, #03228f 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 90px 60px 60px 60px;
}

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

.rs-contact.style2 .contact-box-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.rs-contact.style2 .contact-box-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}

.rs-contact.style2 .contact-box-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}

.rs-contact.style2 .contact-box-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

.rs-contact.negative-margin {
  margin-top: -315px;
}

/* ------------------------------------
  09 . Choose Section CSS
---------------------------------------*/
.rs-why-choose .services-wrap {
  display: flex;
  align-items: center;
}

.rs-why-choose .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}

.rs-why-choose .services-wrap .services-icon img {
  height: 55px;
}

.rs-why-choose .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}

.rs-why-choose .services-wrap .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.rs-why-choose .services-wrap .services-text .title a {
  color: #0a0a0a;
}

.rs-why-choose .services-wrap .services-text .title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-why-choose .services-wrap .services-text .services-txt {
  margin: 0;
}

.rs-why-choose.style1 .services-wrap .services-text .title a {
  color: #ffffff;
}

.rs-why-choose.style1 .services-wrap .services-text .title a:hover {
  color: #ec6f22;
}

.rs-why-choose.style1 .services-wrap .services-text .services-txt {
  color: #ffffff;
}

.rs-why-choose .image-part {
  position: relative;
  z-index: 1;
}

.rs-why-choose.style2 .services-wrap {
  display: flex;
  align-items: center;
}

.rs-why-choose.style2 .services-wrap .services-icon {
  padding: 5px 5px 0 0;
}

.rs-why-choose.style2 .services-wrap .services-icon img {
  height: 55px;
}

.rs-why-choose.style2 .services-wrap .services-text {
  padding: 0px 0px 0px 15px;
}

.rs-why-choose.style2 .services-wrap .services-text .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rs-why-choose.style2 .services-wrap .services-text .title a {
  color: #0a0a0a;
}

.rs-why-choose.style2 .services-wrap .services-text .title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-why-choose.style2 .services-wrap .services-text .services-txt {
  margin: 0;
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .title a {
  color: #ffffff;
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt {
  color: #ffffff;
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt:hover {
  color: #ec6f22;
}

/* ------------------------------------
    10. Services Section CSS
---------------------------------------*/
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.services-card {
  min-height: 150px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: white;
  border-left: 3px solid var(--branding-blue-color);
  transition: all 200ms ease-in-out;
  align-self: center;
  position: relative;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

.services-card:hover,
.services-card:focus {
  transform: translate3d(0, -12px, 0);
  border-color: var(--branding-blue-color);
  border-radius: 4px;
  box-shadow: 0 8px 8px rgba(0, 48, 88, 0.239), 0 0 8px rgba(0, 48, 88, 0.12),
    0 6px 18px rgba(0, 48, 88, 0.12);
}

.services-card-head {
  margin: 0 5px;
  align-self: center;
  text-align: center;
  min-width: 144px;
}

.services-card-body {
  align-self: center;
}

.services-card img {
  width: 60px;
}

.services-card h3 {
  color: var(--branding-blue-color);
  margin: 8px 0 0 0;
  font-size: 20px;
}

.services-card a {
  color: var(--branding-blue-color);
}

.services-card-title {
  color: var(--branding-blue-color);
  font-size: 18px;
}

.services-card p {
  margin: 0 auto;
}

.services-button {
  margin-top: 5px;
  border: 1px solid var(--branding-blue-color);
  border-radius: 4px;
  padding: 10px 30px;
  background-color: white;
  display: none;
}

.services-card-button {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 3px;
}

.rs-services.main-home .services-item {
  margin: 0px 0px 0px 0px;
  padding: 60px 25px 50px 35px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
}

.rs-services.main-home .services-item .services-icon {
  margin-bottom: 30px;
}

.rs-services.main-home .services-item .services-icon .image-part img {
  width: 80px;
  height: 80px;
}

.rs-services.main-home .services-item .services-content .services-text .services-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.main-home .services-item .services-content .services-text .services-title a {
  color: #101010;
}

.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-services.main-home .services-item .services-content .services-desc p {
  color: #444;
  margin: 0;
}

.rs-services.main-home.style1 {
  position: relative;
  z-index: 111;
  margin-top: -200px;
}

.rs-services.main-home.style1 .services-item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
  margin: 0px -10px 0px 0px;
  padding: 40px;
}

.rs-services.main-home.style1 .services-item .services-icon {
  margin-bottom: 15px;
}

.rs-services.main-home.style1 .services-item .services-icon .image-part img {
  width: 80px;
  height: 80px;
}

.rs-services.main-home.style1 .services-item .services-content .services-text .services-title {
  margin-bottom: 5px;
}

.rs-services.main-home.style2 .services-item {
  padding: 65px 35px 35px 35px;
  margin: 0px -10px 0px 0px;
  text-align: center;
  border-radius: unset;
}

.rs-services.main-home.style2 .services-item .services-icon {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 42px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 28px 28px 0 rgba(108, 88, 250, 0.2);
  z-index: 1;
}

.rs-services.main-home.style2 .services-item .services-icon:before {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -2px;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  border: 1px solid;
  transition: all 0.3s ease 0s;
  z-index: 0;
  border-color: #1443c61c;
}

.rs-services.main-home.style2 .services-item .services-content .services-text .services-title a:hover {
  color: #061340;
}

.rs-services.main-home.style2 .services-item.active {
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.rs-services.main-home.style2 .services-item:hover {
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.rs-services.main-home.style2 .services-item:hover .services-icon {
  position: relative;
}

.rs-services.main-home.style2 .services-item:hover .services-icon:before {
  display: none;
}

.rs-services.main-home.style3 .services-item {
  padding: 50px 50px 50px 50px;
  background-color: #f3f7ff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: unset;
  margin: 0px -10px 0px 0px;
}

.rs-services.main-home.style3 .services-item .services-content {
  padding: unset;
  position: unset;
}

.rs-services.main-home.style3 .services-item:hover {
  background-color: #ffffff;
}

.rs-services.main-home.style3 .services-item:hover .services-content {
  padding: unset;
  position: unset;
}

.rs-services.main-home.style3 .services-item:hover .services-content .services-desc p {
  color: #454545;
}

.rs-services.style2 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #ffffff;
  text-align: center;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
  min-height: 300px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateX(180deg);
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275),
    -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateX(0);
  z-index: 1;
  background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  height: 350px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg {
  background: url(assets/images/services/main-home/icons/bg-box.png);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg {
  background: url(assets/images/services/main-home/icons/bg-box-2.png);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
  background: url(assets/images/services/main-home/icons/bg-box-3.png);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
  background-size: cover;
  background-position: center center;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateX(180deg);
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 350px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275),
    -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateX(0);
  z-index: 1;
  background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.purple-bg {
  background: #7218f9;
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.gold-bg {
  background: #fc821b;
}

.rs-services.style3 .services-item {
  padding: 50px 28px 50px 28px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
  position: relative;
  text-align: left;
}

.rs-services.style3 .services-item .services-icon {
  position: relative;
  transition: all 0.3s ease;
}

.rs-services.style3 .services-item .services-icon .image-part .main-img {
  height: 70px;
  width: 70px;
}

.rs-services.style3 .services-item .services-icon .image-part .hover-img {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.rs-services.style3 .services-item .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}

.rs-services.style3 .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}

.rs-services.style3 .services-item .services-content .services-text .title a {
  color: #1c1b1b;
}

.rs-services.style3 .services-item .services-content .services-desc p {
  margin: 0;
}

.rs-services.style3 .services-item .services-content .serial-number {
  position: absolute;
  right: 15px;
  top: -113px;
  font-size: 70px;
  font-weight: 600;
  line-height: 119px;
  color: #02010108;
  margin-bottom: 10px;
}

.rs-services.style3 .services-item:hover {
  background-color: #fd660a;
}

.rs-services.style3 .services-item:hover.pink-bg {
  background: #f30876;
}

.rs-services.style3 .services-item:hover.aqua-bg {
  background: #05dbee;
}

.rs-services.style3 .services-item:hover.paste-bg {
  background: #13e1af;
}

.rs-services.style3 .services-item:hover.purple-bg {
  background: #780fda;
}

.rs-services.style3 .services-item:hover.green-bg {
  background: #0a99fd;
}

.rs-services.style3 .services-item:hover.blue-bg {
  background: #2c44e4;
}

.rs-services.style3 .services-item:hover.gold-bg {
  background: #f5be18;
}

.rs-services.style3 .services-item:hover.cyan-bg {
  background: #14d2f5;
}

.rs-services.style3 .services-item:hover.orange-bg {
  background: #fd660a;
}

.rs-services.style3 .services-item:hover.light-purple-bg {
  background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%);
}

.rs-services.style3 .services-item:hover .services-icon {
  position: relative;
  transition: all 0.3s ease;
}

.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}

.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.rs-services.style3 .services-item:hover .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}

.rs-services.style3 .services-item:hover .services-content .services-text .title a {
  color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .serial-number {
  color: #ffffff26;
}

.rs-services.style3 .services-item.services-item {
  padding: 50px 36px 50px 36px;
}

.rs-services.style3.modify1 .services-item {
  text-align: center;
}

.rs-services.style3.modify1 .services-item .services-icon .image-part .hover-img {
  left: 50%;
  transform: scale(0) translateX(-50%);
}

.rs-services.style3.modify1 .services-item:hover.pink-light-bg {
  background: #f072d6;
}

.rs-services.style3.modify1 .services-item:hover.blue2-bg {
  background: #4790f2;
}

.rs-services.style3.modify1 .services-item:hover.paste2-bg {
  background: #67c565;
}

.rs-services.style3.modify1 .services-item:hover.purple2-bg {
  background: #626ff3;
}

.rs-services.style3.modify1 .services-item:hover.cyan2-bg {
  background: #4ccbe6;
}

.rs-services.style3.modify1 .services-item:hover.pink2-bg {
  background: #e65599;
}

.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}

.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(-50%);
}

.rs-services.style3.modify1 .services-item:hover .services-content {
  padding: 33px 0px 0px 15px;
  position: relative;
}

.rs-services.style3.modify1 .services-item.services-item {
  padding: 50px 25px 50px 25px;
}

.rs-services.style3.modify2 .services-item {
  display: flex;
  margin: 0px -13px 0px 0px;
  padding: 35px 37px 35px !important;
  background-color: #fff;
  box-shadow: 0 0 30px #eee;
  border-radius: 3px 3px 3px 3px;
}

.rs-services.style3.modify2 .services-item .services-icon .image-part .main-img {
  max-width: unset;
}

.rs-services.style3.modify2 .services-item .services-content {
  padding: 0px 0px 0px 20px;
}

.rs-services.style3.modify2 .services-item:hover {
  background-color: #fd660a;
}

.rs-services.style3.modify2 .services-item:hover.pink-bg {
  background: #f30876;
}

.rs-services.style3.modify2 .services-item:hover.aqua-bg {
  background: #05dbee;
}

.rs-services.style3.modify2 .services-item:hover.paste-bg {
  background: #13e1af;
}

.rs-services.style3.modify2 .services-item:hover.purple-bg {
  background: #780fda;
}

.rs-services.style3.modify2 .services-item:hover.green-bg {
  background: #0a99fd;
}

.rs-services.style3.modify2 .services-item:hover.blue-bg {
  background: #2c44e4;
}

.rs-services.style3.modify2 .services-item:hover.gold-bg {
  background: #f5be18;
}

.rs-services.style3.modify2 .services-item:hover.cyan-bg {
  background: #14d2f5;
}

.rs-services.style3.modify2 .services-item:hover .services-content {
  padding: 0px 0px 0px 20px;
}

.rs-services.style3.modify3 .services-item {
  background-color: #131313;
  box-shadow: unset;
}

.rs-services.style3.modify3 .services-item .services-content .services-text .title a {
  color: #ffffff;
}

.rs-services.style3.modify3 .services-item .services-content .services-desc p {
  color: #ffffff;
}

.rs-services.style3.modify3 .services-item .services-content .serial-number {
  color: #ffffff08;
}

.rs-services.style4 .services-item {
  text-align: center;
  padding: 50px 40px 50px 40px;
}

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

.rs-services.style4 .services-item .services-icon img {
  width: 50px;
  height: 50px;
}

.rs-services.style4 .services-item .services-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rs-services.style4 .services-item .services-content .title a {
  color: #102b3e;
}

.rs-services.style4 .services-item .services-content .title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-services.style4 .services-item .services-content .desc {
  margin-bottom: 15px;
}

.rs-services.style4 .hover-effect:hover .services-item:hover,
.rs-services.style4 .hover-effect:not(:hover) .active {
  background: #ffffff;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}

.rs-services.style4.modify1 .services-item {
  text-align: left;
  display: flex;
  padding: 40px 30px 35px 30px;
}

.rs-services.style4.modify1 .services-item .services-icon {
  padding: 8px 0px 0px 0px;
  font-size: 50px;
  line-height: 50px;
}

.rs-services.style4.modify1 .services-item .services-icon img {
  max-width: unset;
}

.rs-services.style4.modify1 .services-item .services-content {
  padding: 0px 0px 0px 15px;
}

.rs-services.style4.modify1 .services-item .services-content .title a {
  color: #102b3e;
}

.rs-services.style4.modify1 .services-item .services-content .title a:hover {
  color: #032390;
}

.rs-services.style4.modify1.services3 .services-item {
  padding: 50px 25px 33px 25px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  margin: 0 -10px 0 0;
}

.rs-services .shape-animation {
  position: relative;
}

/* ------------------------------------
    11. Process Section CSS
---------------------------------------*/
.cards-container {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-template-rows: auto;
  grid-gap: 40px;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}

.cards-container .card-box {
  position: relative;
  height: 400px;
  background-color: var(--branding-gray-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-container .card-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #00305824;
  pointer-events: none;
  border-radius: 4px 0 0 4px;
}

.card-content {
  position: relative;
  padding: 20px;
  transform: translateY(40px);
  height: 300px;
  text-align: left;
}

.card-box .card-content span {
  position: absolute;
  top: -60px;
  right: 20px;
  margin: 0;
  padding: 0;
  font-size: 100px;
  color: #00305848;
  transition: 0.5s;
  line-height: 1.3;
}

.card-box:hover .card-content span {
  top: -100px;
}

.card-box .card-content h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--branding-blue-color);
  min-height: 49px;
}

.card-box .card-content p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--branding-blue-color);
}

.card-box .card-content a {
  position: relative;
  margin: 20px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid var(--branding-blue-color);
  border-radius: 4px;
  display: inline-block;
  color: var(--branding-blue-color);
  transition: 0.5s;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
}

.card-box:hover .card-content a {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.card-box .card-content a:hover {
  color: var(--branding-lightblue-color);
}

.rs-process .rs-addon-number .number-text .number-area {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #03228f;
}

.rs-process .rs-addon-number .number-text .number-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 10px;
}

.rs-process .rs-addon-number .number-text .number-txt {
  margin: 0;
  padding-right: 34px;
}

.rs-process.modify1 {
  background-color: var(--branding-blue-color);
}

.rs-process.modify1 .rs-addon-number .number-text {
  margin: 0px 25px 0px 30px;
  padding: 0px 48px 11px 48px;
  background-color: #182aee45;
  border-radius: 10px 10px 50px 10px;
  position: relative;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area {
  font-size: 41px;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  left: -70px;
  top: -30px;
  text-align: center;
  background: #06d3e5;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
  background: #3bcd4c;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.plum-bg {
  background: #9439e9;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.pink-bg {
  background: #f30876;
}

.rs-process.modify1 .rs-addon-number .number-text .number-title .title {
  color: #ffffff;
  margin-bottom: 15px;
}

.rs-process.modify1 .rs-addon-number .number-text .number-txt {
  color: #ffffff;
  margin-bottom: 40px;
  padding-right: 0;
}

.rs-process.style2 .addon-process .process-wrap .process-img {
  padding: 10px 10px 10px 10px;
}

.rs-process.style2 .addon-process .process-wrap .process-img img {
  width: 100%;
  height: auto;
}

.rs-process.style2 .addon-process .process-wrap .process-text {
  text-align: center;
  padding: 15px 0 0;
}

.rs-process.style2 .addon-process .process-wrap .process-text .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0;
}

.rs-process.style2 .addon-process .process-wrap .process-text .title:hover {
  color: #061340;
}

.rs-process.style3 .rs-addon-number {
  margin: 0px -10px 0px 0px;
  padding: 37px 30px 37px 38px;
  background-color: #ffffff;
  border-bottom: 7px solid #095fd0;
}

.rs-process.style4 .rs-addon-number {
  margin: 0px -10px 0px 0px;
  padding: unset;
  background-color: unset;
}

.rs-process.style4 .rs-addon-number .number-text .number-area {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
  width: 64px;
  height: 54px;
  top: -20px;
}

.rs-process.style4 .rs-addon-number .number-text .number-area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  border-radius: 50px 50px 50px 50px;
  background: #a0b3f8;
}

.rs-process .shape-animation {
  position: relative;
}

.rs-process .shape-animation .shape-process {
  position: absolute;
  left: 180px;
  top: 50px;
}

/*------------------------------------
    12. Project Section CSS
------------------------------------*/

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px 15px;
  text-align: center;
  margin: 20px auto;
  max-width: 1200px;
}

.feature-card {
  max-width: 160px;
  margin: 0 auto;
  position: relative;
}

.feature-card p {
  color: #bbb;
  margin: 0 auto;
  line-height: normal;
}

.feature-card h4 {
  color: white;
  margin: 15px 0 5px 0;
  min-height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 25px;
}

.feature-card img {
  width: 100px;
}

.feature-card:hover img {
  animation-name: float;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
}

.rs-project.style2 .project-item .project-img img {
  width: 100%;
  border-radius: 5px;
}

.rs-project.style2 .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
  z-index: 1;
}

.rs-project.style2 .project-item .project-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rs-project.style2 .project-item .project-content .title a {
  color: #ffffff;
}

.rs-project.style2 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}

.rs-project.style2 .project-item .project-content .category a {
  color: #ffffff;
}

.rs-project.style2 .project-item .project-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.rs-project.style2 .project-item:hover .project-content {
  top: 0;
  opacity: 1;
  z-index: 1;
}

.rs-project.style2 .owl-nav .owl-next,
.rs-project.style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}

.rs-project.style2 .owl-nav .owl-next i:before,
.rs-project.style2 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
}

.rs-project.style2 .owl-nav .owl-next:hover,
.rs-project.style2 .owl-nav .owl-prev:hover {
  color: var(--branding-lightblue-color);
}

.rs-project.style2 .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.rs-project.style2 .owl-nav .owl-next i:before {
  content: "\f110";
}

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

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

.rs-project.style3 {
  background-color: var(--branding-blue-color);
  padding: 110px 80px 120px 80px;
}

.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}

.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
  border-radius: 5px;
}

.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  color: #eee8e8;
}

.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  width: 100%;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  transform: translateY(0);
  order: 2;
  flex: 0 0 100%;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
  flex: 0 0 100%;
  transform: translateY(0px);
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #ffffff;
}

.rs-project.style3 .project-item .project-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}

.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}

.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}

.rs-project.style3 .owl-nav .owl-next,
.rs-project.style3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}

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

.rs-project.style3 .owl-nav .owl-next:hover,
.rs-project.style3 .owl-nav .owl-prev:hover {
  color: var(--branding-lightblue-color);
}

.rs-project.style3 .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.rs-project.style3 .owl-nav .owl-next i:before {
  content: "\f110";
}

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

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

.rs-project.style3.modify1 {
  background-image: unset;
  border-radius: unset;
  padding: 100px 0;
  margin-left: -80px;
}

.rs-project.style3.modify1.mod {
  padding: 120px 0;
}

.rs-project.style3.modify1.mod .project-item .project-img a img {
  width: 380px;
  max-width: 380px;
}

.rs-project.style3.modify1 .owl-nav .owl-next,
.rs-project.style3.modify1 .owl-nav .owl-prev {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: unset;
  color: #fff;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.rs-project.style3.modify1 .owl-nav .owl-next i:before,
.rs-project.style3.modify1 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}

.rs-project.style3.modify1 .owl-nav .owl-next:hover,
.rs-project.style3.modify1 .owl-nav .owl-prev:hover {
  color: #ccc;
}

.rs-project.style3.modify1 .owl-nav .owl-next {
  top: 350px;
  right: 1704px;
}

.rs-project.style3.modify1 .owl-nav .owl-next i:before {
  content: "\f110";
}

.rs-project.style3.modify1 .owl-nav .owl-prev {
  left: -470px;
  top: 350px;
}

.rs-project.style3.modify1.case-style3 {
  margin-left: unset;
  padding: 120px 0;
}

.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
}

.rs-project.style4 .project-item .project-img img {
  border-radius: 5px;
}

.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 30px 20px 30px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #ffffff;
  transition: 0.6s;
}

.rs-project.style4 .project-item .project-content .category {
  margin: 0;
}

.rs-project.style4 .project-item .project-content .category a {
  font-size: 16px;
  color: #0b70e1;
}

.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
}

.rs-project.style4 .project-item .project-content .title a {
  color: #0f0f0f;
}

.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}

/*------------------------------------
    13. Progress Section CSS
------------------------------------*/
.progress-pie-part .box {
  width: 100%;
  display: block;
  text-align: center;
  color: #0a0a0a;
}

.progress-pie-part .box .chart {
  position: relative;
}

.progress-pie-part .box .chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  color: #102b3e;
}

.progress-pie-part .box .title {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
  color: #102b3e;
  margin: 14px 0 0;
}

/*------------------------------------
    14. Blog Section CSS
------------------------------------*/
.margin-fix {
  margin-left: 5px;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.rs-inner-blog .blog-item {
  background: white;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.rs-inner-blog .blog-img {
  max-width: 100%;
}

.rs-inner-blog .blog-item .blog-content {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.fade-out {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100px;
  background: -webkit-linear-gradient(top,
      hsla(0, 0%, 100%, 0),
      hsla(45deg 40% 98%) 85%);
  background: linear-gradient(180deg,
      hsla(0, 0%, 100%, 0) 0,
      hsl(45deg 40% 100%) 85%);
}

.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 18px 0 10px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  min-height: 60px;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: var(--branding-lightblue-color);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #0b70e1;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #0b70e1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}

.rs-inner-blog .widget-area .widget-title .title {
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}

.rs-inner-blog .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: var(--branding-blue-color);
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: var(--branding-lightblue-color);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
  display: block;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i {
  margin-right: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
  font-size: 12px;
}

.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}

.rs-inner-blog .widget-area .categories li a:hover {
  color: var(--branding-lightblue-color);
}

.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

/*------------------------------------
    15. Partner Section CSS
------------------------------------*/
.rs-partners {
  background-color: white;
  padding: 100px 10px;
}

.partners-logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.partners-logos:before,
.partners-logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.partners-logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.partners-logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.partners-logos:hover .partners-logos-slide {
  animation-play-state: paused;
}

.partners-logos-slide {
  display: inline-block;
  animation: 60s slide infinite linear;
}

.partners-logos-slide img {
  height: 80px;
  max-width: none;
  margin: 0 20px;
}

.height-img-logo {
  height: 60px !important;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* ------------------------------------
    16. Testimonial Section CSS
---------------------------------------*/

.testimonials {
  position: relative;
  width: 100%;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 1270px;
  margin: auto;
}

.swiper-container {
  width: 100%;
  padding-top: 20px;
}

.swiper-container:before,
.swiper-container:after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  content: "";
  z-index: 2;
}

.swiper-container:before {
  left: 0;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0),
      var(--branding-gray-color));
}

.swiper-container:after {
  right: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      var(--branding-gray-color));
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 500px;
  filter: blur(4px);
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-wrapper {
  transform: translate3d(-250px, 0, 0px);
}

.testimonial-card {
  position: relative;
  max-width: 100%;
  height: 400px;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  border-radius: 4px;
  padding: 18px 18px 30px 18px;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.2);
}

.header-testimonial-card {
  width: 150px;
  margin: auto;
}

.testimonial-logo-bigger {
  width: 200px;
}

.customer-img {
  width: 100%;
  margin: 15px 0 5px;
}

.body-testimonial-card {
  font-style: italic;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: auto;
}

.body-testimonial-card p {
  margin: 25px 15px;
}

.extra-big-testimonial {
  line-height: 1.2;
}

.big-testimonial {
  line-height: 1.4;
}

.footer-testimonial-card {
  margin-top: 30px;
}

.rs-testimonial.main-home .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.rs-testimonial.main-home .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: #0b70e1;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
  width: 40px;
  background: #0b70e1;
  opacity: 1;
}

.rs-testimonial.main-home .owl-stage-outer {
  padding: 45px 0;
  margin: -45px 0;
}

.rs-testimonial.main-home.style2.modify1 .overlayer {
  position: relative;
}

.rs-testimonial.main-home.style2.modify1 .overlayer:after {
  background-color: #020e38;
  opacity: 0.64;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rs-testimonial.main-home.style4 {
  padding: 120px 40px 50px 40px;
  border-radius: 270px 0px 0px 0px;
}

.rs-testimonial.main-home.style4.modify1 {
  border-radius: unset;
  position: relative;
}

.rs-testimonial.main-home.style4.modify1 .modify-gap {
  padding-right: 220px;
  padding-left: 50px;
}

.rs-testimonial.main-home.style4.modify1 .testi-img img {
  max-width: 900px;
}

.rs-testimonial.style3 .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.rs-testimonial.style3 .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: #0b70e1;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-testimonial.style3 .owl-dots .owl-dot:hover,
.rs-testimonial.style3 .owl-dots .owl-dot.active {
  width: 40px;
  background: #0b70e1;
  opacity: 1;
}

.rs-testimonial.style3 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.rs-testimonial.style4 .owl-nav .owl-next,
.rs-testimonial.style4 .owl-nav .owl-prev {
  position: absolute;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fbfbfb;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  text-align: center;
}

.rs-testimonial.style4 .owl-nav .owl-next i:before,
.rs-testimonial.style4 .owl-nav .owl-prev i:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}

.rs-testimonial.style4 .owl-nav .owl-next:hover,
.rs-testimonial.style4 .owl-nav .owl-prev:hover {
  color: #ffffff;
}

.rs-testimonial.style4 .owl-nav .owl-next {
  top: 249px;
  left: -63%;
}

.rs-testimonial.style4 .owl-nav .owl-next i:before {
  content: "\f110";
}

.rs-testimonial.style4 .owl-nav .owl-prev {
  left: -75%;
  top: 249px;
}

/* ------------------------------------
  17  . Style for text on services pages 
---------------------------------------*/
.text-2-col-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.text-2-col-list li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

.text-2-col-list img {
  display: none;
}

.text-2-col {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}

/* ------------------------------------
  18 . Engage Section CSS
---------------------------------------*/
.engage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.engage-grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.engage-grid li,
.engage-grid-2-col li {
  display: flex;
  justify-content: left;
}

.engage-grid img,
.engage-grid-2-col img {
  width: 30px;
  opacity: 0.6;
  height: fit-content;
  margin-right: 12px;
}

.engage-grid li h5,
.engage-grid-2-col li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

/* ------------------------------------
  19  . Nexus Section CSS
---------------------------------------*/
.nexus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.nexus-grid li {
  display: flex;
  justify-content: left;
}

.nexus-grid img {
  width: 30px;
  opacity: 0.6;
  height: fit-content;
  margin-right: 12px;
}

.nexus-grid li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

/* ------------------------------------
  20  . Anti-churn Section CSS
---------------------------------------*/
.hexagon-list-style {
  list-style: none;
}

.hexagon-list-style img {
  width: 20px;
  margin-right: 10px;
}

.hexagon-list-style li {
  align-items: start;
  display: flex;
  margin-bottom: 5px;
}

/* ------------------------------------
  21  . Renewa Section CSS
---------------------------------------*/
.renewa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  list-style: none;
  padding-inline-start: 0;
}

.renewa-grid li {
  display: flex;
  justify-content: left;
}

.renewa-grid img {
  width: 30px;
  opacity: 0.6;
  height: fit-content;
  margin-right: 12px;
}

.renewa-grid li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

/* ------------------------------------
  22  . Novum Section CSS
---------------------------------------*/
.novum-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.novum-grid li {
  display: flex;
  justify-content: left;
}

.novum-grid img {
  width: 30px;
  opacity: 0.6;
  height: fit-content;
  margin-right: 12px;
}

.novum-grid li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

/* ------------------------------------
  23  . SAAS Section CSS
---------------------------------------*/

.saas-grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

/* ------------------------------------
  24  . Voluntary Contribution Section CSS
---------------------------------------*/
.voluntary-contribution-card {
  position: relative;
}

.voluntary-contribution-card span {
  position: absolute;
  bottom: 0px;
  right: 20px;
  margin: 0;
  padding: 0;
  font-size: 60px;
  color: #0030583d;
  line-height: 1.3;
}

.empower-your-cause-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  list-style: none;
  padding-inline-start: 0;
}

.empower-your-cause-grid li {
  display: flex;
  justify-content: left;
}

.empower-your-cause-grid img {
  width: 30px;
  opacity: 0.6;
  height: fit-content;
  margin-right: 12px;
}

.empower-your-cause-grid li h5 {
  color: var(--branding-blue-color);
  margin-bottom: 6px;
}

/*------------------------------------
  25 . Footer Section CSS
------------------------------------*/
.rs-footer {
  background: url(assets/images/banner/newbanner.png);
  background-color: #f5f6f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rs-footer .footer-top {
  padding: 35px 30px 25px;
  font-size: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  margin: auto;
  max-width: 1400px;
}

.rs-footer .footer-top .footer-logo img {
  height: 40px;
}

.rs-footer .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.rs-footer .footer-top .widget-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  margin-top: 13px;
}

.rs-footer .footer-top .site-map li {
  margin-bottom: 12px;
}

.rs-footer .footer-top .site-map li a {
  font-size: 16px;
  color: #454545;
}

.rs-footer .footer-top .site-map li a:hover {
  color: var(--branding-lightblue-color);
}

.rs-footer .footer-top .footer-social {
  list-style: none;
  padding-inline-start: 0px;
  margin-top: 13px;
}

.rs-footer .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;

  text-align: center;
  font-size: 15px;
  transition: all 0.8s ease;
  background: rgba(255, 255, 255, 0.9);
}

.rs-footer .footer-top .footer-social li a i {
  line-height: 35px;
}

.rs-footer .footer-top .footer-social li a:hover {
  color: #ffffff;
  background: var(--branding-blue-color);
}

.rs-footer .footer-top .footer-social li:last-child {
  margin: 0;
}

.rs-footer .footer-top .address-widget {
  padding-inline-start: 0px;
  list-style-type: none;
}

.rs-footer .footer-top .address-widget li {
  padding: 0px 0px 2px 35px;
  position: relative;
}

.rs-footer .footer-top .desc {
  color: #ddd;
}

.rs-footer .footer-top .desc a {
  color: #ddd;
}

.rs-footer .footer-top .desc a:hover {
  color: white;
}

.rs-footer .footer-top .address-widget li .desc a {
  color: #ddd;
}

.rs-footer .footer-top .address-widget li .desc a:hover {
  color: white;
}

.rs-footer .footer-top .address-widget li i {
  color: white;
  position: absolute;
  left: 0px;
}

.rs-footer .footer-top .address-widget li i:before {
  font-size: 20px;
}

.rs-footer .footer-top .widget-desc {
  margin: 0;
}

.rs-footer .footer-top p {
  margin: 16px 0 0;
  position: relative;
  color: #ddd;
}

.rs-footer .footer-top p input[type="email"] {
  border: none;
  width: 91%;
  font-size: 13px;
  padding: 16px 60px 16px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  background: #fff;
  box-shadow: 0 0 25px #eeeeee;
}

.rs-footer .footer-top p input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
  border-radius: 50%;
  padding: 15px 28px 15px;
  font-family: "Flaticon";
  font-size: 0;
  border: none;
}

.rs-footer .footer-top p i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}

.rs-footer .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.rs-footer .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}

.rs-footer .footer-top p :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}

.rs-footer .footer-top p :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}

.rs-footer .footer-bottom {
  padding: 10px 0;
  background: rgba(255, 255, 255, 1);
}

.rs-footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 10px;
}

.rs-footer .footer-bottom .copyright p a {
  color: #454545;
  font-size: 10px;
}

.rs-footer .footer-bottom .copyright p a:hover {
  color: var(--branding-lightblue-color);
}

.rs-footer .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.rs-footer .footer-bottom .copy-right-menu li a {
  color: #454545;
}

.rs-footer .footer-bottom .copy-right-menu li a:hover {
  color: var(--branding-lightblue-color);
}

.rs-footer .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: var(--branding-blue-color);
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.rs-footer.style1 .footer-top .widget-title {
  color: #102b3e;
}

.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #f2541b;
}

.rs-footer.style1 .footer-top .footer-social li a:hover {
  background: #f2541b;
}

.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #f2541b;
}

.rs-footer.style1 .footer-top .address-widget li i {
  color: #f2541b;
}

.rs-footer.style1 .footer-top p input[type="submit"] {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}

.rs-footer.style1 .footer-bottom .copyright p a:hover {
  color: #f2541b;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #f2541b;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  background: #f2541b;
}

.rs-footer.style1.home14-footer-style .footer-bottom .copyright p a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li i,
.rs-footer.style1.home14-footer-style .footer-top .site-map li a:hover {
  color: #ff7045;
}

.rs-footer.style1.home14-footer-style .footer-top p input[type="submit"],
.rs-footer.style1.home14-footer-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.home14-footer-style .footer-top .footer-social li a:hover {
  background: #ff7045;
}

.rs-footer.style2 {
  background: url(assets/images/bg/footer-bg2.jpg);
  background-color: #f5f6f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rs-footer.style2 .footer-top {
  padding: 92px 0 65px;
}

.rs-footer.style2 .footer-top .footer-logo img {
  height: 40px;
}

.rs-footer.style2 .footer-top .widget-title {
  color: #ffffff;
}

.rs-footer.style2 .footer-top .site-map li a {
  color: #ffffff;
}

.rs-footer.style2 .footer-top .site-map li a:hover {
  color: #03228f;
}

.rs-footer.style2 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer.style2 .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all 0.8s ease;
  background: rgba(255, 255, 255, 0.9);
}

.rs-footer.style2 .footer-top .footer-social li a:hover {
  color: #ffffff;
  background: var(--branding-lightblue-color);
}

.rs-footer.style2 .footer-top .footer-social li:last-child {
  margin: 0;
}

.rs-footer.style2 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

.rs-footer.style2 .footer-top .address-widget li .desc {
  color: #ffffff;
}

.rs-footer.style2 .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.rs-footer.style2 .footer-top .address-widget li .desc a:hover {
  color: #03228f;
}

.rs-footer.style2 .footer-top .widget-desc {
  margin: 0;
}

.rs-footer.style2 .footer-top p input[type="email"] {
  box-shadow: unset;
}

.rs-footer.style2 .footer-bottom {
  background: transparent;
  border-color: rgba(80, 90, 100, 0.56) !important;
  border-top: 1px solid;
}

.rs-footer.style2 .footer-bottom .copyright p {
  color: #ffffff;
}

.rs-footer.style2 .footer-bottom .copyright p a {
  color: #ffffff;
}

.rs-footer.style2 .footer-bottom .copyright p a:hover {
  color: #03228f;
}

.rs-footer.style2 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}

.rs-footer.style2.modify1 {
  background: unset;
  background-color: unset;
}

.rs-footer.style2.modify1 .footer-top .site-map li a:hover {
  color: #1273eb;
}

.rs-footer.style2.modify1 .footer-top .address-widget li i:before {
  color: #fd6509;
}

.rs-footer.style2.modify1 .footer-top .address-widget li .desc a:hover {
  color: #1273eb;
}

.rs-footer.style2.modify1 .footer-bottom {
  background: #000000;
  border-color: unset;
  border-top: unset;
}

.rs-footer.style2.modify1 .footer-bottom .copyright p {
  color: #ffffff;
}

.rs-footer.style2.modify1 .footer-bottom .copyright p a {
  color: #ffffff;
}

.rs-footer.style2.modify1 .footer-bottom .copyright p a:hover {
  color: #1273eb;
}

.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}

.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a:hover {
  color: #1273eb;
}

.rs-footer.style3 {
  background: #f5f6f9;
  background-size: cover;
}

.rs-footer.style3 .footer-top .widget-title {
  color: #102b3e;
}

.rs-footer.style3 .footer-top .site-map li a:hover {
  color: #1273eb;
}

.rs-footer.style3 .footer-top .footer-social li a:hover {
  background: #787cf2;
}

.rs-footer.style3 .footer-top .address-widget li .desc a:hover {
  color: #1273eb;
}

.rs-footer.style3 .footer-top .address-widget li i {
  color: #1273eb;
}

.rs-footer.style3 .footer-top p input[type="submit"] {
  background: #787cf2;
}

.rs-footer.style3 .footer-top p input[type="submit"]:hover {
  opacity: 0.9;
}

.rs-footer.style3 .footer-bottom .copyright p a:hover {
  color: #1273eb;
}

.rs-footer.style3 .footer-bottom .copy-right-menu li a:hover {
  color: #1273eb;
}

.rs-footer.style3 .footer-bottom .copy-right-menu li:before {
  background: #787cf2;
}

.rs-footer.style3.onepage-style4 {
  background: url(assets/images/bg/footer-bg.png);
  background-color: #f5f6f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.certifications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 4px;
  max-width: 350px;
}

.widget-desc-footer {
  min-height: 275px;
}

/* -----------------------
  26 . Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 60px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  background-color: var(--branding-blue-color);
  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 {
  opacity: 0.8;
}

#scrollUp.oranage i {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}

#scrollUp.oranage2 i {
  background: #ff7045;
}

#scrollUp.purple-color i {
  background: #787cf2;
}

/* ------------------------------------
  27 . Preloader CSS
---------------------------------------*/
.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}

.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: var(--branding-lightblue-color);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader.orange-loader .loader-container {
  background: #ff7045;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}