<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****CSS START HERE******/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Gilroy';
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	width:1170px;
	margin:0 auto;
}
.auto-container2 {
	margin:0 auto;
}
header {
	padding: 40px 0;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
}
.header-inner, .footer-inner {
	width:100%;
	float:left;
}
.header-left {
	width: 55px;
	float: left;
}
.header-left img {
	float:left;
}
.header-center {
	width: auto;
	display:inline-block;
	padding: 8px 0 0;
}
.header-center li {
	float: left;
}
.header-center li a {
	padding:9.5px 14px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #021639;
	text-align: center;
	float: left;
	letter-spacing: .3px;
	position:relative;
}
.header-center li a:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: 0;
	background: #530CC2;
	border-radius: 100px;
	right: 0;
	margin: auto;
	left: 0;
	display:none;
}
.header-center li a:hover {
	color:#530CC2;
}
.header-center li a:hover:after {
	display:block;
}
.header-right {
	width: auto;
	float: right;
	padding: 8px 0 0;
}
.header-right li {
	float: left;
}
.header-right li a {
	padding: 9.5px 9.5px;
	text-align: center;
	float: left;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #530CC2;
	border: 1px solid #530CC2;
	border-radius: 4px;
}
.header-right li a:hover {
	color: #ffffff;
	background-color:#530CC2;
}
.banner-outer {
	padding: 100px 0 127px;
	position: relative;
	    overflow: hidden;
}
.banner-outer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1170px;
	top: -201px;
	left: 0;
	background: url(../images/banner-blur.svg) no-repeat top 0 left 0;
    z-index: -1;
}
.banner-inner {
	width:100%;
	float:left;
}
.banner-left {
	width: 45%;
	float: left;
	padding: 200px 0 0;
}
.banner-left h1 {
	font-weight: 700;
    font-size: 50px;
    line-height: 60px;
	color: #021639;
	padding: 0 0 15px;
}
.banner-left h1 span {
	color: #530CC2;
}
.banner-left p {
	font-size: 18px;
line-height: 28px;
color: #5C5C5C;
	padding:0 0 44px;
	font-family: 'Inter', sans-serif;
}
.banner-left a {
	color: #FFFFFF;
	background: #530CC2;
	box-shadow: 0px 30px 115px rgba(111, 111, 111, 0.3);
	border-radius: 50.63px;
	padding: 15px 19px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	float: left;
	border: 1px solid #530CC2;
	margin: 0 0 27px;
}
.banner-left a:hover {
	background: #ffffff;
	color: #530CC2;
}
.banner-left a strong {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.banner-left a:hover strong {
	background: #530CC2;
}
.banner-left a:hover img {
	filter:invert(1);
}
.banner-left ul {
	width: 220px;
	text-align: center;
	display: block;
}
.banner-left ul li {
	display: inline-block;
}
.banner-left ul li a {
	background: transparent;
	border: none;
	padding: 0;
	float: none;
	display: inline-block;
	margin: 0 7px;
}
.banner-left ul li a:hover {
	background: transparent;
}
.banner-right {
    width: 54%;
    float: right;
    position: absolute;
    right: 50px;
	bottom:-6px;
}
.mission-outer {
	width:100%;
	float:left;
	position:relative;
	    padding: 200px 0 0;
}


.mission-inner {
	width:100%;
	float:left;
}
.mission-left {
	width: 50%;
	float: left;
	    padding: 75px 0 0;
}
.mission-left img {
	display:inline-block;
}
.mission-right {
	width: 45%;
	float: right;
}
.mission-right h2 {
	font-size: 40px;
	line-height: 55px;
	color: #3A334F;
	padding: 0 0 10px;
	position: relative;
}
.mission-right h2:after {
	content: "";
	position: absolute;
	width: 115px;
	height: 6px;
	bottom: -5px;
	background: #530CC2;
	border-radius: 65px;
	left: 0;
}
.mission-right strong {
    font-size: 27px;
    line-height: 36px;
	color: #3A334F;
	padding:77px 0 0;
	display: inherit;
}
.mission-right p {
	font-size: 20px;
	line-height: 28px;
	color: #3A334F;
	padding:16px 0 0;
}
.works-outer {
	text-align: center;
	padding: 150px 0;
	position:relative;
	overflow:hidden;
}
.works-outer h2 {
	font-size: 40px;
	line-height: 50px;
	color: #3A334F;
	padding: 0 0 24px;
	position: relative;
	margin: 0 0 44px;
}
.works-outer h2:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 6px;
    bottom: -5px;
    background: #530CC2;
    border-radius: 65px;
    left: 0;
    right: 0;
    margin: auto;
}
.works-outer:before {
	content: "";
	position: absolute;
	width: 47px;
	height: 47px;
	bottom: 220px;
	left: 0;
	background: url(../images/traingle-icon1.svg) no-repeat top 0 left 0;
}
.works-outer:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 250px;
	right: -20px;
	background: url(../images/traingle-icon2.svg) no-repeat top 0 left 0;
}
.works-inner {
	display: inline-block;
	width: 1500px;
	height: 700px;
	background: #E6E2FF;
	border-radius: 40px;
	padding: 86px 210px 86px;
	overflow: hidden;
	position:relative;
}
.works-inner .owl-theme .owl-nav {
  width: 105px;
  position: absolute;
  bottom: 130px;
  left: 210px;
  margin: 0;
}
.works-inner .owl-theme .owl-nav button.owl-prev {
	  width: 38px;
    height: 38px;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	left: 0;
	position: absolute;
	border-radius:100%;
	cursor: pointer;
	margin: 0;
	background: url(../images/right-arrow.svg) no-repeat center #fff;
	transform: rotate( 180deg);
	    border: 0;
}
.works-inner .owl-theme .owl-nav button.owl-prev:hover {
	filter: grayscale(1);
}
.works-inner .owl-theme .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    right: 0;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    margin: 0;
    background: url(../images/right-arrow.svg) no-repeat center #fff;
        border: 0;
}
.works-inner .owl-theme .owl-nav button.owl-next:hover {
	filter: grayscale(1);
}
.works-inner .owl-theme .owl-nav button.owl-prev span {
	display: none !important;
}
.works-inner .owl-theme .owl-dots .owl-dot span {
    background: #CAB8FF;
    width: 25px;
    height: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.works-inner .owl-theme .owl-dots .owl-dot {
    padding: 0 14px 0 0;
    border: 0;
	    background-color: #e6e2ff;
}
.works-inner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #530CC2 !important;
		margin: 0 !important;
	outline: 0 solid #530CC2 !important;
	outline-offset: 0 !important;
}
.works-inner .owl-theme .owl-nav button.owl-prev span {
	display: none !important;
}
.works-inner .owl-theme .owl-nav button.owl-next span {
	display: none !important;
}
/*.works-inner .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	padding: 10px !important;
	margin: 10px !important;
}*/
.works-inner .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
background: #CAB8FF;
    width: 25px;
    height: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.owl-carousel3 {
	width: 100%;
	float:left;
}
.works-inner .owl-dots {
    margin: 0;
    width: auto;
    bottom: 60px;
    position: absolute;
    left: 211px;
    z-index: 0;
}


