/*
Template - Float admin landing page
Version - 1.0
Author - design_mylife
*/
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700";
/*Fonts*/
/**background-colors*/
.bg-light-dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.white-bg {
  background: transparent;
}

.bg-success {
  background-color: #4CAF50;
}

.border-success {
  border-color: #4CAF50;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #aeaeae;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #16202f;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #56afd7;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

a.text-muted:hover {
  color: #23b7e5;
}

a blockquote {
  color: #aeaeae;
}

blockquote {
  font-style: italic;
  border-left-color: rgba(255, 255, 255, 0.2);
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-color: rgba(255, 255, 255, 0.1);
}

button:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 500;
  color: #fff;
}

strong, b {
  font-weight: 700 !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padding-20 {
  padding: 20px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0px !important;
}

.text-sm {
  font-size: 12px !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-5 {
  padding: 5px !important;
}

.mv-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.row-table > [class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

.padding-0 {
  padding: 0px !important;
}

.font-lg {
  font-size: 60px;
  line-height: 60px;
}

/*background color*/
.bg-light {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-gray {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-primary {
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important;
  color: #fff;
}

.bg-blue {
  background-color: #03A9F4 !important;
  border-color: #03A9F4 !important;
  color: #fff;
}

.bg-success {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
  color: #fff;
}

.bg-danger {
  background-color: #F44336 !important;
  border-color: #F44336 !important;
  color: #fff;
}

.bg-info {
  background-color: #56afd7 !important;
  border-color: #56afd7 !important;
  color: #fff;
}

.bg-teal {
  background-color: #26A69A !important;
  border-color: #26A69A !important;
  color: #fff;
}

.bg-indigo {
  background-color: #7986CB !important;
  border-color: #7986CB !important;
  color: #fff;
}

.bg-warning {
  background-color: #FF7043 !important;
  border-color: #FF7043 !important;
  color: #fff;
}

.bg-dark {
  background-color: #16202f !important;
  border-color: #16202f !important;
  color: #fff;
}

.bg-dark {
  background-color: #16202f !important;
  border-color: #16202f !important;
  color: #fff;
}

.text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.text-primary {
  color: #23b7e5;
}

.text-success {
  color: #4CAF50;
}

.text-danger {
  color: #F44336;
}

.text-warning {
  color: #FF7043;
}

.text-blue {
  color: #03A9F4;
}

.text-info {
  color: #56afd7;
}

.text-teal {
  color: #26A69A;
}

.text-indigo {
  color: #7986CB;
}

/**alerts*/
.close {
  color: inherit;
  opacity: 1;
  text-shadow: none;
}

.alert-danger {
  color: #F44336;
  background-color: transparent;
  border-color: #F44336;
}

.alert-warning {
  color: #FF7043;
  background-color: transparent;
  border-color: #FF7043;
}

.alert-info {
  color: #56afd7;
  background-color: transparent;
  border-color: #56afd7;
}

.alert-success {
  color: #4CAF50;
  background-color: transparent;
  border-color: #4CAF50;
}

/**toastr notification color**/
.jq-icon-info {
  background-color: #56afd7;
}

.jq-icon-success {
  background-color: #4CAF50;
}

.jq-icon-warning {
  background-color: #FF7043;
}

.jq-icon-error {
  background-color: #F44336;
}

.close-jq-toast-single {
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-single {
  border-radius: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.jq-toast-single h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.jq-toast-loader {
  height: 2px;
  border-radius: 0px;
}

.dropcap:first-letter {
  font-size: 18px;
  font-weight: 700;
  color: #23b7e5;
  display: inline-block;
}

/***margins**/
.margin-b-0 {
  margin-bottom: 0px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-tb-10 {
  margin: 10px 0;
}

.margin-tb-20 {
  margin: 20px 0;
}

.margin-tb-30 {
  margin: 30px 0;
}

.pad-v {
  padding: 10px 0;
}

.fullwidth {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px 30px;
}

.main-content {
  min-height: 100vh;
  padding: 30px;
  padding-bottom: 40px;
  padding-top: 60px;
  position: relative;
  margin-left: 220px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

body.nav-toggle .main-content {
  margin-left: 0px;
}

.infont a {
  padding: 10px;
  margin: 1px;
  display: block;
  color: #aeaeae;
}
.infont a i {
  font-size: 25px;
  display: block;
}

.line-icons .item {
  padding: 10px;
  display: block;
}
.line-icons .item span[aria-hidden="true"] {
  display: block;
  font-size: 20px;
}

.slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}

.dashboard-only-content {
  padding-top: 30px;
}

/*
Buttons style
*/
.buttons a {
  margin: 3px;
}

.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  text-transform: capitalize;
  font-size: 13px;
  padding: 7px 14px;
  font-weight: 400;
}
.btn.btn-sm {
  padding: 6px 10px;
}
.btn.btn-lg {
  padding: 10px 30px;
  font-size: 16px;
}
.btn.btn-xs {
  padding: 4px 8px;
  font-size: 11px;
}
.btn.btn-rounded {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
.btn.btn-icon {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
.btn.btn-icon i {
  position: absolute;
  height: 100%;
  line-height: 100%;
  width: 40px;
  line-height: 34px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-default, .note-editor .btn-default {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-default:hover, .note-editor .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  opacity: 0.9;
  color: #fff;
}
.btn-default:focus, .note-editor .btn-default:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-primary {
  background-color: #23b7e5;
  border-color: #23b7e5;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
.btn-primary:focus {
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

.btn-info {
  background-color: #56afd7;
  border-color: #56afd7;
  color: #fff;
}
.btn-info:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #56afd7;
  border-color: #56afd7;
}
.btn-info:focus {
  color: #fff;
  background-color: #56afd7;
  border-color: #56afd7;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
.btn-success:hover {
  color: #fff;
  opacity: 0.9;
  border-color: #4CAF50;
}
.btn-success:focus {
  color: #fff;
  border-color: #4CAF50;
}

.btn-warning {
  background-color: #FF7043;
  border-color: #FF7043;
  color: #fff;
}
.btn-warning:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #FF7043;
  border-color: #FF7043;
}
.btn-warning:focus {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.btn-danger:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:focus {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}

.btn-teal {
  background-color: #26A69A;
  border-color: #26A69A;
  color: #fff;
}
.btn-teal:hover {
  color: #fff;
  opacity: 0.9;
  border-color: #26A69A;
}
.btn-teal:focus {
  color: #fff;
  border-color: #26A69A;
}

.btn-indigo {
  background-color: #7986CB;
  border-color: #7986CB;
  color: #fff;
}
.btn-indigo:hover {
  color: #fff;
  opacity: 0.9;
}
.btn-indigo:focus {
  color: #fff;
}

/**border buttons**/
.btn.btn-border:hover {
  opacity: 1 !important;
}

.btn.btn-border {
  background-color: transparent;
}
.btn.btn-border.btn-default {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn.btn-border.btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-border.btn-default:focus {
  background-color: transparent;
}
.btn.btn-border.btn-primary {
  color: #23b7e5;
  border: 1px solid #23b7e5;
}
.btn.btn-border.btn-primary:focus {
  background-color: transparent;
}
.btn.btn-border.btn-primary:hover {
  background-color: #23b7e5;
  color: #fff;
}
.btn.btn-border.btn-success {
  color: #4CAF50;
  border: 1px solid #4CAF50;
}
.btn.btn-border.btn-success:focus {
  background-color: transparent;
}
.btn.btn-border.btn-success:hover {
  background-color: #4CAF50;
  color: #fff;
}
.btn.btn-border.btn-info {
  color: #56afd7;
  border: 1px solid #56afd7;
}
.btn.btn-border.btn-info:focus {
  background-color: transparent;
}
.btn.btn-border.btn-info:hover {
  background-color: #56afd7;
  color: #fff;
}
.btn.btn-border.btn-warning {
  color: #FF7043;
  border: 1px solid #FF7043;
}
.btn.btn-border.btn-warning:focus {
  background-color: transparent;
}
.btn.btn-border.btn-warning:hover {
  background-color: #FF7043;
  color: #fff;
}
.btn.btn-border.btn-danger {
  color: #F44336;
  border: 1px solid #F44336;
}
.btn.btn-border.btn-danger:focus {
  background-color: transparent;
}
.btn.btn-border.btn-danger:hover {
  background-color: #F44336;
  color: #fff;
}
.btn.btn-border.btn-indigo {
  color: #7986CB;
  border: 1px solid #7986CB;
}
.btn.btn-border.btn-indigo:focus {
  background-color: transparent;
}
.btn.btn-border.btn-indigo:hover {
  background-color: #7986CB;
  color: #fff;
}
.btn.btn-border.btn-teal {
  color: #26A69A;
  border: 1px solid #26A69A;
}
.btn.btn-border.btn-teal:focus {
  background-color: transparent;
}
.btn.btn-border.btn-teal:hover {
  background-color: #26A69A;
  color: #fff;
}

/**social buttons**/
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #55acee !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #3f729b !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/*
Panels css
*/
.panel {
  margin-bottom: 30px;
  background: #202e44;
}

.panel, .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
}

.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.panel-body {
  position: relative;
  background: transparent;
}

/**panel colors**/
.panel-primary {
  border-color: #23b7e5;
}

.panel-default {
  border-color: rgba(255, 255, 255, 0.1);
}

.panel-default > .panel-heading {
  background-color: transparent;
  border-bottom: 0px;
  color: #fff;
}

.panel-default .panel-heading a {
  color: #23b7e5;
}
.panel-default .panel-heading a:focus {
  color: #23b7e5;
}

.panel-default .panel-heading a.collapsed {
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-color: rgba(255, 255, 255, 0.1);
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
.panel-primary > .panel-heading a {
  color: #fff;
}

.panel-success {
  border-color: #4CAF50;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.panel-success > .panel-heading a {
  color: #fff;
}

.panel-info {
  border-color: #56afd7;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #56afd7;
  border-color: #56afd7;
}
.panel-info > .panel-heading a {
  color: #fff;
}

.panel-warning {
  border-color: #FF7043;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}
.panel-warning > .panel-heading a {
  color: #fff;
}

.panel-danger {
  border-color: #F44336;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.panel-danger > .panel-heading a {
  color: #fff;
}

.panel-indigo {
  border-color: #7986CB;
}

.panel-indigo > .panel-heading {
  color: #fff;
  background-color: #7986CB;
  border-color: #7986CB;
}
.panel-indigo > .panel-heading a {
  color: #fff;
}

.panel-teal {
  border-color: #26A69A;
}

.panel-teal > .panel-heading {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.panel-teal > .panel-heading a {
  color: #fff;
}

.panel-search {
  position: relative;
  width: 170px;
  float: right;
}
.panel-search .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 24px;
  font-size: 12px;
  font-weight: 300;
}
.panel-search span {
  position: absolute;
  right: 10px;
  top: 7px;
  border: 0px;
  font-size: 11px;
}

.panel-footer {
  padding: 10px 15px;
  background: #202e44;
  border-top-color: rgba(255, 255, 255, 0.1);
}

/**wells*/
.well-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #202e44;
  border-color: rgba(255, 255, 255, 0.1);
}

.popover-title {
  color: #333;
}

/*
Pricing tables
*/
.price-box {
  text-align: center;
}
.price-box .price-amount {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.price-box .price-amount sup, .price-box .price-amount sub {
  font-weight: 400;
  font-size: 13px;
}
.price-box .price-amount sup {
  top: -1.5em;
}
.price-box ul {
  margin: 0;
  padding: 0;
}
.price-box ul li {
  padding: 7px 0;
}

/*
Form elements style
*/
label {
  font-weight: 600;
}

.form-control, input[type="text"], input[type="email"], textarea {
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: .5s;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  border-color: #23b7e5;
}

.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 400;
}

.checkbox label, .radio label {
  padding-left: 0px;
}

.checkbox label span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
}

/*file upload*/
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**wysiwyg html5 editor custom css**/
.wysihtml5-toolbar > li > a:hover, .inbox-compose .wysihtml5-toolbar > li > div > a:hover {
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  border-radius: 0;
}

.wysihtml5-toolbar .dropdown.open .dropdown-toggle, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #eee !important;
  box-shadow: none !important;
}

.wysihtml5-toolbar .btn {
  color: #666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.wysihtml5-toolbar .btn:hover {
  background: #eee !important;
}

/**icon group iputs**/
.group-icon {
  position: relative;
  overflow: hidden;
}
.group-icon .form-control {
  padding-right: 40px;
}
.group-icon .icon-input {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  text-align: center;
}

fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}

.form-control-rounded {
  border-radius: 100px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 4px;
    margin-bottom: 0;
    text-align: right;
  }
}
legend {
  padding-bottom: 5px;
}

.form-control {
  box-shadow: 0 0 0 #000 !important;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
  color: #4CAF50;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
  color: #FF7043;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
  color: #F44336;
}

.has-success .form-control {
  border-color: #4CAF50;
}

.has-warning .form-control {
  border-color: #FF7043;
}

.has-error .form-control {
  border-color: #F44336;
}

.input-group-addon {
  background-color: #edf1f2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/**summernote customization**/
.note-editor {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.note-editor .note-toolbar {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.note-editor .caret {
  border-top-color: #fff;
}

.note-popover .popover .popover-content, .note-toolbar {
  background: #202e44;
}

.note-popover .popover.bottom .arrow:after {
  border-bottom-color: #202e44;
}

.note-popover .popover {
  border-color: #202e44;
}

/**jquery steps use in form wizard**/
.wizard > .content {
  background: transparent;
  display: block;
  margin: 0px 0;
  margin-top: 15px;
  min-height: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.wizard > .content > .body {
  padding: 15px 0;
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input, .wizard > .content > .body select, .wizard > .content > .body textarea {
  margin-bottom: 15px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background-color: #23b7e5;
}

.steps > ul > li:first-child a {
  margin-left: 0 !important;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.wizard > .content > .body label.error {
  color: #F44336;
  display: block;
  margin-left: 0;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
  background-color: #F44336;
}

.wizard > .content > .body input.error {
  background: #fff;
  border: 1px solid #F44336;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 3px;
}

/***========Main navigation========****/
.navbar-default {
  background: #16202f;
  margin: 0px;
  border-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #7986CB;
}
.navbar-default .navbar-nav > li.nav-button a {
  display: block;
  padding: 6px 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #7986CB;
  color: #fff;
  font-weight: 500;
  margin-top: 9px;
  margin-left: 30px;
}

.navbar-brand > img {
  display: block;
  margin-top: 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #23b7e5;
}

.intro-section {
  padding-top: 150px;
  position: relative;
  padding-bottom: 150px;
  background-color: #7986CB;
}
.intro-section h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.intro-section p {
  color: #fff;
  opacity: 0.8;
  margin-top: 20px;
}
.intro-section .buttons {
  padding-top: 30px;
  padding-bottom: 80px;
}
.intro-section .buttons .btn-white {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.intro-section .buttons .btn-white:hover {
  background: #fff;
  color: #333;
}
.intro-section .buttons .btn-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.intro-mockup {
  position: relative;
  margin-top: -180px;
}

.center-title {
  font-weight: 400;
  color: #fff;
}

.subtitle {
  padding-bottom: 40px;
}

/**features**/
.features-section {
  padding: 70px 0;
  padding-bottom: 40px;
}
.features-section .col-sm-4 {
  margin-bottom: 30px;
}
.features-section i {
  margin-bottom: 20px;
}
.features-section h4 {
  font-weight: 400;
  text-transform: capitalize;
}

.pricing-section {
  padding: 70px 0;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 0.1);
}

.team-section {
  padding: 70px 0;
  padding-bottom: 40px;
  text-align: center;
}
.team-section h4 {
  font-weight: 500;
  margin: 15px 0;
}

/**testimonials**/
.testimonials-section {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #7986CB;
}
.testimonials-section .center-title, .testimonials-section .subtitle {
  color: #fff;
}

.testimonials_box {
  position: relative;
  background: #fff;
  border: 4px solid #fff;
  padding: 20px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.testimonials_box p {
  margin: 0px;
}

.testimonials_box:after, .testimonials_box:before {
  top: 100%;
  left: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.testimonials_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.testimonials_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 13px;
  margin-left: -13px;
}

.testimonial-info .img-circle {
  float: left;
  margin-right: 10px;
}
.testimonial-info h5 {
  margin: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.testimonial-info span {
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
}

.our-clients {
  padding-top: 70px;
  padding-bottom: 40px;
}

.client-box {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.client-box img {
  display: block;
  margin: 0 auto;
}

.contact-section {
  padding-top: 70px;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 0.1);
}
.contact-section ul li a {
  color: #888;
  font-size: 22px;
}
.contact-section ul li a:hover {
  color: #7986CB;
}

.footer {
  background: #7986CB;
  color: #fff;
  padding: 15px 0;
}

/**responsive**/
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li.nav-button a {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .intro-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .intro-section h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-mockup {
    margin-top: -80px;
  }
}

/* Modern landing refresh */
body.float-landing {
  background: #f6f8fb;
  color: #546070;
  font-size: 15px;
  line-height: 1.7;
}

.float-landing h1,
.float-landing h2,
.float-landing h3,
.float-landing h4,
.float-landing h5,
.float-landing h6 {
  color: #172033;
}

.float-landing .navbar-default {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(21, 35, 55, 0.08);
  box-shadow: 0 12px 30px rgba(17, 31, 49, 0.08);
}

.float-landing .navbar-default .navbar-nav > li > a {
  color: #526176;
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: none;
}

.float-landing .navbar-default .navbar-nav > li > a:hover,
.float-landing .navbar-default .navbar-nav > li > a:focus,
.float-landing .navbar-default .navbar-nav > .active > a,
.float-landing .navbar-default .navbar-nav > .active > a:focus,
.float-landing .navbar-default .navbar-nav > .active > a:hover {
  color: #0f8b8d;
}

.float-landing .navbar-default .navbar-nav > li.nav-button a {
  background: #172033;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(23, 32, 51, 0.18);
  font-size: 13px;
  margin-left: 4px;
  padding: 8px 14px;
}

.float-landing .navbar-default .navbar-nav > li.nav-button + li.nav-button a {
  background: #0f8b8d;
}

.float-landing .navbar-toggle {
  border-color: rgba(23, 32, 51, 0.12);
}

.float-landing .navbar-default .navbar-toggle .icon-bar {
  background-color: #172033;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  height: 50px;
}

.landing-brand img {
  display: block;
  width: 118px;
  height: 44px;
}

.intro-section {
  background-color: #172033;
  background-image: url("../images/pattern.png");
  background-size: 360px auto;
  padding-top: 135px;
  padding-bottom: 125px;
  overflow: hidden;
}

.intro-section:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 56%;
  height: 62%;
  background: rgba(15, 139, 141, 0.16);
  transform: skewY(-10deg);
}

.intro-section .container {
  position: relative;
  z-index: 2;
}

.intro-section h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: none;
}

.intro-section p {
  max-width: 780px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
  font-size: 17px;
}

.intro-section .hero-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  color: #baf4ed;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(186, 244, 237, 0.22);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-section .buttons {
  padding-top: 34px;
  padding-bottom: 20px;
}

.intro-section .buttons .btn-white,
.intro-section .buttons .btn-outline-light {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.intro-section .buttons .btn-white {
  background: #0f8b8d;
  border-color: #0f8b8d;
  box-shadow: 0 15px 30px rgba(15, 139, 141, 0.28);
}

.intro-section .buttons .btn-white:hover,
.intro-section .buttons .btn-white:focus {
  background: #12a1a3;
  color: #fff;
}

.intro-section .buttons .btn-outline-light:hover,
.intro-section .buttons .btn-outline-light:focus {
  background: #fff;
  color: #172033;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 13px;
}

.hero-highlights i {
  color: #ffb347;
}

.features-section,
.pricing-section,
.contact-section {
  padding: 82px 0 58px;
}

.features-section {
  background: #f6f8fb;
}

.pricing-section {
  background: #eef3f7;
}

.contact-section {
  background: #f6f8fb;
}

.center-title {
  color: #172033;
  font-weight: 700;
}

.subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: #677486;
  font-size: 16px;
}

.features-section .col-sm-4 {
  min-height: 220px;
  padding-top: 28px;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.features-section i {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  padding-top: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
  font-size: 28px;
}

.features-section h4 {
  color: #172033;
  font-weight: 700;
  text-transform: none;
}

.features-section p {
  max-width: 310px;
  margin: 0 auto;
}

.panel {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
}

.price-box {
  min-height: 330px;
  overflow: hidden;
  background: #fff;
}

.price-box .panel-heading {
  padding: 18px 16px;
  color: #172033;
  background: #fff;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  font-size: 16px;
  font-weight: 700;
}

.price-box .price-amount {
  color: #172033;
  border-bottom-color: rgba(23, 32, 51, 0.08);
  font-size: 42px;
}

.price-box .price-amount sup,
.price-box .price-amount sub {
  color: #677486;
}

.price-box .panel-body {
  min-height: 96px;
  color: #546070;
}

.price-box .panel-footer {
  background: #fff;
  border-top: 0;
  padding-bottom: 22px;
}

.price-box .btn {
  border-radius: 8px;
  font-weight: 700;
}

.panel-indigo.price-box {
  border-color: rgba(15, 139, 141, 0.34);
  box-shadow: 0 22px 50px rgba(15, 139, 141, 0.16);
}

.panel-indigo.price-box .panel-heading {
  color: #fff;
  background: #0f8b8d;
}

.panel-indigo.price-box .price-amount {
  color: #0f8b8d;
}

.bg-indigo.padding-20 {
  background: #172033 !important;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.12);
}

.bg-indigo.padding-20 h3 {
  color: #fff;
}

.pricing-section .table {
  background: transparent;
}

.pricing-section .table > thead > tr > th,
.pricing-section .table > tbody > tr > td {
  border-color: rgba(255, 255, 255, 0.13);
}

.contact-section .form-control {
  height: 44px;
  color: #172033;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  box-shadow: none;
}

.contact-section textarea.form-control {
  height: auto;
}

.contact-section label {
  color: #172033;
}

.contact-section iframe {
  max-width: 100%;
  border-radius: 8px;
}

.footer {
  background: #172033;
}

@media (max-width: 991px) {
  .intro-section h1 {
    font-size: 40px;
  }

  .price-box {
    min-height: auto;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  body.float-landing,
  .float-landing .container,
  .float-landing .row,
  .float-landing [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }

  .float-landing [class*="col-"] {
    float: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .float-landing .row {
    margin-left: 0;
    margin-right: 0;
  }

  .float-landing .navbar-default .navbar-nav > li.nav-button a {
    margin: 8px 0;
  }

  .intro-section {
    padding-top: 100px;
    padding-bottom: 78px;
  }

  .intro-section h1 {
    width: 100%;
    max-width: 300px;
    font-size: 22px;
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .intro-section p {
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    overflow-wrap: break-word;
  }

  .intro-section .buttons,
  .hero-highlights {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-section .buttons .btn-white,
  .intro-section .buttons .btn-outline-light {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .hero-highlights {
    justify-content: flex-start;
  }

  .hero-highlights span {
    width: 100%;
    justify-content: center;
  }

  .features-section,
  .pricing-section,
  .contact-section {
    padding: 58px 0 34px;
  }

  .center-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 1.22;
  }
}
