/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
@charset "utf-8";
/* CSS Document */

/*****************************************************************
reset css
******************************************************************/

/**{margin:0;padding:0;*/
/*transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;}*/

/*h1, h2, h3, h4, h5, h6, p, ul{margin:0; padding:0;}*/
ul{ list-style:none;}
a{text-decoration:none !important;}

/*body{ width:100%; padding:0; margin:0; font-family: 'Montserrat', sans-seriff;}*/
wrapper{ width:100%;}

/****************
     table
***************/

/** admin_menu_carousel **/

.san {
    background: #e9e7e8 url(images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0px 30px 0px;
}

.admin_menu_carousel{ width:100%; display:inline-block; position:relative; z-index:2; -webkit-perspective: 100px; perspective: 100px;}
 

.admin_menu_carousel a {
	 
	display: inline-block;
    text-align: center;
    color: #1a1364;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
	transition:0.7s;
}

.admin_menu_carousel a:hover {
	
	transition:0.7s;
	color: #235cdf;
}

.admin_menu_carousel a i{ 

background: linear-gradient(135deg, rgb(11, 26, 149) 0%, rgb(94, 102, 233) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c19cc', endColorstr='#3b26db', GradientType=1 );

  
font-size:40px; color:#ffffff; padding:0; border-radius:50%; display:block; margin:0 auto 10px auto;
width:93px; height:93px; text-align:center; line-height:93px;}


.admin_menu_carousel .owl-item{ text-align:center;}

.admin_menu_carousel a.active{ color:#000;}
.admin_menu_carousel a.active i{-webkit-box-shadow: 0px 0px 25px 0px rgba(255,203,91,0.75);
-moz-box-shadow: 0px 0px 25px 0px rgba(255,203,91,0.75);
box-shadow: 0px 0px 25px 0px rgba(255,203,91,0.75);
 
 background: rgba(243,142,80,1);
background: -moz-linear-gradient(-45deg, rgba(243,142,80,1) 0%, rgba(250,166,70,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(243,142,80,1)), color-stop(100%, rgba(250,166,70,1)));
background: -webkit-linear-gradient(-45deg, rgba(243,142,80,1) 0%, rgba(250,166,70,1) 100%);
background: -o-linear-gradient(-45deg, rgba(243,142,80,1) 0%, rgba(250,166,70,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(243,142,80,1) 0%, rgba(250,166,70,1) 100%);
background: linear-gradient(135deg, rgba(243,142,80,1) 0%, rgba(250,166,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38e50', endColorstr='#faa646', GradientType=1 ); }

.admin_menu_carousel .owl-stage-outer{padding:40px 0px 20px 0px;}

.admin_menu_carousel .owl-nav button i{padding:0; font-size:40px; color:#222fac !important;}

.admin_menu_carousel .owl-nav button:hover i{ color:#235cdf !important;}

.admin_menu_carousel .owl-nav button.owl-next, 
.admin_menu_carousel .owl-nav button.owl-prev, 
.admin_menu_carousel button.owl-dot{ background:none !important;}

.admin_menu_carousel .owl-nav .owl-prev { 

    
}

.admin_menu_carousel .owl-nav .owl-next { 

	
}

.deposit-block {
	background: #0f1374 url(images/advan-bg1.html) no-repeat top center fixed;
	padding: 30px 0px 30px;
	margin: 50px 0px 0px 0px;
}
.deposit-title h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px !important;
	color: #e6b204;
	text-align: center;
}
.deposit-right h4 {
	font-family: 'Open Sans', sans-serif;
	color: #2a206a;
	display: block;
	font-size: 23px;
	
	margin-bottom: 25px;
}
.deposit-right h4 small {
	color: #fff;
	font-size: 30px;
}

.deposit-right ul li {
	display: inline-block;
    padding: 10px 10px;
}

.deposit-right ul li span {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.deposit-right input {
	
	
}

.deposit-right .mon {
	
	width: 100%;
    display: inline-block;
    position: relative;
}

.deposit-right .mon i {
	
	display: inline-block;
    font-size: 20px;
    color: #2a206a;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #1b1464;
    border-radius: 40px;
    z-index: 9999;
}

.deposit-right ul {
	margin: 20px 0px;
	text-align: left;
}
.pay li {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.make-depositisubmit {
    /* text-align: center; */
    padding: 0px 0px 0px 30px;
}

.make-deposit.submit {
	text-align: center;
	margin-top: 22px;
}

.dmenu {
	
	padding: 20px 0px 20px 0px;
	text-align:center;
}

.dmenu ul {
	
    margin: 0;
    padding: 0;
    list-style: none;	
}

.dmenu ul li {
	
	display: inline-block;
    padding: 10px 7px;
}

.dmenu ul li a {
	
font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    border-bottom: 5px solid #e53ac4;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dmenu ul li a:hover {
	
	background: #e53ac4;
    color: #fff;
    -webkit-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);
    border-bottom: 5px solid #05db56;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dmenu ul li a i {
	
	display: block;
    font-size: 30px;
    color: #00ff61;
    margin: 0 0 20px 0;
    text-align: center;
}

.dmenu ul li a:hover i {
	
    color: #fff;
	-webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  -khtml-animation: toTopFromBottom 0.5s forwards;
  -o-animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

#dshbkgd {
    background: url(images/pay-bg.html) repeat;
}
.dshusr {
    padding: 30px 0;
}
.dshusr h1 {
    font-size: 24px;
    color: #4a2a77;
    line-height: 35px;
	margin:0;
}
.dshusr h1 img {
    margin-right: 10px;
}
.dshusr h1 span {
    font-size: 14px;
    color: #4a2a77;
    display: block;
}
.dshusr h1 span b {
    color: #f35036;
    font-weight: normal;
}
.dshusr a:first-child {
    font-size: 18px;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding-left: 25px;
    border-right: 1px solid #0049d4;
}
.dshusr a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(1, 95, 245) 0%, rgb(0, 51, 178) 100%) repeat scroll 0 0;
    border-left: 1px solid #0046cf;
    border-radius: 0 20px 20px 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    margin: 12px 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.dshusr a:hover {
    background: -moz-linear-gradient(top, rgba(146, 109, 197, 1) 0%, rgba(74, 42, 119, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(251, 54, 20) 0%, rgb(218, 51, 26) 100%);
    background: linear-gradient(to bottom, rgb(251, 54, 20) 0%, rgb(218, 51, 26) 100%);
    border: 1px solid #f33616;
}
.dshmnu {
    background: #000000 no-repeat top center;
    padding: 0px 0px 0px 0px;
    background-size: cover;
    margin-bottom: 30px;
}
.dshmnu p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    float: left;
    padding: 10px 0;
    font-family: 'Titillium Web', sans-serif;
    margin: 0px 0px 0px 0px;
}
.dshmnu p span {
    display: block;
    margin: 6px 0;
}
.dshmnu i {
    background: #e62105 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    padding: 17px;
    text-align: center;
    width: 60px;
    transition-duration: .3s;
    float: left;
    margin: 0 10px 0 0;
}
.dshmnu h5 {
    font-size: 40px;
    color: #013dc1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 68px 0;
}
.dshmnu h5 span {
    color: #f35036;
}
.mnucont {
    margin: 15px 0;
    display: inline-block;
}
.mnucont:hover i {
    background: #fff none repeat scroll 0 0;
    color: #e62105;
}
.dshttl {
    display: none;
}
/*Goto*/

.dshgoto a {
    text-decoration: none;
}
.dshgoto div {
    margin: 20px 0;
    padding: 0;
}
.dshgoto a h3 {
    font-size: 26px;
    color: #ffffff;
    background: #e62105;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-block;
    padding: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.dshgoto a h3 i {
    font-size: 42px;
    color: #020202;
    display: block;
    padding: 5px 0;
    text-shadow: 1px 3px 0 rgba(219, 218, 218, 1);
}
.dshgoto a h3 span {
	font-size: 16px;
    color: #020202;
    display: block;
}
.dshgoto a:hover h3,
.dshgoto a:hover h3 span,
.dshgoto a:hover h3 i {
    background: #feb729;
    color: #000;
    text-shadow: none;
}
/*status content*/

.dshinvst {
    background: url(images/plan-bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding:0px 0px 10px 0px;
    margin-bottom: 50px;
	font-family:'Exo 2', sans-serif;
}
.dshwthdrw {
    background: url(images/refer-bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding:0px 0px 10px 0px;
    margin-bottom: 50px;
	font-family:'Exo 2', sans-serif;
}
.dshinvst img,
.dshwthdrw img {
    margin: 10px;
}
.dshinvst h3,
.dshwthdrw h3 {
    font-size: 24px;
    color: #000;
	font-weight:600;
    margin: 10px 0px 20px 0px;
}
.dshinvst h4,
.dshwthdrw h4 {
    font-size: 24px;
    color: #f54700;
    background: #000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px 0;
    margin: 0px 0px 10px 0px;
}
.dshinvst h4 span,
.dshwthdrw h4 span {
    font-size: 18px;
    color: #feb729;
    display: block;
    margin: 8px 0px 0px 0px;
}
/*dashbox*/

.dshbxcont {
    width: 100%;
    margin-bottom: 0px;
}

.dshbx1,
.dshbx2,
.dshbx3 {
background: url(images/dshbxbk0.html) no-repeat top center, url(images/dshbxsdw.html) no-repeat top center;
    width: 310px;
    min-height: 324px;
    background-size: cover;
    margin: 20px auto 20px;
	    font-family: 'Exo 2', sans-serif;
}
.dshbx1 img {
    padding: 50px 0 24px;
}
.dshbx2 img {
    padding: 50px 0 24px;
}
.dshbx3 img {
    padding: 50px 0 24px;
}
.dshbx1 h2,
.dshbx2 h2,
.dshbx3 h2 {
    font-size: 28px;
    color: #fff;
    padding: 25px 0 94px;
}
.dshbx1 h2 span,
.dshbx2 h2 span,
.dshbx3 h2 span {
    font-size: 18px;
    color: #fec554;
    display: block;
    margin-top: 10px;
}

.admin-header {
    width: 100%;
    padding: 12px 0;
    background: #2b2356 no-repeat top center fixed;
    background-size: cover;
    position: relative;
}

.header_logo {
	width: 100%;
	display: inline-block;
	padding: 16px 0px;
}
.header_logo a {
	display: inline-block;
}
.referral_link_box h3 span {
	font-size: 18px;
	color: #100f45;
	font-weight: bold;
	text-transform: capitalize;
}
.header_links ul li h5 {
	display: inline-block;
    font-size: 15px;
    color: #fcca04;
	font-weight: 500;
	text-transform: capitalize;
}
.header_links ul li h5 i {
	display: inline-block;
}
.header_links ul li h5 span {
	display: inline-block;
	font-weight: 300;
	color: #ffffff;
}

.header_links {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding: 26px 0px 0px 0px;
}
.header_links ul {
	width: 100%;
	display: inline-block;
}
.header_links ul li {
	display: inline-block;
	padding-left: 8px;
}
.header_links ul li a {
	transition: all .2s ease-in-out !important;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	display: inline-block;
}
.header_links ul li a.soc-tweet, .header_links ul li a.soc-fb {
	font-size: 14px;
	color: #ffffff;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
}

.header_links ul li a.soc-tweet i, .header_links ul li a.soc-fb i {
	line-height: 24px;
}
.header_links ul li a.btn-reg, .header_links ul li a.btn-log {
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 50px;
    font-size: 14px;
    padding: 10px 24px;
    font-weight: 600;
	text-align: center;
}
.header_links ul li a.btn-reg {
	background: #ffffff;
	color: #000000;
	transition:0.7s;
}
.header_links ul li a.btn-log {
	background: #2a206a;
	color: #ffffff;
	transition:0.7s;
}
.header_links ul li a:hover {
    background: #fcca04;
    color: #2b2356;
	transition:0.7s;
}

.admin_page_banner {
	background: url("images/grey_buildings.html") no-repeat fixed center center / cover;
	width: 100%;
}
.user_account {
	width: 100%;
	display: inline-block;
}
.user_account h3 {
	width: 100%;
	display: inline-block;
}
.user_account h3 img {
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 8px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,1);
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.user_account h3 span {
	display: inline-block;
	font-size: 18px;
	color: #100f45;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 15px;
}
.user_account h3 span b {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
/** admin_page_title **/

.admin_page_title {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}
.admin_page_title h2 {
	width: 100%;
	display: inline-block;
	font-size: 28px;
	color: #2a206a;
	font-weight: bold;
	text-transform: capitalize;
}
.admin_top_links {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding: 12px 0;
}
.admin_top_links ul {
	width: 100%;
	display: inline-block;
}
.admin_top_links ul li {
	display: inline-block;
	padding: 0 5px;
}
.admin_top_links ul li .btn-default {
    display: inline-block;
    margin: 10px 0;
    background: #f69;
    color: #ffffff !important;
    border: 1px solid #ff6699;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
	transition:0.7s;
}

.admin_top_links ul li .btn-default:hover {
    
    background: #d0217d;
    color: #2b2356 !important;
    border: 1px solid #02dedf;
    transition: 0.7s;
}

.admin_top_links ul li .btn-primary {
    display: inline-block;
    margin: 10px 0;
    background: #d0217d;
    color: #2b2356 !important;
    border: 1px solid #02dedf;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
	transition:0.7s;
}

.admin_top_links ul li .btn-primary:hover {
    
	background: #f69;
    color: #ffffff !important;
    border: 1px solid #ff6699;
    transition: 0.7s;
}


/** admin_menu_carousel **/
.section_2 {
	background: #100f45;
}

.admin_menu
{
    
    padding: 10px 0px 7px 0px;
}
.admin_menu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.admin_menu ul li
{
    display: inline-block;
    padding: 17px 17px;
}
.admin_menu ul li a
{
    padding: 0px 0px;
}

.admin_menu ul li a
{
    
}

.menu_block small {
	display: inline-block;
	border-radius: 50%;
	padding: 7px;
	margin-bottom: 8px;
	background: transparent;
}
.menu_block small i {
	font-size: 30px;
	color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	padding: 16px;
	background: #100f45;
}
.menu_block small i:hover {
    background-color: #2a206a;
}
.menu_block span {
	display: block;
	font-size: 15px;
	color: #ffffff;
	text-transform: capitalize;
	
}
.menu_block:after {
	content: "";
	position: absolute;
	border-right: 1px solid transparent;
	width: 1px;
	height: 23px;
	left: 0;
	top: 0;
	bottom: 29px;
	margin: auto;
}
.menu_block.active small {
	background: #2a206a;
}
.menu_block.active small i {
	background: #2a206a;
}
/** referral_link_box **/

.referral_link_box {
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.13);
	background: #f5f5f7;
	width: 100%;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 20px;
	margin:10px auto 10px
}
.referral_link_box span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.referral_link_box span i {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
    background: #0be0d8;
	border-radius: 50%;
	padding: 15px;
}
.referral_link_box h3 {
	display: inline-block;
	vertical-align: middle;
}
.referral_link_box h3 input {
    font-size: 16px;
   color: #4e349a;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
    border: transparent;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    font-family: 'Bai Jamjuree', sans-serif;
}
.referral_link_box h3 span {
    font-size: 16px;
    color: #201362;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Bai Jamjuree', sans-serif;
}
.referral_link_box button {
	
    margin: 18px 0px 0px 0px;
    float: right;
    background: #1ad48e;
    border: 1px solid #3a0e88;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
	font-family:'Bai Jamjuree', sans-serif;
}

.referral_link_box button:hover {
    color: #1c0976 !important;
    box-shadow: 0px 0px 11px #2a2d3b;
    transition: 0.7s;
    background-image: linear-gradient(90deg,#1ad48e,#0be0d8);
}

.social-links {
	
	text-align:right;
}

.social-links li {
	display: inline-block;
	padding: 0px 5px;
}
.social-links li a i {
    font-size: 16px;
    color: #100f45;
    border: 1px solid #f54801;
    background: #f54801;
    padding: 8px;
    border-radius: 30px;
    transition: 0.7s;
    transition: all 500ms ease-in;
    box-shadow: 0px 0px 0px 0px #fdcb08;
    width: 36px;
    height: 36px;
    text-align: center;
}
.social-links li a i:hover {
color: #100f45;
    transition: 0.7s;
    background: #fdcb08;
    border: 1px solid #fdcb08;
    box-shadow: 0px 0px 5px 0px #fdcb08;
    transition: transform .8s ease-in-out;
    transform: rotate(360deg);
}
.ftr-btm {
	background: #212229 url(images/foot-bg.html) no-repeat top center fixed;
	padding: 10px 0px 10px 0px;
	font-family: 'Exo 2', sans-serif;
}

.ftr-btm-left {
	 padding: 20px 0px 0px 0px;
	 text-align:center;
}

.ftr-btm-right {
	 padding: 20px 0px 0px 0px;
}

.ftr-btm-left span {
	color: #fff;
	font-size: 15px;
}

.table-responsive{-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
width:100%; padding:0; border:none; margin:0;}

table{ width:100%;}
 table th {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
       background: #2a206a;
    font-family: 'Exo 2', sans-serif;
 }

/*table tbody td{text-align:left; font-size:13px; color:#000; font-weight:normal; padding: 15px 15px; white-space:nowrap;
border-bottom:1px solid rgba(0, 0, 0, 0.2); background:rgb(242, 244, 248);}*/
table tbody td i{  margin-right:5px; color:#2a206a;}
table tbody td span {
	color: #2a206a;
}

.text-green{ color:#3ae63a !important;}
.text-yellow{color:#f9ee27 !important;}
.text-red{color:#f43d3d !important;}

/****************
     button
***************/

.btn1, .sbmt1{text-shadow:none; border:none; display:inline-block; min-width:150px; height:44px; line-height:44px; padding:0 10px; text-align: center; 
font-size:14px; font-weight:300; border-radius:5px;    font-family: 'Open Sans', sans-serif;}

.btn-default1, .sbmt1{     background: #1ad48e;
    color: #fff !important;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;    font-family: 'Open Sans', sans-serif;}

.btn-primary1{background: #1ad48e;
    color: #fff !important;
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;}

.btn-default1:hover,
.btn-default1:focus,
.btn-default1:active,
.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1:active, .sbmt1:hover, sbmt1:active, sbmt1:focus{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 11px #2a2d3b;
    transition: 0.7s;
    background-image: linear-gradient(90deg,#1ad48e,#0be0d8);;}

/****************
     select
***************/
.small, small {
    font-size: 100% !important;
}
select {
    background: linear-gradient(135deg, #493f93 30%, #6d5fd1 100%);
    font-size: 14px;
    color: #ffffff !important;
    font-family: 'Exo 2', sans-serif;
    height: 50px;
    padding: 0 35px 0 15px;
    font-weight: normal;
    border: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a17ce4;
}

select:active, 
select:focus{ border-radius:0;}

select option{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1); 
background:#230656; padding: 5px 15px; -moz-padding:5px 15px; -webkit-padding:5px 15px; color:#fff !important;}

select option:hover{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1); background:#44318d;}

/****************
     input
***************/

input[type="submit"]{ border:none; outline:none;}

input[type="radio"]{ margin:0 5px 0 0; vertical-align:middle;}
input[type="checkbox"]{ margin:0 5px 0 0; vertical-align:middle;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]{ 
	width: 100%;
    height: 50px;
    padding: 0 55px;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    color: #9400d3;
    background: transparent;
    font-family: 'Exo 2', sans-serif;
       border: 1px solid #3f359c;
}

input[type="number"]{appearance:textfield; -moz-appearance:textfield; -webkit-appearance:textfield;}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{}

textarea{ padding: 0 15px; font-size:14px; color:#000000; background:#ffffff; width:100%; min-height:120px; resize:none; 
border-radius:0; border:none; outline:none;}

textarea:active,
textarea:focus{}

/****************

::-webkit-input-placeholder {
  color: #fff; opacity:1;
}
::-moz-placeholder {
  color: #fff; opacity:1;
}
:-ms-input-placeholder {
  color: #fff; opacity:1;
}
:-moz-placeholder {
  color: #fff; opacity:1;
}



***************/

/*****************************************************************
dashboard
******************************************************************/

.table-responsive{-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
width:100%; padding:0; border:none; margin:0;}

table{ width:100%;     font-family: 'Exo 2', sans-serif;}


table tbody td{    text-align: left;
    font-size: 14px;
    color: #17033b;
    font-weight: normal;
    padding: 15px 15px;
    white-space: nowrap;
    border-bottom: 1px solid rgb(42 32 106 / 52%);
    background: rgb(132 68 247 / 3%);}
table tbody td i{  margin-right:5px;    color: #2a206a;}
table tbody td span {
	color: #2a206a;
}

.com-page input[type="text"], .com-page input[type="passowrd"], .com-page input[type="email"], .com-page input[type="number"] {
	color: #000;
}

.bg_body {
	/*background: rgba(6,69,163,1);
	background: -moz-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,69,163,1)), color-stop(100%, rgba(3,27,107,0.97)));
	background: -webkit-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);
	background: -o-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);
	background: -ms-linear-gradient(top, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);
	background: linear-gradient(to bottom, rgba(6,69,163,1) 0%, rgba(3,27,107,0.97) 100%);*/
	background:#fff;
	font-family:'Bai Jamjuree', sans-serif;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0645a3', endColorstr='#031b6b', GradientType=0 );
 
}

header{ width:100%; margin-bottom:0px;}
.header_left{ width:100%; display:inline-block;}

.admin_logo{-webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 21%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 21%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom, rgb(43, 35, 86) 0%,rgb(68, 65, 114) 21%,rgb(43, 35, 86) 48%,rgb(69, 65, 116) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
display:inline-block; padding: 16px 45px; border-radius: 0 0 30px 30px;}
.admin_logo img{ display:inline-block;}

.header_left .breadcrumb{ background:none; border-radius:0; margin:0; display:inline-block; padding: 9px 17px;}
.header_left .breadcrumb li{ display:inline-block; font-size:16px; color:#2712a1; text-transform:capitalize; font-weight:normal;}
.header_left .breadcrumb li a{ display:inline-block; color:#2a206a; }
.header_left .breadcrumb > li + li::before {color: #dd2b36; content: "\f105"; font-family: 'Font Awesome 5 Free';
font-weight: 900; padding: 0 5px;}
.header_left .breadcrumb li a:hover{ color:#09379d;}

.header_right{ width:100%; display:inline-block; text-align:right;}
.header_right h5{ font-size:16px; color:#2712a1; text-transform:capitalize; display:inline-block; vertical-align:middle; padding:0 15px;  font-family:'Bai Jamjuree', sans-serif;}
.header_right h5 i{ color:#2a206a;}
.header_right ul{ display:inline-block; font-size:0; vertical-align:middle;}
.header_right ul li{ display:inline-block;}
.header_right ul li a{ display:inline-block; font-size:16px; padding: 25px; color:#fff; background:#000;}
.header_right ul li a:hover{ background:#2a206a;}

.admin_body{ width:100%;    /*background: #fff no-repeat center fixed;*/    background: transparent;
    background-size: cover;}
.admin_top{ width:100%; display:inline-block;}

.admin_top_left{ width:100%; display:inline-block;}
.admin_top_left h5{ width:100%; display:inline-block; font-size:28px; color:#2a206a; text-transform:capitalize;}

.admin_top_right{ width:100%; display:inline-block; text-align:right;}
.admin_top_right ul{ width:100%; display:inline-block;margin:0;padding:0;}
.admin_top_right ul li{ display:inline-block;}
.admin_top_right ul li a{     font-size: 16px;
    color: #ff6699;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 20px 21px;
    display: inline-block;
    position: relative;}
.admin_top_right ul li .active{    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(217,63,135,1);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(217,63,135,1);
    box-shadow: inset 0px 4px 0px 0px rgb(255, 102, 153);
    background: #000;
}
.admin_top_right ul li a span{     content: "";
    position: absolute;
    display: none;
    font-size: 12px;
    color: #2712a1;
    text-transform: capitalize;
    left: -25px;
    top: -25px;
    margin: auto;}
.admin_top_right ul li a:hover span{ display:block; width:100px; text-align:center;}

.admin_body_box{ width: 100%;
    display: inline-block;
    padding: 30px 30px;
    background:#13033c url(images/inner-bg.html) no-repeat top center;
    background-size: cover;
    background-attachment: fixed; }

/** admin_body_top **/

.admin_body_top{ width:100%; margin-bottom:30px;}

 

.pink_title {
	color: #2a206a;
}



.user_detail {
	width: 100%;
	display: inline-block; 
 
 
 
 
	/* padding: 50px 0; */
}


.user_detail img{-webkit-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
-moz-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05); 
border-radius:50%; display:inline-block;}
.user_detail h4{ display:inline-block; font-size:20px; color:#fff; line-height:30px; vertical-align:middle; margin-left:25px;}
 .user_detail h4 span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	font-family:'Bai Jamjuree', sans-serif;
}

/** referral_link **/

 
.referral_link [type="text"]{ padding: 0 40px 0 20px;}

.alert{ display:none; width:auto; position:absolute; top:-25px; right:0; font-size:12px; color:#fff; padding:0; border:none;
border-radius:30px; padding:1px 10px;}

.alert-success{background:#b09576; }

.copy_btn{ display: inline-block;
    position: absolute;
    right: 19px;
    top: 5px;
    font-size: 16px;
    color: #342c5d;
    background: #02dedf;
    border: none;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    margin: 3px;}
.copy_btn i{ line-height:32px;}

/** admin_body_bottom **/

.admin_body_bottom{ width:100%;}

.account_detail{-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18); 
width:100%; display:inline-block; background:rgba(0, 0, 0, 0.1); margin-bottom:40px;}
.account_detail ul{ display:inline-block; width:100%;}
.account_detail ul li{ display:inline-block; width:100%; border-bottom:1px solid rgba(0, 0, 0, 0.2); padding: 14px 22px;}
.account_detail ul li img{ display:inline-block; background:rgba(0, 0, 0, 0.1); border-radius:50%; padding: 13px;}
.account_detail ul li span{ display:inline-block; font-size:16px; color: #2a206a; fotn-weight:bold; 
text-transform:capitalize; vertical-align:middle; margin-left:10px;}
.account_detail ul li span b{ display:block; font-size:35px; color:#fff; font-weight:300; font-family: roboto; }
.account_detail ul li span b sup{ font-size:20px; display:inline-block;}
.account_detail ul li span b small{ font-size:20px; color:#fff;}

.account_detail_box1 {    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    width: 83%;
    display: inline-block;
	background: #fff;
    /*background: #fff url(/images/line1.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
	background-size: contain;
}
    
.account_detail_box1:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box2 {    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    width: 83%;
    display: inline-block;
    /*background: #fff url(/images/line2.png) no-repeat bottom center;*/
	background: #fff;
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
	background-size: contain;
}
    
.account_detail_box2:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box3 {    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    width: 83%;
    display: inline-block;
	background: #fff;
    /*background: #fff url(/images/line3.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
	background-size: contain;
}
    
.account_detail_box3:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
}

.account_detail_box4 {    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    min-height: 148px;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    width: 83%;
    display: inline-block;
	background: #fff;
    /*background: #fff url(/images/line4.png) no-repeat bottom center;*/
    border-radius: 7px;
    padding: 28px 0px 0px 0;
    text-align: left;
    transition: 0.7s;
	background-size: contain;
}
    
.account_detail_box4:hover {
    box-shadow: 0px 0px 10px 0px #fff;
    transition: 0.7s;
} 
    
.account_detail_box i{     font-size: 30px;
    color: #02dedf;
    display: inline-block;
    background: transparent;
    padding: 5px 12px;
    margin-right: 0px;
    vertical-align: middle;
    border-radius: 50px;
    margin-left: 20px;}

.account_detail_box h4{ font-size:16px; color:#000; text-transform:capitalize; display:inline-block; line-height:28px; vertical-align:middle;margin:15px 0px 0px 20px;}
.account_detail_box h4 span{ display:block; font-size:22px; color:#2a206a; text-transform:uppercase; font-weight:600;}
.account_detail_box h4 small {
	font-size: 12px;
}

.earning_withdraw{ width:100%; display:inline-block;}
.earning_withdraw .col-xs-6{ border-right:1px solid rgba(255, 255, 255, 0.1);}
.earning_withdraw .col-xs-6:last-child{ border:none;}

/* knob circle */

.knob_value_cirle{ width:100%; text-align:center; display:inline-block;}
.knob_value_cirle canvas{background:rgba(0, 0, 0, 0); border-radius:50%; margin-bottom:20px;}
.knob_value_cirle span{ display:inline-block; width:100%; text-align:center; font-size:16px; color:#fff; text-transform:capitalize;
font-weight:bold; font-family: roboto; }
.knob{ font-size:25px !important; color:#fff !important; font-weight:300 !important; font-family:'Bai Jamjuree', sans-serif !important;}

.admin_title{     width: 100%;
    display: inline-block;
    font-size: 20px;
    color:#2a206a;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;}

/** chart **/

.chart_box{ width:100%; overflow:hidden; margin-bottom:20px;font-family: roboto;}

.highcharts-button{ display:none;}
.highcharts-background{ fill: transparent;}
.highcharts-axis-title,
.highcharts-axis-labels text,
.highcharts-legend-item text{ fill:#fff !important;}

#area_chart { min-width: auto; max-width: auto; width:100%; height: 380px; margin: 0 auto;}

/** account_stats **/

.account_stats{ width:100%; display:inline-block; padding:30px 0px 0px 0px;}
.stats_box{    box-shadow: 0px 0px 1px 0px rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
    background: #210454;
    padding: 15px;}

.stats_box ul{ list-style:none; width:100%; text-align: center; font-size:0;}
.stats_box ul li{ display:inline-block; text-align:center; width:100%; }
.stats_box ul li span{ display:inline-block; width:100%; font-size:18px; color:#2a206a; border-right:1px solid #ffffff;
font-family:'Bai Jamjuree', sans-serif; font-weight:600;} 
.stats_box ul li:last-child span{ border:none;}
.stats_box ul li span sup{ font-size:18px;}
.stats_box ul li span small{     font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    font-family:'Bai Jamjuree', sans-serif;
    text-transform: uppercase;
    display: block;}
.stats_box ul li b{ display:inline-block; width:100%; text-align:right; font-size:16px; color: #2a206a;font-weight:normal;
margin-top:20px;}

/** admin_footer **/

.admin_footer{ width:100%; display:inline-block; text-align:center;    padding: 30px 30px;
    background: #000 no-repeat top center;
    background-size: cover;
    background-attachment: fixed;}
.admin_footer h6{ text-align: center; width:100%; display:inline-block; font-size:14px; color:#02dedf; text-transform:capitalize;}
.admin_footer h6 i{ color:#f69; padding-right:5px;}

/*****************************************************************
deposit
******************************************************************/

.select_transaction_box{ width:100%; display:inline-block; margin-bottom:30px;}
.select_box{ width:100%; display:inline-block; margin:0 0 30px 0;}

.deposit_list{ width:100%;}

.deposit_list h4{ width:100%; display:inline-block; margin-bottom:30px;}
 .deposit_list h4 > a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	background: #2a206a;
	border-radius: 30px;
	padding: 6px 17px;
	display: inline-block;
}
.deposit_list h4 > a i{ padding-right:4px; font-size:10px;}
.deposit_list h4 > a:hover{ background:#fff; color:#000000;}

.table_page{ display:inline-block; float:right;}
.table_page h6{ width:100%; display:inline-block;}
.table_page h6 a {
	background: #2a206a;
	font-size: 13px;
	color: #fff;
	border-radius: 50%;
	padding: 8px 12px;
	display: inline-block;
	transition: .3s;
}
.table_page h6 span{ display:inline-block; font-size:14px; color:#000;  text-transform:capitalize; padding:0 5px;}
.table_page h6 a:hover{ background:#ffffff; color:#000000; transition:.3s;}

/*****************************************************************
make deposit
******************************************************************/

.package_carousel{ width:100%; margin-bottom:30px;}
.package_carousel .owl-stage-outer{ padding:20px 0px;}

.package_block{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
width:100%; display:inline-block; text-align:center; padding: 35px 20px; border-radius:30px; position:relative;
overflow:hidden;}
.package_block h5{ width:100%; display:inline-block; font-size:17px; color:#fff; text-transform: uppercase; font-weight:bold;
margin-bottom:15px; position:relative; z-index:1;}

.package_block:after{ content:""; position:absolute; background:url(images/white_curve_bg.html) no-repeat center; width:100%; height:536px;
right:0; left:0; bottom:-7px; margin:auto; background-position:right bottom; background-size:100% auto; width:100%;}

.package_block span{ width:100%; display:inline-block; font-size:46px; color:#fff; font-weight:bold; position:relative; z-index:1;}
.package_block span sup{ font-size:22px; display:inline-block;}
.package_block span small{ font-size:13px; color:#fff;}

.package_block > small{ display:inline-block; font-size:13px; text-transform:uppercase; padding: 0 40px; color:#fff; position:relative;
margin-bottom:20px; position:relative; z-index:1;}
.package_block > small:before{ content:""; position:absolute; background:url(images/plan_title_design.html) no-repeat center;
width:34px; height:7px; left:0; top:0; bottom:0; margin:auto;}
.package_block > small:after{ content:""; position:absolute; background:url(images/plan_title_design.html) no-repeat center;
width:34px; height:7px; right:0; top:0; bottom:0; margin:auto;}
.package_block ul{ list-style:none; margin-bottom:30px; position:relative; z-index:1;}
.package_block ul li{ display:inline-block; width:100%; font-size:12px; color:#fff; text-transform: capitalize; line-height:28px;}
.package_block ul li b{ display:block; font-size:18px; color:#fff; font-weight:bold; text-transform:uppercase;}
.package_block aside{ width:100%; display:inline-block; text-align:right; position:relative; z-index:1;}
.package_block aside a{ display:inline-block; text-align:right; font-size:15px; color:#6d7c92;}
.package_block aside a:hover{ color:#2a206a;}

.package_carousel .owl-item:nth-child(1n) .package_block{background: rgb(66,183,221);
background: -moz-linear-gradient(45deg, rgba(66,183,221,1) 0%, rgba(107,244,205,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(66,183,221,1) 0%,rgba(107,244,205,1) 100%);
background: linear-gradient(45deg, rgba(66,183,221,1) 0%,rgba(107,244,205,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b7dd', endColorstr='#6bf4cd',GradientType=1 );}
.package_carousel .owl-item:nth-child(2n) .package_block{background: rgb(255,126,160);
background: -moz-linear-gradient(45deg, rgba(255,126,160,1) 0%, rgba(255,179,181,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,126,160,1) 0%,rgba(255,179,181,1) 100%);
background: linear-gradient(45deg, rgba(255,126,160,1) 0%,rgba(255,179,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7ea0', endColorstr='#ffb3b5',GradientType=1 );}
.package_carousel .owl-item:nth-child(3n) .package_block{background: rgb(73,94,236);
background: -moz-linear-gradient(45deg, rgba(73,94,236,1) 0%, rgba(226,150,254,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(73,94,236,1) 0%,rgba(226,150,254,1) 100%);
background: linear-gradient(45deg, rgba(73,94,236,1) 0%,rgba(226,150,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495eec', endColorstr='#e296fe',GradientType=1 );}

.package_carousel .owl-item:nth-child(1n) .package_block:before{content:""; position:absolute; background:url(images/plan_icon_bg_2.html) no-repeat center; width:184px; height:184px; left:0; right:0; top:0; bottom:0; margin:auto;}
.package_carousel .owl-item:nth-child(2n) .package_block:before{content:""; position:absolute; background:url(images/plan_icon_bg_1.html) no-repeat center; width:184px; height:184px; left:0; right:0; top:0; bottom:0; margin:auto;}
.package_carousel .owl-item:nth-child(3n) .package_block:before{content:""; position:absolute; background:url(images/plan_icon_bg_3.html) no-repeat center; width:184px; height:184px; left:0; right:0; top:0; bottom:0; margin:auto;}

/** deposit_method_box **/

.deposit_method_box{-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18); 
width:100%; background:rgba(0, 0, 0, 0.1); padding:30px;    font-family: 'Exo 2', sans-serif;}

.deposit_method_box h3{ width:100%; display:inline-block; font-size:20px; color:#2a206a; text-transform:capitalize; font-weight:bold;
vertical-align:middle; margin:0px 0px 0px 0px;}
.deposit_method_box h3 span{ font-weight:500; color:#2a206a; font-size:35px; font-family:'Bai Jamjuree', sans-serif;
vertical-align:middle; padding:0 10px;}
.deposit_method_box h3 span sup{ font-size:20px;}
.deposit_method_box h3 span small{ font-size:16px;  font-weight:300; font-family:'Bai Jamjuree', sans-serif;color: #ccb3f9;}

.admin_input{width:100%; display:inline-block; margin-bottom:20px;}

.payment_select{ width:100%; display:inline-block; margin-bottom:30px;}
.payment_select ul{ list-style:none;}
.payment_select ul li{ display:block; font-size:15px; color:#4e349a; font-weight:500; text-transform:capitalize; text-align:left;
padding: 0 25px 10px 0;}
.breadcrumb i {
	font-size: 21px;
	color: #fff;
	padding: 0 6px;
}

.btn-default {
/*	-webkit-box-shadow: 0px 13px 34px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 13px 34px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 13px 34px 0px rgba(0,0,0,0.6);*/
	background: rgb(242,69,122);
	background: -moz-linear-gradient(170deg, rgba(242,69,122,1) 0%, rgba(242,69,122,1) 50%, rgba(239,36,99,1) 50%, rgba(239,36,99,1) 100%);
	background: -webkit-linear-gradient(170deg, rgba(242,69,122,1) 0%,rgba(242,69,122,1) 50%,rgba(239,36,99,1) 50%,rgba(239,36,99,1) 100%);
	background: linear-gradient(170deg, rgba(242,69,122,1) 0%,rgba(242,69,122,1) 50%,rgba(239,36,99,1) 50%,rgba(239,36,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2457a', endColorstr='#2a206a',GradientType=1 );
color: #fff !important;
}
 

/*plans*/


.plans {
	width: 100%;

padding: 43px 20px;
}

.main_title {
	width: 100%;
	margin-bottom: 30px;
}
.plan_box {
	margin: 30px auto 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c4c4c5;
    background: #f0f0f0;
    background-size: cover;
    font-family: 'Exo 2', sans-serif;
    padding: 20px 0px 20px 0px;
}
.plan_box h5 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #1c0976;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    padding: 0px 0px 10px 0px;
    margin: 0;
}
.plan_box img {
	display: inline-block;
    padding: 10px 0;
    max-width: 18%;
}
.plan_box h4 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #1c0976;
    font-weight: 600;
    padding: 14px 10px 14px 10px;
    margin: 0px 0px 20px 0px;
}
.plan_box ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.plan_box .btn {
	min-width: 149px;
	height: 50px;
	line-height: 50px;
	box-shadow: none;
	font-weight: 500;
}
.plan_box ul li::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 38px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: -4px;
	margin: auto;
}
.plan_box ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #35268c !important;
    float: right;
    position: relative;
    margin: 0px 10px 0px 0px;
    text-transform: lowercase;
}
.plan_box h4 small {
	font-size: 16px;
	color: #2a206a;
	font-weight: 500;
}
 
 .plan_box ul li {
    font-size: 14px;
    color: #4d4476;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: 97%;
    text-align: left;
    padding: 8px 8px;
}
.admin_title.mb-20 {
	margin-top: 30px;
}

.admin_page_title {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}

.title h4 {
	font-size: 36px;
	color: #ff6699;
	margin: 10px 0px;
	line-height: 50px;
}
.title span {
	color: #FFDF00;
	font-size: 18px;
	font-weight: 600;
}

.token_boxes {
	width: 100%;
	font-family: 'Bai Jamjuree', sans-serif;
}
.token_box {
-webkit-box-shadow: 0px 14px 11px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 14px 11px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(10, 32, 151);
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 20px;
    background: #ffffff;
    margin: 20px auto 20px;
    text-align: center;
}
.token_box img {
    margin: auto;
}
.token_box h4 {
	font-size: 18px;
    color: #28292e;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #0a2097;
    padding: 16px 0px 0px 0px;
}
.token_box h4 span {
	display: block;
    font-size: 22px;
    color: #1031e3;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.tcu {
    text-align: center;
    color: #fd7d00;
    margin-bottom: 20px;
}




.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
opacity: 0.7; display:inline-block;
}
.msg {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;

}
.msg.black {
	color: #fff;

}



.frmcont.textarea span i {
  bottom: inherit;
  top: 0;
}





.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}
.after_reg {
    color: #000;
}
.after_reg h3 {
  color:#2a206a;
  font-size: 23px;
}

.after_reg p{ margin-bottom:10px;
}

.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}

.reftextarea {
	min-height: inherit;
	padding: 10px 15px;
}


.wd .stats_box {
    margin-bottom: 20px;
}



.form_box {
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 40px;
}
.form_block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.form_block span {
    width: 100%;
    display: inline-block;
    position: relative;
}


.form_block span input[type="text"],  .form_block span input[type="email"],  .form_block span input[type="password"], .form_block span input[type="number"] {

	width: 100%;
    height: 50px;
    padding: 0 55px;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    color: #272629;
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    border: 1px solid #4f4da8;
}

.form_block span i {
    
	display: inline-block;
    font-size: 16px;
    color: #0a0e71;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    border-radius: 40px;
}

.form_block textarea {
	width: 100%;
    height: 50px;
    padding: 8px 60px !important;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #272629;
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    border: 1px solid #732ac6;
}
.wmsg li {
    list-style-type: none;
    color: #fff;
	line-height:30px;
}



.commission_block{-webkit-box-shadow: 0px 18px 22px 0px rgba(255,255,255,0.25);
-moz-box-shadow: 0px 18px 22px 0px rgba(255,255,255,0.25);
box-shadow: 0px 8px 10px 0px rgba(255,255,255,0.25); 
width:100%; border-radius:30px;}
.commission_block > span{ width:100%; display:inline-block; text-align:center; margin-bottom:20px; padding-top:30px;}
.commission_block > span img{ display:inline-block;}
.commission_block h4{ width:100%; display:inline-block; font-size:20px; color:#ffffff; text-transform:capitalize; font-weight:bold;
text-align:center; padding: 5px 0 14px 0;}
.commission_block h4 span{ display:inline-block; font-size:28px;}
.commission_block h4 span small{ font-size:16px; color:#fff;}

.commission_list{ width:100%; display:inline-block; padding: 30px;    text-align: center;}

.purple_block{ /*background: rgba(31,176,248,1);
background: -moz-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,176,248,1)), color-stop(100%, rgba(242,69,121,1)));
background: -webkit-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -o-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -ms-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: linear-gradient(to bottom, rgba(31, 176, 248, 0.52) 0%, rgba(242, 69, 121, 0.54) 100%);*/
    background: #e53ac4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb0f8', endColorstr='#f24579', GradientType=0 );}



.purple_block h4{ }

.pink_block{/*background: rgba(31,176,248,1);
background: -moz-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,176,248,1)), color-stop(100%, rgba(242,69,121,1)));
background: -webkit-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -o-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: -ms-linear-gradient(top, rgba(31,176,248,1) 0%, rgba(242,69,121,1) 100%);
background: linear-gradient(to bottom, rgba(31, 176, 248, 0.52) 0%, rgba(242, 69, 121, 0.54) 100%);*/
    background: #520ca0;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb0f8', endColorstr='#f24579', GradientType=0 );}


.pink_block h4{}
.security .commission_block {
	margin-bottom: 20px;
}

.commission_list li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}
.banner_refer {
    color: #2a206a;
}
ul.pay-list li {
    display: block;
    font-size: 15px;
    padding: 10px 0px;
}
li:empty {
    display: none!important;
}.deptab a {
	color: #ffffff;
}

.stats_box .admin_title {
	text-align: center;
	color: #fff;
}.wmsg {
	text-align: center;
}
@charset "utf-8";
/* CSS Document */

/*****************************************************************
responsive-admin
******************************************************************/

@media only screen and (max-width: 1199px){
.header_links {
	
	text-align: left;
	
	
}
.header_links ul li {
	
	padding-left: 5px;
}
.header_links {
	text-align: center;
}
}

@media only screen and (max-width: 991px){
	
.header_logo {
	
	text-align: center;
}	

.title.pt-50.mb-30 {
	padding: 10px 0px;
	margin: 0px;
}.referral_link_box button {
	display: block;
	float: none;
	margin: 10px auto;
}
.referral_link_box span {
	display: block;
	padding: 0 0 5px;
	vertical-align: middle;
	text-align: center;
}
.referral_link_box h3 {
	text-align: center;
	width: 100%;
}
.referral_link_box h3 input {
	text-align: center;
	width: 100%;
}
	
.header_left {
  text-align: center;
}
.header_left .breadcrumb {
  width: 100%;
}
.header_right {
  text-align: center;
}
.header_right h5 {
  padding: 15px;
}
.admin_top_left h5 {
  text-align: center; margin-bottom:30px;
}
.admin_top_right {
  text-align: center;
}
.earning_withdraw{ margin-bottom:30px;}

.plan_box {
	margin-top: 25px;
}

.dshgoto div {
    margin: 10px 0;
    padding: 0;
}
.dshbx1,
.dshbx2,
.dshbx3 {
       background: url(images/dshbxbk0.html) no-repeat top center, url(images/dshbxsdw.html) no-repeat top center;
    width: 300px;
    min-height: 324px;
    background-size: cover;
    margin: 20px auto 20px;
    font-family: 'Exo 2', sans-serif;
}
.dshbx1 h2, .dshbx2 h2, .dshbx3 h2 {
    font-size: 22px;
    padding: 0px 0px 0px;
    margin: 40px 0px 0px 0px;
}
.dshbx1 h2 span, .dshbx2 h2 span, .dshbx3 h2 span{
font-size: 14px;
    margin-top: 6px;
}
.dshbx1 img,.dshbx2 img,.dshbx3 img {
    padding: 60px 0px 0px;
    width: 20%;
}
}

@media only screen and (max-width: 767px){
	
.admin_menu_carousel .owl-nav .owl-prev {
	left: 0;
}
.admin_menu_carousel .owl-nav .owl-next {
		right: 0;
}

.stats_box{ margin-bottom:30px;}
.admin_footer h6{ text-align:center;}
.admin_footer h6 {
  line-height: 28px;
}
.payment_select ul li {
  padding: 10px;
}
.admin_page_banner {
	padding: 30px 0;
}	
.header_links ul li {
	padding: 5px;
	display:block;
}	
	
.user_account h3 {
	text-align: center;
}
.admin_top_links {
	text-align: center;
}
.user_account h3 span {
	text-align: left;
}

.ftr-btm-left {
   text-align: center;
	 padding: 20px 0px 0px 0px;
}

.ftr-btm-right {
	text-align: center;
	 padding: 20px 0px 0px 0px;
}

.social-links {
    text-align: center;
}

.stats_box ul li span{ 
	font-size:15px;
} 

.stats_box ul li span sup{ font-size:15px;}

.dmenu ul li {
    display: block;
    padding: 10px 16px;
}
.dmenu ul li a{padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 5px solid transparent;
    width: 100%;
    font-size: 15px;
    float: left;
    text-align: center;}
.dmenu ul li a i{display: block;
    font-size: 20px;
    color: #02ff62;
    margin: 0 10px 6px 20px;}
.dmenu ul li a:hover{background:#eb3cc5;color:#fff;-webkit-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);
box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.54);border-bottom:5px solid #02ff62}
.dmenu ul li a:hover i{color:#fff;}
.dmenu{background:transparent;width:100%;text-align: left;}
}


@media only screen and (max-width:600px){
.package_block:after{ right:0; left:0; bottom:-7px; margin:auto; background-position:right bottom; background-size:100% auto;}
.plans .col-xs-6 {
	width: 100%;
}
.main_title h2 {
	font-size: 21px;
}
}

@media only screen and (max-width: 520px){
.admin_top_right ul li {
  padding: 20px 0;
  width: 20%;
}

.user_detail h4 {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}
.user_detail {
  text-align: center;
}
.dshinvst img, .dshwthdrw img {
margin: 10px;
    float: left;
    display: block;
    position: relative;
    bottom: 20px;
}

.dshinvst h3, .dshwthdrw h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 36px 0px 20px 0px;
}

}

@media only screen and (max-width: 480px){
.deposit_method_box {
  padding: 10px;
}
.ftr-btm {
	text-align: center;
}
.ftr-btm .col-xs-6 {
	width: 100%;
}

}

@media only screen and (max-width: 420px){
.stats_box ul li {
  width: 100%; 
}
.stats_box ul li span{ border:none;}

.stats_box ul li b {
  text-align: center;
}
.earning_withdraw .col-xs-6{ width:100%; border:none;}
.knob_value_cirle{ margin-bottom:30px;}
.deposit_method_box h3 span {
  line-height: 60px;
  padding: 0;
}

}

@media only screen and (max-width: 360px){
.account_detail ul li span {
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.account_detail ul li {
  text-align: center;
}
.table_page {
  display: block;
  float: none;
  margin-top: 20px;
}
	.menu_block::after {
	content: inherit;
	display: none;
	
	
}


.user_account h3 span {
	padding: 15px 0 0;
	text-align: center;
	width: 100%;
}
.dshinvst h4, .dshwthdrw h4 {
    font-size: 14px;  
}
.dshinvst h4 span, .dshwthdrw h4 span {
    font-size: 14px;
}

.dshusr a:first-child {
    padding-left: 10px;
}
.dshusr a {
    padding: 12px 5px;
}
.dshgoto a h3 {
        height: 125px;
        width: 125px;
}
.dshgoto a h3 i {
    font-size: 35px;
    padding: 0;
}
.dshbx1, .dshbx2, .dshbx3 {
    background: url(images/dshbxbk0.html) no-repeat top center;
    width: 280px;
    min-height: 305px;
    background-size: cover;
    margin: 20px auto 20px;
    font-family: 'Exo 2', sans-serif;
}

}

@media only screen and (max-width: 320px){

}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;/*width:100%*/}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{}.no-js .owl-carousel,.owl-carousel.owl-loaded{    display: block;
    z-index: 1;}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}
	
.owl-carousel .owl-nav button.owl-next {
    border: none;
    padding: 0px !important;
    font-size: 40px;
    background: #1ad48e;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 40px;
    outline: none;
    border-radius: 60px;
    transition: 0.7s;
    top: 0px;
    left: 0px;
    position: relative;
    z-index: 999;
}

.owl-carousel .owl-nav button.owl-prev {
	
	border: none;
    padding: 0px !important;
    font-size: 40px;
     background: #1ad48e;
    width: 44px;
    height: 44px;
	color: #fff;
	line-height: 40px;
    outline: none;
    border-radius: 60px;
    transition: 0.7s;
    top: 0px;
    right: 0px;
    position: relative;
}
	
.owl-theme .owl-nav [class*=owl-]:hover {
	
background: #483e9f;
}	
	
	
@media only screen and (max-width: 1300px){
	
	.owl-carousel .owl-nav button.owl-prev {
		
	top: 0px;
    right:0px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
	
	top: 0px;
    left: 0px;
    position: relative;
}
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;}.owl-theme .owl-nav{margin-top:37px}.owl-theme .owl-nav [class*=owl-]{color:transparent;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;outline:none;}.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#f9590085;display:block;transition:0.7s;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#f95900;transition:0.7s;width:15px;height:15px; box-shadow:0px 0px 0px 2px #f95900;}
.owl-theme .owl-dots {    text-align: center;
    -webkit-tap-highlight-color: transparent;
	margin-top:15px;
	display:none;}

	
@font-face{font-family:zwicon;src:url(zwicon/fonts/zwicondf5adf5adf5a.eot?k483k8);src:url(zwicon/fonts/zwicondf5adf5adf5a.eot?k483k8#iefix) format('embedded-opentype'),url(zwicon/fonts/zwicondf5adf5adf5a.ttf?k483k8) format('truetype'),url(zwicon/fonts/zwicondf5adf5adf5a.woff?k483k8) format('woff'),url(zwicon/fonts/zwicondf5adf5adf5a.svg?k483k8#zwicon) format('svg');font-weight:400;font-style:normal}[class*="zwicon-"]{font-family:zwicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zwicon-align-bottom:before{content:"\e900"}.zwicon-align-h:before{content:"\e901"}.zwicon-align-left:before{content:"\e902"}.zwicon-align-right:before{content:"\e903"}.zwicon-align-top:before{content:"\e904"}.zwicon-align-v:before{content:"\e905"}.zwicon-distribute-h:before{content:"\e906"}.zwicon-distribute-v:before{content:"\e907"}.zwicon-arrow-bottom-left:before{content:"\e908"}.zwicon-arrow-bottom-right:before{content:"\e909"}.zwicon-arrow-circle-down:before{content:"\e90a"}.zwicon-arrow-circle-left:before{content:"\e90b"}.zwicon-arrow-circle-right:before{content:"\e90c"}.zwicon-arrow-circle-up:before{content:"\e90d"}.zwicon-arrow-down:before{content:"\e90e"}.zwicon-arrow-left:before{content:"\e90f"}.zwicon-arrow-right:before{content:"\e910"}.zwicon-arrow-square-down:before{content:"\e911"}.zwicon-arrow-square-left:before{content:"\e912"}.zwicon-arrow-square-right:before{content:"\e913"}.zwicon-arrow-square-up:before{content:"\e914"}.zwicon-arrow-to-top:before{content:"\e915"}.zwicon-arrow-top-left:before{content:"\e916"}.zwicon-arrow-top-right:before{content:"\e917"}.zwicon-arrow-up:before{content:"\e918"}.zwicon-back:before{content:"\e919"}.zwicon-chevron-double-down:before{content:"\e91a"}.zwicon-chevron-double-left:before{content:"\e91b"}.zwicon-chevron-double-right:before{content:"\e91c"}.zwicon-chevron-double-up:before{content:"\e91d"}.zwicon-chevron-down:before{content:"\e91e"}.zwicon-chevron-left:before{content:"\e91f"}.zwicon-chevron-right:before{content:"\e920"}.zwicon-chevron-up:before{content:"\e921"}.zwicon-collapse-alt:before{content:"\e922"}.zwicon-collapse-alt2:before{content:"\e923"}.zwicon-collapse-down:before{content:"\e924"}.zwicon-collapse-left:before{content:"\e925"}.zwicon-collapse-right:before{content:"\e926"}.zwicon-collapse-up:before{content:"\e927"}.zwicon-collapse:before{content:"\e928"}.zwicon-continue:before{content:"\e929"}.zwicon-expand-alt:before{content:"\e92a"}.zwicon-expand-alt2:before{content:"\e92b"}.zwicon-expand-down:before{content:"\e92c"}.zwicon-expand-h:before{content:"\e92d"}.zwicon-expand-left:before{content:"\e92e"}.zwicon-expand-right:before{content:"\e92f"}.zwicon-expand-up:before{content:"\e930"}.zwicon-expand-v:before{content:"\e931"}.zwicon-expand:before{content:"\e932"}.zwicon-loop:before{content:"\e933"}.zwicon-prioritize-down:before{content:"\e934"}.zwicon-prioritize-up:before{content:"\e935"}.zwicon-redo:before{content:"\e936"}.zwicon-refresh-double:before{content:"\e937"}.zwicon-refresh-left:before{content:"\e938"}.zwicon-refresh-right:before{content:"\e939"}.zwicon-restart:before{content:"\e93a"}.zwicon-split-h:before{content:"\e93b"}.zwicon-split-v:before{content:"\e93c"}.zwicon-undo:before{content:"\e93d"}.zwicon-cell-border-bottom:before{content:"\e93e"}.zwicon-cell-border-full:before{content:"\e93f"}.zwicon-cell-border-left:before{content:"\e940"}.zwicon-cell-border-right:before{content:"\e941"}.zwicon-cell-border-top:before{content:"\e942"}.zwicon-cell-empty:before{content:"\e943"}.zwicon-cell-full:before{content:"\e944"}.zwicon-cell-split-h:before{content:"\e945"}.zwicon-cell-split-v:before{content:"\e946"}.zwicon-cell-split:before{content:"\e947"}.zwicon-archive:before{content:"\e948"}.zwicon-document:before{content:"\e949"}.zwicon-folder-delete:before{content:"\e94a"}.zwicon-folder-minus:before{content:"\e94b"}.zwicon-folder-open:before{content:"\e94c"}.zwicon-folder-plus:before{content:"\e94d"}.zwicon-folder:before{content:"\e94e"}.zwicon-note:before{content:"\e94f"}.zwicon-notebook:before{content:"\e950"}.zwicon-script:before{content:"\e951"}.zwicon-sticker:before{content:"\e952"}.zwicon-sticky-notes:before{content:"\e953"}.zwicon-tray-delete:before{content:"\e954"}.zwicon-tray-empty:before{content:"\e955"}.zwicon-tray-export:before{content:"\e956"}.zwicon-tray-import:before{content:"\e957"}.zwicon-tray-minus:before{content:"\e958"}.zwicon-tray-plus:before{content:"\e959"}.zwicon-tray-stack:before{content:"\e95a"}.zwicon-tray:before{content:"\e95b"}.zwicon-artboard:before{content:"\e95c"}.zwicon-brush:before{content:"\e95d"}.zwicon-clipboard:before{content:"\e95e"}.zwicon-copy-alt:before{content:"\e95f"}.zwicon-copy:before{content:"\e960"}.zwicon-crop:before{content:"\e961"}.zwicon-cut-alt:before{content:"\e962"}.zwicon-cut:before{content:"\e963"}.zwicon-drafting-compass:before{content:"\e964"}.zwicon-duplicate-alt:before{content:"\e965"}.zwicon-duplicate:before{content:"\e966"}.zwicon-eraser:before{content:"\e967"}.zwicon-eye-dropper:before{content:"\e968"}.zwicon-group:before{content:"\e969"}.zwicon-layer-stack:before{content:"\e96a"}.zwicon-magic-wand:before{content:"\e96b"}.zwicon-marker:before{content:"\e96c"}.zwicon-paint-bucket:before{content:"\e96d"}.zwicon-paint-roller:before{content:"\e96e"}.zwicon-palette:before{content:"\e96f"}.zwicon-paste-alt:before{content:"\e970"}.zwicon-paste:before{content:"\e971"}.zwicon-pen-circle:before{content:"\e972"}.zwicon-pen:before{content:"\e973"}.zwicon-pencil-circle:before{content:"\e974"}.zwicon-pencil:before{content:"\e975"}.zwicon-ruler-combined:before{content:"\e976"}.zwicon-ruler-h:before{content:"\e977"}.zwicon-ruler-v:before{content:"\e978"}.zwicon-stamp:before{content:"\e979"}.zwicon-table:before{content:"\e97a"}.zwicon-activity:before{content:"\e97b"}.zwicon-android:before{content:"\e97c"}.zwicon-apple:before{content:"\e97d"}.zwicon-bolt:before{content:"\e97e"}.zwicon-cloud-download:before{content:"\e97f"}.zwicon-cloud-minus:before{content:"\e980"}.zwicon-cloud-plus:before{content:"\e981"}.zwicon-cloud-upload:before{content:"\e982"}.zwicon-code:before{content:"\e983"}.zwicon-command:before{content:"\e984"}.zwicon-database:before{content:"\e985"}.zwicon-deploy:before{content:"\e986"}.zwicon-git-branch:before{content:"\e987"}.zwicon-git-commit:before{content:"\e988"}.zwicon-git-fork:before{content:"\e989"}.zwicon-git-merge:before{content:"\e98a"}.zwicon-git-pull:before{content:"\e98b"}.zwicon-ios:before{content:"\e98c"}.zwicon-lan-connection:before{content:"\e98d"}.zwicon-lan-error:before{content:"\e98e"}.zwicon-lan:before{content:"\e98f"}.zwicon-osx:before{content:"\e990"}.zwicon-repository:before{content:"\e991"}.zwicon-web:before{content:"\e992"}.zwicon-window-delete:before{content:"\e993"}.zwicon-window-minus:before{content:"\e994"}.zwicon-window-plus:before{content:"\e995"}.zwicon-window:before{content:"\e996"}.zwicon-windows:before{content:"\e997"}.zwicon-airpods-alt:before{content:"\e998"}.zwicon-airpods:before{content:"\e999"}.zwicon-apple-watch-smile:before{content:"\e99a"}.zwicon-apple-watch-time:before{content:"\e99b"}.zwicon-apple-watch:before{content:"\e99c"}.zwicon-cable-hdmi:before{content:"\e99d"}.zwicon-cable-jack:before{content:"\e99e"}.zwicon-cable-lan:before{content:"\e99f"}.zwicon-cable-lightning:before{content:"\e9a0"}.zwicon-cable-magsafe:before{content:"\e9a1"}.zwicon-cable-usb:before{content:"\e9a2"}.zwicon-cardboard-vr:before{content:"\e9a3"}.zwicon-controller-alt:before{content:"\e9a4"}.zwicon-controller:before{content:"\e9a5"}.zwicon-desktop:before{content:"\e9a6"}.zwicon-devices:before{content:"\e9a7"}.zwicon-floppy:before{content:"\e9a8"}.zwicon-gameboy:before{content:"\e9a9"}.zwicon-hard-drive:before{content:"\e9aa"}.zwicon-headphone:before{content:"\e9ab"}.zwicon-imac:before{content:"\e9ac"}.zwicon-ipad-h:before{content:"\e9ad"}.zwicon-ipad:before{content:"\e9ae"}.zwicon-iphone-h:before{content:"\e9af"}.zwicon-iphone-x-h:before{content:"\e9b0"}.zwicon-iphone-x:before{content:"\e9b1"}.zwicon-iphone:before{content:"\e9b2"}.zwicon-keyboard:before{content:"\e9b3"}.zwicon-laptop:before{content:"\e9b4"}.zwicon-mac-pro:before{content:"\e9b5"}.zwicon-macbook-pro:before{content:"\e9b6"}.zwicon-memory-card:before{content:"\e9b7"}.zwicon-mouse:before{content:"\e9b8"}.zwicon-phone-andorid-h:before{content:"\e9b9"}.zwicon-phone-andorid:before{content:"\e9ba"}.zwicon-phone-holding-double:before{content:"\e9bb"}.zwicon-phone-holding:before{content:"\e9bc"}.zwicon-plug:before{content:"\e9bd"}.zwicon-printer:before{content:"\e9be"}.zwicon-server-stack:before{content:"\e9bf"}.zwicon-smart-glasses:before{content:"\e9c0"}.zwicon-smart-tv:before{content:"\e9c1"}.zwicon-smart-watch-time:before{content:"\e9c2"}.zwicon-smart-watch:before{content:"\e9c3"}.zwicon-tablet-h:before{content:"\e9c4"}.zwicon-tablet:before{content:"\e9c5"}.zwicon-terminal:before{content:"\e9c6"}.zwicon-virtual-reality:before{content:"\e9c7"}.zwicon-voice-assistant:before{content:"\e9c8"}.zwicon-edit-circle:before{content:"\e9c9"}.zwicon-edit-pencil:before{content:"\e9ca"}.zwicon-edit-square-feather:before{content:"\e9cb"}.zwicon-edit-square:before{content:"\e9cc"}.zwicon-file-archive:before{content:"\e9cd"}.zwicon-file-audio:before{content:"\e9ce"}.zwicon-file-cloud:before{content:"\e9cf"}.zwicon-file-download:before{content:"\e9d0"}.zwicon-file-empty:before{content:"\e9d1"}.zwicon-file-export:before{content:"\e9d2"}.zwicon-file-font:before{content:"\e9d3"}.zwicon-file-graphic:before{content:"\e9d4"}.zwicon-file-image:before{content:"\e9d5"}.zwicon-file-import:before{content:"\e9d6"}.zwicon-file-pdf:before{content:"\e9d7"}.zwicon-file-search:before{content:"\e9d8"}.zwicon-file-sketch:before{content:"\e9d9"}.zwicon-file-table:before{content:"\e9da"}.zwicon-file-upload:before{content:"\e9db"}.zwicon-file-vector:before{content:"\e9dc"}.zwicon-file-video:before{content:"\e9dd"}.zwicon-filter-alt:before{content:"\e9de"}.zwicon-filter:before{content:"\e9df"}.zwicon-slider-circle-h:before{content:"\e9e0"}.zwicon-slider-circle-v:before{content:"\e9e1"}.zwicon-slider-rectangle-h:before{content:"\e9e2"}.zwicon-slider-rectangle-v:before{content:"\e9e3"}.zwicon-sort-alphabetic-down:before{content:"\e9e4"}.zwicon-sort-alphabetic-up:before{content:"\e9e5"}.zwicon-sort-amount-down:before{content:"\e9e6"}.zwicon-sort-amount-up:before{content:"\e9e7"}.zwicon-sort-numeric-down:before{content:"\e9e8"}.zwicon-sort-numeric-up:before{content:"\e9e9"}.zwicon-toggle-switch:before{content:"\e9ea"}.zwicon-bar-code-scan:before{content:"\e9eb"}.zwicon-bar-code:before{content:"\e9ec"}.zwicon-bid:before{content:"\e9ed"}.zwicon-bill:before{content:"\e9ee"}.zwicon-bitcoin-sign:before{content:"\e9ef"}.zwicon-bull-horn:before{content:"\e9f0"}.zwicon-coin:before{content:"\e9f1"}.zwicon-credit-card:before{content:"\e9f2"}.zwicon-diamond:before{content:"\e9f3"}.zwicon-dollar-sign:before{content:"\e9f4"}.zwicon-euro-sign:before{content:"\e9f5"}.zwicon-hammer:before{content:"\e9f6"}.zwicon-line-chart:before{content:"\e9f7"}.zwicon-lira-sign:before{content:"\e9f8"}.zwicon-money-bill:before{content:"\e9f9"}.zwicon-money-stack:before{content:"\e9fa"}.zwicon-package:before{content:"\e9fb"}.zwicon-piggy-bank:before{content:"\e9fc"}.zwicon-pound-sign:before{content:"\e9fd"}.zwicon-price-tag:before{content:"\e9fe"}.zwicon-qr-code-scan:before{content:"\e9ff"}.zwicon-qr-code:before{content:"\ea00"}.zwicon-receipt:before{content:"\ea01"}.zwicon-rubel-sign:before{content:"\ea02"}.zwicon-rupee-sign:before{content:"\ea03"}.zwicon-sale-badge:before{content:"\ea04"}.zwicon-shopping-bag-alt:before{content:"\ea05"}.zwicon-shopping-bag:before{content:"\ea06"}.zwicon-shopping-cart:before{content:"\ea07"}.zwicon-store:before{content:"\ea08"}.zwicon-wallet:before{content:"\ea09"}.zwicon-won-sign:before{content:"\ea0a"}.zwicon-yen-sign:before{content:"\ea0b"}.zwicon-flip-left-alt:before{content:"\ea0c"}.zwicon-flip-left:before{content:"\ea0d"}.zwicon-flip-right-alt:before{content:"\ea0e"}.zwicon-flip-right:before{content:"\ea0f"}.zwicon-double-tap-two:before{content:"\ea10"}.zwicon-double-tap:before{content:"\ea11"}.zwicon-drag:before{content:"\ea12"}.zwicon-flick-left-two:before{content:"\ea13"}.zwicon-flick-left:before{content:"\ea14"}.zwicon-flick-right-two:before{content:"\ea15"}.zwicon-flick-right:before{content:"\ea16"}.zwicon-horns:before{content:"\ea17"}.zwicon-pinch:before{content:"\ea18"}.zwicon-point:before{content:"\ea19"}.zwicon-press:before{content:"\ea1a"}.zwicon-scroll-down-two:before{content:"\ea1b"}.zwicon-scroll-down:before{content:"\ea1c"}.zwicon-scroll-h-two:before{content:"\ea1d"}.zwicon-scroll-h:before{content:"\ea1e"}.zwicon-scroll-up-two:before{content:"\ea1f"}.zwicon-scroll-up:before{content:"\ea20"}.zwicon-scroll-v-two:before{content:"\ea21"}.zwicon-scroll-v:before{content:"\ea22"}.zwicon-shaka:before{content:"\ea23"}.zwicon-spread:before{content:"\ea24"}.zwicon-tap-two:before{content:"\ea25"}.zwicon-tap:before{content:"\ea26"}.zwicon-two-drag:before{content:"\ea27"}.zwicon-add-item-alt:before{content:"\ea28"}.zwicon-add-item:before{content:"\ea29"}.zwicon-add-note:before{content:"\ea2a"}.zwicon-add-to-list:before{content:"\ea2b"}.zwicon-at:before{content:"\ea2c"}.zwicon-attach-document:before{content:"\ea2d"}.zwicon-paperclip:before{content:"\ea2e"}.zwicon-battery-full:before{content:"\ea30"}.zwicon-battery-low:before{content:"\ea31"}.zwicon-battery-mid:before{content:"\ea32"}.zwicon-battery-v:before{content:"\ea33"}.zwicon-bell-alt-ring:before{content:"\ea34"}.zwicon-bell-alt:before{content:"\ea35"}.zwicon-bell-slash:before{content:"\ea36"}.zwicon-bell-snooze:before{content:"\ea37"}.zwicon-bell:before{content:"\ea38"}.zwicon-block:before{content:"\ea39"}.zwicon-book-alt:before{content:"\ea3a"}.zwicon-book:before{content:"\ea3b"}.zwicon-bookmark:before{content:"\ea3c"}.zwicon-briefcase:before{content:"\ea3d"}.zwicon-calendar-day:before{content:"\ea3e"}.zwicon-calendar-month:before{content:"\ea3f"}.zwicon-calendar-never:before{content:"\ea40"}.zwicon-calendar-week:before{content:"\ea41"}.zwicon-calendar:before{content:"\ea42"}.zwicon-call-in:before{content:"\ea43"}.zwicon-call-out:before{content:"\ea44"}.zwicon-chat:before{content:"\ea45"}.zwicon-checkmark-circle:before{content:"\ea46"}.zwicon-checkmark-square:before{content:"\ea47"}.zwicon-checkmark:before{content:"\ea48"}.zwicon-clock:before{content:"\ea49"}.zwicon-close-circle:before{content:"\ea4a"}.zwicon-close-square:before{content:"\ea4b"}.zwicon-close:before{content:"\ea4c"}.zwicon-cog:before{content:"\ea4d"}.zwicon-comment:before{content:"\ea4e"}.zwicon-compass:before{content:"\ea4f"}.zwicon-delete:before{content:"\ea50"}.zwicon-download:before{content:"\ea51"}.zwicon-earth-alt:before{content:"\ea52"}.zwicon-earth:before{content:"\ea53"}.zwicon-exclamation-triangle:before{content:"\ea54"}.zwicon-exclamation-mark:before{content:"\ea2f"}.zwicon-export:before{content:"\ea55"}.zwicon-eye-slash:before{content:"\ea56"}.zwicon-eye:before{content:"\ea57"}.zwicon-face-id:before{content:"\ea58"}.zwicon-flag:before{content:"\ea59"}.zwicon-grid:before{content:"\ea5a"}.zwicon-hamburger-menu:before{content:"\ea5b"}.zwicon-heart:before{content:"\ea5c"}.zwicon-home:before{content:"\ea5d"}.zwicon-import:before{content:"\ea5e"}.zwicon-info-circle:before{content:"\ea5f"}.zwicon-lifebelt:before{content:"\ea60"}.zwicon-link:before{content:"\ea61"}.zwicon-lock-alt:before{content:"\ea62"}.zwicon-lock:before{content:"\ea63"}.zwicon-mail:before{content:"\ea64"}.zwicon-map-marker:before{content:"\ea65"}.zwicon-minus-circle:before{content:"\ea66"}.zwicon-minus-square:before{content:"\ea67"}.zwicon-minus:before{content:"\ea68"}.zwicon-more-h:before{content:"\ea69"}.zwicon-more-v:before{content:"\ea6a"}.zwicon-my-location:before{content:"\ea6b"}.zwicon-password:before{content:"\ea6c"}.zwicon-phone:before{content:"\ea6d"}.zwicon-pin:before{content:"\ea6e"}.zwicon-plus-circle:before{content:"\ea6f"}.zwicon-plus-square:before{content:"\ea70"}.zwicon-plus:before{content:"\ea71"}.zwicon-search:before{content:"\ea72"}.zwicon-send:before{content:"\ea73"}.zwicon-share:before{content:"\ea74"}.zwicon-shortcut:before{content:"\ea75"}.zwicon-sign-in:before{content:"\ea76"}.zwicon-sign-out:before{content:"\ea77"}.zwicon-thumbs-down:before{content:"\ea78"}.zwicon-thumbs-up:before{content:"\ea79"}.zwicon-trash:before{content:"\ea7a"}.zwicon-unlink:before{content:"\ea7b"}.zwicon-upload:before{content:"\ea7c"}.zwicon-user-circle:before{content:"\ea7d"}.zwicon-user-delete:before{content:"\ea7e"}.zwicon-user-follow:before{content:"\ea7f"}.zwicon-user-minus:before{content:"\ea80"}.zwicon-user-plus:before{content:"\ea81"}.zwicon-user:before{content:"\ea82"}.zwicon-users:before{content:"\ea83"}.zwicon-history:before{content:"\ea84"}.zwicon-task:before{content:"\ea85"}.zwicon-bottom-bar:before{content:"\ea86"}.zwicon-content-left:before{content:"\ea87"}.zwicon-content-right:before{content:"\ea88"}.zwicon-desktop-1:before{content:"\ea89"}.zwicon-desktop-2:before{content:"\ea8a"}.zwicon-desktop-3:before{content:"\ea8b"}.zwicon-half-h:before{content:"\ea8c"}.zwicon-half-v:before{content:"\ea8d"}.zwicon-layout-1:before{content:"\ea8e"}.zwicon-layout-2:before{content:"\ea8f"}.zwicon-layout-3:before{content:"\ea90"}.zwicon-layout-4:before{content:"\ea91"}.zwicon-layout-5:before{content:"\ea92"}.zwicon-left-bar:before{content:"\ea93"}.zwicon-margin:before{content:"\ea94"}.zwicon-right-bar:before{content:"\ea95"}.zwicon-sidebar:before{content:"\ea96"}.zwicon-three-h:before{content:"\ea97"}.zwicon-three-v:before{content:"\ea98"}.zwicon-to-bottom:before{content:"\ea99"}.zwicon-to-left:before{content:"\ea9a"}.zwicon-to-right:before{content:"\ea9b"}.zwicon-to-top:before{content:"\ea9c"}.zwicon-top-bar:before{content:"\ea9d"}.zwicon-airplay:before{content:"\ea9e"}.zwicon-broadcast:before{content:"\ea9f"}.zwicon-camera-alt:before{content:"\eaa0"}.zwicon-camera-alt2:before{content:"\eaa1"}.zwicon-camera:before{content:"\eaa2"}.zwicon-cast:before{content:"\eaa3"}.zwicon-collapse-wide:before{content:"\eaa4"}.zwicon-collapse1:before{content:"\eaa5"}.zwicon-disk:before{content:"\eaa6"}.zwicon-expand-wide:before{content:"\eaa7"}.zwicon-expand1:before{content:"\eaa8"}.zwicon-film-alt:before{content:"\eaa9"}.zwicon-film-play:before{content:"\eaaa"}.zwicon-film:before{content:"\eaab"}.zwicon-image-circle:before{content:"\eaac"}.zwicon-image-gallery:before{content:"\eaad"}.zwicon-image-wide:before{content:"\eaae"}.zwicon-image:before{content:"\eaaf"}.zwicon-microphone-mute:before{content:"\eab0"}.zwicon-microphone:before{content:"\eab1"}.zwicon-next-alt:before{content:"\eab2"}.zwicon-next:before{content:"\eab3"}.zwicon-panorama-h:before{content:"\eab4"}.zwicon-pause-alt:before{content:"\eab5"}.zwicon-pause:before{content:"\eab6"}.zwicon-play-alt:before{content:"\eab7"}.zwicon-play:before{content:"\eab8"}.zwicon-previous-alt:before{content:"\eab9"}.zwicon-previous:before{content:"\eaba"}.zwicon-shuffle:before{content:"\eabb"}.zwicon-video-alt:before{content:"\eabc"}.zwicon-video-camera:before{content:"\eabd"}.zwicon-video:before{content:"\eabe"}.zwicon-volume-low:before{content:"\eabf"}.zwicon-volume-max:before{content:"\eac0"}.zwicon-volume-mid:before{content:"\eac1"}.zwicon-volume-min:before{content:"\eac2"}.zwicon-wide-angle:before{content:"\eac3"}.zwicon-exclude:before{content:"\eac4"}.zwicon-flatten:before{content:"\eac5"}.zwicon-intersect:before{content:"\eac6"}.zwicon-substract-back:before{content:"\eac7"}.zwicon-substract-front:before{content:"\eac8"}.zwicon-unite:before{content:"\eac9"}.zwicon-height:before{content:"\eaca"}.zwicon-resize-alt:before{content:"\eacb"}.zwicon-resize:before{content:"\eacc"}.zwicon-scale-down:before{content:"\eacd"}.zwicon-scale-up:before{content:"\eace"}.zwicon-scale:before{content:"\eacf"}.zwicon-width:before{content:"\ead0"}.zwicon-rotate-axis-x:before{content:"\ead1"}.zwicon-rotate-axis-xy:before{content:"\ead2"}.zwicon-rotate-axis-y:before{content:"\ead3"}.zwicon-rotate-left:before{content:"\ead4"}.zwicon-rotate-right:before{content:"\ead5"}.zwicon-rotate-shape:before{content:"\ead6"}.zwicon-cursor-square:before{content:"\ead7"}.zwicon-cursor:before{content:"\ead8"}.zwicon-select-cursor:before{content:"\ead9"}.zwicon-select:before{content:"\eada"}.zwicon-shape-circle:before{content:"\eadb"}.zwicon-shape-cone:before{content:"\eadc"}.zwicon-shape-cube:before{content:"\eadd"}.zwicon-shape-cylinder:before{content:"\eade"}.zwicon-shape-octagonal:before{content:"\eadf"}.zwicon-shape-polygon:before{content:"\eae0"}.zwicon-shape-sphere:before{content:"\eae1"}.zwicon-shape-square:before{content:"\eae2"}.zwicon-laugh:before{content:"\eae3"}.zwicon-neutral:before{content:"\eae4"}.zwicon-sad:before{content:"\eae5"}.zwicon-smile:before{content:"\eae6"}.zwicon-bold:before{content:"\eae7"}.zwicon-draw-text-field:before{content:"\eae8"}.zwicon-font-height:before{content:"\eae9"}.zwicon-font-size:before{content:"\eaea"}.zwicon-font-width:before{content:"\eaeb"}.zwicon-font:before{content:"\eaec"}.zwicon-heading:before{content:"\eaed"}.zwicon-indent-left-alt:before{content:"\eaee"}.zwicon-indent-left:before{content:"\eaef"}.zwicon-indent-right-alt:before{content:"\eaf0"}.zwicon-indent-right:before{content:"\eaf1"}.zwicon-italic:before{content:"\eaf2"}.zwicon-list-bullet:before{content:"\eaf3"}.zwicon-list-number:before{content:"\eaf4"}.zwicon-outdent-left:before{content:"\eaf5"}.zwicon-outdent-right:before{content:"\eaf6"}.zwicon-paragraph:before{content:"\eaf7"}.zwicon-text-align-center:before{content:"\eaf8"}.zwicon-text-align-justify:before{content:"\eaf9"}.zwicon-text-align-left:before{content:"\eafa"}.zwicon-text-align-right:before{content:"\eafb"}.zwicon-text-cursor:before{content:"\eafc"}.zwicon-text-decoration:before{content:"\eafd"}.zwicon-text-field:before{content:"\eafe"}.zwicon-text:before{content:"\eaff"}.zwicon-underline:before{content:"\eb00"}.zwicon-wrap-img-left:before{content:"\eb01"}.zwicon-wrap-img-right:before{content:"\eb02"}.zwicon-wrap-left:before{content:"\eb03"}.zwicon-wrap-right:before{content:"\eb04"}.zwicon-transform-left:before{content:"\eb05"}.zwicon-transform-right:before{content:"\eb06"}.zwicon-ab-testing:before{content:"\eb07"}.zwicon-agile:before{content:"\eb08"}.zwicon-backlog:before{content:"\eb09"}.zwicon-design-studio:before{content:"\eb0a"}.zwicon-design-validation:before{content:"\eb0b"}.zwicon-information-architecture:before{content:"\eb0c"}.zwicon-interview:before{content:"\eb0d"}.zwicon-kanban-board:before{content:"\eb0e"}.zwicon-lego-serious-play:before{content:"\eb0f"}.zwicon-paper-prototype:before{content:"\eb10"}.zwicon-persona:before{content:"\eb11"}.zwicon-prototype-mobile:before{content:"\eb12"}.zwicon-prototype:before{content:"\eb13"}.zwicon-responsive:before{content:"\eb14"}.zwicon-screen-flow:before{content:"\eb15"}.zwicon-stand-up:before{content:"\eb16"}.zwicon-sticky-notes1:before{content:"\eb17"}.zwicon-usability:before{content:"\eb18"}.zwicon-user-flow:before{content:"\eb19"}.zwicon-user-interview:before{content:"\eb1a"}.zwicon-user-journey:before{content:"\eb1b"}.zwicon-cloud:before{content:"\eb1c"}.zwicon-cloudy-day:before{content:"\eb1d"}.zwicon-cloudy-night:before{content:"\eb1e"}.zwicon-heavy-rain-day:before{content:"\eb1f"}.zwicon-heavy-rain-night:before{content:"\eb20"}.zwicon-heavy-rain:before{content:"\eb21"}.zwicon-heavy-wind:before{content:"\eb22"}.zwicon-mild-rain-day:before{content:"\eb23"}.zwicon-mild-rain-night:before{content:"\eb24"}.zwicon-mild-rain:before{content:"\eb25"}.zwicon-moon:before{content:"\eb26"}.zwicon-rain-day:before{content:"\eb27"}.zwicon-rain-night:before{content:"\eb28"}.zwicon-rain:before{content:"\eb29"}.zwicon-snow-day:before{content:"\eb2a"}.zwicon-snow-night:before{content:"\eb2b"}.zwicon-snow:before{content:"\eb2c"}.zwicon-storm-day:before{content:"\eb2d"}.zwicon-storm-night:before{content:"\eb2e"}.zwicon-storm:before{content:"\eb2f"}.zwicon-sun:before{content:"\eb30"}.zwicon-temperature:before{content:"\eb31"}.zwicon-wind-alt:before{content:"\eb32"}.zwicon-wind-cloudy-day:before{content:"\eb33"}.zwicon-wind-cloudy-night:before{content:"\eb34"}.zwicon-wind-cloudy:before{content:"\eb35"}.zwicon-wind:before{content:"\eb36"}
/*.container {
  display: table;
  width: 100%;
  height: 100%;
}*/
.interior {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btn {
/*  background-color: #fff;*/
/*  padding: 1em 3em;*/
  border-radius: 3px;
  color: #2980b9;
  text-decoration: none;
}
.modal-window {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.modal-window:target {
	opacity:1;
	pointer-events:auto;
	text-align: center;
}
.modal-window>div {
    max-width: 600px;
	position:relative;
	margin:10% auto;
  padding:2rem;
	background:#fff;
	color:#444;
}
.modal-window header {
	font-weight:bold;
}
.modal-close {
	color:#4816cd;
	line-height:50px;
	font-size:20px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:70px;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
.modal-close:hover {
	
	color:#ce217d;
}

.modal-window h1 {
	
	font-family: 'Poppins', sans-serif;
    font-size:30px;
    color: #760eec;
	margin:30px 0px 30px 0px;
}

.modal-window table {
	
    text-align: left;
    width: 100%;
    line-height: 60px;
    padding: 10px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    display: inline;
}

.modal-window table td {
	
 	color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	padding:0px 0px 5px 0px;
	border-bottom: transparent;
    background: transparent;
}

.modal-window table td select {
	
	border: 1px solid #300f6a;
	border-radius: 3px;
	outline: none;
	padding: 10px 0px;
	color: #ffffff;
	margin-left:20px;
	background: #300f6a;
	width:200px;
	height:45px;
}

.modal-window table td input {
	
	border: 1px solid #300f6a;
	border-radius: 3px;
	outline: none;
	padding: 10px 10px;
	color: #ffffff;
	margin-left:20px;
	background: #300f6a;
	width:200px;
	height:45px;
}




@media only screen and (max-width: 767px){

.modal-window h1 {
	
    font-size:26px;
}


}














/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009-2011 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 31/01/2012
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/

.ccc-widget {
	
	    background: rgb(21, 3, 66) !important;
}
.ccc-header-v2 a {
	
	color:#ff9900 !important;
}

.priceName {
	
	color:#fff !important;
	font-family: "Gilroy-Regular" !important;
} 

.priceValue a {
	
	color:#f6b61b !important;
	font-family: "Gilroy-Regular" !important;
}

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(buttons.html);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: -84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: -84px 0 !important;
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
		background-position: -84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
		background-position: -42px -88px;
	}
	
	.simply-scroll-btn-pause {
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
height: 102px;
overflow: hidden;
border-bottom:1px solid #202835;
padding-top: 25px;
}

	.simply-scroll .simply-scroll-clip {
	width:100%;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 290px;
			height: 200px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */

