* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Exo", sans-serif;
  margin: 0.01rem auto 0;
  padding: 0;
  color: #222223;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden !important;
}

.row>*,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 0.8rem;
}

p,
ul li {
  font-size: 1.6rem;
  line-height: 2.7rem;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
.btn-block {
  font-family: "Exo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222223;
  font-weight: 800;
}

a,
button,
input[type=submit] {
  color: #021655;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #021655;
  text-decoration: none;
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #0b479e;
}

::selection {
  color: #fff;
  background: #0b479e;
}

/*Twitter x icon */
@font-face {
  font-family: "x-twitter";
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot");
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.woff") format("woff"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "x-twitter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "x-twitter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\61";
  display: flex;
}

/*Twitter x icon END */

.pointer-event-none {
  pointer-events: none;
}

.toast-message {
  font-size: 16px !important;
}

.pad-70 {
  padding: 70px 0;
}

.pad-90 {
  padding: 90px 0;
}

.section-divider {
  margin: 0 0 90px;
}

.heading {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0 0 15px;
  color: #021655;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #0b479e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  border: none;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #021655;
  color: #ffffff;
}

.btn-main1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #021655;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  border: none;
}

.btn-main1:hover,
.btn-main1:focus {
  background-color: #0b479e;
  color: #ffffff;
}

.btn-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}

.btn-border:hover,
.btn-border:focus {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: 0.3s all ease-in-out;
}

header .navigation-area {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

header .navigation-area.menu-fix {
  position: fixed;
  background-color: #ffffff;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  width: 100%;
}

.logo-area {
  display: block;
}

.logo-area img {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  max-width: 230px;
}

.menu-fix .logo-area img {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.header-tp-block {
  background-color: #021655;
  padding: 8px 0;
  border-bottom: 1px solid #606061;
}

.menu-fix .header-tp-block {
  display: none;
}

.header-tp-block a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
}

.header-tp-block .header-tp-block-r a {
  margin-left: 35px;
}

.header-tp-block .header-tp-block-r a i {
  margin-right: 8px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.menu-area {
  padding: 10px 0;
}

.nav-item {
  margin-left: 35px;
}

.nav-link {
  color: #021655;
  font-size: 1.6rem;
  padding: 0;
  position: relative;
  padding: 10px 0 !important;
  text-transform: capitalize;
  font-weight: 400;
}

.nav-link:hover,
.nav-link:focus {
  color: #021655;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.nav-item.active .nav-link {
  text-decoration: none !important;
  color: #021655;
}

.menu__block_wrap {
  display: flex;
  justify-content: flex-end;
}

.nav-link.nav-btn {
  background-color: #021655;
  color: #fff;
  padding: 10px 25px !important;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(75, 132, 255, 0.2);
}

.nav-link.nav-btn:hover {
  background-color: #021655;
  color: #fff;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 115px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  transform: rotate(-90deg) scale(0) translateX(85px);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #3e8eeb;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 2.5rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.fade.in {
  opacity: 1;
  transform: rotate(0) scale(1) translateX(0);
}

.scroll-to-top:hover {
  color: #ffffff;
  background-color: #021655;
  -webkit-animation: float-icon 1s ease-in-out;
  animation: float-icon 1s ease-in-out;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 220px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #0b479e;
  font-size: 1.4rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  white-space: unset;
}

.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #0b479e;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.get-social {
  display: flex;
  align-items: center;
  justify-content: none;
}

.get-social a {
  color: #fff;
  margin: 0 20px 0 0;
}

.form-control {
  height: 54px;
  border: none;
  font-size: 1.4rem;
  background-color: rgba(247, 245, 245, 0.7);
  border-radius: 5px;
  padding: 10px 15px;
}

.form-control:focus {
  box-shadow: none;
  border: none;
  background-color: rgba(247, 245, 245, 0.7);
}

.form-group {
  margin-bottom: 28px;
}

textarea.form-control {
  min-height: 105px;
}

.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f560";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #021655;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }

  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }

  .drp-arrow.submenu-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }

  .dropdown:hover>.dropdown-menu,
  .dropdown-submenu:hover>.dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }

  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }

  .dropdown.second-level>.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .offcanvas-start {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 500px;
    background-color: #0c0c0c;
  }

  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 29px;
    background-color: #0c0c0c;
    color: #fff;
  }

  .dropdown.second-level .dropdown-toggle i {
    transform: rotate(0deg) !important;
  }

  .dropdown.second-level.show-drop .dropdown-toggle i {
    transform: rotate(45deg) !important;
  }

  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #1b1b1b;
  }

  .nav-link {
    padding: 12px 0 !important;
    color: #fff;
  }

  .nav-link.nav-btn {
    margin-top: 15px;
  }

  .nav-item.active .nav-link {
    background-color: transparent;
    font-weight: 600;
  }

  .drp-arrow {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 43px;
    height: 39px;
    background-color: #fff;
    color: #0b479e;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-open {
    position: relative;
    transition: 0.3s all;
  }

  .dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }

  .dropdown-submenu .dropdown-menu {
    background-color: #c8e1fe;
    padding: 0 10px;
  }

  .dropdown .drp-arrow i {
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }

  .dropdown>.drp-arrow.show i {
    transform: rotate(45deg);
  }

  .nav-item.active .nav-link {
    color: #fff;
  }

  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #0b479e;
    overflow-x: scroll;
    padding-bottom:50px;
  }

  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #3e8eeb;
    margin: 0;
  }

  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .nav-item:last-child {
    border: none;
  }

  .navbar-nav .dropdown-menu {
    width: 100%;
    transform: none;
    padding: 0;
  }

  .drpdown-img {
    display: none !important;
  }

  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  #hamburger .line {
    fill: none;
    stroke: #021655;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }

  .dropdown-menu.show {
    max-height: 500px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }

  .dropdown-menu .dropdown-item {
    color: #0b479e;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }

  .nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
  }

  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }

  .dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
  }

  .head-links {
    text-align: center;
  }
}

