a{
    color: #713194;
}
.navbar-default .navbar-brand{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.05rem;
}

/* Index */ 
.descText{
    word-spacing: 0.08rem;
    letter-spacing: 0.01rem;
    color: #59595c;
    max-width: 500px;
    font-size: 1.7rem;
    line-height: 1.75em;
}
.description{
    margin-top: 10%;
}
.red{
    color: #FF2A00;
}

/* Footer */

.page-footer
{
  background-color: #292F4C;
}

/* Login form */

.cnt{
    text-align: center;
}
.gray a{
    color: graytext;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px; 
}
.nobold{
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0px;
}
.form-login {
  max-width: 330px;
  padding: 20px;
  margin: 0 auto;
  /*margin-top:10%;
  border: 3px dashed;
  border-color: #e7e7e7;*/
  background-color: #F8F8F8 ;
}
.form-login .form-login-heading,
.form-login .checkbox {
  margin-bottom: 10px;
}
.form-login .checkbox {
  font-weight: normal;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: -moz-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: -o-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: linear-gradient(to right, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
}
.btn{
 /*border: 1px solid;
  border-color: #e7e7e7;
/*   background-color: #713194;*/
/*  color: #fff;*/
}
/* End Login-form */

/* Registration form */

.form-registration, .form-confirmationcode {
  max-width: 350px;
  margin: 0 auto;
  /*margin-top:10%;
  border: 3px dashed;
  border-color: #e7e7e7;*/
  background-color: #F8F8F8 ;
  padding: 20px;
}
.form-registration .form-registration-heading,
.form-registration .checkbox {
  margin-bottom: 10px;
}
.form-registration .checkbox {
  font-weight: normal;
}
.form-registration .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-registration .form-control:focus {
  z-index: 2;
}
.form-registration input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-registration input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* End Registration form */


/* Forgot password form */
.form-forgot{
    max-width: 350px;
    margin: 0 auto;
    /*margin-top:10%;
    border: 3px dashed;
    border-color: #e7e7e7;*/
    background-color: #F8F8F8 ;
    padding: 20px;
}
/* End Forgot password form */

.LoginForm .submit, .form-registration .submit, .form-login .submit, .form-forgot .submit, .form-confirmationcode .submit
{
background: rgba(0,0,0,0.05);
    width: 100%;
}

.svg-inline--fa
{
  /*height: 1.8em;*/
}
.svg-inline--fa
{
  vertical-align: middle !important;
}

.table td, .table th {
  padding: 0.25rem;
}

.form-control{
  padding: 0.25rem 0.25rem;
}

.min-vh-100
{
  min-height: 100vh;
  overflow: auto;
}

.ml-auto
{
  margin-left: auto;
}

.dropstart-cog
{
  top: unset;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart-cog .dropdown-menu
{
  right: -1em;
  left: unset;
}

/* Home Page */

.order-1, .order-2
{
  z-index: 1 !important;
}

.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  
  /*background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);*/
  background-image: linear-gradient(
    45deg
    , #98DE02 0%, #7CB502 20%, #588001 60%);
}

.home .gradient-banner::before
{
  border-radius: 50%;
}

.pull-top {
  margin-top: -100px;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

.shadow, .service .service-box, .founder img, .team-sm .image img, .job-list .block, .privacy .block, .user-login .block .image img, .coming-soon .block .count-down .syotimer-cell {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: '';
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.nav-link
{
  color: rgba(0,0,0,.55);
}


.nav-link:hover
{
  color: rgba(0,0,0,.7);
}

.nav-pills .nav-link
{
  border-radius: 0;
}

#createform
{
  background-color: #292F4C;
}

.nav-item.dropdown
{
  width: calc(100% - 15px);
}

.page-link.active
{
  background-color: #cce5ff;
}


.pagination
{
  justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #0085ff;
  background-color: #cce5ff;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
}
/*
.invoice-table tr, .invoice-table tbody, .invoice-table thead, .invoice-table td, .invoice-table th
{
  border-style: none;
}

.invoice-table{
  border-collapse: separate;
	border-spacing: .5em;
	margin: 0 -10px;
	min-width: 100%;
}

.invoice-table tbody td
{
  background-color: #f1f5f9;
}*/

.table-bordered {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  /*border-radius: 10px;
  border: 1px solid #167F92;*/
  border-collapse: unset;
  border-spacing: 5px;
  border-collapse: separate;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2)
}
.table-bordered tr {
 /* border: 1px solid #D9E4E6;*/
}
.table-bordered tr:nth-child(odd) {
  background-color: #e2e8f0;
}
.table-bordered tr:nth-child(even) {
  background-color: #f1f5f9;
}
.table-bordered th {
  display: none;
  /*border: 1px solid #FFF;*/
  background-color: #64748b;
  color: #FFF;
  /*padding: 1em;*/
}
.table-bordered th:first-child {
  display: table-cell;
  text-align: center;
}
.table-bordered th:nth-child(2) {
  display: table-cell;
}
.table-bordered th:nth-child(2) span {
  display: none;
}
.table-bordered th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .table-bordered th:nth-child(2) span {
    display: block;
  }
  .table-bordered th:nth-child(2):after {
    display: none;
  }
}
.table-bordered td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
}
.table-bordered td:first-child {
  display: table-cell;
  text-align: center;
  /*border-right: 1px solid #D9E4E6;*/
}
@media (min-width: 480px) {
  .table-bordered td {
    /*border: 1px solid #D9E4E6;*/
    border: none;
  }
}
.table-bordered th, .table-bordered td {
  text-align: left;
  /*margin: .5em 1em;*/
}
@media (min-width: 480px) {
  .table-bordered th, .table-bordered td {
    display: table-cell;
    /*padding: 1em;*/
  }
}

@media (max-width: 991px) {
  .desktop-sidebar
  {
    display: none;
  }
  .mobile-only .desktop-sidebar img.d-block
  {
    display: none !important;
  }
  .mobile-only .desktop-sidebar
  {
    display: block;
  }
  .d-flex.flex-container
  {
    display: unset !important;
  }
}

@media (min-width: 992px) {
  .mobile-only
  {
    display: none;
  }
  
}

.features .rounded {
  max-width: 100%;
  max-height: 100%;
  
  transition: .2s all;
}
.features .rounded:hover {
  -webkit-filter: brightness(90%);
}




.btn-success
{
  background-color: #00CC6F;
  border-color: #00CC6F;
  color: #fff;
}

.btn-info
{
 background-color:  #00CFF4;
 border-color:  #00CFF4;
 color: #fff;
}

.btn-info.save_invoice
{
 background-color:  #FFCC00;
 border-color:  #FFCC00;
 background-color:  #009AFF;
 border-color:  #009AFF;
 color: #fff;
}

.btn-primary
{
  /*background-color:  #A358DF;
  border-color:  #A358DF;*/
  background-color:  #009AFF;
  border-color:  #009AFF;
  color: #fff;
}

.btn-danger
{
  background-color:  #FB275D;
  border-color:  #FB275D;
  color: #fff;
}

.btn-success:hover
{
  background-color: #00b362;
  border-color: #00b362;
  color: #fff;
}

.btn-info:hover
{
 background-color:  #00c3e6;
 border-color:  #00c3e6;
 color: #fff;
}

.btn-info.save_invoice:hover
{
 background-color:  #FFCC00;
 border-color:  #FFCC00;
 background-color:  #008ae6;
 border-color:  #008ae6;
 color: #fff;
}

.btn-primary:hover
{
  /*background-color:  #A358DF;
  border-color:  #A358DF;*/
  background-color:  #008ae6;
  border-color:  #008ae6;
  color: #fff;
}

.btn-danger:hover
{
  background-color:  #fa1e55;
  border-color:  #fa1e55;
  color: #fff;
}

.pin-code{ 
  padding: 0; 
  margin: 0 auto; 
  display: flex;
  justify-content:center;
  margin-bottom: 10px;
} 
 
.pin-code input { 
  border: none; 
  text-align: center; 
  width: 48px;
  height:48px;
  font-size: 36px; 
  background-color: #e0e0e0;
  margin-right:5px;
} 

.pin-code input:focus { 
  border: 3px solid #ccc;
  outline:none;
  caret-color: #ccc;
}

.triangle-right
{
    
    height: 100%;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #a48d01 50%, #a48d01 100%);
}

.triangle-left
{
    
    height: 100%;
    background: linear-gradient(to bottom left, #689702 0%, #649202 50%, #588001 50%, #456501 80% , #588001 100%); 
}

.circle {
  float: left;
  margin-right: 10px;
  width: calc(25vw);
  height:calc(25vw);
  border-radius:calc(25vw);
  font-size: 1.5rem;
  color: #fefefe;
  text-align: center;
  background-image: linear-gradient(
    45deg
    , #98DE02 0%, #7CB502 20%, #588001 60%);
  position: relative;
}

@media (min-width: 1200px)
{
  .circle {
    width: calc(0.25 * 1140px - 2.5rem);
    height:calc(0.25 * 1140px - 2.5rem);
    border-radius:calc(0.25 * 1140px - 2.5rem);
    margin: 0.5rem;
    text-align: center;
  }
}

.circle p {
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}