/*------------------------------
	MAIN
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F0F0F0;
  font-size: 15px;
}
#page-wrapper {
  background-color: #FFFFFF;
}
.page-boxed {
  width: auto;
  margin: 0 auto;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.text-xl {
  font-size: 40px;
}
@media (min-width: 992px) {
  .page-boxed {
    width: 1000px;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1023px) {
  .text-lg-right {
    text-align: right !important;
  }
}
.py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-btn {
  display: block;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 10px 25px;
  font-size: 21px;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #e8e8e8;
  transition: 0.5s;
}
.block-btn i {
  background: #811f53;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 8px;
}
.block-btn:hover{
  background: #811f53;
  color: #fff !important;
}
.block-btn:hover i{
  background: #fff;
  color: #811f53;
}

a, a:focus, a:hover, button, button:focus, button:hover, button:active {
  outline: 0 none;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #381528;
}
/* TYPOGRAPHY */
ul.list-large li {
  font-size: 18px;
  line-height: 36px;
}
.text-lg {
  font-size: 20px;
}
.text-purple {
  color: #811f53 !important;
}
.text-purple-light {
  color: #e98fbf !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-success {
  color: #2ECC71;
}
.text-info {
  color: #3498DB;
}
.text-danger {
  color: #C0392B!important;
}
.text-dark {
  color: #381528 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-gray {
  color: #ccc !important;
}
.text-warning {
  color: #E67E22;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
.dl-horizontal dt {
  width: 250px;
}
.dl-horizontal dd {
  margin-left: 270px;
}
.dl-horizontal dt, .dl-horizontal dd {
  margin-bottom: 10px;
}
.m-0 {
  margin: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-sm {
  margin-right: 0.5rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.w-300 {
  width: 300px !important;
}
/* BUTTONS */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  outline-offset: 0;
}
.btn {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-width: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px 7px;
}
.btn:active, .btn.active {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2) inset;
}
.btn i {
  margin-right: 8px;
}
.btn-default, .alert-default {
  background-color: #F0F0F0;
  color: #555555;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}
.btn-default:active, .btn-default.active {
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
body a.btn-default, body a.btn-default:hover, body a.btn-default:focus, body button.btn-default, body button.btn-default:hover, body button.btn-default:focus, body .btn-group label.btn-default, body .btn-group label.btn-default:hover, body .btn-group label.btn-default:focus {
  color: #555555;
}
body a.btn-primary, body a.btn-primary:hover, body a.btn-primary:focus, body button.btn-primary, body button.btn-primary:hover, body button.btn-primary:focus, body a.btn-danger, body a.btn-danger:hover, body a.btn-danger:focus, body button.btn-danger, body button.btn-danger:hover, body button.btn-danger:focus, body a.btn-info, body a.btn-info:hover, body a.btn-info:focus, body button.btn-info, body button.btn-info:hover, body button.btn-info:focus, body a.btn-success, body a.btn-success:hover, body a.btn-success:focus, body button.btn-success, body button.btn-success:hover, body button.btn-success:focus, body a.btn-warning, body a.btn-warning:hover, body a.btn-warning:focus, body button.btn-warning, body button.btn-warning:hover, body button.btn-warning:focus {
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #731c4a !important;
  border-color: #731c4a !important;
}
.btn-danger, .alert-danger, .label-danger, .panel-danger > .panel-heading {
  background-color: #C0392B;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.active {
  background-color: #A3271A;
  border-color: #A3271A;
}
.btn-info, .alert-info, .label-info, .panel-info > .panel-heading {
  background-color: #3498DB;
}
.btn-info:hover, .btn-info:focus, .btn-info.active {
  background-color: #2280BF;
  border-color: #2280BF;
}
.btn-warning, .alert-warning, .label-warning, .panel-warning > .panel-heading {
  background-color: #E67E22;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active {
  background-color: #D67118;
  border-color: #D67118;
}
.btn-success, .alert-success, .label-success, .panel-success > .panel-heading {
  background-color: #2ECC71;
}
.btn-success:hover, .btn-success:focus, .btn-success.active {
  background-color: #18BA5D;
  border-color: #18BA5D;
}
.btn-inverse {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  border-width: 2px;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #FFFFFF;
}
.btn-xs {
  font-size: 10px;
  padding: 6px 8px 5px;
}
.btn-sm {
  font-size: 11px;
  padding: 6px 9px 5px;
}
.btn-lg {
  font-size: 14px;
  padding: 11px 16px 10px;
}
/* ALERTS AND LABELS */
.alert {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
}
.alert .close {
  color: #000;
  font-size: 30px;
  position: relative;
  top: -5px;
}
.label-default {
  background-color: #BBBBBB;
}
.d-none {
  display: none !important;
}
.d-xs-none {
  display: none;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* VERTICAL NAV */
.nav.vertical-nav li {
  border-bottom: 1px solid #E5E5E5;
}
.nav.vertical-nav li:last-child {
  border-bottom: 0;
}
.nav.vertical-nav li a {
  color: #555555;
  font-weight: 400;
  padding: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav.vertical-nav li a:hover, .nav.vertical-nav li a:focus {
  background-color: transparent;
}
.nav.vertical-nav li a i {
  margin-right: 8px;
}
.nav.vertical-nav li a .badge {
  float: right;
}
/* POPOVER */
.popover {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-width: 0;
  z-index: 1020;
}
.popover-title {
  color: #FFFFFF;
  border: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-weight: 700;
}
.center-align, .center-align p {
  text-align: center !important;
  padding-bottom: 10px;
}
/* TABS */
.nav-tabs {
  border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li > a {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  background-color: #E0E0E0;
  color: #555555;
  padding: 12px 18px;
  font-weight: 700;
}
.nav-tabs > li > a:hover {
  background-color: #D0D0D0;
  color: #555555;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  color: #FFFFFF;
  cursor: default;
  padding: 14px 18px;
  margin-top: -4px;
}
.tab-content {
  background-color: #F9F9F9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 50px;
}
/* PANELS */
.panel {
  background-color: #F9F9F9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 15px;
}
.panel-default > .panel-heading {
  background-color: #E5E5E5;
  color: #555555;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary > .panel-heading, .panel-success > .panel-heading, .panel-info > .panel-heading, .panel-warning > .panel-heading, .panel-danger > .panel-heading {
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary > .panel-heading .panel-title > a, .panel-success > .panel-heading .panel-title > a, .panel-info > .panel-heading .panel-title > a, .panel-warning > .panel-heading .panel-title > a, .panel-danger > .panel-heading .panel-title > a {
  color: #FFFFFF;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
/* COLLAPSE */
.panel-title > a {
  color: #FFFFFF;
  display: block;
  cursor: pointer;
}
.panel-title > a > i {
  margin-right: 8px;
}
body .panel-default .panel-title > a, body .panel-default .panel-title > a:after {
  color: #555555;
}
.panel-title a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f068";
  color: #FFFFFF;
  float: right;
  margin: 2px 0 0;
}
.panel-title a.collapsed:after {
  content: "\f067";
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
/* FORM CONTROL */
.form-control::-moz-placeholder {
  color: #6a6a6a !important;
  font-size: 16px;
  font-style: italic;
}
.form-control {
  border: 1px solid #D5D5D5;
  border-bottom-width: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0) inset;
  color: #333333 !important;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 9px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08) inset;
  border-color: #B5B5B5;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea.form-control {
  height: 190px;
  resize: vertical;
}
form .row:last-child .form-group {
  margin-bottom: 0;
}
form label span {
  color: #E74C3C;
  margin-left: 5px;
}
form span.form-info {
  color: #555555;
  margin-left: 15px;
  font-weight: bold;
  position: relative;
  top: 11px;
}
form .pull-left span.form-info {
  margin-left: 0;
}
form span.required {
  color: #E74C3C;
  margin-right: 5px;
}
form button.btn {
  margin: 20px 0 0;
}
.input-group .form-control {
  height: 40px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-group .btn {
  padding: 9px 13px 8px;
  font-size: 14px;
  margin: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.input-group-btn .btn i {
  margin-right: 0;
}
.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-width: 2px;
  color: #888888;
  font-size: 20px;
  border-color: #D5D5D5;
}
.form-group.nospace {
  margin: 0;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 12px;
}
/* IMAGE OVERLAY */
.overlay-wrapper {
  position: relative;
}
.overlay-wrapper .overlay {
  margin: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay-wrapper .overlay a {
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -18px;
}
.overlay-wrapper .overlay a:hover {
  color: #FFFFFF;
}
.overlay-wrapper .overlay .overlay-title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  top: 20px;
}
.overlay-wrapper:hover .overlay {
  opacity: 1;
}
/* OWL CAROUSEL */
.owl-carousel .owl-wrapper-outer {
  /*box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);*/
}
.owl-pagination {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 92px;
  width: 30%;
  left: 35%;
  right: 35%;
}
.owl-pagination .active span {
  background-color: #93235f !important;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls .owl-page.active span {
  /*background-color: #a0adbc;*/
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 5px 0 0;
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #93235f;
}
.owl-theme .owl-controls .owl-page:last-child span {
  margin-right: 0;
}
body .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 46px;
  margin: auto;
  width: 33px;
  height: 35px;
  font-size: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.7;
  /*border:1px solid rgba(0,0,0,0.1);*/
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .owl-theme .owl-controls .owl-buttons div:hover {
  color: #FFFFFF;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -80px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev i {
  margin-right: 3px;
  font-weight: 400;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -80px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next i {
  margin-left: 3px;
  font-weight: 400;
}
.hidden-control.owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition-duration: 0s;
}
.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 40px;
  color: #FFFFFF;
}
.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  color: #cda5ba;
}
.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 40px;
  color: #FFFFFF;
}
.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  color: #cda5ba;
}
/* ISOTOPE */
.isotope-filter {
  background-color: #F9F9F9;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 50px;
  padding: 20px;
}
.isotope-filter ul {
  margin: 0;
}
.isotope-filter ul li {
  line-height: 60px;
}
/* CREATIVE BRANDS */
.brands.main {
  margin: 0;
}
.brands > li {
  margin-bottom: 0;
}
.brands.main li a {
  color: #4f83a7;
  border: 1px solid #4f83a7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff !important;
}
body .brands.main li a:hover {
  background-color: #4f83a7 !important;
}
.brands > li > a:hover {
  color: #FFFFFF;
}
/*------------------------------
	HEADER
------------------------------*/
.top-header {
  background-color: #F0F0F0;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px 0;
  height: 50px;
}
.top-header .header-item {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  padding-top: 4px;
}
.top-header .header-item a:hover {
  color: #303030;
}
.top-header .header-item:last-child {
  margin-right: 0;
}
.top-header .header-item i {
  margin-right: 7px;
}
.top-header .brands {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.navbar {
  border-bottom: 4px solid #811f53;
  background-color: #FFFFFF;
  margin: 0;
  height: 70px;
}
.navbar-offset {
  /*box-shadow:0 1px 5px 0px rgba(0,0,0,0.05);*/
}
.navbar-default .navbar-brand {
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  color: #555555;
}
.navbar-default .navbar-nav > li > a {
  padding-bottom: 25px;
  padding-top: 25px;
  color: #381528;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a > i {
  font-size: 10px;
  position: relative;
  top: -1px;
  left: 3px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*-webkit-transition: all 0.3s ease-out;*/
}
/* DROPDOWN */
.navbar-nav > li > .dropdown-menu {
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 3px solid #16A085;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  min-width: 250px;
}
.dropdown-menu > li {
  border-bottom: 1px solid #E5E5E5;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu > li > a {
  color: #555555;
  font-weight: 400;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
}
.dropdown-menu > li > a i {
  margin-right: 8px;
  font-weight: 400;
}
.dropdown-menu > li > a:hover {
  background-color: #E5E5E5;
  color: #333333;
  padding-left: 20px;
}
/* WIDE MENU */
.yamm-content {
  padding: 20px;
}
.yamm-content h3 {
  margin: 0 0 20px;
}
.yamm-content p {
  margin: 0;
  line-height: 24px;
}
.yamm-content img {
  margin-bottom: 20px;
}
.yamm-content ul li a:hover {
  background-color: transparent;
}
/* NAVBAR SHOPPING CART */
.navbar-default .navbar-nav > li.shopping-cart-toggle > a, .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a, .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:hover, .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:focus {
  padding: 16px 0 0;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.search-form-toggle > a, .navbar-default .navbar-nav > li.search-form-toggle.open > a, .navbar-default .navbar-nav > li.search-form-toggle.open > a:hover, .navbar-default .navbar-nav > li.search-form-toggle.open > a:focus {
  padding: 16px 15px 0;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.shopping-cart-toggle > a > i, .navbar-default .navbar-nav > li.search-form-toggle > a > i {
  font-size: 22px;
  background-color: #F0F0F0;
  color: #AAAAAA;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a > i, .navbar-default .navbar-nav > li.search-form-toggle.open > a > i {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.shopping-cart-counter {
  position: absolute;
  background-color: #C0392B;
  padding: 0 6px 1px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  right: -10px;
  top: 5px;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart, .navbar-nav > li > .dropdown-menu.navbar-search-form {
  background-color: #F0F0F0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  right: -3px;
  border: 0;
  margin-top: -1px;
  width: 400px;
  font-size: 13px;
  color: #777777;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li {
  padding: 0 0 7px;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:hover {
  background-color: #F9F9F9;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child {
  padding: 0 10px;
  background-color: #FFFFFF;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a.delete {
  position: relative;
  top: 9px;
  left: 10px;
  color: #444;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a h3 {
  font-size: 13px;
  margin: 12px 0 0;
  color: #777777;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a:hover h3 {
  text-decoration: underline;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart p {
  margin: 10px 0 0;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart p.price {
  font-weight: bold;
  color: #555555;
  position: relative;
  right: 5px;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child p.price {
  right: -1px;
  color: #C0392B;
}
.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child .btn {
  margin: 10px 0;
  color: #FFFFFF;
}
.navbar-nav > li > .dropdown-menu.navbar-search-form {
  right: 12px;
  padding: 10px;
  width: 300px;
}
.home-intro h2, .home-intro h1 {
  padding-top: 20px !important;
  color: #811f53 !important;
  font-family: 'Open Sans Condensed', sans-serif !important;
}
/* JUMBOTRON 6 */
.jumbotron {
  padding: 0;
  border-bottom: 0;
  margin: 0;
  background-color: transparent;
}
.jumbotron6 {
  background-color: transparent;
  padding: 0;
}
.jumbotron6 .item {
  height: 420px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.jumbotron6 {
  position: relative;
}
.jumbotron6 #slide-1, .jumbotron6 #slide-2, .jumbotron6 #slide-3, .jumbotron6 #slide-4 {
  position: relative;
}
/*.jumbotron6 #slide-1{
	background-color: #eaeaea;
}
.jumbotron6 #slide-2{
	background-color: #e1d7e2;
}
.jumbotron6 #slide-3{
	background-color: #eaece7;
}
.jumbotron6 #slide-4{
	background-color: #faf9f8;
}*/
.jumbotron6 #slide-1 .bg {
  background-position: center top;
  background-image: url(../image/bg1-banner.jpg);
  background-repeat: no-repeat;
  min-height: 419px;
  background-size: auto 95%;
}
.jumbotron6 #slide-2 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../image/bg2-banner.jpg);
  min-height: 419px;
}
.jumbotron6 #slide-3 .bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../image/bg3-banner.jpg);
  min-height: 419px;
}
.jumbotron6 #slide-4 .bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../image/bg4-banner.jpg);
  min-height: 419px;
}
.jumbotron6 #slide-1:before, .jumbotron6 #slide-2:before, .jumbotron6 #slide-3:before, .jumbotron6 #slide-4:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: ' ';
}
.jumbotron6 #slide-1 h2 {
  background-color: transparent;
  font-size: 40px;
  color: #811e52;
  font-weight: bold;
  margin: 45px 0 0;
  text-align: left;
  padding: 0;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
}
.jumbotron6 #slide-1 h3 {
  font-size: 22px;
  color: #986c83;
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  line-height: 24px;
  font-family: 'Roboto';
  text-align: left;
}
.jumbotron6 #slide-2 h2 {
  background-color: transparent;
  font-size: 40px;
  color: #811e52;
  font-weight: bold;
  margin: 45px 0 0;
  text-align: left;
  padding: 0;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
}
.jumbotron6 #slide-2 h3 {
  font-size: 22px;
  color: #986c83;
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  line-height: 24px;
  font-family: 'Roboto';
  text-align: left;
}
.jumbotron6 #slide-3 h2 {
  background-color: transparent;
  font-size: 36px;
  color: #811e52;
  font-weight: bold;
  margin: 45px 0 0;
  text-align: left;
  padding: 0;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
}
.jumbotron6 #slide-3 h3 {
  font-size: 22px;
  color: #986c83;
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  line-height: 24px;
  font-family: 'Roboto';
  text-align: left;
}
.jumbotron6 #slide-4 h2 {
  background-color: transparent;
  font-size: 36px;
  color: #811e52;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: left;
  padding: 0;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
}
.jumbotron6 #slide-4 h2.ezct {
  padding: 4px 0 0 0 !important;
  margin: 0 !important;
  font-size: 25px !important;
  line-height: 32px !important;
}
.jumbotron6 #slide-4 h2.ezct .logo-ezct {
  background: url(../image/EZCT-logo.png) no-repeat 0 center;
  height: 32px;
  display: inline-block;
  width: 216px;
  text-indent: -20000px;
}
.jumbotron6 #slide-4 h3 {
  font-size: 22px;
  color: #986c83;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
  line-height: 24px;
  font-family: 'Roboto';
  text-align: left;
}
.jumbotron6 #slide-1 ul, .jumbotron6 #slide-2 ul, .jumbotron6 #slide-3 ul, .jumbotron6 #slide-4 ul {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.jumbotron6 #slide-1 ul li, .jumbotron6 #slide-2 ul li, .jumbotron6 #slide-3 ul li, .jumbotron6 #slide-4 ul li {
  line-height: 18px;
  padding: 5px 0 5px 22px;
  font-size: 17px;
  color: #3d464b;
  position: relative;
}
.jumbotron6 #slide-1 ul li::after, .jumbotron6 #slide-2 ul li::after, .jumbotron6 #slide-3 ul li::after, .jumbotron6 #slide-4 ul li::after {
  content: "\10f35a";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Font Awesome 5 Duotone";
  color: #811f53;
  opacity: 0.4;
  font-size: 16px;
}
.jumbotron6 #slide-1 ul li::before, .jumbotron6 #slide-2 ul li::before, .jumbotron6 #slide-3 ul li::before, .jumbotron6 #slide-4 ul li::before {
  content: "\f35a";
  color: #811f53;
  position: absolute;
  left: 0px;
  top: 5px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.jumbotron6 #slide-1 .learnmore_banner1, .jumbotron6 #slide-2 .learnmore_banner2, .jumbotron6 #slide-3 .learnmore_banner3, .jumbotron6 #slide-4 .learnmore_banner4 {
  background: #781b4c;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 35px 0 15px;
  display: inline-block;
  margin: 10px 0 0 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jumbotron6 #slide-1 .learnmore_banner1:hover, .jumbotron6 #slide-2 .learnmore_banner2:hover, .jumbotron6 #slide-3 .learnmore_banner3:hover, .jumbotron6 #slide-4 .learnmore_banner4:hover {
  background-color: #661741;
}
.jumbotron6 #slide-1 .learnmore_banner1::before, .jumbotron6 #slide-2 .learnmore_banner2::before, .jumbotron6 #slide-3 .learnmore_banner3::before, .jumbotron6 #slide-4 .learnmore_banner4::before {
  content: "\f35a";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.jumbotron6 #slide-1 .learnmore_banner1::after, .jumbotron6 #slide-2 .learnmore_banner2::after, .jumbotron6 #slide-3 .learnmore_banner3::after, .jumbotron6 #slide-4 .learnmore_banner4::after {
  content: "\10f35a";
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  color: #ea92c1;
  opacity: 0.6;
  font-size: 16px;
}
.container .jumbotron {
  padding: 0 !important;
}
#jumbotronSlideImg {
  background: #eaeaea !important;
  position: relative;
}
#jumbotronSlideImg .bottom_button_row {
  background: url(../image/bg_trans.png) repeat 0 0;
  min-height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 100;
}
#jumbotronSlideImg .bottom_button_row .mid_aligned_btn {
  text-align: center;
  margin: 10px auto;
  width: 100%;
  /*line-height:84px;*/
}
.req_a_free_webinar {
  background: #94245f;
  padding: 0 25px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none;
  font-family: "roboto";
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.req_a_free_webinar:hover {
  background-color: #a92f72;
}
.req_a_free_webinar .fal.fa-stack {
  padding: 3px 0 0 0;
}
.req_a_free_webinar .fal.fa-stack .fa-stack-1x {
  color: #fff;
  font-size: 21px;
  margin-left: 12px;
  text-shadow: -2px 0px 0px #b7829e, 2px 0px 0px #b7829e, 0px -2px 0px #b7829e, 0px 2px 0px #b7829e;
}
.req_a_free_webinar i {
  color: #f3dae7;
  font-size: 36px;
  display: inline-block;
}
#toPopup {
  display: none;
  margin: 0 auto;
  /*position: absolute;
    top: 20px;*/
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 100000;
}
.mid_aligned_btn .skewfromrightshort {
  display: inline-block;
}
/* -----  pop up -----  */
.req_a_free_demo {
  width: 50%;
  background-color: #e1e1e1;
  margin: 70px auto 20px;
  position: absolute;
  left: 24%;
  right: 24%;
  z-index: 1010;
}
.reqdemo_title {
  background-color: #811e54;
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 0 10px;
  line-height: 40px;
  position: relative;
}
.reqdemo_contact_form {
  padding: 10px 0 10px 0;
}
.req_a_free_demo .button {
  border: none;
  margin: 5px auto;
  position: static;
  margin-top: 20px;
}
.cross {
  color: #fff !important;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 19px;
  display: block;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
}
.link_download {
  background: #94245f;
  padding: 0 25px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none;
  font-family: "roboto";
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_download:hover {
  background-color: #a92f72;
}
.link_download i {
  color: #f3dae7;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
body .jumbotron6 #slide-3 .btn:first-child:hover, body .jumbotron5 .btn:first-child:hover {
  color: #FFFFFF;
}
.jumbotron6 #slide-3 span, .jumbotron5 span {
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 5px;
  margin: 0 10px;
}
.btn-download {
  width: 170px;
  height: 60px;
  display: inline-block;
  margin-top: 20px;
}
.btn-googleplay {
  background-image: url(../image/googleplay.png);
  background-size: 100%;
  margin-right: 10px;
}
.btn-appstore {
  background-image: url(../image/appstore.png);
  background-size: 100%;
}
/*------------------------------
	CONTENT
------------------------------*/
.container2 {
  padding: 0 30px;
}
.container3 {
  padding: 0;
}
.content {
  padding: 20px 0 0;
}
.content-full {
  text-align: center;
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
}
.content-full header.navbar {
  padding: 13px 25px;
}
.content-separator {
  color: #FFFFFF;
}
.content h2, .content h1 {
  /*text-transform:capitalize;*/
  font-weight: 600;
  color: #381528;
  font-size: 36px;
  margin: 0 0 20px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.content .secondary-headline {
  font-weight: 600;
  font-size: 16px;
  margin: -15px 0 40px;
  color: #888888;
}
.bg-color-0 {
  background-color: #fafafa;
}
.bg-color-2 {
  background-color: #F0F0F0;
}
.bg-color-3 {
  background-color: #e7ecf3;
}
.bg-white {
  background-color: #fff !important;
}
.bg-danger-dark {
  background-color: #f05959 !important;
}
.bg-danger-light{
    background-color: #ffeded !important;
}
.bg-purple{
    background-color: #a13871 !important;
	color: #ffffff!important;
}
.bg-purple-very-light{
    background-color: #f3ecf0 !important;
}
  
/*------------------------------
	HOME SECTIONS - DEFAULT
------------------------------*/
/* webinar button for inner pages */
.inner_webinar {
  background-color: #5187ad;
  color: #fff !important;
  width: 150px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  margin-top: 22px;
  margin-left: 30px;
}
/* INTRODUCTION */
#section-introduction {
  text-align: center;
  padding-top: 0 !important;
  background-color: #ffffff;
}
#section-introduction h2 {
  margin: 0;
}
#section-introduction p {
  font-size: 17px;
  padding: 0;
  color: #777777;
  line-height: 30px;
  margin: 10px 0 15px;
}
/* Save Time for Critical Activities */
#section-savetime {
  background-color: #959595;
}
#section-savetime .container {
  background: url(../image/img_save_time.png) no-repeat 0 0;
  min-height: 280px;
  padding-top: 41px;
  padding-bottom: 41px;
}
#section-savetime h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
.critical_act {
  padding: 0 0 0 2px;
  margin: 0;
  color: #fff;
  list-style-type: none;
}
.critical_act li {
  color: #272727;
  margin-bottom: 8px;
  line-height: 23px;
  font-size: 15px;
  font-weight: 600;
  list-style-type: none;
}
.critical_act li span {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #811e54;
  line-height: 23px;
  color: #cda5ba;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
/* FEATURES */
#section-features {
  padding: 10px 0;
}
#section-features .row > div {}
#section-features .row > div:last-child {
  border-right: 0;
}
.feature_col_cont .dtl p {
  text-align: justify;
}
.feature {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
  position: relative;
  min-height: 370px;
}
.feature_dtl {
  text-align: center;
  padding: 25px 20px;
  margin-bottom: 25px;
  position: relative;
  min-height: 400px;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
  box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature_dtl:hover {
  background-color: #f3ecf0;
}
.feature_dtl .learnmore {
  margin: 0 auto 10px;
}
.feature_dtl h3 {
  text-transform: inherit;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 15px;
  color: #811f53;
}
.client_info_list {
  padding-bottom: 30px;
}
.our_client_hdr {
  color: #811f53;
  font-size: 20px;
  font-weight: bold;
}
.client_map_cont {
  font-size: 26px !important;
  text-align: center;
  padding: 20px 0 0 0;
}
.client_map img {
  display: block;
  margin: 0 auto;
}
.download_brochure {
  background-color: #811f53;
  color: #fff !important;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 480px;
  margin: 0 auto;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px !important;
  font-weight: 600;
}
.download_brochure span {
  color: #cb6fa6 !important;
}
.download_brochure:hover {
  background-color: #5a163a;
}
.download_brochure i {
  display: inline-block;
  padding-right: 4px;
}
#section-client {
  padding-bottom: 25px;
}
.client {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
  position: relative;
}
.feature i, .client i {
  font-size: 40px;
  border: 2px solid #16A085;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  margin: 14px 0 15px;
  color: #811e54;
}
.client h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 15px;
  color: #811f53;
}
.feature p, .client p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 24px;
  padding: 0 15px;
  text-align: left;
}
.clientdtl p {
  color: #333 !important;
  font-size: 15px !important;
  margin-bottom: 5px !important;
}
.features-heading {
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.activity_management {
  background: url(../image/activity_management.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.outcomes_tracking {
  background: url(../image/outcomes_tracking.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.attendance_tracking {
  background: url(../image/attendance_tracking.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.staff_management {
  background: url(../image/staff_management.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.data_import {
  background: url(../image/data_import.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.customizable_survey {
  background: url(../image/customizable_surveys.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.surveys_reports {
  background: url(../image/surveys_reports.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.apr-icon {
  background: url(../image/21apr.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.interface_with_ezct {
  background: url(../image/interface_with_ezct.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.web_based_support {
  background: url(../image/web_based_support.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.user_level {
  background: url(../image/user_level.png) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.afterschool {
  background: url(../image/afterschool.jpg) no-repeat 0 center;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
/*------------------------------
	HOME SECTIONS - PRODUCT
------------------------------*/
.product-content {
  padding: 60px 0 50px;
}
.product-content h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #999999;
  text-transform: none;
}
.product-content p {
  font-size: 18px;
  line-height: 32px;
  color: #AAAAAA;
}
/* TESTIMONIALS */
#section-testimonial {
  padding-bottom: 30px;
}
#section-testimonials {
  padding: 70px 0 80px;
}
#testimonials-slider .owl-wrapper-outer {
  box-shadow: none;
}
#testimonials-slider i {
  font-size: 54px;
  float: left;
  margin: 0 20px 0 0;
}
#testimonials-slider p {
  font-size: 22px;
  line-height: 40px;
}
#testimonials-slider h3 {
  color: #FFFFFF;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  margin: 20px 0 0;
}
#testimonials-slider h3 small {
  color: #EBEBEB;
  font-size: 16px;
  font-weight: bold;
}
#testimonials-slider.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  width: 18px;
  height: 18px;
}
#testimonials-slider.owl-theme .owl-controls .owl-page.active span {
  background-color: #FFFFFF;
}
/*------------------------------
	HOME SECTIONS - SEARCH
------------------------------*/
/* IMAGES */
#section-images {
  padding: 80px 0;
}
#section-images .row {
  margin: 0;
}
#section-images .row > div {
  padding: 0;
}
#section-images .overlay-wrapper .overlay {
  margin: 0;
}
#section-images .overlay-wrapper:hover .overlay {
  opacity: 0.75;
}
/*------------------------------
	HOME SECTIONS - PORTFOLIO
------------------------------*/
/* LATEST WORK */
#section-latest-work span.label {
  padding: 4px 8px 5px;
  font-size: 14px;
  line-height: 32px;
}
#section-latest-work #about-us-slider {
  padding: 0;
}
/*------------------------------
	HOME SECTIONS - APPLICATION
------------------------------*/
/* VIDEO */
video {
  width: 100% !important;
  position: relative !important;
  z-index: 100 !important;
}
#section-video {
  padding: 50px 0;
}
#section-video h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin: 0 0 20px;
}
#section-video p {
  font-size: 18px;
  line-height: 28px;
  color: #888888;
}
/*------------------------------
	FOOTER
------------------------------*/
footer {
  color: #555555;
}
.footer-bg-color {
  padding: 30px 0 15px;
  background-color: #e4e4e4;
  border-bottom: 4px solid #d3d3d3;
}
footer h3 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
}
footer h3 i {
  margin-right: 15px;
  font-size: 16px;
}
footer ul li {
  padding-bottom: 3px;
}
footer p {
  margin: 0;
  font-size: 15px;
  padding: 0;
  line-height: 24px;
}
footer .footer-copyright p {
  font-size: 13px !important;
}
footer p.contact-text {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
}
footer ul.contact-address {
  margin-bottom: 2px !important;
}
footer ul.contact-address li {
  line-height: 32px;
}
footer ul.contact-address li span {
  display: block;
  padding-top: 0;
  line-height: 26px;
  font-weight: bold;
  font-size: 16px;
}
footer ul.contact-address li i {
  color: #811f53;
  font-size: 16px !important;
}
footer ul.contact-address li a {
  color: #424b49 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer ul.contact-address li a:hover {
  color: #811f53 !important;
}
footer ul.contact-address li:last-child {
  border-bottom: 0;
}
footer .brands {
  margin: 18px 0 12px;
  /*text-align:center;*/
}
footer .brands li {
  margin-bottom: 0;
  margin-right: 7px;
}
footer .brands li a {
  background-color: #777777;
  color: #FFFFFF;
}
footer .footer-bottom {
  padding: 10px 0 20px;
  margin: 0 0 10px;
}
footer .footer-bottom .footer-copyright {
  float: left;
}
footer .navbar-nav > li > a {
  color: #555555;
  font-size: 13px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #811f53 !important;
}
#other-product {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #303030 !important;
}
#other-product a {
  font-size: 14px;
  line-height: 20px;
  color: #303030 !important;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#other-product a:hover {
  color: #811e54 !important;
}
#other-product > div {
  padding: 2px;
}
#other-product .overlay-wrapper:hover .overlay {
  opacity: 0.75;
}
.sublink-footer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #7c7c7c;
  font-size: 12px !important;
  line-height: 14px !important;
  text-align: left;
  vertical-align: baseline;
  white-space: nowrap;
  display: block;
  padding: 3px 0 0;
}
.footer-logo {
  padding: 0;
  margin: 0;
}
.footer-logo ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-logo li {
  float: left;
  padding: 0;
  margin: 0 4px;
  list-style-type: none;
}
.footer_title {
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0 0 5px;
  margin: 0;
  line-height: 22px;
  color: #811f53;
  font-weight: 600;
}
/*------------------------------
	ERROR
------------------------------*/
.error {}
.error .error-number {
  font-size: 200px;
  margin: 100px 0 0;
}
.error .error-text h1 {
  font-size: 80px;
  margin: 30px 0 50px;
}
.error .error-text p {
  font-size: 30px;
  line-height: 45px;
  padding: 0 50px;
}
/*------------------------------
	SIGN IN / SING UP
------------------------------*/
.forms-only h1 {
  font-size: 80px;
  margin: 80px 0 50px;
}
.forms-only {
  padding: 0 180px;
}
.forms-only form {
  text-align: left;
  background-color: #F9F9F9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.forms-only form button.btn {
  margin-top: 5px;
}
.forms-only form h2 {
  font-size: 40px;
  margin: 0 0 20px;
}
.forms-only form h3 {
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 32px;
}
.forms-only form .pull-right a {
  margin-top: 12px;
  display: block;
}
#reset-password {
  display: none;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