.works-left {
	width: 50%;

	float: left;
	text-align: left;
	padding: 43px 0 0;
}
.sos-icon
{
padding:0 0 65px;
}
.works-left h3 {
	font-size: 50px;
	line-height: 64px;
	color: #3A334F;
}
.works-left p {
font-size: 20px;
line-height: 30px;
	color: #3A334F;
	font-weight:500;
	padding:16px 0 0;
}
.works-left p em {
    color: #5d00cc;
    font-weight: 500;
}
.works-right {
	width: 24%;
	float: right;
}
.works-right img {
	/* width: 100%; */
	float: right;
}
.features-outer {
	text-align: center;
	    padding: 200px 0 73px;
	position:relative;
}
.features-outer:before {
    content: "";
    position: absolute;
    width: 886px;
    height: 811px;
    bottom: -580px;
    left: -236px;
    background: url(../images/snake-line1.svg) no-repeat top 0 left 0;
    background-size: 80%;
}

.features-inner {
	width: 100%;
	float: left;
}
.features-inner h3 {
	font-size: 40px;
	line-height: 50px;
	color: #3A334F;
	padding: 0 0 10px;
	position: relative;
}
.features-inner h3:after {
	content: "";
	position: absolute;
	width: 115px;
	height: 6px;
	bottom: -5px;
	background: #530CC2;
	border-radius: 65px;
	left: 0;
	right:0;
	margin:auto;
}
.features-innr {
	width: 100%;
	float: left;
	padding: 77px 0 0;
}
.features-innr li {
    width: 100%;
    height: 300px;
    background: #D9F2FF;
    border-radius: 18px;
    float: left;
    padding: 30px 50px;
    text-align: left;
}
.features-innr li:first-child {
  background: #D9F2FF;
}
.features-innr li.violet-bg {
	background: #FFEFD5;
}
.features-innr li.dark-violet-bg {
	background: #EFECFF;
}
/*.features-innr li.dark-violet-bg strong {
	color: #FFFFFF;
}
.features-innr li.dark-violet-bg p {
	color: #FFFFFF;
}*/
.features-innr li.olive-bg {
	background: #EDFFD5;
}
.features-innr li:last-child {
	margin-right:0;
}

