@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Open Sans;
}

body{background-color: var(--color-main);}

:root {    
    --sliderbgimage:white url('../img/btn\ toggle.png');
    --navbg:white;
    --navcolor:black;
    --sec1bg:rgb(13,96,216);
    --sec2bg:rgb(13,96,216);
    --txtcl2:rgb(0,83,164);
    --cardbg:white;
    --cardcl:rgb(13,96,216);
    --txtprivy:rgb(13,96,216);
    --testicon: #0E1725;
    --btncolor:rgb(13,96,216);
}

[data-theme="dark"] {
    --navbg:#0E1725;
    --color-main:#0E1725;
    --sliderbgimage:white url('../img/btn\ toggle\ \(1\).png');
    --navcolor:white;
    --sec2bg:#0E1725;
    --sec1bg:#0E1725;
    --txtcl2:white;
    --cardbg:#0E1725;
    --cardcl:white;
    --txtprivy:white;
    --testicon: white;

}


.base--color3{
  color: white;
  font-weight: 700;

}
.privy{
  color: white;

}
.navlink{
      color:var(--navcolor) !important;
      font-size:18px;
      font-weight: 700;
      
}

.navlink:hover{
  color:var(--btncolor)!important;
}
.sect7{
  background-image: url('/assets/img/downloadbg.jpg');
  background-repeat: no-repeat;
  background-position: fixed;
  margin-top: 10%;
}