/*------------------------------
	Inner pages : common css
------------------------------*/
.inner_banner {
  position: relative !important;
}
.about_banner .bg {
  background: url(../image/bg2.jpg) no-repeat 75px 0;
  height: 154px;
}
.thankyou_banner .bg {
  background: url(../image/bg2.jpg) no-repeat center 0;
  height: 154px;
}
/*.features_banner{
	background-color: #c2d9e9;
}*/
.features_banner .bg {
  background: url(../image/bg3.jpg) no-repeat right 0;
  height: 154px;
}
.demo_banner .bg {
  background: url(../image/bg7.jpg) no-repeat right 0;
  height: 154px;
}
.contact_banner .bg {
  background: url(../image/bg4.jpg) no-repeat right 0;
  height: 154px;
}
.client_banner .bg {
  background: url(../image/bg6.jpg) no-repeat right 0;
  height: 154px;
}
.benefit_banner .bg {
  background: url(../image/bg5.jpg) no-repeat right 0;
  height: 154px;
}
.support_banner .bg {
  background: url(../image/bg8.jpg) no-repeat right 0;
  height: 154px;
}
.banner {
  height: 154px;
  line-height: 16px;
  background-color: #e4e4e4;
}
.banner .content {
  padding-top: 45px;
}
.banner .content-padding {
  padding-top: 30px !important;
}
.banner .content h2 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px !important;
  font-weight: 600;
  line-height: 30px;
}
.banner .content h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 27px !important;
  line-height: 30px;
  color: #811f53;
  font-weight: 600;
}
.blog_banner {
  height: 70px !important;
  background-color: #811f53 !important;
}
.blog_banner .content {
  padding-top: 0 !important;
}
.blog_banner h3, .blog_banner h1 {
  color: #fff !important;
  font-size: 24px !important;
  font-family: 'Open Sans', sans-serif !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.banner .content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.banner .content li {
  list-style-type: none;
  margin: 0 0 4px;
  text-align: left;
  font-size: 25px !important;
  line-height: 30px;
  color: #811f53;
  font-weight: 600;
  position: relative;
}
.banner .content li .fa-check {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}
/*------------------------------
	About Us
------------------------------*/
#about-content {
  padding: 50px 0;
}
#about-content h3 {
  font-size: 34px;
  color: #444;
  margin: 0 0 20px;
}
#about-content p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
#about-slider {
  margin-top: 61px;
}
.bottom_button_bar {
  background-color: #f0f0f0;
  padding: 10px 0;
}
.bottom_button_bar .cont .align-rgt {
  text-align: right;
}
.bottom_button_bar .about_link {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 35px;
  color: #fff !important;
  font-size: 16px !important;
  width: 66%;
  text-align: center;
}
.bottom_button_bar .about_link:hover {
  color: #fff !important;
  background-color: #5d163c;
}
.bottom_button_bar .about_link:visited, .bottom_button_bar .about_link:active {
  color: #fff !important;
}
/* ABOUT - TEAM */
.profile {
  text-align: center;
  background-color: #F9F9F9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}
.profile img {
  margin-bottom: 20px;
}
.profile h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
}
.profile h3 small {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 0;
}
.profile p {
  color: #999999;
  font-size: 14px;
  margin: 20px;
  line-height: 24px;
  text-align: left;
}
.profile .address {
  margin: 20px 0;
}
.profile .address li {
  line-height: 26px;
}
.profile .brands {
  padding: 0 0 15px;
}
#section-about-us {
  padding-top: 0 !important;
}
#section-about-us h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px !important;
  font-weight: 600;
}
#section-apr {
  padding-top: 0 !important;
  padding-bottom: 20px;
}
#section-apr h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px !important;
  font-weight: 600;
}
#section-apr h3.apr-title {
  color: #313131;
  font-size: 24px !important;
}
#section-apr h4 {
  color: #2d75b9;
}
#section-privacy {
  padding-top: 0 !important;
}
#section-privacy h3, #section-sla h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px !important;
  font-weight: 600;
}
#section-sla h4 {
  font-size: 17px !important;
  font-weight: 600;
  color: #811e54 !important;
}
#section-sla ul {
  padding-left: 20px;
}
#section-sla li {
  padding: 2px 0 2px 22px;
  position: relative;
  display: block;
}
#section-sla li::after {
  content: "\10f35a";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Duotone";
  color: #811f53;
  opacity: 0.4;
  font-size: 16px;
}
#section-sla li::before {
  content: "\f35a";
  color: #811f53;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.inner_header {
  text-align: center;
  color: #811f53 !important;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px !important;
  font-weight: bold !important;
  line-height: 40px !important;
  padding-bottom: 12px;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  position: relative;
}
.inner_header::after {
  position: absolute;
  content: "";
  border-top: 6px solid #811f53;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#section-about-us p, #section-privacy p, #section-apr p, #section-sla p {
  padding: 0 0 5px 0;
  line-height: 24px;
  text-align: justify;
}
#section-about-us h2, #section-apr h2 {
  text-align: left;
  margin: 30px 0 15px;
}
#about-us-slider {
  padding: 50px 0 0;
}
#about-us-slider .owl-wrapper-outer {
  box-shadow: none;
}
#about-us-slider .owl-pagination {
  margin-top: 0;
}
#about-us-slider .carousel-indicators {
  bottom: -25px;
  padding-left: 3px;
}
#about-us-slider .item {
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  transition: all 1.0s ease;
}
.text-highlight {}
.text-highlight i {
  color: #AAAAAA;
  font-size: 40px;
}
.text-highlight p {
  font-style: italic;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 12px;
}
.text-highlight span {
  text-align: right;
  font-weight: 600;
  font-style: italic;
  display: block;
}
.text-highlight span span {
  color: #1f1f1f !important;
  font-weight: 400 !important;
}
.borderbtm {
  border-top: 1px solid #d8dee7;
  padding-top: 12px;
  margin-top: 15px;
}
.border-1 {
  border: 1px solid #d8dee7;
}
/*------------------------------
	FEATURES
------------------------------*/
/* FEATURES SIDEBAR */
#features .features-sidebar {
  top: 110px;
  width: 250px;
}
#features .features-sidebar h3 {
  margin: 0 0 10px;
}
/* FEATURES CONTENT */
#features .features-content h3.features-title {
  border-bottom: 2px solid #E5E5E5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