.features-innr li img {
	float: left;
}
.features-innr li strong {
	font-weight: 700;
    font-size: 22px;
    line-height: 32px;

	padding: 7px 0 0;
	width: 100%;
	float: left;
		color: #6502C1;
	font-style:italic;
}
.features-innr li p {
	font-size: 20px;
	line-height: 30px;
	color: #3A334F;
	padding: 30px 0 0;
	width: 100%;
	float: left;
}
.safety-outer {
	text-align: center;
	padding: 150px 0;
	position:relative;
}
.safety-outer:before {
	content: "";
	position: absolute;
	width: 1400px;
	height: 396px;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/fr-cut.svg) no-repeat top 0 left 0;
}
.safety-inner {
	display: inline-block;
    width: 92%;
    padding: 75px 50px 0;
    height: 928px;
	background: #F6F5F8;
	border-radius: 40px;
	overflow: hidden;
}
.safety-inner h3 {
font-size: 45px;
    line-height: 55px;
	color: #3A334F;
	padding: 0 0 69px;
	position:relative;
}
.safety-inner h3 strong {
    color: #5600D3;
}
.safety-inner li {
	display: inline-block;
	margin: 0 20px;
}
.safety-inner li a {
	    padding: 17px 21px;
    font-size: 20px;
    width: 220px;
	text-align: center;
	float: left;
	letter-spacing: .3px;
	font-weight: 600;

	line-height: 24px;
	color: #3A334F;
	border: 1.5px solid #3A334F;
	filter: drop-shadow(0px 30px 115px rgba(111, 111, 111, 0.3));
	border-radius: 50.63px;

}
.safety-inner li a:hover {
	color: #ffffff;
	border: 1.5px solid #3A334F;
	background: #3A334F;
}
.safety-inner li a img {
	vertical-align: bottom;
	margin: 0 7px 0 0px;
}
.safety-inner li a:hover img {
	filter: invert(1);
}


.safety-img-outer {
	padding:63px 0 0;
	text-align:center;
}
.pricing-outer {
	background: #FFFFFF;
	padding: 50px 0 116px;
	position:relative;
overflow:hidden;
}
.pricing-outer:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    bottom: 200px;
    left: 50px;
    background: url(../images/traingle-icon1.svg) no-repeat top 0 left 0;
}
.pricing-outer:after {
    content: "";
    position: absolute;
    top: 180px;
    right: 50px;
    width: 30px;
    height: 30px;
    border: 2px solid #783AFF;
    border-radius: 100%;
}
.pricing-inner {
	width: 100%;
	float: left;
}

.pricing-lefto {
    width: 70%;
    float: left;
}
.pricing-left {
    width: 49%;
    height: 600px;
    background: #530CC2;
    box-shadow: 0px 22px 24px rgba(78, 45, 146, 0.433676);
    border-radius: 20px;
    float: left;
    padding: 40px;
    position: relative;
}
.pricing-left:last-child
{
float:right;
}
.pricing-left h3 {
    font-weight: 600;
    padding: 0 0 30px;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: -1px;
    color: #C3A6FF;
}
.pricing-left strong {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    display: inherit;
}
.pricing-left h4 {
	font-weight: 600;
    font-size: 50px;
    line-height: 60px;
color: #FFFFFF;

}
.pricing-left h4 small {
font-size: 20px;
line-height: 23px;
letter-spacing: -0.333333px;
color: #FFFFFF;
}
.pricing-left h4 small b{
color: #FFFFFF;
opacity: 0.5;
}
.pricing-left p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.5px;
    display: inline-block;
    color: #fff;
    margin: 150px 0 0;
    width: 266px;
    text-align: center;
}
.pricing-left ul {
    padding: 20px 0 0;
    float: left;
    width: 100%;
}
.pricing-left li {
font-size: 16px;
line-height: 32px;
color: #FFFFFF;
	padding: 0 0 16px 34px;
	background: url(../images/tick-icon.svg) no-repeat top 5px left 0;
}
.pricing-left a {
    background: #F9F2FF;
    border-radius: 26px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.233333px;
    color: #4E2D92;
    padding: 13px 24px;
    float: left;
    width: 257px;
    border: 1px solid #F9F2FF;
    position: absolute;
    bottom: 64px;
    left: 40px;
}

