*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'poppins' !important;
}
h1,h2,h3,h4,h5,h6{
	color: #233d62;
}
p {
    color: #787878;
    font-size: 16px;
    text-align: justify;
}
.btn-primary {
    border-radius: 60px;
    padding: 10px 25px;
    font-weight: 400;
}
.btn-secondary {
    border-radius: 60px;
    padding: 10px 25px;
    font-weight: 400;
}
.main_heading h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #727b99;
}
.main_heading h1 {
    font-weight: 700;
}
.main_section {
    padding: 80px 0;
}

.dark{
    color: #42133f;
}
.primary{
    color: #42133f;
}
.secondary{
    color: #24285b;
}
.dark_bg{
    background-color: #42133f;
}
.primary_bg{
    background-color: #42133f;
}
.secondary_bg{
    background-color: #24285b;
}
.dark_bg h1, .dark_bg h2, .dark_bg h3, .dark_bg h4, .dark_bg h5, .dark_bg h6{
    color: #fff !important;
}
.dark_bg p, .dark_bg a, .dark_bg li, .dark_bg span{
    color: #fff !important;
}

.navbar.navbar-expand-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
}
.main_banner {
    position: relative;
    padding-top: 160px;
    padding-bottom: 80px;
}
.main_banner::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*width: 1000px;*/
    /*height: 100%;*/
    /*top: -180px;*/
    /*left: -40px;*/
    /*transform: rotate(-10deg);*/
}
.service-items.primary-bg::after
{
    content: "";
    position: absolute;
    /*background: #7d3b79;*/
    background-image: linear-gradient(to right, #42133f , #7d3b79);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 112%;
    top: -28px;
    left: 0px;
    z-index: -9;
    padding: 24px;
}
.main_section.service_section
{
    position: relative;
}
.main_section.service_section::after
{
    content: "";
    position: absolute;
    background-image: url(../images/icon/Rectangle5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 81%;
    height: 100%;
    top: 0%;
    left: 9%;
    /*transform: rotate(-10deg);*/
    /*background: #7d3b79;*/
    border-radius: 4rem;
    background-image: linear-gradient(to right, #42133f , #7d3b79);
}
.main_section.service_section h1, .main_section.service_section h2, .main_section.service_section h3, .main_section.service_section h4, .main_section.service_section h5, .main_section.service_section h6 , .main_section.service_section p
{
    color: #fff;
}
.main_section.service_section .reslultbox p
{
    color: #000;
}
.main_banner .banner_content{
    padding-top: 7rem;
}
.main_banner .banner_content h1 {
    font-weight: 700;
}

.investor_corner {
    position: relative;
}
.investor_corner::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.investor_corner .item {
    margin: 15px 10px;
}
.investor_box {
	display: block;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.investor_box:hover {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 2px #42133f2b;
}
.investor_box img {
    width: 80px !important;
    margin: 0 auto;
}
.investor_box h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 5px 0;
}
.investor_box p {
    font-size: 14px;
    line-height: 20px;
}

.why_chooseus{
	position: relative;
}
.why_chooseus::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -85px;
    left: 0px;
    padding: 50px 0px;
    bottom: 0px;
    height: 619px;
}
.why_chooseus::before {
    content: "";
    position: absolute;
    background-image: url(../images/line_shape.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 78%;
    height: 70%;
    top: 37%;
    left: 11%;
    opacity: 0.7;
}
.why_chooseus .main_heading{
    margin-bottom: 50px;
}
.hexa_box {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.hexa_box.hexa_box1 {
    margin-right: 0;
}
.hexa_box.hexa_box2 {
    margin-right: 10px;
}
.hexa_box.hexa_box4 {
    margin-left: 0;
}
/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid #fff;
    top: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.hexa_box::after {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-bottom: none;
    border-top: 40px solid #fff;
    bottom: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}
.hexa_box::after {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hexa_box .icon{
    position: relative;
    z-index: 999;
    padding-top: 52px;
}
.hexa_box .icon img {
    width: 65px;
}
.hexa_box h5 {
    position: relative;
    z-index: 999;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    padding-top: 5px;
}

.service_box {
    /*background-color: #fff;*/
    /*text-decoration: none;*/
    /*box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);*/
    /*border-radius: 10px;*/
    /*padding: 35px 20px;*/
    /*margin-bottom: 30px;*/
    /*transition: all 0.3s ease-in-out;*/
    margin-bottom: 40px;
}
.service_box a:hover h5 {
    color: #f96247 !important;
}
.main_section .col-md-3 {
    padding: 0 10px;
}

.service_box .icon img:nth-child(2) {
    display: none;
}
.service_box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /*height: 48px;*/
    margin-top: 8px;
}
.service_box:hover h5{
    /*color: #fff;*/
    /*margin-top: -8px;*/
}
.service_box:hover h5, .service_box:hover p, .service_box:hover a {
    /*color: #fff;*/
    /*text-decoration:none;*/
}

.testimonial_card {
    /*background-color: #fff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
    /*padding: 40px 40px 80px 40px;*/
    /*position: relative;*/
}
.testimonial_card::after {
    /*content: "";*/
    /*background-color: #42133f;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 60%;*/
    /*border-radius: 15px 15px 0 0;*/
}
.testimonials {
    text-align: center;
}
.testimonials p{
    color: #fff;
    font-size: 17px;
}
.testimonials .images {
    width: 120px;
    margin: 0 auto;
    border: 3px solid #42133f;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.testimonials .client_info {
    margin-top: 20px;
}
.testimonials .client_info h4 {
    font-weight: 600;
    margin: 0;
}
.testimonials .client_info h5 {
    font-weight: 500;
}

#testimonialCar .owl-nav {
    position: relative;
    margin-top: -80px;
}
#testimonialCar .owl-nav button {
    background-color: #42133f !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#testimonialCar .owl-nav button span {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    line-height: 38px;
}
#testimonialCar .owl-nav .owl-prev {
    position: absolute;
    left: -6%;
    top: 1.2rem;
}
#testimonialCar .owl-nav .owl-next {
    position: absolute;
    right: -6%;
    top: 1.2rem;
}