#features .features-content h3.features-title i {
  margin-right: 15px;
}
#features .features-content .features-item {
  margin-bottom: 50px;
}
#features .features-content h2 {
  font-size: 30px;
  margin: 20px 0 10px;
  text-align: left;
  text-transform: none;
}
#features #features-buttons .btn, #features #features-buttons .brands, #features #features-pagination .pagination {
  margin-bottom: 10px;
}
#features #features-buttons .brands {
  margin-top: 10px;
}
#features #features-tooltips-popovers > div {
  margin-bottom: 20px;
}
#features #features-collapse .panel-group {
  margin-bottom: 40px;
}
#section-features .features-leftlink {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#section-features .features-leftlink li {
  margin-bottom: 7px;
  line-height: 60px;
  color: #33719d;
  font-size: 15px;
  font-weight: bold;
  list-style-type: none;
  background-color: #dce7ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-features .features-leftlink li a {
  background-color: #ece5e9;
  min-height: 60px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #811f53;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-features .features-leftlink li:hover a, #section-features .features-leftlink li.active a {
  color: #fff;
  background-color: #811f53;
}
.feature_screenshots {
  padding: 0 0 10px;
}
.icon-block {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #811f53;
  line-height: 22px;
  padding-top: 10px;
  padding-right: 2px;
}
.pink-light-bg {
  background: #fff;
}
.purple-bg {
  background: #811f53;
}
.pink-light-text {
  color: #f3dae7;
}
.purple-text {
  color: #811f53;
}
#section-features h2 {
  display: flex;
  align-items: center;
}
#section-features h2 span {
  width: 92%;
  line-height: inherit;
}
.icon-block .fa-stack-2x {
  font-size: 24px;
}
.icon-block .icon-label::after {
  width: 21px;
  left: 5px;
  top: 4px;
  font-size: 5px;
  line-height: 8px;
  border-radius: 2px 2px 0 0;
}
.icon-block .icon-label::before {
  font-size: 28px;
  top: 1px;
  left: 7px;
}
#section-features h2 .icon-label::before {
  left: 13px;
  top: 5px;
}
.icon-block .fa-stack-1x {
  margin-left: 8px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 32px;
}
.icon-block-1 {
  padding-right: 0;
  padding-top: 12px;
}
/*------------------------------
	demo
------------------------------*/
.bottom_margin {
  padding-bottom: 20px !important;
}
.demo_cont {
  margin: 0 auto;
  width: 900px;
  padding: 20px 0;
}
.demo_cont h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #074584;
  text-align: center;
}
.demo_cont h3 a {
  color: #0d1b2a !important;
  font-weight: bolder !important;
}
.demo_cont h3 a:hover {
  color: #811e54 !important;
}
.demo_video {
  margin: 20px auto !important;
}
/*------------------------------
	benefits
------------------------------*/
.benefit_dtl1 {
  background-color: #f0f0f0;
  border-bottom: 5px solid #e5e5e5;
  text-align: right;
  padding: 5px 0;
  margin-bottom: 14px;
}
.benefit_dtl1 h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #381528;
  font-size: 24px;
  font-weight: 600;
}
.benefit_dtl1 .list_point {
  text-align: right !important;
}
.benefit_dtl1 .list_point li {
  text-align: right !important;
  padding: 2px 20px 2px 0;
  background-position: right 3px;
  line-height: 16px;
}
.benefit_dtl1 .list_point li ol {
  padding: 8px 0;
}
.benefit_dtl1 .list_point li ol li {
  color: #3b4659 !important;
  background-image: url(../image/bullet_arrow_critical.png) !important;
}
.benefit_dtl2 {
  background-color: #f3ecf0;
  border-bottom: 5px solid #e8e1e5;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 14px;
}
.benefit_dtl2 h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #381528;
  font-size: 24px;
  font-weight: 600;
}
.benefit_dtl2 .list_point {
  text-align: left !important;
}
.benefit_dtl2 .list_point li {
  text-align: left !important;
  padding: 2px 0 2px 20px;
  background-position: left 3px;
  line-height: 16px;
}
.benefit_dtl2 .list_point li ol {
  padding: 8px 0;
}
/*------------------------------
	FAQ
------------------------------*/
#faq h2, #faq h3 {
  margin: 0 0 20px;
}
/*------------------------------
	CLIENT
------------------------------*/
.download_brochure_padding {
  padding: 20px 0 !important;
}
/*------------------------------
	CONTACT
------------------------------*/
#contact h2 {
  text-align: left;
  margin-bottom: 20px;
}
#contact p {
  font-size: 18px;
  color: #555555;
  line-height: 26px;
}
#contact .contact-address li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E5E5E5;
}
#contact .contact-address li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#contact .brands {
  margin: 30px 0 0;
}
#contact .brands li {
  margin-right: 10px;
}
#contact .panel-group .brands {
  margin: 0;
}
#section-contact {
  padding-bottom: 40px;
}
#section-contact .contact_cont {
  padding: 0;
  margin: 0;
}
#section-contact .contact_cont .cont_dtl {
  padding-bottom: 20px;
}
#section-contact .contact_cont p {
  padding: 0 0 5px;
  margin: 0;
}
#section-contact .contact_cont a {
  display: inherit;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 7px;
  font-size: 16px;
  font-style: italic;
}
#section-contact .contact_cont h3 {
  padding: 0 0 10px;
  margin: 0;
  line-height: 24px;
  font-size: 20px;
  color: #811e54;
  font-weight: 600;
}
#section-contact .contact_cont .phone {
  background: url(../image/icon_phone.png) no-repeat 0 center;
  padding-left: 20px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}