.pricing-left a:hover {
	background: transparent;
	color: #FFFFFF;
}
.person-asset {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.pricing-right {
    width: 332px;
    float: right;
}
.pricing-right li {
	width: 100%;
	float: left;
	margin: 0 0 100px;
}
.pricing-right li:last-child {
	margin-bottom:0;
}
.pricing-right li span {
	width: 100px;
	height: 100px;
	background: #EEF8FE;
	border-radius: 20px;
	text-align: center;
	padding: 24px;
	margin:0 32px 0 0;
	float:left;
}
.pricing-right li:first-child span {
	background: #EEF8FE;
}
.pricing-right li:nth-child(2n) span {
 background: #FEF6F0;
}
.pricing-right li:last-child span {
	background: #F3F1FF;
}
.pricing-right li h4 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #212121;
	display: inherit;
}
.pricing-right li p {
	font-size: 18px;
	line-height: 32px;
	color: #6C737C;
	padding: 0;
}



.wellbeing-outer {
	text-align: center;
	padding:0 0 150px 0;
	position:relative;
	font-family: 'Poppins';
	overflow:hidden;
}

.wellbeing-outer:after {
	content: "";
	position: absolute;
	width: 886px;
	height: 811px;
	top: 150px;
	right: -286px;
	background: url(../images/snake-line2.svg) no-repeat top 0 left 0;
	background-size: 70%;
	z-index: 11;
}
.wellbeing-inner {
	width:100%;
	float:left;
}
.wellbeing-inner h5 {
    font-size: 45px;
    line-height: 55px;
	color: #3A334F;
	padding: 0 0 59px;
	position:relative;
}
.wellbeing-inner h5:after {
    content: "";
    position: absolute;
    top: 125px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #783AFF;
    border-radius: 100%;
}
.wellbeing-inner a {
	    padding: 20px 25px;
    font-size: 20px;
    width: 259px;
	text-align: center;
	display:inline-block;
	letter-spacing: .3px;
	font-weight: 600;

	line-height: 24px;
	color: #FFFFFF;
	background: #530CC2;
	border-radius: 55px;

	border: 1px solid #530CC2;
}
.wellbeing-inner a:hover {
	background: #ffffff;
	color: #530CC2;
}
footer {
	padding: 81px 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	background: #5600D3;
}
.footer-top {
	width: 100%;
	float: left;
	border-bottom: 1.5px solid #ffffff33;
	padding: 0 100px 40px;
}
.footer-top-left {
	width: 55%;
	float: left;
}
.footer-top-left li {
	float: left;
	margin: 0 36px 0 0;
}
.footer-top-left li:last-child {
	margin-right:0;
}
.footer-top-left li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
.footer-top-left li a:hover {
	color: #a5a5a5;
}
.footer-top-right {
	width: 17%;
	float: right;
}
.footer-top-right li {
	float: left;
	margin: 0 37px 0 0;
}
.footer-top-right li:last-child {
	margin-right:0;
}
.footer-top-right li img {
	vertical-align: middle;
}
.footer-top-right li img:hover {
	filter: contrast(0.5);
}
.footer-bottom {
	width: 100%;
	float: left;
	padding: 55px 100px 0;
}
.footer-bottom-left {
	width: 50%;
	float: left;
	text-align: left;
}
.footer-bottom-left p {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.75;
}
.footer-bottom-right {
	width: 21.3%;
	float: right;
}
.footer-bottom-right li {
	float: left;
	margin: 0 30px 0 0;
}
.footer-bottom-right li:last-child {
	margin-right:0;
}
.footer-bottom-right li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.footer-bottom-right li a:hover {
	color: #a5a5a5;
}
.features-innr .owl-nav.disabled {
	display: none;
}
.testimonials-outer {
	padding: 0;
	text-align: center;
	position:relative;
}
.testimonials-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -224px;
    width: 448px;
    height: 411px;
    background: #530CC2;
    opacity: 0.2;
    filter: blur(100px);
}
.testimonials-inner {
	width: 90%;
	display:inline-block;
}
.testimonials-inner h4 {
    font-size: 45px;
    line-height: 55px;
	color: #3A334F;
	padding: 0 0 10px;
	position:relative;
}
.testimonials-inner h4:after {
	content: "";
	position: absolute;
	width: 115px;
	height: 6px;
	bottom: -5px;
	background: #530CC2;
	border-radius: 65px;
	left: 0;
	right:0;
	margin:auto;
}
.testimonials-inner p {
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	color: #3A334F;
	padding: 79px 0 0;
	font-size: 27px;
	display: inline-block;
	position: relative;
	width: 100%;
}
.testimonials-inner:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 50px;
    bottom: 180px;
    left: 350px;
    background: url(../images/traingle-icon2.svg) no-repeat top 0 left 0;
}
.testimonials-inner p strong {
    color: #5600D3;
}
.testimonials-innr {
	width:100%;
	float:left;
	padding: 179px 0 0;
}
.testimonials-left {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 60px 46px 57px;
    width: 90%;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
}
img.testimonials-img {
    width: 80px !important;
    height: 80px;
    margin-top: -19px;
    border: 15px solid #c4c4c421;
    border-radius: 100%;
}
img.stars {
    width: 133px !important;
}
.testimonials-left:after {
	content: "";
	position: absolute;
	right: 66px;
	top: 46px;
	background: url(../images/quots-icon.svg) no-repeat;
	z-index: 11;
	width: 41px;
	height: 39px;
}
.testimonials-left strong {
	font-weight: 500;
	font-size: 27px;
	line-height: 65px;
	color: #3A334F;
	width:100%;
	float:left;
}
.testimonials-left span {
	font-size: 16px;
	line-height: 24px;
	color: #3A334F;
	padding: 16px 0 0;
	display:inherit;
}