.footer_top .navbar-brand {
    display: block;
    background: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 8px;
}
.footer_main {
    padding: 80px 0 5px 0;
    border-radius: 50px 50px 0 0;
}
.foot_widget .foot_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.foot_widget ul {
    list-style-type: none;
    padding-left: 10px;
}
.foot_widget ul li a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot_widget ul li a:hover {
    /*color: #e5482c !important;*/
    /*padding-left: 5px;*/
    /*transition: all 0.3s ease-in-out;*/
}
.foot_widget a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.foot_widget a:hover {
    color: #f96247 !important;
}
.foot_widget a:hover {
    /*color: #e5482c !important;*/
    /*padding-left: 5px;*/
    /*transition: all 0.3s ease-in-out;*/
}
.footer_bottom {
    text-align: center;
    border-top: 1px solid #f96247;
    padding: 16px 0 90px 0;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 3px;
    margin: 5px 7px;
    background: #a2a1a1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #e5482c;
}

#captcha_code {
    width: 90px !important;
    height: 46px !important;
    border-radius: 5px;
}
.btnRefresh {
    height: 46px;
    border-radius: 5px;
    background-color: #24285b;
    color: #fff;
}
#captcha {
    width: calc(100% - 185px);
    height: 46px;
    border-radius: 5px;
    border: 1px solid #f1f4f8;
    box-shadow: none;
    color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
    margin-bottom: 5px;
    font-size: 42px;
}
.getintouch_section .main_heading h2 {
    font-size: 32px;
    font-weight:700;
}

.newsletter {
    margin-bottom: 50px;
}
.newsletter h1 {
    font-weight: 700;
    font-size: 40px;
}
.newsletter_form .form-group {
    position: relative;
    width: 60%;
    margin: 20px auto;
}
.newsletter_form .form-group .form-control {
    border-radius: 40px;
    height:60px;
}
.newsletter_form .form-group .btn-primary {
    position: absolute;
    right: 6px;
    top: 6px;
}