.footer-bg {
  background-color: #0b479e;
  padding: 60px 0 0;
  position: relative;
}

.footer-bg p,
.footer-bga {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #ffffff;
}

.footer-left-block a {
  width: 220px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.footer-links li i {
  margin-right: 8px;
  color: #ffffff;
  width: 20px;
}

.footer-links li a,
.footer-links li p,
.footer-links li span {
  display: flex;
  align-items: baseline;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.foot-address-single {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.address-foot-desc p {
  margin: 0;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}

.address-foot-desc p a {
  color: #e5cc96;
}

.footer-bg .get-social {
  margin: 30px 0 0;
}

.footer-bg .get-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: solid 1px #3e8eeb;
  background-color: #3e8eeb;
  width: 38px;
  height: 38px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 18px;
  font-size: 1.4rem;
}

.footer-bg .get-social a:hover {
  background-color: #ffffff;
  color: #0b479e;
}

.address-icon-foot {
  font-size: 2.4rem;
  color: #e5cc96;
  margin-right: 12px;
}

.footer-left-block {
  padding-right: 25px;
}

.foot-head {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 0 5px;
  margin: 0 0 40px;
  font-weight: 600;
  color: #ffffff;
}

.foot-head:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 86px;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: rgba(62, 142, 235, 0.4);
}

.copyright-bg {
  padding: 20px;
  margin: 50px 0 0;
  background-color: #0b479e;
  border-top: solid 1px rgba(62, 142, 235, 0.4);
}

.copyright-bg p,
.copyright-bg a {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #ffffff;
}

.copyright-r {
  text-align: right;
}

.phone-icon {
  display: block !important;
}

.phone-icon a {
  display: block !important;
  line-height: 1.8;
}

@media (max-width: 1199px) {
  .logo-area .logo-wt {
    max-width: 200px;
  }

  .logo-area .logo-color {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 990px) {
  html {
    font-size: 55%;
  }

  .footer-left-block {
    text-align: center;
    margin: 0 0 25px;
  }

  .footer-left-block .get-social {
    justify-content: center;
  }

  .footer-left-block .get-social a {
    margin: 0 8px;
  }

  .foot-head {
    margin: 0px 0 15px;
  }

  .copyright-r .get-social {
    justify-content: center;
    margin: 0 0 10px;
  }

  .copyright-r .get-social a {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .get-social a {
    margin-right: 15px;
  }

  .tp-area {
    padding: 8px 0;
  }

  .section-divider {
    margin: 0 0 50px !important;
  }

  .pad-90 {
    padding: 70px 0;
  }

  .btn-main {
    padding: 10px 20px 10px;
  }

  .get-social.top-call-btns.head-flex {
    justify-content: flex-end;
  }

  .logo-area img {
    width: 175px;
  }

  .header-tp-block .header-tp-block-r a i {
    margin-right: 0px;
  }

  .header-tp-block .header-tp-block-r a {
    margin-left: 20px;
  }

  .footer-links.useful-links li a {
    flex-direction: row;
  }

  .footer-links.useful-links li i {
    margin-right: 8px;
  }

  .footer-links ul li {
    text-align: center;
  }

  .footer-links li a,
  .footer-links li p {
    align-items: center;
    flex-direction: column;
  }

  .footer-links li i {
    margin-right: 0;
    margin: 10px 0 5px;
  }

  .footer-head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .footer-social {
    justify-content: space-around;
  }

  .footer-bg {
    text-align: center;
    padding: 40px 0 0;
  }

  .footer-nav ul li {
    display: block;
    padding: 10px 0;
  }

  .footer-links {
    text-align: center;
  }

  .footer-links li {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-bg .get-social {
    width: 100%;
  }

  .copyright-r {
    text-align: center;
  }

  .foot-head:after {
    right: 0;
    margin: 0 auto;
  }

.copyright-bg {
    margin: 40px 0 30px;
}
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--- Animation CSS End ---*/
.form-select {
        background-size: 16px 12px;
    background-position: right 0.2rem center;
      padding: 10px 20px 10px 15px;
}


.mob-sticky-cta{
    display:none;
}
@media(max-width:767px){
.mob-sticky-cta {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #364f73;
    z-index: 9999;
    padding: 7px 0;
    font-size: 14px;
}
.mob-sticky-cta a:first-child {
    border-right: 1px solid #fff;
}

.mob-sticky-cta a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
    text-align: center;
    height:20px;
    text-transform: uppercase;
}

}

body .uwy.userway_p3 .uai {
    bottom: 65px !important;
}


/*revirw css*/

.review-badge img {
  height:auto;
  max-width:100%;
}
.review-badge {
    padding: 0 5px 10px;
    
    margin: 10px 0 10px;
    border-radius: 5px;
  
}
.rep-testimonial-slider-single {
    border: none !important;
}

.rep-testimonial-stars {
    display: none;
}

.rep-testimonial-txt {
    text-align: center;
}


.rep-testimonial-txt p {
    color: #fff !important;
}

.rep-testimonial-footer {
    border-top: none !important;
    justify-content: center;
}

.rep-testimonial-footer p {
    color: #fff !important;
}

.rep-testimonial-footer p strong:last-child {
    color: #fff !important;
}
.tns-controls .tns-prev,
.tns-controls .tns-next{
    background-color: #fff !important;
   
    opacity: 0.6;
}
.tns-controls .tns-prev:hover,
.tns-controls .tns-next:hover {
  opacity:0.8;
}
#powby img {
    filter: brightness(0) invert(1);
  height:auto;
  max-width:100%;
}
.text-img{
  filter: hue-rotate(137deg) invert(1);
}