.testimonials-innr .owl-stage-outer {
    padding: 20px 0 50px;
}
.testimonials-innr .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    margin: 0;
}
.testimonials-innr .owl-theme .owl-nav button.owl-prev {
	width: 59px;
	height: 59px;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	left: -50px;
	position: absolute;
	border-radius:100%;
	cursor: pointer;
	margin: 0;
	background: url(../images/slider-arrowr.svg) no-repeat center #fff;
	transform: rotate( 180deg);
	box-shadow: 0px 15px 50px rgba(13, 0, 51, 0.15);
}
.testimonials-innr .owl-theme .owl-nav button.owl-prev:hover {
	filter: grayscale(1);
}
.testimonials-innr .owl-theme .owl-nav button.owl-next {
	width: 59px;
	height: 59px;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	right:-50px;
	position: absolute;
	border-radius:100%;
	cursor: pointer;
	margin: 0;
	background: url(../images/slider-arrowr.svg) no-repeat center #fff;
	box-shadow: 0px 15px 50px rgba(13, 0, 51, 0.15);
}
.testimonials-innr .owl-theme .owl-nav button.owl-next:hover {
	filter: grayscale(1);
}
.testimonials-innr .owl-theme .owl-nav button.owl-prev span {
	display: none !important;
}
.testimonials-innr .owl-theme .owl-dots .owl-dot span {
	background: #D8D8D8;
	width: 11px;
	height: 11px;
	margin:10px;
}
.testimonials-innr .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	margin: 8px;
	background-color: #530CC2;
	outline: 1px solid #530CC2;
	outline-offset: 7px;
}
.testimonials-innr .owl-theme .owl-nav button.owl-prev span {
	display: none !important;
}
.testimonials-innr .owl-theme .owl-nav button.owl-next span {
	display: none !important;
}
.testimonials-innr .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	padding: 10px !important;
	margin: 10px !important;
}
.testimonials-innr .owl-carousel button.owl-dot {
	padding: 10px !important;
	margin: 5px !important;
	height: 27px;
	width: 27px;
}
.owl-carousel {
	width: 100%;
	display: inherit;
}
.testimonials-innr .owl-dots {
	padding: 0;
}
.brand-outer {
	text-align: center;
	padding: 20px 0 0;
}
.brand-inner
{
width: 100%;
float:left;
}
.brand-inner li
{
width:16%;
display:inline-block;
padding: 0 15px;
}
.brand-inner li:hover img {
    filter: brightness(0.5);
}


/*****CSS END HERE******/
</pre></body></html>