.sip_section {
    padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
    border: 1px solid #42133f;
    border-radius: 30px;
    height: 5px;
}
.sip_section .ui-slider-handle {
    background: #42133f !important;
    border-radius: 100%;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #42133f !IMPORTANT;
    outline:none !important;
}
.sip_section .ui-slider-range {
    background-color: #42133f;
    border: 1px solid #42133f2 !important;
    height: 4px !important;
    margin-top: -1px;
    border-radius: 30px 0 0 20px !IMPORTANT;
}
.tab .nav-pills 
{
  background: #42133f;
  margin-bottom: 30px;
}
.tab .nav-pills li, .tab .nav-pills li a 
{
  width: auto;
  float: left;
  border-radius: 0px !important;
  color: white;
  font-size: 16px;
  padding: 4px 9px;
}
.tab .nav-pills li 
{
  border-bottom: 1px solid white;
}
.pp-logo .card
{
    padding: 10px;
    border: 1px solid #1a2e4647;
    margin-bottom: 23px;
}
.btn-primary.lift.login
{
    background: none;
    border: 1px solid #42133f !important;
    color: #42133f;
    padding: 0px;
}
.banner_img img
{
    /*width: 85%;*/
    margin: 0px auto;
    display: block;
}
.p-0
{
    padding: 0px;
}
.home-service .service-info {
    max-width: 100%;
    margin-left: auto;
    padding-left: 8%;
}