#section-contact .contact_cont .fax {
  background: url(../image/icon_fax.png) no-repeat 0 center;
  padding-left: 20px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}
#section-contact .contact_form p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
#section-contact .button_submit {
  background: url(../image/icon_submit.png) no-repeat 95% center #811f53;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 200px;
  line-height: 35px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border: none;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*float: right;*/
  cursor: pointer;
  background-size: 21px;
  margin:0 auto;
}
#toPopup .button_submit {
  background: url(../image/icon_submit.png) no-repeat 95% center #811f53;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 200px;
  line-height: 35px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border: none;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: auto;
  background-size: 21px;
}
#section-contact .button_submit:hover, #toPopup .button_submit:hover {
  background: url(../image/icon_submit.png) no-repeat 95% center #972461;
  background-size: 21px;
}
#section-contact .button_submit:disabled, #section-contact .button_submit:disabled:hover, #toPopup .button_submit:disabled, #toPopup .button_submit:disabled:hover {
  background: url(../image/icon_submit.png) no-repeat 95% center #ba8ea6;
  cursor: default !important;
  background-size: 21px;
}
.required1 {
  padding: 0 !important;
  text-align: right;
  margin: 0 0 5px !important;
  font-size: 14px !important;
  line-height: 15px !important;
  color: #babbbc !important;
}
.no_lft_padding {
  padding-left: 0 !important;
}
.no_rgt_padding {
  padding-right: 0 !important;
}
/* ---- map  ------ */
#map-canvas {
  height: 400px;
  margin: 0;
  padding: 0;
}
#google-map {
  position: relative;
}
.map-overlay-wrapper {
  position: relative;
}
.map-overlay {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  width: 35%;
  color: #FFFFFF;
}
.map-overlay i {
  font-size: 64px;
  padding: 20px 20px 0 20px;
}
.map-overlay h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}
.map-overlay ul {
  margin-bottom: 20px;
}
.map-overlay ul li {
  font-size: 16px;
  line-height: 26px;
}
.map-overlay:first-child {
  left: 10%;
}
.map-overlay:last-child {
  right: 10%;
}
#contact .panel-group .profile {
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  text-align: left;
}
#contact .panel-group .profile h3 {
  margin: 0 0 20px;
}
#contact .panel-group .profile .brands {
  padding: 0;
}
#contact .panel-group .profile img {
  margin-bottom: 0;
}
.box {
  margin-bottom: 40px;
}
.box h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.box ul li {
  margin: 0 0 14px 20px;
}
.box ul li a {
  font-size: 14px;
  color: #555555;
  display: block;
}
.box ul li a span.badge {
  float: right;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 8px;
}
.box ul li a i {
  margin-right: 12px;
}
.box.box-tags a span {
  font-weight: 600;
  color: #555555;
  padding: 0 3px 3px 0;
  white-space: nowrap;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
/*------------------------------
	FLEX VIDEO
------------------------------*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video.soundcloud {
  padding-bottom: 0;
  height: 166px;
}
.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
  margin: 0;
  padding: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-top: 8px !important;
  margin-left: 0 !important;
}
/*------------------------------------------------
	MEDIUM and SMALL DEVICES
--------------------------------------------------*/
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
.link_click {
  display: block;
  color: #fff !important;
  background: url(../image/download.png) no-repeat 22% center;
  line-height: 50px;
  font-weight: 600;
}
.link_click:hover {
  color: #2f1a01 !important;
}
.list_point {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list_point li {
  list-style-type: none;
  text-align: left;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  position: relative;
}
.list_point li::after {
  content: "\10f35a";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 5 Duotone";
  color: #811f53;
  opacity: 0.4;
  font-size: 16px;
}
.list_point li::before {
  content: "\f35a";
  color: #811f53;
  position: absolute;
  left: 0px;
  top: 1px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.benefit_dtl1 .list_point li::after {
  left: inherit;
  right: 0px;
  top: 3px;
}
.benefit_dtl1 .list_point li::before {
  left: inherit;
  right: 0;
  top: 3px;
}
.list_point li ul {
  padding-left: 12px;
  margin: 10px 0;
}
.list_point li ul li:before {
  content: "\f356";
}
.list_point li ul li:after {
  content: "\10f356";
}
.benefit_dtl2 .list_point li ol li:before {
  content: "\f356";
}
.benefit_dtl2 .list_point li ol li:after {
  content: "\10f356";
}
.learnmore {
  background: #4b4b4b;
  font-weight: 700;
  border-radius: 4px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 30px 0 15px;
  margin: 10px 0 0 15px;
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
  color: #fff !important;
  font-family: 'Roboto';
  width: 120px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.learnmore:hover {
  background-color: #232323;
  color: #fff !important;
}
.learnmore:disabled, .learnmore:disabled:hover {
  background: url(../image/icon_learnmore.png) no-repeat right center #878787;
}
.btn_static {
  margin: 10px auto;
  position: static;
}
.btn_relative {
  margin: 10px auto;
  position: relative;
  left: 0;
  right: 0;
}
.learnmore::before {
  content: "\f35a";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.learnmore::after {
  content: "\10f35a";
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  color: #939393;
  opacity: 0.6;
  font-size: 16px;
}
.ezct_box .learnmore.btn_relative::after {
  color: #d77fad;
}
#section-features-home .viewmore, .btn-contact-support {
  background: #811e54;
  color: #fff!important;
  font-weight: 500;
  border-radius: 6px;
  line-height: 54px;
  font-size: 20px;
  padding: 0 45px 0 20px;
  display: block;
  width: 264px;
  margin: 20px auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-features-home .viewmore:hover, .btn-contact-support:hover {
  background-color: #90215e;
}
#section-features .viewmore:hover {
  background-color: #90215e;
}
#section-features-home .viewmore::before, .btn-contact-support::before {
  content: "\f35a";
  color: #fff!important;
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 30px;
}
#section-features-home .viewmore::after, .btn-contact-support::after {
  content: "\10f35a";
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: "Font Awesome 5 Duotone";
  color: #cf80aa;
  opacity: 0.6;
  font-size: 30px;
}
.fas.fa-signal-alt-3.fa-stack-1x.icon_2 {
  color: #811f53;
  margin-top: 25px;
  background: #fff;
  padding-bottom: 7px;
  font-size: 38px;
}
.feeedback_icon {
  float: left;
  width: 70px;
  padding-top: 20px;
  color: #aebbcc !important;
}
.feedback-col {
  float: left;
  width: 90%;
}
.feedback-col h3 {
  color: #811e54;
}
.mt-42 {
  margin-top: 42px !important;
}
.mt-03 {
  margin-top: 0.3rem !important;
}
.icon-block3:hover .fas.fa-signal-alt-3.fa-stack-1x.icon_2 {
  color: #fff;
  background: #811f53;
}
.solution {
  padding: 0 0 10px;
  /*width: 70%;*/
  margin: 0 auto;
}
.solution h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #381528;
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
}
.solution_logo {
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
  display: flex;
}
.solution_logo li {
  padding: 0 3% 4px;
  float: left;
}
/*  icon   */
.icon-3x i{
    margin-top:20px;
}
.icon-block2 {
  height: 90px;
  width: 90px;
  text-align: center;
  border: 2px solid #811f53;
  background: #fff;
  color: #811f53;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-block2:hover {
  background: #811f53;
  color: #fff;
}
.icon-block2 i {
  border: none;
  width: auto;
  height: auto;
}
.icon-block2 .fa-stack-2x {
  font-size: 36px;
}
.icon-block2 .fa-stack-1x {
  font-size: 26px;
  margin-top: 15px;
  margin-left: 18px;
}
.icon-block2 .fa-stack-1x-custom {
    font-size: 24px;
    margin-top: 17px;
    margin-left: 24px;
}
.icon-block2 .fal.fa-stack {
  margin-top: 22px;
}
.fa-stack2 {
  width: 2em;
}
.icon-bg-ad {
  background: #fff;
  border-radius: 50%;
  padding-left: 2px;
}
.icon-block2:hover .icon-bg-ad {
  background: #811f53;
}
.icon-block3 {
  height: 150px;
  width: 150px;
  text-align: center;
  border: 2px solid #811f53;
  background: #fff;
  color: #811f53;
  border-radius: 50%;
  margin: 25px auto 0;
}
.icon-block3:hover {
  background: #811f53;
  color: #fff;
}
.icon-block3 i {
  border: none;
  width: auto;
  height: auto;
}
.icon-block3 .fa-stack-2x {
  font-size: 60px;
}
.icon-block3 .fa-stack-1x {
  font-size: 40px;
  margin-top: 45px;
  margin-left: 32px;
  color: #811f53;
}
.icon-block3:hover .fa-stack-1x {
  color: #fff;
}
.icon-block3 .fal.fa-stack {
  margin-top: 35px;
  width: 60px;
}
.fa-stack3 {
  width: 100%;
  height: auto;
}
.fa-stack3 .fa-stack-2x {
  position: relative;
}
.fa-stack4 {
  width: 28px;
}
.fa-stack4 .fa-stack-1x {
  margin: 8px 4px;
  font-size: 17px;
}
.icon0 {
  border-radius: 90px;
  font-size: 40px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  border: 2px solid #811f53;
  display: block;
  /*cursor:pointer;*/
}
.width-3em {
  width: 3em;
}
.icon-label::after {
  position: absolute;
  background: #811f53;
  content: "21APR";
  color: #fff;
  width: 31px;
  left: 0;
  top: 6px;
  font-size: 6px;
  line-height: 10px;
  font-family: 'Open Sans', sans-serif;
}
.icon-label::before {
  content: "=";
  font-size: 40px;
  color: #fff;
  top: 10px;
  position: absolute;
  font-weight: bold;
  left: 4px;
  z-index: 1;
}
#section-features h2 .icon-label::after {
  left: 11px;
}
.font-size-icon1 {
  font-size: 20px !important;
  margin-top: 24px !important;
  line-height: 18px;
}
.font-size-icon2 {
  font-size: 20px !important;
  line-height: 24px;
  margin-top: 24px !important;
}
#section-portfolio .portfolio-item .hover-overlay ol {
  padding: 0 0 0 7px;
  margin: 0;
  color: #fff;
  text-align: left;
}
#section-portfolio .portfolio-item .hover-overlay li {
  padding-bottom: 6px;
}
#section-ezct {
  background-color: #e2bed7;
  color: #5a1b3d;
  font-size: 16px;
  line-height: 24px;
  /*margin-bottom:20px;*/
}
#section-ezct h2 {
  color: #87255b;
  padding: 0;
  line-height: 30px;
  margin: 0;
}
#section-ezct h3 {
  color: #922e65;
  font-size: 26px;
  padding-top: 0;
  margin-top: 10px;
}
#section-ezct .ezct_box {
  background-color: #a13872;
  width: 65%;
  margin: 10px auto;
  padding: 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#section-ezct .ezct_box ul {
  margin-bottom: 10px;
}
#section-ezct .ezct_box {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
}
#section-ezct .ezct_box .learnmore {
  background-color: #5a1b3d !important;
}
#section-ezct .ezct_box .learnmore:hover {
  background-color: #781b4e !important;
}
#section-ezct .ezct_box li {
  float: left;
  width: 31%;
  text-align: center;
  list-style-type: none;
}
#section-ezct .ezct_box li.mid_link {
  float: left;
  width: 37%;
}
#section-ezct .ezct_box .bullet1 {
  border-radius: 23px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #691040;
  line-height: 20px;
  color: #cda5ba;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 3px 5px 5px 0;
}
/* ------------  Thank You  -----------------  */
.thank-you {
  text-align: center;
}
.thank-you p {
  font-size: 14px;
  text-align: center !important;
}
.thank-you h4 {
  color: #1E1E1E;
  font-weight: 600;
  line-height: 22px;
}
.about_link {
  background-color: #811f53;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  color: #FFF;
}
@media (min-width:1601px) {
  .jumbotron6 .item {
    height: 440px;
  }
}
@media (max-width:1366px) { /* 643 */
  .commingsoon .title {
    font-size: 120px;
    margin: 0 0 20px;
  }
  .commingsoon h1 {
    font-size: 44px;
    margin: 0 0 65px;
  }
  .navbar-commingsoon {
    padding: 30px 0;
  }
}
@media (max-width:1280px) { /* 570 */
  .commingsoon .title {
    font-size: 110px;
  }
  .commingsoon h1 {
    font-size: 40px;
  }
  .navbar-commingsoon {
    padding: 15px 0;
  }
  .navbar-commingsoon p {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .navbar-commingsoon .input-group .form-control {
    height: 44px;
    font-size: 14px;
  }
  .navbar-commingsoon .input-group .btn {
    font-size: 14px;
    padding: 10px 13px 12px;
    background-color: #444444;
  }
}
@media (max-width:1024px) { /* 445 */
  .bottom_button_bar .cont {
    width: 85%;
    margin: 0 auto;
  }
  .commingsoon .title {
    font-size: 80px;
    margin: 0;
  }
  .commingsoon h1 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .navbar-commingsoon {
    padding: 15px 0;
  }
  .navbar-commingsoon p {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .navbar-commingsoon .input-group .form-control {
    height: 44px;
    font-size: 14px;
  }
  .navbar-commingsoon .input-group .btn {
    font-size: 14px;
    padding: 10px 13px 12px;
    background-color: #444444;
  }
  .eshop-product .product-sale-label {
    right: 0;
  }
  .feature_screenshots img {
    width: 100%;
  }
}
/*------------------------------
	MEDIUM DEVICES
------------------------------*/
@media (min-width:992px) and (max-width:1199.9px) {
  /* NAVBAR */
  .content h2 {
    font-size: 32px !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .navbar-nav > li > .dropdown-menu {
    min-width: 240px;
  }
  .navbar-brand img {
    width: 250px !important;
    margin-top: 4px;
  }
  .dropdown-menu > li > a {
    font-size: 13px;
  }
  .jumbotron6 .bottom_button_row {
    bottom: 18px;
  }
  .jumbotron6 .bottom_button_row .mid_aligned_btn {
    width: 80%;
  }
  /* JUMBOTRON */
  .jumbotron6 #slide-1 h2, .jumbotron6 #slide-2 h2, .jumbotron6 #slide-3 h2, .jumbotron6 #slide-4 h2 {
    margin: 30px 0 30px;
  }
  .jumbotron6 #slide-1 h2, .jumbotron6 #slide-2 h2, .jumbotron6 #slide-3 h2, .jumbotron6 #slide-4 h2 {
    font-size: 32px;
    line-height: 33px;
    margin: 30px 0 10px;
  }
  .jumbotron6 #slide-1 h3, .jumbotron6 #slide-2 h3, .jumbotron6 #slide-3 h3, .jumbotron6 #slide-4 h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .jumbotron6 #slide-1 .bg {
    background-size: auto 80% !important;
  }
  .jumbotron6 #slide-2 .bg {
    background-size: auto 80% !important;
    background-position-y: 10px;
  }
  /*.jumbotron6 #slide-1 img {
		margin-top:25px;
	}*/
  /* FEATURES */
  #features .features-sidebar {
    width: 280px;
  }
  #features .features-sidebar ul li a {
    padding: 6px 0;
    font-size: 13px;
  }
  .forms-only {
    padding: 0 80px;
  }
  /* INTRODUCTION */
  #section-introduction h2 {
    font-size: 60px;
  }
  #section-introduction p {
    padding: 0 50px;
  }
  #section-portfolio .portfolio-item .hover-overlay {
    padding-top: 5px;
  }
  #section-portfolio .portfolio-item p {
    line-height: 21px;
    margin-bottom: 8px;
  }
  #section-portfolio .portfolio-item a i {
    font-size: 14px;
    height: 35px;
    padding-top: 9px;
    width: 35px;
  }
}
.jumbotron .container {
  width: 100%;
  position: relative;
}
/*------------------------------
	SMALL DEVICES

	AND

	EXTRA SMALL DEVICES
------------------------------*/
@media (min-width:992px) and (max-width:1023px) {
  #section-ezct .ezct_box {
    width: 90% !important;
  }
  #jumbotronSlideImg .container {
    width: 100% !important;
  }
}
@media (max-width:991.9px) {
  .feature_dtl {
    min-height: 425px !important;
  }
  .blog-content {
    padding-right: 10px !important;
  }
  /* TYPOGRAPHY */
  .dl-horizontal dt {
    margin-bottom: 0;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .open > .dropdown-menu, .navbar-nav > li > .dropdown-menu {
    display: none !important;
  }
  body.body-color .navbar-default .navbar-collapse {
    background-color: #ffffff;
    padding-bottom: 115% !important;
  }
  /* OVERLAY */
  .overlay-wrapper .overlay a {
    font-size: 60px;
    margin-left: -25px;
    margin-top: -38px;
  }
  /* ISOTOPE */
  .isotope-filter {
    padding: 15px;
  }
  .isotope-filter ul li {
    line-height: 50px;
  }
  .isotope-filter ul li .btn {
    padding: 8px 12px 7px;
    font-size: 12px;
  }
  /* NAVBAR */
  .navbar .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-default {
    background-color: #F0F0F0;
    height: 60px;
  }
  .navbar-default .container {
    width: auto;
  }
  .navbar-default .navbar-header {
    float: none;
    margin: 0 !important;
  }
  .navbar-default .navbar-brand {
    font-size: 25px;
    padding: 0 15px 0 7px;
    transition: none;
  }
  .navbar-default .navbar-brand img {
    width: 190px;
    margin-top: 6px;
  }
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
  .navbar-default .navbar-toggle {
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 6px 9px 0;
    font-size: 28px;
    color: #555555;
    display: block;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    float: none;
  }
  .navbar-default .navbar-collapse {
    border: 0;
    box-shadow: none;
    border-bottom: 3px solid #16A085;
    margin: 0;
    overflow: visible;
    height: calc(100%) !important;
    /*-webkit-box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 40%);
        -moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.40);
        box-shadow: 1px 4px 5px 0px rgb(0 0 0,0.40);*/
  }
  .navbar-nav.nav > li {
    display: block;
    position: relative;
    float: none;
  }
  body .navbar.navbar-default .navbar-nav > li > a, body .navbar.navbar-default .navbar-nav > li.active > a, body .navbar.navbar-default .navbar-nav > li.active > a, body .navbar.navbar-default .navbar-nav > li.active > a:hover, body .navbar.navbar-default .navbar-nav > li.active > a:focus, body .navbar.navbar-default .navbar-nav > li.open > a, body .navbar.navbar-default .navbar-nav > li.open > a:hover, body .navbar.navbar-default .navbar-nav > li.open > a:focus {
    background-color: #FFFFFF;
    color: #555555;
    padding: 8px 0;
    border-bottom: 2px solid #E5E5E5;
    font-size: 16px;
    font-weight: 600;
  }
  .navbar-default .navbar-nav > li > a i {
    display: none;
  }
  .navbar-nav > li > .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 10px;
  }
  .navbar-nav > li:last-child > .dropdown-menu {
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #FFFFFF;
    padding: 8px 10px;
    transition: none;
  }
  /* FULL WIDTH NAVBAR */
  .content-full header.navbar {
    height: 70px;
    background-color: #FFFFFF;
  }
  /* JUMBOTRON 6 */
  .jumbotron6 #slide-1, .jumbotron6 #slide-2, .jumbotron6 #slide-3, .jumbotron6 #slide-4 {
    /*padding:30% 0 0;*/
  }
  /* SEPARATOR */
  #separator1 p {
    line-height: 40px;
  }
  /* BREADCRUMB */
  .breadcrumb-wrapper .breadcrumb {
    display: none;
  }
  /* FOOTER */
  footer {
    text-align: center;
  }
  footer .footer-bottom .footer-copyright {
    float: none;
  }
  /* PRICING */
  .pricing-plan {
    margin: 0 0 30px;
  }
  .pricing-plan.popular {
    top: 0;
  }
  /* ABOUT */
  #about-content h3 {
    font-size: 30px;
  }
  #about-content p {
    font-size: 16px;
    line-height: 26px;
  }
  #about-slider {
    margin: 40px 0 20px;
  }
  .profile {
    margin-bottom: 40px;
  }
  /* CONTACT */
  #contact form {
    margin-bottom: 50px;
  }
  /* ABOUT AUTHOR */
  .about-author .pull-left {
    margin-right: 20px;
  }
  .about-author .media-object {
    margin-bottom: 20px;
    max-width: 100px;
  }
  .about-author .brands {
    display: none;
  }
  .about-author .media-body ul li {
    padding: 7px 10px;
    font-size: 12px;
  }
  /* PORTFOLIO */
  #portfolio .portfolio-item {
    right: 0;
  }
  #portfolio-slider .carousel-control {
    display: none;
  }
  #portfolio-slider {
    margin-bottom: 70px;
  }
  /* FAQ */
  #faq img, #faq .flex-video {
    margin-bottom: 20px;
  }
  /* COMMING SOON */
  .navbar-commingsoon {
    position: static;
    margin-top: 30px;
    padding: 30px 0;
  }
  /* ERROR */
  .error .error-number {
    margin: 0;
  }
  /* SIGN IN / SING UP */
  .forms-only h1 {
    font-size: 80px;
    margin: 20px 0 30px;
  }
  .forms-only {
    padding: 0;
  }
  /* ESHOP */
  .select-perpage.form-control {
    margin-bottom: 10px;
  }
  #eshop-slider {
    margin-bottom: 30px;
  }
  .eshop-detail .eshop-product form button[type=submit] {
    margin: 0;
  }
  .shopping-cart-header p {
    margin: 10px 0 20px;
  }
  .shopping-cart-header > div:last-child p {
    margin: 10px 0 0;
  }
  /* INTRODUCTION */
  #section-introduction h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #section-introduction p {
    padding: 0 0;
  }
  #section-features .row > div {
    border-right: 0;
  }
  #about-us-slider {
    padding: 30px 0;
  }
  #section-blog-posts .row > div:first-child .recent-blog-post {
    margin-right: 0;
  }
  #section-blog-posts .row > div:last-child .recent-blog-post {
    margin-left: 0;
  }
  /* STATISTICS */
  #section-statistics .row > div .statistic {
    margin-bottom: 20px;
  }
  #section-statistics .row > div:last-child .statistic {
    margin-bottom: 0;
  }
  #section-video {
    text-align: center;
  }
  #section-video .flex-video {
    margin-bottom: 20px;
  }
  #section-portfolio .portfolio-item-description {
    margin-bottom: 30px;
  }
  #section-portfolio .portfolio-item p {
    font-size: 30px;
    line-height: 40px;
  }
  .contact_cont {
    display: flex;
    flex-flow: column;
    /*padding: 0 15px;
		width: 100%;*/
  }
  .contact_cont .dtl {
    order: 2;
    width: 100%;
    margin: 15px 0;
  }
  .contact_cont .form {
    order: 1;
    width: 100%;
  }
}
.solution_logo img {
  height: 55px;
}
@media (min-width:1024px) and (max-width:1280px) {
  #section-ezct .ezct_box {
    width: 88% !important;
  }
  /*.solution{
		width: 70%!important;
	}*/
  .solution_logo img {
    height: 50px !important;
  }
}
.inner_banner img {
  height: auto !important;
  width: 100%;
}
.feature {
  font-size: 14px !important;
}
@media (max-width:767px) and (orientation:portrait) {
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    float: none;
  }
  .btn-signin {
    right: 46px !important;
  }
  .btn-signin .btn {
    font-size: 15px !important;
  }
}
@media (max-width:575px) and (orientation:portrait) {
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    float: none;
  }
  .tab {
    top: 60px !important;
  }
  .tab a {
    margin-bottom: 3px !important;
  }
   
}
@media (min-width:360px) and (max-width:415px) and (orientation:portrait) {
  .home-intro h2, .home-intro h1 {
    font-size: 30px !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
  }
    .mt-custom{
        margin-top: 1rem!important;
    }     
}
@media (min-width:571px) and (max-width:640px) and (orientation:portrait) {
  .home-intro h2, .home-intro h1 {
    font-size: 30px !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    float: none;
  }
}
@media (min-width:1500px) {
  .demo_video {
    width: 80% !important;
  }
}
@media (max-width:767px) and (orientation:landscape) {
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    float: none;
  }
  .bottom_button_bar .cont {
    text-align: center !important;
  }
  .bottom_button_bar .cont .align-rgt {
    text-align: center !important;
  }
    
}
@media (min-width:768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .d-md-block {
    display: block !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width:768px) and (max-width:991.9px) and (orientation:portrait) {   
  .bottom_button_bar .cont {
    text-align: center !important;
  }
  .bottom_button_bar .cont .align-rgt {
    text-align: center !important;
  }
  .bottom_button_bar .about_link {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff !important;
    font-size: 14px !important;
  }
  /* .navbar-default .navbar-collapse {
        border: 0;
        border-bottom: 3px solid #16A085;
        margin: 0 -15px;
        height: calc(100% - 100px)!important;
        overflow: visible;
        -webkit-box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 60%);
        -moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.60);
        box-shadow: 1px 4px 5px 0px rgb(0 0 0 
    }*/
}

@media (max-width:640px) and (orientation:landscape) {
  .bottom_button_bar .cont {
    text-align: center !important;
  }
  .bottom_button_bar .cont .align-rgt {
    text-align: center !important;
  }
  .bottom_button_bar .about_link {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0;
    width: 70% !important;
    text-align: center !important;
    line-height: 35px;
    color: #fff !important;
    font-size: 14px !important;
  }
}
@media (min-width:992px) and (max-width:1050px) {
  .bottom_button_bar .about_link {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 35px;
    color: #fff !important;
    font-size: 16px !important;
    width: 93% !important;
    text-align: center;
  }
}
.top-40 {
  top: 40px !important;
}
@media (min-width:992px) and (max-width:1199px) {
    .h3-responsive{
        font-size:17px!important;
    } 
  .recaptcha {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .g-recaptcha {
    width: 320px !important;
    margin: 0 auto 10px !important;
  }
  .reqdemo_contact_form {
    padding-bottom: 38px;
  }
  .reqdemo_contact_form .top-40 {
    top: 130px !important;
  }
  .submitbtn {
    padding-right: 0 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  #section-contact .button_submit {
    float: none !important;
    margin: 0 auto;
  }
  .req_a_free_demo .button {
    float: right !important;
  }
}
/*------------------------------
	SMALL DEVICES
------------------------------*/
@media (max-width:767.9px) {
  .banner .content {
    width: 100%;
  }
  .about_banner .bg, .features_banner .bg, .demo_banner .bg, .contact_banner .bg, .client_banner .bg, .benefit_banner .bg {
    background: none !important;
    height: 0;
  }
  .jumbotron6 .txt {
    padding-left: 40px;
    padding-top: 10px;
  }
  .jumbotron6 #slide-1 .bg, .jumbotron6 #slide-2 .bg, .jumbotron6 #slide-3 .bg, .jumbotron6 #slide-4 .bg {
    position: absolute !important;
    z-index: 100 !important;
    background: none !important;
    background-color: #efefef !important;
  }
  #jumbotronSlideImg {
    background: #f7f7f7 !important;
    position: relative;
  }
  .jumbotron6 #slide-1 .txt, .jumbotron6 #slide-2 .txt, .jumbotron6 #slide-3 .txt, .jumbotron6 #slide-4 .txt {
    position: absolute !important;
    z-index: 101 !important;
    top: 0;
    /*background:url(../image/bg_semi.png) repeat 0 0;*/
    background: #f1f1f1;
    min-height: 419px;
    padding-top: 20px;
  }
}
@media (min-width:768px) and (max-width:991.9px) {
  .bottom_button_bar .about_link {
    width: 100% !important;
    font-size: 15px !important;
  }
  .feeedback_icon {
    display: none;
  }
  .demo_cont {
    width: 96%;
  }
  .demo_cont embed {
    width: 100% !important;
    height: auto !important;
  }
  .demo_cont h3 {
    font-size: 18px;
  }
  .client_map img {
    width: 100%;
  }
  .inner_banner img {
    height: auto !important;
    width: 100% !important;
  }
  #section-features h2 {
    font-size: 22px !important;
    margin-top: 30px;
  }
  .profile {
    margin: 0;
  }
  .content h2 {
    font-size: 30px !important;
  }
  .navbar-right {
    float: none !important;
  }
  .jumbotron6 .bottom_button_row .mid_aligned_btn {
    width: 85% !important;
  }
  .jumbotron6 .bg {
    background-size: 100% auto !important;
    background-position: center bottom !important;
    background: none !important;
    background-color: #e0e0e0 !important;
  }
  .jumbotron6 .txt {
    position: absolute !important;
    z-index: 101 !important;
    top: 0;
    background: url(../image/bg_semi.png) repeat 0 0;
    min-height: 419px;
    padding-top: 10px;
    padding-left: 50px;
  }
  #jumbotronSlideImg {
    background: #f7f7f7 !important;
    position: relative;
  }
  #jumbotronSlideImg .container {
    width: 100% !important;
  }
  .jumbotron6 .item {
    padding-top: 0 !important;
  }
  #section-ezct .ezct_box {
    width: 100%;
    font-size: 17px !important;
  }
  #section-savetime .container {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #section-features-home .list_point {
    width: 80%;
    margin: 10px auto;
  }
  #section-features-home .learnmore {
    margin: 0 auto;
  }
  .feature_col_cont {
    display: flex;
    flex-flow: column;
    /*padding: 0 15px;
		width: 100%;*/
  }
  .feature_col_cont .list {
    order: 2;
    width: 100%;
    margin: 15px 0;
  }
  .feature_col_cont .dtl {
    order: 1;
    width: 100%;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  /*.solution{
		width: 80%!important;
	}*/
  .solution_logo img {
    height: 45px !important;
  }
}
@media (max-width:767.9px) {
  .logo_ezct {
    width: 154px !important;
    height: 22px !important;
  }
  .solution_logo img {
    height: 40px !important;
  }
  #section-apr img {
    width: 90%;
  }
  .feeedback_icon {
    padding-top: 0 !important;
  }
  .feature {
    min-height: inherit !important;
  }
  .top_padd {
    padding: 0 !important;
  }
  .bottom_button_bar .cont {
    text-align: center !important;
  }
  .bottom_button_bar .cont .align-rgt {
    text-align: center !important;
  }
  .bottom_button_bar .about_link {
    width: 80%;
    text-align: center;
    margin: 0 0 10px;
  }
  .g-recaptcha {
    width: 306px !important;
    overflow: hidden !important;
    margin: 0 auto 20px;
  }
  #section-contact .button_submit {
    float: none !important;
    width: 200px !important;
    margin: 0 auto;
  }
  .jumbotron6 .bottom_button_row {
    height: 70px !important;
    bottom: -30px;
  }
  .link_download {
    display: inline-block !important;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    padding: 0 14px !important;
    background-position: right center !important;
    margin: 0 auto !important;
    background-size: 43px;
  }
  .owl-carousel .owl-wrapper-outer {
    height: 370px !important;
  }
  .jumbotron6 .item {
    height: 420px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .jumbotron6 .bottom_button_row .mid_aligned_btn {
    line-height: 67px !important;
  }
  .download_brochure_padding {
    padding: 20px 0 !important;
  }
  #section-introduction {
    padding-top: 20px !important;
  }
  .feature_screenshots img {
    width: 100%;
  }
  .ezct_box {
    width: 100% !important;
  }
  .ezct_box ul {
    padding: 0;
    margin: 0;
  }
  .ezct_box ul li {
    padding: 0;
    background: none !important;
    margin: 0 0 10px 0;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }
  .jumbotron6 #slide-1 h2, .jumbotron6 #slide-2 h2, .jumbotron6 #slide-3 h2, .jumbotron6 #slide-4 h2 {
    font-size: 25px !important;
    line-height: 28px;
    margin: 5px 0 2px;
  }
  .jumbotron6 #slide-1 h3, .jumbotron6 #slide-2 h3, .jumbotron6 #slide-3 h3, .jumbotron6 #slide-4 h3 {
    font-size: 18px !important;
    line-height: 19px !important;
    margin: 0 0 8px !important;
  }
  .jumbotron6 #slide-1 li, .jumbotron6 #slide-2 li, .jumbotron6 #slide-3 li, .jumbotron6 #slide-4 li {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .jumbotron6 .item {
    background-size: 100% auto !important;
  }
  #section-introduction h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }
  #section-ezct h3 {
    font-size: 20px;
  }
  .req_a_free_demo {
    width: 90%;
    background-color: #e1e1e1;
    margin: 60px auto 20px;
    position: absolute;
    left: 5%;
    right: 5%;
    z-index: 10000;
  }
  .jumbotron6 .bottom_button_row .mid_aligned_btn {
    width: 85%;
  }
  .req_a_free_webinar {
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
    margin: 5px 0;
  }
  .critical_act li {
    font-size: 16px !important;
    position: relative;
    padding-left: 21px;
  }
  .critical_act li::after {
    content: "\10f35a";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Font Awesome 5 Duotone";
    color: #811f53;
    opacity: 0.8;
    font-size: 16px;
  }
  .critical_act li::before {
    content: "\f35a";
    color: #cfaabd;
    position: absolute;
    left: 0px;
    top: 1px;
    font-family: "Font Awesome 5 Duotone";
    font-size: 16px;
  }
  .jumbotron6 #slide-1 ul li::after, .jumbotron6 #slide-2 ul li::after, .jumbotron6 #slide-3 ul li::after, .jumbotron6 #slide-4 ul li::after {}
  .jumbotron6 #slide-1 ul li::before, .jumbotron6 #slide-2 ul li::before, .jumbotron6 #slide-3 ul li::before, .jumbotron6 #slide-4 ul li::before {}
  .critical_act li span {
    display: none !important;
  }
  .form-control {
    height: 42px;
  }
  #section-savetime .container {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #section-savetime h2 {
    font-size: 21px;
  }
  .demo_cont {
    width: 90%;
  }
  .demo_cont embed {
    width: 100% !important;
    height: auto !important;
  }
  .demo_cont h3 {
    font-size: 16px;
  }
  .client_map img {
    width: 100%;
  }
  .feature_dtl {
    min-height: inherit !important;
  }
  .learnmore {
    margin: 20px auto 0 !important;
    position: relative !important;
    left: 0;
    right: 0;
  }
  .content {
    padding: 20px 0 0;
  }
  .benefit_dtl1 {
    display: flex;
    flex-flow: column;
    padding: 0 15px;
    width: 100%;
  }
  .benefit_dtl1 .dtl {
    order: 2;
    width: 100%;
  }
  .benefit_dtl1 .img_dtl {
    order: 1;
    width: 100%;
  }
  .benefit_dtl1 {
    text-align: left !important;
  }
  .benefit_dtl1 .list_point {
    text-align: left !important;
  }
  .benefit_dtl1 .list_point li {
    text-align: left !important;
    padding: 2px 0 2px 20px !important;
  }
  .benefit_dtl1 .list_point li {
    background-position: left 3px !important;
  }
  .jumbotron6 .item, .jumbotron3 .item {
    background-size: auto;
  }
  .eshop-product .product-sale-label {
    top: -35px;
    width: 75px;
    height: 75px;
    font-size: 24px;
  }
  .eshop-product .product-sale-label .text {
    font-size: 16px;
  }
  .feature_col_cont {
    display: flex;
    flex-flow: column;
    /*padding: 0 15px;
		width: 100%;*/
  }
  .feature_col_cont .list {
    order: 2;
    width: 100%;
    margin: 15px 0;
  }
  .feature_col_cont .img_dtl {
    order: 1;
    width: 100%;
  }
  .solution {
    margin-bottom: 15px;
    width: 100%;
  }
  .benefit_dtl1 .list_point li::before {
    left: 0;
    right: inherit;
    top: 2px;
  }
  .benefit_dtl1 .list_point li::after {
    left: 0px;
    right: inherit;
    top: 2px;
  }
  .benefit_dtl1, .benefit_dtl2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width:640px) {
  .solution {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .solution h3 {
    padding-bottom: 18px !important;
  }
  .solution_logo li {
    padding: 0 1% 4px !important;
  }
  .solution_logo img {
    height: 28px !important;
  }
  .blog_banner h3, .blog_banner h1 {
    font-size: 20px !important;
  }
  .jumbotron6 .bottom_button_row {
    height: auto !important;
    bottom: 2px;
  }
  .jumbotron6 #slide-4 .txt {
    padding-left: 20px !important;
    padding-top: 10px !important;
  }
  .bottom_button_bar .cont {
    width: 100%;
  }
  .bottom_button_bar .about_link {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff !important;
    font-size: 14px !important;
  }
  #section-features h2 {
    font-size: 24px !important;
    margin-top: 30px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #section-features h2 .icon-block {
    width: 54px;
  }
  #section-features {
    padding: 0;
  }
  .comment .media-object {
    margin-right: 10px;
    max-width: 64px;
  }
  .about-author .pull-left {
    display: none;
  }
  .about-author .media-body ul {
    margin-bottom: 10px;
  }
  .about-author .media-body ul li {
    border-right: 0;
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
  }
  .commingsoon .digits .cntSeparator {
    display: block !important;
  }
  .commingsoon .digits .cntDigit {
    margin-bottom: 40px;
  }
  .commingsoon .commingsoon-text {
    position: relative;
  }
  .commingsoon .countdown-labels {
    text-align: center;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -67px;
  }
  .commingsoon .countdown-labels span {
    display: block;
    height: 32px;
    margin: 0;
    margin-bottom: 100px;
  }
}
@media (max-width:568px) {
  .overlay-wrapper .overlay a {
    font-size: 45px;
    margin-left: -15px;
    margin-top: -27px;
  }
  .error .error-number {
    font-size: 200px;
  }
  .error .error-text h1 {
    font-size: 60px;
  }
  .error .error-text p {
    padding: 0 10px;
  }
  .eshop-list .eshop-product > .row > div {
    width: 100%;
  }
  #section-portfolio .portfolio-item p {
    font-size: 20px;
    line-height: 28px;
  }
  .jumbotron4 h2 {
    font-size: 40px;
  }
  .jumbotron4 .input-group .form-control {
    height: 50px;
    font-size: 16px;
  }
  .jumbotron4 .input-group .btn {
    font-size: 16px;
    padding: 12px 13px 11px;
  }
}
@media (max-width:480px) {
  #section-contact .contact_cont {
    padding: -15px !important;
    margin: -15px !important;
  }
  .inner_header {
    font-size: 28px !important;
  }
  .content-full header.navbar .brands {
    display: none;
  }
  .client_map_cont {
    font-size: 20px !important;
    padding: 0 !important;
  }
  #contact h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #contact p {
    font-size: 14px;
    line-height: 26px;
  }
  #contact .contact-address li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #contact .brands li {
    margin-right: 10px;
  }
  #contact .brands li a {
    font-size: 16px;
    padding-top: 6px;
    width: 35px;
    height: 35px;
  }
  #map-canvas {
    display: none;
  }
  .blog-post-buttons .btn {
    font-size: 11px;
    padding: 6px 9px 5px;
    margin-right: 5px;
  }
  .blog-post-buttons .pull-right {
    padding-top: 0;
  }
  /* SIGN IN / SING UP */
  .forms-only h1 {
    font-size: 60px;
    margin: 20px 0 30px;
  }
  .forms-only form {
    padding: 20px;
  }
  .forms-only form h2 {
    font-size: 30px;
  }
  .forms-only .form-info {
    display: none;
  }
  .commingsoon .countdown-labels {
    top: 190px;
  }
  .download_brochure {
    background: none;
    background-color: #811f53;
    padding-left: 0;
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 310px;
    margin: 0 auto 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px !important;
    font-weight: 600;
  }
  .download_brochure span {
    color: #cb6fa6 !important;
  }
  .download_brochure:hover {
    background-color: #5a163a;
  }
  .owl-carousel .owl-wrapper-outer {
    height: 450px !important;
  }
  .owl-pagination {
    bottom: 120px;
  }
}
@media (min-width:480px) and (max-width:500px) {
  .solution_logo li {
    padding: 0 0.5% 4px;
    float: left;
  }
}
@media (max-width:360px) {
    .mt-custom{
        margin-top: 1rem!important;
    } 
  .g-recaptcha {
    width: 320px !important;
    overflow: hidden !important;
    position: relative;
    /* left:-6%;*/
    margin-bottom: 10px;
  }
  .no_rgt_padding {
    padding-right: inherit !important;
  }
  .navbar-default .navbar-brand img {
    width: 170px;
    margin-top: 6px;
  }
  .navbar-default .navbar-toggle {
    margin-right: 2px !important;
  }
  .btn-signin {
    right: 18px !important;
  }
  .btn-signin .btn {
    padding-left: 15px !important;
    font-size: 14px !important;
  }
  .btn-signin .btn:before {
    content: " " !important;
  }
  .btn-signin .btn:after {
    content: " " !important;
  }
  /* FORM */
  #section-contact .button_submit {
    background-position: 80% center;
    float: none;
  }
  #section-contact .button_submit:hover {
    background-position: 80% center;
  }
  form span.form-info {
    margin-left: 5px;
    font-size: 12px;
    top: 11px;
  }
  footer ul.contact-address li span {
    font-size: 15px !important;
  }
  .jumbotron6 #slide-2 ul li {
    /*font-size:16px!important;*/
  }
  /* TABS */
  .nav-tabs > li > a {
    padding: 8px 12px;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    padding: 10px 14px;
    margin-top: -4px;
  }
  .tab-content {
    padding: 10px;
  }
  /* CONTENT */
  .content h2 {
    font-size: 26px;
  }
  /* JUMBOTRON */
  .jumbotron6 #slide-1 h2, .jumbotron6 #slide-2 h2, .jumbotron6 #slide-3 h2, .jumbotron6 #slide-4 h2 {
    font-size: 25px !important;
    line-height: 28px;
    margin: 0 0 5px;
  }
  .jumbotron6 #slide-1 h3, .jumbotron6 #slide-2 h3, .jumbotron6 #slide-3 h3, .jumbotron6 #slide-4 h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin: 0;
    padding: 5px 0;
  }
  .jumbotron6 ul li {
    line-height: 19px !important;
    padding: 5px 0 5px 22px !important;
    font-size: 16px !important;
  }
  /* ABOUT */
  .profile {
    margin: 0;
  }
  /* CONTACT */
  #contact form .btn {
    padding: 5px 8px;
  }
  /* BLOG */
  .blog-post h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .blog-post p {
    font-size: 14px;
    line-height: 24px;
  }
  .pagination > li > a, .pagination > li > span {
    font-size: 16px;
    padding: 7px 13px;
  }
  .blog-post-detail span {
    padding: 10px 10px;
  }
  .blog-post-detail span:last-child {
    padding-right: 10px;
  }
  .blog-post-detail span:first-child {
    padding-left: 10px;
  }
  .blog-post-detail span i {
    margin-right: 6px;
  }
  .blog-post-buttons .pull-right {
    display: none;
  }
  /* COMMENTS */
  .comment .media, .media-body {
    clear: both;
    margin-top: 20px;
  }
  .comment h4 {
    margin: 20px 0;
  }
  .comment h4 small {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  /* FEATURES */
  #features .features-content h3.features-title {
    font-size: 18px;
  }
  #section-features h2 {
    font-size: 28px !important;
    margin-top: 30px;
    line-height: 34px;
    min-height: 50px;
  }
  /* ERROR */
  .error .error-number {
    font-size: 160px;
  }
  .error .error-text h1 {
    font-size: 40px;
  }
  .error .error-text p {
    font-size: 22px;
    line-height: 35px;
  }
  /* ESHOP */
  .eshop-detail .blog-post-buttons {
    display: none;
  }
  .eshop-detail .eshop-product .product-price .old-price {
    font-size: 16px;
  }
  .eshop-detail .eshop-product .product-price .new-price {
    font-size: 35px;
    margin-left: 10px;
  }
  .form-address span.form-info {
    top: -8px;
  }
  .shopping-cart-footer p.total-price-title {
    font-size: 14px;
  }
  .shopping-cart-footer p.total-price {
    font-size: 26px;
  }
  /* INTRODUCTION */
  #section-introduction h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }
  #section-introduction p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .btn-googleplay {
    margin-right: 0;
  }
  .product-content {
    text-align: center;
  }
}
@media (max-width:320px) {
  .g-recaptcha {
    width: 300px !important;
    overflow: hidden !important;
    position: relative;
    left: -9%;
  }
  .overlay-wrapper .overlay a {
    font-size: 30px;
    margin-left: -15px;
    margin-top: -18px;
  }
  #contact .brands li {
    margin-right: 4px;
  }
  #features .features-content h3.features-title {
    font-size: 14px;
  }
  #section-portfolio .portfolio-item .hover-overlay {
    padding-top: 5px;
  }
  #section-portfolio .portfolio-item p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  #section-portfolio .portfolio-item a i {
    font-size: 14px;
    height: 35px;
    padding-top: 9px;
    width: 35px;
  }
}
@media (max-width:480px) {
  .fixed-modal {
    padding: 18px 15px 35px !important;
    width: 350px !important;
  }
  .tab a {
    padding: 5px !important;
    display: block !important;
  }
  .link_download {
    /*display:none!important;*/
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    padding: 0 65px 0 20px;
    width: 214px;
    background-position: right center !important;
    margin: 0 auto !important;
    background-size: 43px;
  }
  .jumbotron6 .bottom_button_row .mid_aligned_btn {
    line-height: 60px !important;
  }
}
@media (min-width:992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .mr-lg-2 {
    margin-right: 1rem !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .w-300 {
      width: 500px !important;
    }
}
@media (max-width:991.9px) {
  .tabcontent .icon-block {
    float: left !important;
  }
}
/* --- new css --- */
.logo_ezct {
  background: url(../image/logo_ezct.png) no-repeat 0 center;
  background-size: 87% auto;
  width: 200px;
  height: 30px;
  text-indent: -20000px;
  display: inline-block;
}
.top_padd {
  padding-top: 7%;
}
.logo-ezr {
  color: #252121;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
.logo-ezr span {
  color: #811e54 !important;
  font-weight: 400 !important;
}
.form-error {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -8px;
  left: 15px;
  color: #ec4444;
  background-color: #f8e4e4;
  padding: 2px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 100000 !important;
}
.ezct-logo {}
.d-inline-block {
  display: inline-block !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.px-0 {
  padding-left:0 !important;
  padding-right:0 !important;
}
.px-1 {
  padding-left:1rem !important;
  padding-right:1rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 15px !important;
}
.pl-2 {
  padding-left: 15px !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pt-2 {
  padding-top: 15px !important;
}
.pt-3 {
  padding-top: 25px !important;
}
.pb-3 {
  padding-bottom: 25px !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
/*------------------------------
	BLOG
------------------------------*/
#blog {
  padding-top: 40px;
}
#blog.blog-col-2 .row > div, #blog.blog-col-3 .row > div {
  margin-bottom: 60px;
}
@-moz-document url-prefix() {
  #blog.blog-col-2 .row > div, #blog.blog-col-3 .row > div {
    margin-bottom: 30px;
  }
}
.blog-header .vertical-nav li a:hover {
  background-color: transparent;
}
/* BLOG - SIDEBAR */
.left-sidebar .blog-sidebar {
  padding-right: 30px;
}
.right-sidebar .blog-sidebar {
  padding-left: 30px;
}
.box {
  margin-bottom: 40px;
}
.box h3 {
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 600;
  margin: 0 0 15px;
}
.box ul li {
  margin: 0 0 14px 20px;
}
#blog a.author-link {
  color: #2a71a2;
}
#blog a.author-link:hover, #blog a.author-link:focus, #blog a.author-link:active {
  color: #1e4f72 !important;
}
/* --------------------------
SITEMAP
-----------------------------*/
#sitemap {
  padding-top: 40px;
}
.box ul li a span.badge {
  float: right;
  border-radius: 15px;
  padding: 4px 8px;
}
.box ul li a i {
  margin-right: 12px;
}
.box.box-tags a span {
  font-weight: 600;
  color: #555555;
  padding: 0 3px 3px 0;
  white-space: nowrap;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
/* BLOG - CONTENT */
.left-sidebar .blog-content {
  /*border-left:1px solid #D5D5D5;*/
  padding-left: 30px;
}
.right-sidebar .blog-content {
  /*border-right:1px solid #D5D5D5;*/
  padding-right: 30px;
}
.blog-post {
  background-color: #F9F9F9 !important;
  margin: 0 0 50px;
  border: 1px solid #dadada;
}
.blog-col-2 .blog-post, .blog-col-3 .blog-post {
  margin: 0;
}
.blog-post-body {
  padding: 0 50px 30px;
}
.blog-col-2 .blog-post-body, .blog-col-3 .blog-post-body {
  padding: 0 20px 20px;
}
.blog-post-detail {
  background-color: #F5F5F5;
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
}
.blog-post-detail span {
  padding: 10px 18px;
  border-right: 1px solid #E5E5E5;
  color: #777;
  font-weight: bold;
}
.blog-post-detail span:last-child {
  border-right: 0;
  padding-right: 50px;
}
.blog-post-detail span:first-child {
  padding-left: 50px;
}
.blog-col-2 .blog-post-detail span:last-child, .blog-col-3 .blog-post-detail span:last-child {
  padding-right: 18px;
}
.blog-col-2 .blog-post-detail span:first-child, .blog-col-3 .blog-post-detail span:first-child {
  padding-left: 18px;
}
.blog-post-detail span.text-light {
  font-weight: 600;
}
.blog-post-detail span i {
  margin-right: 12px;
}
.blog-post h3 {
  font-size: 35px;
  font-family: 'Roboto';
  line-height: 45px;
  margin: 18px 0 25px;
  color: #555555;
}
.blog-post p {
  font-size: 16px;
  line-height: 26px;
}
.blog-post-buttons {
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
}
.blog-post-buttons .btn {
  margin-right: 12px;
}
.blog-post-buttons .btn:last-child {
  margin-right: 0;
}
.blog-post-buttons .pull-right {
  padding-top: 3px;
}
.blog-post-buttons .pull-right .twitter-share-button {
  position: relative;
  top: 5px;
}
/* BLOG - TIMELINE */
.blog-timeline {
  position: relative;
}
.blog-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background-color: #D0D0D0;
}
.blog-timeline .text-center .btn {
  position: relative;
  margin-top: 40px;
}
.blog-timeline-mark {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 6px 0;
  display: inline-block;
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  width: 80px;
  text-align: center;
  margin: 40px 0 40px -40px;
}
.blog-timeline-mark:first-child {
  margin-top: 0;
}
.blog-timeline .blog-post {
  width: 43%;
  margin: 120px 0 0;
}
.blog-timeline .blog-post:first-child {
  margin-top: 0;
}
.blog-timeline .blog-post .blog-post-info {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-left: -38px;
  border: 3px solid #E0E0E0;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition-duration: 0.5s;
}
.blog-timeline .blog-post .blog-post-info .number {
  font-size: 28px;
  color: #999;
  padding-top: 6px;
  font-weight: 600;
}
.blog-timeline .blog-post .blog-post-info .month {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -6px;
}
body .blog-timeline .blog-post:hover .blog-post-info .number, body .blog-timeline .blog-post:hover .blog-post-info .month {
  color: #FFFFFF;
}
.blog-post .blog-post-header {
  padding: 20px;
}
.blog-post .blog-post-header h1, .blog-post .blog-post-header h2 {
  font-weight: 600 !important;
  color: #381528;
  font-size: 36px;
  margin: 0 0 20px;
  font-family: 'Open Sans Condensed', sans-serif !important;
}
.blog-post .blog-post-body {
  padding: 20px;
}
/* BLOG POST TYPOGRAPHY */
.blog-post .blog-post-body img {
  margin: 0 0 20px;
}
.blog-post h2, blog-post h4 {
  font-size: 22px;
  margin: 0 0 13px;
  color: #555555;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif !important;
}
.blog-post h5 {
  font-size: 18px;
  margin: 0 0 11px;
  color: #555555;
  font-weight: 600;
}
.blog-post ul, .blog-post ol {
  margin: 0 0 30px;
}
.blog-post ul li, .blog-post ol li {
  font-size: 16px;
  margin: 0 0 12px;
  color: #555555;
}
.blog-post p.text-small {
  font-size: 13px;
  line-height: 20px;
}
.blog-post .files {
  margin-left: 25px;
}
.blog-post .files li {
  margin-bottom: 10px;
}
.blog-post .files li a {
  font-size: 14px;
}
.blog-post .files li a i {
  margin-right: 17px;
  color: #333333;
}
.blog-post .files li a span {
  color: #AAAAAA;
  margin-left: 10px;
}
.img-responsive {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
.hs-blog-social-share {
  margin-top: 10px;
  padding: 3px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 35px;
}
.hs-blog-social-share-item-twitter {
  padding-top: 3px !important;
}
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
  float: left;
  padding-left: 5px;
}
.ezr-ssl-seal {
  width: 130px;
  height: 65px;
  margin: auto;
}
.text-semibold {
  font-weight: 600 !important;
}
.no-gutters {
  margin: 0 !important;
}
/*afterschool management software page hubspot form css part*/
.demoform {
  padding-top: 20px;
  padding-bottom: 20px;
}
.demoform form label span {
  color: #e98fbf !important;
  font-weight: normal !important;
}
.demoform input[type="text"], .demoform input[type="email"], .demoform input[type="tel"] {
  border: 1px solid #D5D5D5;
  border-bottom-width: 2px;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 0%) inset;
  color: #333333 !important;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 9px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  width: 100%;
}
.demoform textarea {
  border: 1px solid #D5D5D5;
  border-bottom-width: 2px;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 0%) inset;
  color: #333333 !important;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.demoform ul {
  padding-left: 0;
}
.demoform li {
  list-style-type: none !important;
}
.demoform li label {
  color: #ff6555 !important;
  font-weight: normal !important;
}
.demoform input[type="submit"] {
  background: url(../image/icon_submit.png) no-repeat 95% center #ea3896;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 150px;
  line-height: 35px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border: none;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 15px auto 0 !important;
  background-size: 21px;
}
.demoform input[type="submit"]:hover {
  background: url(../image/icon_submit.png) no-repeat 95% center #ca3081;
  background-size: 21px;
}
.demoform input[type="submit"]:disabled, .demoform input[type="submit"]:disabled:hover {
  background: url(../image/icon_submit.png) no-repeat 95% center #b07997 !important;
  cursor: default !important;
  background-size: 21px !important;
}
/*--------for all form ----------*/
.disabled-tooltip {
  position: relative;
  z-index: 1;
}
.disabled-tooltip:hover .tooltip-text {
  position: absolute;
  border: 1px solid #cbc8ad;
  background-color: #fcf8d6;
  padding: 5px;
  top: 55px;
  left: 10%;
  right: 10%;
  display: block !important;
  width: 80%;
  font-size: 12px;
  height: 30px;
  text-align: center;
  z-index: 100;
}
#section-features h2 .fa-stack4 .fa-stack-2x {
  font-size: 28px;
  margin-left: 2px;
}
#section-features h2 .fa-stack4 .fa-stack-1x {
  line-height: 20px;
  margin: 8px 2px;
  font-size: 14px;
}
.icon-block .fa-stack4 .fa-stack-2x {
  margin-left: 2px;
  margin-top: 2px;
}
.icon-block .fa-stack4 .fa-stack-1x {
  font-size: 12px;
  margin: 1px 0 0 2px;
}
.icon_1 {
  width: 70px !important;
  margin-top: 40px !important;
}