.navbag{
  background-color: var(--navbg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._0xa1{
  background-color:white;
}
._0xara{
  background-color: var(--sec2bg);
}
.build{
  font-weight: 650;
  font-size: 50px;
  
}
._0xa2{
  color: rgb(168, 162, 162);
  font-size: 20px;
  font-weight: 700;
}
/* CSS */
.button-70 {
  border: 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  color: black!important;;
  cursor: pointer;
  padding: 15px 18px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;

  transition: linear 0.5s;
}
.button-70:hover {
  border-radius: 4px;
  box-sizing: border-box;
  color:var(--btncolor) !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}
.button-71 {
  border-radius: 10px;
  box-sizing: border-box;
  color: white!important;
  background-color: black;
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  transition:linear 0.5s;
}
.button-71:hover {
  background-color:rgb(13,96,216)!important;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}
.appear{
  font-size: 20px;
  font-weight: 700;
}
.counter-title{

}
._0place{
  font-weight: 500;
}
._0place2{
  font-size: 1.1em;
  line-height: 1.68;
  color: var(--txtcl2);
}
.words{
  margin-top: 30px;
  font-weight: 900 !important;
  font-size: 25px !important;
  line-height: 30px !important;

}
/* .section2{
  padding-left: 24%!important;
  padding-right: 10%;
} */

.heading-2{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.0;
}

.paragraph-2{
  line-height: 1.8;
}

.column-2a{
  padding-left: 0;
}

.section-3{
  background-image:url('/Osas_broker/assets/img/bg11.jpg') ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.secc{
  margin: 200px 0px 0px 0px;
  position: relative;
}
._0save{
  font-weight: 800;
  color: white;
}
.main-point{
  position: absolute;
  bottom: 0%;
  background-color: rgb(249,249,249) !important;
}
.main-point-2{
  display: none;
}
._0work{
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: white;
}
._0sec{
  background-color: var(--btncolor);
}
.fontS{
  color: white;
}
.icon1{
  color: white;
  font-size: 18px;
}
._0invest{
  font-weight: 800;
}


._0cardst{
  background-color:var(--cardbg);
}
._0gold{
  color: var(--cardcl);
}
._foothead{
  color: var(--btncolor);
  font-weight: 700;
}
._footcontent{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.custom-toggler.navbar-toggler {
  border-color: black;
  z-index: 99999;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
  background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.border-bottom-light{
  border-bottom: 1px solid rgba(255, 255, 255, 0.183);
}
.base--color2{
  text-decoration: none;
  color: white;
}
.base--color2:hover{
  color: orange;
}
.tjst{
  text-align: justify;
}
.secabt{
  background-color: var(--btncolor);
}
.secabt1{
  color: var(--btncolor);
  margin-top: 100px;
}
.faq_question .card {
  border: 0;
background-color: transparent;
}
.faq_question .card-header {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  z-index: 2;
}
.faq_question .card-header a::after {
  content: "\f105";
  font-family: "Ionicons";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 14px;
}
.faq_question .card-header a.collapsed::after {
  content: "\f10b";
}
.faq_question .card-header a::before {
  content: "?";
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #5957cd;
  border-radius: 100%;
  color: #fff;
  margin-right: 10px;
  padding: 5px 0;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_question .card-header a {
background-color: #fff;
  border: 1px solid #5957cd;
  border-radius: 5px 5px 0 0;
  display: block;
font-size: 18px;
  font-weight: 600;
  padding: 15px 30px 15px 50px;
position: relative;
margin-top: 10px;
}
.faq_question .card-header a[aria-expanded="false"] {
background-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
margin: 0;
}
.faq_question .card-body {
background-color: #fff;
border: 1px solid #5957cd;
border-top: 0;
border-radius: 0 0 5px 5px;
position: relative;
padding-left: 40px;
line-height: 24px;
}
.faq_question .card-body::before {
  content: "";
  border-left: 2px solid #e5e5e5;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: 20px 0;
}
.faq_content .card {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
border-radius: 0;
margin-bottom: 10px;
}
.faq_content .card:last-child {
margin-bottom: 0px;
}
.faq_content .card-header,
.faq_content5 .card-header {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
padding:0;
z-index:2;
}
.faq_content .card-header a {
background-color: #5957cd;
color: #ffffff;
border: 1px solid #5957cd;
border-radius: 5px 5px 0 0;
display: block;
font-weight: 600;
padding: 15px 40px 15px 15px;
}
.faq_content .card-header a.collapsed {
background-color: #ffffff;
border-radius: 5px;
color: #5957cd;
}
.faq_content .card-body {
background-color: #5957cd;
border-radius: 0 0 5px 5px;
color: #ffffff;
padding: 10px 15px;
position: relative;
z-index: 1;
}
.faq_content .card-header a::after {
color: #fff;
content: "\f126";
font-family: "Ionicons";
font-size: 18px;
font-weight: normal;
position: absolute;
right: 15px;
top: 14px;
}
.faq_content .card-header a.collapsed:after {
  content: "\f123";
color:#5957cd;
}
.faq_content .card-header a::before {
content: "Q.";
font-weight: 600;
margin-right: 5px;
}
.card-body::before {
content: "";
font-weight: 600;
margin-right:5px;
}
.tab_content ul {
margin: 0 -10px;
}
.tab_content .nav-item {
padding: 0 10px;
}
.tab-link {
display: block;
padding: 8px 16px;
text-transform: capitalize;
}
.tab-link {
background-color: white;
border-radius: 5px;
color: black;
font-weight: 700;
text-decoration: none;
transition: all 0.5s;
}
.tab-link.active,
.tab-link.active:hover,
.tab-link:hover {
background-color: rgba(10, 102, 214, 0.587);
color: #fff;
text-decoration: none;
}
.tab_content .tab-content {
margin-top: 30px;
}
.faq_content2 .card {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 5px;
margin-bottom: 10px;
}
.faq_content2 .card:last-child {
margin: 0;
}
.faq_content2 .card-header {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
padding: 0;
z-index: 2;
}
.faq_content2 .card-header a::before {
content: "Q.";
font-weight: 600;
margin-right: 5px;
}
.faq_content2 .card-header a::after {
color: #ffffff;
content: "\f126";
font-family: "Ionicons";
font-size: 18px;
font-weight: normal;
position: absolute;
right: 15px;
top: 14px;
}
.faq_content2 .card-header a.collapsed:after {
  content: "\f123";
color:#fff;
}
.faq_content2 .card-header a {
display: block;
font-weight: 600;
padding: 15px 40px 15px 15px;
}
.faq_content2 .card-body {
padding: 10px 15px;
}
.faq_content2 .card-header a,
.faq_content2 .card-body {
color: #ffffff;
}
.tab_s2 .tab-link {
border-radius: 0;
margin-bottom: 2px;
padding: 10px 20px;
}
.tab_nav_s2 li.nav-item {
border-right: 1px solid #0043bb;
padding: 0 25px;
}
.tab_nav_s2 li.nav-item:last-child {
border-right: 0;
}
.tab_nav_s2 li.nav-item a.active,
.tab_nav_s2 li.nav-item a:hover {
color: #ff69c9;	
}
.tab_color_white a {
color: #fff;
}
.tab_nav_s2.tab_color_white li.nav-item {
border-color: #fff;
}
.tab_nav_s3 li.nav-item {
  padding: 0 10px;
}
.tab_nav_s3 li.nav-item a {
border-radius: 5px;
color: #fff;
display: block;
padding: 6px 25px;
text-align: center;
}
.tab_nav_s3 li.nav-item a.active {
  background-color: rgba(255,255,255,0.50);
}
.faq_content3 .card {
background-color: rgba(255,255,255,0.20);
border: 0;
border-radius: 5px;
margin-bottom: 10px;
}
.faq_content3 .card:last-child {
margin: 0;
}
.faq_content3 .card-header {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
padding: 0;
z-index: 2;
}
.faq_content3 .card-header a::before {
content: "Q.";
font-weight: 600;
margin-right: 5px;
}
.faq_content3 .card-header a::after {
color: #ffffff;
content: "\f126";
font-family: "Ionicons";
font-size: 18px;
font-weight: normal;
position: absolute;
right: 15px;
top: 14px;
}
.faq_content3 .card-header a.collapsed:after {
  content: "\f123";
color:#fff;
}
.faq_content3 .card-header a {
display: block;
font-weight: 600;
padding: 15px 40px 15px 15px;
}
.faq_content3 .card-body {
padding: 10px 15px;
}
.faq_content3 .card-header a,
.faq_content3 .card-body {
color: #ffffff;
}
.tab_nav_s4 li.nav-item {
  padding: 0 5px;
}
.tab_nav_s4 li.nav-item a {
  border-radius: 40px;
  color: #0e082c;
  display: block;
  padding: 3px 20px;
  text-align: center;
  border: 1px solid #0e082c;
}
.tab_nav_s4 li.nav-item a.active {
  background-color: #ff6cc6;
border-color: #ff6cc6;
color: #fff;
}
.faq_content4 .card {
background-color: #f0f1f4;
border: 0;
border-radius: 5px;
margin-bottom: 10px;
}
.faq_content4 .card:last-child {
margin: 0;
}
.faq_content4 .card-header {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
padding: 0;
z-index: 2;
}
.faq_content4 .card-header a::before {
content: "Q.";
font-weight: 600;
margin-right: 5px;
}
.faq_content4 .card-header a::after {
background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);
background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);
border-radius: 100%;
color: #ffffff;
content: "\f208";
font-family: "Ionicons";
font-size: 18px;
font-weight: normal;
line-height: 25px;
position: absolute;
right: 15px;
top: 12px;
height: 25px;
text-align: center;
width: 25px;
}
.faq_content4 .card-header a.collapsed:after {
  content: "\f217";
color:#fff;
}
.faq_content4 .card-header a {
display: block;
font-weight: 600;
padding: 15px 40px 15px 15px;
}
.faq_content4 .card-body {
padding: 10px 15px;
}
.faq_content4 .card-header a,
.faq_content4 .card-body {
color: #0e082c;
}
.faq_content5 .card-header a::before {
  content: "Q.";
  font-weight: 600;
  margin-right: 5px;
}
.faq_content5 .card {
background-color: transparent;
border: 0;
border-radius: 0;
margin-bottom: 20px;
}
.faq_content5 .card-header a {
  background-color: rgb(10,103,214);
  border-color: #fff;
color: #fff;
display: block;
padding: 15px 40px 15px 15px;
position: relative;
}
.faq_content5 .card-body {
background-color: white;
color: black;
font-weight: 700;
padding: 10px 20px;
margin: 0 10px;
}
.faq_content5 .card-header a.collapsed::after {
  content: "\f104";
  color: #fff;
}

.tab-pane a:hover{
  text-decoration: none;
}
.faq_content5 .card-header a::after {
  color: #ffffff;
  content: "\f10d";
  font-family: "Ionicons";
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 14px;
}
.faq_content5 .card-header a span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent rgb(10,40,71) transparent transparent;
}
.faq_content5 .card-header a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: rgb(28,52,76) transparent transparent transparent;
}
.faq_content5 .card-header ins {
background-color: rgb(10,40,71);
top: 100%;
height: 10px;
position: absolute;
left: 10px;
right: 10px;
}
.faq_content5 .collapse.show .card-body {
margin-bottom: -10px;
}
.tab_content .tab_nav_s5 {
background-color: rgba(255,255,255,0.2);
  display: table;
  border-radius: 40px;
  margin: 0 auto;
}
.tab_content .tab_nav_s5 li {
  display: inline-block;
padding: 5px;
}
.tab_nav_s5 li a {
border-radius: 40px;
  padding: 5px 15px;
  display: block;
color: #fff;
text-align: center;
}
.tab_nav_s5 li a.active {
 background-color: #fff;
 color: #5957cd;
}
.tab_content .tab_nav_s6 {
border: 1px solid #fff;
border-radius: 5px;
  display: table;
  margin: 0 auto;
}
.tab_content .tab_nav_s6 li {
  display: inline-block;
padding: 0;
}
.tab_nav_s6 li a {
border-radius: 5px;
  padding: 5px 15px;
  display: block;
color: #fff;
text-align: center;
}
.tab_nav_s6 li a.active {
 background-color: #fff;
 color: #5957cd;
}

.v_blue_pro .faq_content .card-header a.collapsed,
.v_blue_pro .faq_content .card-header a.collapsed::after,
.v_blue .faq_content .card-header a.collapsed,
.v_blue .faq_content .card-header a.collapsed::after,
.v_dark .faq_content .card-header a.collapsed,
.v_dark .faq_content .card-header a.collapsed::after  {
background-color: rgba(0, 0, 0, 0);
color: #ffffff;
}
.v_blue_pro .faq_content .card-header a {
background-color: #4a49bf;
border-color: #fff;
border-radius: 5px;
}
.v_blue_pro .faq_content .card-body {
background-color: #4a49bf;
}
.v_blue_pro .faq_content .card::after,
.v_blue .faq_content .card::after,
.v_dark .faq_content .card::after  {
border: 1px solid #ffffff;
border-radius: 5px;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.v_blue .faq_content .card-header a {
background-color: #052d85;
border-color: #fff;
border-radius: 5px;
}
.v_blue .faq_content .card-body {
background-color: #052d85;
}
.v_dark .faq_content .card-header a {
background-color: #121833;
border-color: #fff;
border-radius: 5px;
}
.v_dark .faq_content .card-body {
background-color: #121833;
}
.v_light_dark .tab-link {
background-color:rgb(28,52,76);
}
.v_light_dark .tab-link.active, 
.v_light_dark .tab-link.active:hover, 
.v_light_dark .tab-link:hover,
.v_royal_blue .tab-link.active, 
.v_royal_blue .tab-link.active:hover, 
.v_royal_blue .tab-link:hover {
background-color: rgb(28,52,76);
}
.v_royal_blue .tab-link {
background-color: rgb(28,52,76);
}
.v_navy_blue .faq_content2 .card {
border: 1px solid #0043bb;
}
.v_navy_blue .faq_content2 .card-header a.collapsed {
background-color: rgba(0, 0, 0, 0);
color: #0043bb;
}
.v_navy_blue .faq_content2 .card-header a.collapsed::after {
color: #0043bb;
}
.v_navy_blue .faq_content2 .card-header a,
.v_navy_blue .faq_content2 .card-body {
background-color: #052d85;
color: #ffffff;
}
.v_navy_blue .nav-item a {
color: #0043bb;
}
.v_light_blue_pro .nav-item a:hover,
.v_light_blue_pro .nav-item a.active,
.v_navy_blue .nav-item a:hover,
.v_navy_blue .nav-item a.active {
color: #ff67cb;
}
.v_blue_pro .tab-link {
background-color: #4141af;
}
.v_blue_light .tab_nav_s5 li a.active {
 color: #0043bb;
}
.v_blue .tab_nav_s6 li a.active {
 color: #052d85;
}
.v_navy_blue .faq_question .card-header a::before {
background-color: #0043bb;
}
.v_navy_blue .faq_question .card-header a {
border-bottom-color: #0043bb;
color: #0043bb;
}
.v_navy_blue .faq_question .card-body {
border-color: #0043bb;
}
.v_light_purple .tab_nav_s5 li a.active,
.v_light_purple .tab_nav_s6 li a.active {
 color: #6000b5;
}
.v_cyan_blue .tab_nav_s2 li.nav-item {
border-color: #193f88;
}
.v_cyan_blue .tab_nav_s2 li a {
color: #193f88;
}
.v_cyan_blue .faq_question .card-header a::before {
background-color: #193f88;
}
.v_cyan_blue .faq_question .card-header a {
border-color: #193f88;
color: #193f88;
}
.v_cyan_blue .faq_question .card-body {
border-color: #193f88;
}
.v_cyan_blue .faq_question .card-header a[aria-expanded="false"] {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}













.switch {
    height: 100px;
    position: fixed;
    right: 0px;
    top: 93%;
    z-index: 1000;
}
    
.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #2b2b2b;
}

input:checked + .slider:before {
    transform: translateX(24px);
    
    background-repeat: no-repeat;
    background-position: center;
}

input + .slider:before {
    background: var(--sliderbgimage);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

._0pos{
  font-weight: 600;
font-size: 20px;
letter-spacing: -0.5px;
color:var(--btncolor);
width: 46px;
height: 46px;
left: -5px;
top: -15px;
background: white;
text-align: center;
border-radius: 50px;
position: absolute;


}
._0pos1{
  background: var(--btncolor);
  border-radius: 10px;
}
._0pos2{
  font-weight: 900;
font-size: 16px;
line-height: 24px;
color: white;
}
._0pos3{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: white;
}
._0eazy{
  color: var(--btncolor);
  font-size: 30px;
  font-weight: 900;
  margin-top: 40%;
}

.horixonA{
  border-top:solid #b00707;
  width:40px;
  margin-left:-30px;
  /* margin-right: 300px !important; */
  /* margin-top:70px !important; */
}
.horixonB{
  border-top:solid green;
  width:40px;
  margin-left:13px;
}
.horixonC{
  border-top:solid yellow;
  width:40px;
  margin-left:13px;
}
.horixonD{
  border-top:solid red;
  width:40px;
  margin-left:13px;
}
.horixonE{
  border-top:solid violet;
  width:40px;
  margin-left:13px;
}
.horixonF{
  border-top:solid blue;
  width:40px;
  margin-left:13px;
}
/* login */
._0regis{
  margin-top: 120px;
}
.icon1{
  color: white;
}
.icon2{
  color: var(--btncolor);
}




@media only screen and (max-width:768px) {
  .main-point{
    display: none;
}
.footer--logo{
  width: 60%!important;
}

._0eazy{
  color: var(--btncolor);
  font-size: 30px;
  font-weight: 900;
  margin-top: -10%;
}

.main-point-2{
  display: block;
  margin-top: 25px;
}
.secc{
  margin: 0px 0px 0px 0px;
}

.section2{
  padding:5% 5%;
}
.heading-2{
  font-size: 1.5em;
}
.build{
  font-weight: 650;
  font-size: 30px;
  
}
.paragraph-2{
  font-size: 0.9em;
  text-align: justify;
}

}
@media only screen and (min-width:769px) {
  .main-point{
    display: none;
}
.main-point-2{
  display: block;
  margin-top: 30px;
}
.section2{
  padding:5% 5%!important;
}

}
@media only screen and (min-width:992px) {
  .main-point{
    display: block;
  }
  .main-point-2{
    display: none;
  }
  .section2{
    padding-left: 24%!important;
  }
}

.nav-logo img{
  height: 45px;
}
.nav-logo picture.unsee{
  display: none;
}
.footer--logo {
  width: 100%; 
  margin-top: 20px;
}

.footerfoot{
  border-top: solid 1px grey;
}


.testimonial-card {
  background-color: var(--btncolor);
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.testimonial-card__content {
  padding: 30px 30px 30px 30px;
  border-bottom: 1px solid white;
}

.testimonial-card__client {
  padding: 0 30px 20px 30px;
  margin-top: -38px;
}

.testimonial-card__client .thumb {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: auto;
}

.testimonial-card__client .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.testimonial-card__client .content h6{
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  line-height: 1.3
}

.testimonial-card__client .name {
  font-size: 16px;
}

.testimonial-card__client .designation {
  font-size: 14px;
}

.ratings i {
  color: #e4b332;
  font-size: 14px;
}

.testimonial-slider .slick-list {
  margin: -15px;
}

.testimonial-slider .single-slide {
  margin: 15px;
}

.testimonial-slider .slick-dots {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

.testimonial-slider .slick-dots li {
  margin: 0 5px;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: var(--btncolor);
  width: 35px;
}

.testimonial-slider .slick-dots li button {
  font-size: 0;
  border: none;
  width: 20px;
  height: 6px;
  background-color: var(--testicon);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

._0testi{
  color: var(--testicon);
}
/* COLLAPSE MENU CSS */



.button-71bronze {
  border-radius: 10px;
  box-sizing: border-box;
  color: white!important;
  background-color: rgb(205, 127, 50);
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  transition:linear 0.5s;
}
.button-71bronze:hover {
  background-color:rgb(13,96,216)!important;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}







.button-71silver {
  border-radius: 10px;
  box-sizing: border-box;
  color: white!important;
  background-color: rgb(192,192,192);
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  transition:linear 0.5s;
}
.button-71silver:hover {
  background-color:rgb(13,96,216)!important;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}

.button-71gold {
  border-radius: 10px;
  box-sizing: border-box;
  color: white!important;
  background-color: rgb(255,215,0);
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  transition:linear 0.5s;
}
.button-71gold:hover {
  background-color:rgb(13,96,216)!important;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}

.button-71plat {
  border-radius: 10px;
  box-sizing: border-box;
  color: white!important;
  background-color: rgb(229,228,226);
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  transition:linear 0.5s;
}
.button-71plat:hover {
  background-color:rgb(13,96,216)!important;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}