.home-service .service-boxes {
    max-width: 100%;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.home-service .service-boxes .item-box:nth-child(1) {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box {
    text-align: center;
    margin-left: -3px;
}
.home-service .service-boxes .item-box .nav-link.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
}
.home-service .service-boxes .item-box .nav-link {
    background-color: transparent;
    padding: 15px 10px;
    text-transform: capitalize;
    margin: 0;
    border-radius: 0 !important;
}
.home-service .service-boxes .item-box .nav-link.active h4 {
    color: #114e9f;
}
.home-service .service-boxes .item-box .nav-link h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 10px auto;
    min-height: 43px;
    display: grid;
    align-items: center;
}
.home-service .service-boxes .item-box:nth-child(2) {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(3) {
    border-bottom: 2px solid #fff;
    /*border-right: 2px solid #fff;*/
}
.home-service .service-boxes .item-box:nth-child(5) {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(4) {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(5) {
    border-bottom: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(6) {
    border-bottom: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(7) {
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(8) {
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(9) {
    /*border-right: 2px solid #fff;*/
}
.home-service .service-boxes .item-box {
    text-align: center;
    margin-left: -3px;
}
.home-service .service-boxes .item-box:nth-child(11) {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(12) {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(13) {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-service .service-boxes .item-box:nth-child(14) {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.service-items.primary-bg
{
   /*background-color: #7d3b79;*/
    color: #fff; 
}
.service-content .text h4
{
    padding: 12px 0px;
}
.home-service .service-boxes .item-box .nav-link .icon img:nth-child(2) {
    display: none;
}
.home-service.color_box1_right .text-center
{
    margin-bottom: 61px;
}
.service-content .btn-primary
{
    /*background-color: #42133f;*/
}
.sip_section .main_heading h1
{
    font-size: 2rem;
}
#testimonialCar .owl-nav
{
    /*display: none;*/
}
#testimonialCar img
{
    filter: grayscale(100%);
    height: 80px;
}
#testimonialCar img:hover
{
    filter: grayscale(0%);
}
.ticker_sticky
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #2c1d01;
    background: #7f7f7f;
}
.home-service .service-boxes .item-box .nav-link.active .icon img:nth-child(1)
{
    display: none;
}
.home-service .service-boxes .item-box .nav-link.active .icon img:nth-child(2)
{
    display: block;
    margin: 0px auto;
}
.why_chooseuss {
  background: #7d3b79;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 6rem 0px 6rem 0;
  background-image: linear-gradient(to right, #42133f , #7d3b79);
}
.why_chooseuss h1, .why_chooseuss p {
  color: #fff;
}
.why_chooseuss ul {
  padding-left: 0px;
}
.why_chooseuss ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
  padding: 5px 10px 5px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 14px;
  background: #42133f;
}
.why_chooseuss ul li:hover {
    box-shadow: 0 1rem 2.5rem rgb(22 28 45 / 10%), 0 0.5rem 1rem -0.75rem rgb(22 28 45 / 10%) !important;
    transform: translate3d(0, -3px, 0);
}
.why_chooseuss ul li .why_chooseuss_icon {
  float: left;
  width: 70px;
  text-align: center;
}
.svg60 {
  width: 60px !important;
  height: 60px !important;
  fill: #fff;
}
.why_chooseuss ul li p {
  width: calc(100% - 98px);
  float: right;
  margin-top: 11px;
}
.why_chooseuss .app_img::after {
  content: "";
  position: absolute;
  border: 6px solid #fff;
  border-radius: 5px;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  z-index: -1;
}
.why_chooseuss .app_img {
  position: relative;
}
.app_btns .white
{
    color: #fff;
}
.navbar.navbar-expand-lg.sticky 
{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #42133f !important;
}

.sticky + .content 
{
  padding-top: 102px;
}
.sticky .navbar-brand img
{
    width: 80%;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}
.sticky .nav-item .nav-link , .sticky .nav-item .nav-link:hover
{
    color: #fff;
}
.sticky .btn-primary.lift.login 
{
  background: #fff;
  border: 1px solid #fff !important;
  color: #42133f;
}
#date
{
    margin-right: 13px;
    text-transform: capitalize;
}
 #date1
 {
     margin-right: 5px;
    text-transform: capitalize;
 }
.home-service .service-boxes .item-box .nav-link .icon img , .service-content img {
  width: 61px;
}
.footer_bottom p
{
    margin-bottom: 0px;
    text-align: center;
}
.main_banner .banner_content_content
{
    padding-top: 0rem;
}
.sticky .dropdown.lift.login.p-o  #navbarAccount
{
    color: #000;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
    color: #42133f;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.list-unstyled 
{
    
}
.list-unstyled li
{
    padding: 23px;
    margin-bottom: 20px;
    border: 1px solid #00000054;
    min-height: 150px;
    text-align: center;
    border-radius: 6px;
}
.list-unstyled li p
{
    text-align: center;
    margin-top: 10px;
}
.footerlogo
{
    
}
.footerlogo li
{
    display: inline-block;
}
.footerlogo li img {
  width: 207px;
  padding: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #506690
}
.sticky.navbar-light .navbar-nav .nav-link:focus, .sticky.navbar-light .navbar-nav .nav-link:hover {
  color: #fff
}

.group_website_section .web_row {
    display: flex;
    background-color: #f2f4f5;
    text-align: center;
}
.group_website_section .web_row .group {
    padding: 20px;
}
.group_website_section .web_row .group p {
    color: #233d62;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0;
}
.group_website_section .web_row .group.text {
    width: 440px;
    display: flex;
    align-items: center;
}
.group_website_section .web_row .group.logo {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: 435px;
}
.group_website_section .web_row .group.super {
    width: 60%;
    display: flex;
    align-items: center;
}
.login-part .modal-content {
    z-index: 9999;
}

.view_more.text-white {
    text-decoration: underline;
}
.view_more.text-white {
    text-decoration: underline;
}
.view_more.text-white:hover {
    color: #f96247 !important;
}

.contact_form .btn-primary.lift {
    margin: 0 auto;
    display: block;
}
#download1 {
    display: none;
}
.service_section .cal-name
{
    color: #fff;
}
#sectionB .table-responsive
{
    float: left;
    width: 100%;
}
.presales-cal .summary table tr:nth-child(odd) , .graphheading , .text-center.mtb-10.w-100.font-weight-normal.flot-left
{
    color: #fff !important;
}

.ticker_section {
  /* padding: 40px 0; */
  /*background: linear-gradient(0deg, #000, #000);*/
  /*border-bottom: 1px solid #f7f7f7;*/
}
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
  }
  .tickers .ticker_item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    /*width: 100%;*/
    padding: 0;
    padding: 0px 7px;
    display: flex;
    background: linear-gradient(0deg, #7f7f7f, #7f7f7f);
    /*height: 110px;*/
    text-align: center;
    border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}


.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  /*margin-top: 5px;*/
  position: relative;
  z-index: 9;
  margin-left: -19px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  /*padding-top: 15px;*/
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
    content: "";
    position: absolute;
    background-image: url(../images/trend.png);
    font-size: 18px;
    /*bottom: 25px;*/
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    /*z-index: 0;*/
    right:7px;
    /*opacity: 0.2;*/
    /*display: none;*/
}
  .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  }
  .tickers .ticker_item .difference_percent.negative::after {
    background-image: url(../images/decrease.png);
    /*bottom: 20px;*/
}

  /* TICKER */
.nav-item.login.btn-primary.lift a
{
        background: #fff;
    border: 1px solid #fff !important;
    color: #42133f;
        border-radius: inherit;
}