/*-----------------
Sitemap css 
-----------------*/
.list-custom {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list-custom li {
  list-style-type: none;
  text-align: left;
  padding: 0 0 0 40px;
  position: relative;
  border-bottom: 1px dashed #d9d3d6;
}
.list-custom li:hover {
  background-color: #ede6ea;
}
.list-custom li::after {
  content: "\10f35a";
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "Font Awesome 5 Duotone";
  color: #811f53;
  opacity: 0.4;
  font-size: 16px;
}
.list-custom li::before {
  content: "\f35a";
  color: #811f53;
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
.list-custom li a {
  display: block;
  padding: 15px 0;
}
.list-custom li ul {
  padding-left: 0px;
}
.list-custom li ul li {
  border-bottom: none;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  position: relative;
}
.list-custom li ul li:before {
  content: "\f356";
  left: 0;
  top: 0;
}
.list-custom li ul li:after {
  content: "\10f356";
  left: 0;
  top: 0;
}
.list-custom li ul li a {
  padding: 2px 0;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.p-0 {
  padding: 0 !important;
}
.btn-signin {
  margin: 13.3px 0 14px 5px;
}
.btn-signin .btn {
  background-color: #232323;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #FFF !important;
  padding: 11px 14px 10px 30px;
  margin: auto;
  position: relative;
}
.btn-signin .btn:hover {
  background-color: #811f53;
}
.btn-signin .btn:before {
  content: "\10f2f6";
  position: absolute;
  left: 7px;
  top: 11px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 17px;
  color: #939393;
}
.btn-signin .btn:after {
  content: "\f2f6";
  position: absolute;
  left: 7px;
  top: 11px;
  font-family: "Font Awesome 5 Duotone";
  font-size: 16px;
}
@media (min-width: 992px) {
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
/* ------  tab for ELO   --------  */
/* Style the buttons inside the tab */
.tab a {
  background-color: #ece5e9;
  min-height: 60px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #811f53;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 7px;
}
.tab.sideBarLink .tablinks {
  color: #811f53;
}
/* Create an active/current "tab button" class */
.tab {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 700px;
  top: 70px;
  bottom: -70px;
}
.tab a:active, .tab a:hover, .tab a.active {
  color: #fff !important;
  background-color: #811f53 !important;
}
/* Style the tab content */
.tabcontent {
  min-height: 600px;
}
.tab-target {
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-top: 80px;
  margin-top: -80px;
}
.fixed-modal {
  background: #484848;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 15px 40px;
  width: 400px;
  border-radius: 5px 0 0;
  box-shadow: 0 0 10px #a9a9a9;
  color: #fff;
  display: none;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
}
.dNoneModal {
  display: none !important;
}
.elo-heading {
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
}
.feature_container {
  text-align: center;
  padding: 25px 20px 0;
  margin-bottom: 25px;
  position: relative;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.feature_container .feature_dtl-top {
  text-align: center;
  padding: 15px 20px 5px!important;
  margin-bottom: 25px;
  min-height: auto !important;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
  box-shadow: 0px 5px 0px 0px rgba(198, 199, 199, 1);
}
.feature_container .feature_dtl-top:hover {
  background-color: #fcf3f9;
}
.feature_container .feature_dtl-top:hover .icon-block2 {
  background: #811f53;
  color: #fff;
}
.feature_container .feature_dtl-top h3{
    margin: 8px 0 12px!important;
}
.icon-AfterSchoolManagementSoftware {
  background: url("../image/icon-afterschoolmanagementsoftware.png") no-repeat center center !important;
  background-size: 60px 60px !important;
}
.feature_container .feature_dtl:hover .icon-AfterSchoolManagementSoftware {
  background: url("../image/icon-afterschoolmanagementsoftware-hover.png") no-repeat center center #811f53 !important;
  background-size: 60px 60px !important;
  color: #fff;
}

.box-hover {
  padding: 15px;
  background: none;
	border-bottom: 3px solid transparent;
	transition: 0.5s;
	margin: 1% 2%;
	width: 44%;
}
.box-hover:hover {
  background:#f1f1f1;
  border-bottom: 3px solid #811f53;
  border-radius: 6px;
}

/*--------for all form ----------*/
@media only screen and (max-width: 1199.99px) {
  #section-features .features-leftlink li span {
    width: 75%;
  }
  .icon-block .icon-label::after {
    left: 7px;
    width: 22px;
  }
  .icon-block .icon-label::before {
    left: 10px;
  }
  #section-features h2 .icon-label::after {
    left: 10px;
  }
}
@media (max-width:991.9px) {
  .g-recaptcha {
    width: 296px !important;
    margin: 0 auto 10px !important;
  }
  .reqdemo_contact_form {
    padding-bottom: 35px;
  }
  .banner {
    padding: 0;
  }
  .top_padd {
    padding: 0 !important;
  }
  .about_banner .bg, .features_banner .bg, .demo_banner .bg, .contact_banner .bg, .client_banner .bg, .benefit_banner .bg, .thankyou_banner .bg {
    height: 100px;
    background-size: auto 100%;
  }
  .banner {
    padding: 0;
    min-height: 80px !important;
    height: auto !important;
    background-size: 100% auto;
  }
  .banner .content h2 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .banner .content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .banner .content li {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .banner .content {
    padding: 15px !important;
  }
  .demo_video {
    width: 98% !important;
    margin: 15px auto !important;
  }
  .demo_video video {
    width: 100% !important;
    height: auto !important;
  }
  .features_banner .bg, .demo_banner .bg, .contact_banner .bg, .client_banner .bg, .benefit_banner .bg {
    background-position: center 0 !important;
  }
  .banner .content li::before {
    top: 1px;
    border-right: 3px solid #811f53;
    border-bottom: 3px solid #811f53;
    width: 8px;
    height: 12px;
  }
  .banner .content li .fa-check {
    font-size: 14px;
  }
  .icon-block .icon-label::after {
    width: 22px;
  }
  .btn-signin {
    width: 93px;
    position: absolute;
    top: -5px;
    right: 50px;
  }
}
@media only screen and (max-width: 767.9px) {
  .req_a_free_webinar i {
    font-size: 28px;
  }
  .req_a_free_webinar .fal.fa-stack .fa-stack-1x {
    font-size: 18px;
    margin-left: 8px;
  }
  .box-hover {
	  margin: 2% 3%;
	  width: 94%;
	}
}

@media only screen and (max-width: 400px) {
  .features_banner .container {
    padding: 0;
  }
  .banner .content li {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .banner .content li .fa-check {
    font-size: 13px;
  }
}
@media (min-width:768px) and (max-width:991.9px) {
  .banner .py-25 {
    padding: 25px 15px !important;
  }
  .navbar-collapse {
    background: #fff;
  }
  .navbar-collapse.in {
    overflow-y: inherit !important;
  }
}
.h-150{
    height: 150px!important;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0.25rem;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.card .card-header{
    border-bottom: 0;
    padding: 0.625rem 0.9375rem;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card .card-body{
    flex: 1 1 auto;
    padding: 0.9375rem;
}
.pull-none{
    float: none!important;
}
.d-block{
    display: block!important;
}
.text-600{
	font-weight: 600 !important;
}
.hs-blog-social-share-item-twitter{
    padding-top:1px!important;
}
.twitter-share-button{
    background-color: #232323!important;
    color: #fff!important;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
}
.twitter-share-button:hover{
    background-color: #000000!important;
}

/*---27-9-2023---*/


.feature_container .feature_dtl-top.feature_dtl-top-new {
  background-color: #a13871;
  -webkit-box-shadow: 0px 5px 0px 0px rgb(129, 31, 82);
  -moz-box-shadow: 0px 5px 0px 0px rgb(129, 31, 82);
  box-shadow: 0px 5px 0px 0px rgb(129, 31, 82);
}
.feature_dtl.feature_dtl-top-new h3{
  color: #ffffff !important;
}
.feature_dtl-top-new .icon-AfterSchoolManagementSoftware{
  background-color: #ffffff !important;
}
.feature_container .feature_dtl-top.feature_dtl-top-new:hover {
  background-color: #811e54;
  -webkit-box-shadow: 0px 5px 0px 0px rgb(80, 19, 52);
  -moz-box-shadow: 0px 5px 0px 0px rgb(80, 19, 52);
  box-shadow: 0px 5px 0px 0px rgb(80, 19, 52);
}
.feature_container .feature_dtl-top.feature_dtl-top-new:hover .icon-block2 {
  border: 2px transparent #fff;
  background: #fff;
  color: #811f53;
}
.feature_container .feature_dtl.feature_dtl-top-new:hover .icon-AfterSchoolManagementSoftware {
  background: url("../image/icon-afterschoolmanagementsoftware.png") no-repeat center center !important;
    background-color: #ffffff !important;
    background-size: auto;
  background-size: 60px 60px !important;
}

.feature_container_new.feature_container{background: none; padding: 25px 0px 0;}
.feature_container_new.feature_container .feature_dtl-top{margin-bottom: 0px;}


/* -----  31-03-2025    -----  */
.btn-inner-custom .btn{
	padding: 11px 14px 10px 14px!important;
}

.btn-inner-custom .btn:before, .btn-inner-custom .btn:after {
  content: " "!important;
}

.text-24{
	font-size:28px!important;
}
.h-100{
	height: 100%!important;
}
.h-custom-300{
	min-height: 303px!important;
}
.h-custom-350{
	min-height: 350px!important;
}
.text-left{
	text-align: left!important;
}
.custom-btn-style{
  width: 320px!important;
  margin: 20px auto!important;
  word-break: keep-all!important;
  white-space: nowrap!important;
}
.banner .content h2.support-header{
	font-size: 32px!important;
}
.custom-card-style{
	border:none!important;
	border-radius:4px!important;
}
.custom-card-footer{
	background-color: #efdee9!important;
	border-bottom-left-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
	color: #811f53 !important;
}
.fa-3x-custom {
  font-size: 2.8em!important;
}
.card-custom-block{
	border-radius: 4px!important;
	box-shadow: 0px 5px 0px 0px rgb(129, 31, 82)!important;
}	
@media (min-width: 1200px) {
  .page-boxed {
    width: 1200px;
  }
	.h-custom-300{
		min-height: 100%!important;
	}
	.h-custom-350{
		min-height: 100%!important;
	}
  /*.d-xl-block{
        display: block!important;
  }*/
  .pt-lg-0{
		padding-top: 0!important;	
	  }	
}
@media (max-width: 767px) {
	.custom-btn-style{
	  width: 320px!important;
	  margin: 0 auto 20px !important;
	  word-break: keep-all!important;
	  white-space: nowrap!important;
	 }
	.banner .content h2.support-header{
		margin-top: 1rem!important;
		font-size: 28px!important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.banner .content h2.support-header{
		margin-top: 1.2rem!important;
		font-size: 28px!important;
	}
}