/*
 *
 *   SpaceLab - Responsive Admin Theme
 *   Copyright 2014 Authentic Goods Co. http://authenticgoods.co
 *
*/
html { 
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
  color: #5D5F63;
  background: #f5f5f5;
  font-family: 'Karla', sans-serif;
  padding: 0px;
  margin: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100%;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #1abc9c;
}
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #16a086;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
p {
  font-size: 15px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
::selection {
  background: #fff7dd;
}
::-moz-selection {
  background: #fff7dd;
}
.dropdown-menu > li:hover {
    font-size: 13px;
    background:rgb(113 177 147);   /*#2DCC70*/
    padding: 0;
    color: #fff;
}
.dropdown-menu > li:hover a{
    
    color: #fff!important;
}
.badge.badge-success {
  background-color: #2dcc70;
  color: #fff;
}
.badge.badge-info {
  background-color: #3598db;
  color: #fff;
}
.badge.badge-warning {
  background-color: #f1c40f;
  color: #fff;
}
.badge.badge-danager {
  background-color: #e84c3d;
  color: #fff;
}

.breadcrumb {
  background: none;
}
.breadcrumb > li {
  font-size: 12px;
}
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 14px;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none!important;
}
.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Default Buttons*/
.btn-default,
a.btn-default:link,
a.btn-default:visited {
  color: #ffffff;
  background-color: #bdc3c7;
  outline: none!important;
}
a.btn-default:hover,
a.btn-default:active {
  color: #ffffff;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    color: #fff;
    background-color: #5473e8;
    padding: 10px 0;
}
a.btn-primary:hover,
a.btn-primary:active {
  color: #ffffff;
  background-color: #1dd2af;
  border-color: #1dd2af;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2dcc70;
  border-color: #2dcc70;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #1abc9c;
  border-color: #1abc9c;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-info {
  color: #ffffff;
  background-color: #3598db;
}
.btn-info,
a.btn-info:link,
a.btn-info:visited {
  color: #ffffff;
  background-color: #3598db;
}
a.btn-info:hover,
a.btn-info:active {
  color: #ffffff;
  background-color: #4ba3df;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #4ba3df;
  border-color: #4ba3df;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #3598db;
  border-color: #3598db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3598db;
  border-color: #3598db;
}
.btn-danger {
  color: #ffffff;
  background-color: #e84c3d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #eb6154;
  border-color: #eb6154;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #eb6154;
  border-color: #eb6154;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e84c3d;
  border-color: #e84c3d;
}
.btn-success {
  color: #ffffff;
  background-color: #71b193;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #71b193;
  border-color: #71b193;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #71b193;
  border-color: #71b193;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #71b193;
  border-color: #71b193;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #f2ca27;
  border-color: #f2ca27;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
/* 3d Buttons*/
.btn.btn-3d {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-3d:active {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn-default.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #A6AAAC;
  -moz-box-shadow: 0px 6px 0px #A6AAAC;
  box-shadow: 0px 6px 0px #A6AAAC;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #bdc3c7;
}
.btn-default.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #A6AAAC;
  -moz-box-shadow: 0px 2px 0px #A6AAAC;
  box-shadow: 0px 2px 0px #A6AAAC;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #bdc3c7;
}
.btn-primary.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #14a084;
  -moz-box-shadow: 0px 6px 0px #14a084;
  box-shadow: 0px 6px 0px #14a084;
}
.btn-primary.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #14a084;
  -moz-box-shadow: 0px 2px 0px #14a084;
  box-shadow: 0px 2px 0px #14a084;
}
.btn-primary.btn-3d:hover,
.btn-primary.btn-3d:focus {
  background-color: #1abc9c;
}
.btn-success.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #2ab263;
  -moz-box-shadow: 0px 6px 0px #2ab263;
  box-shadow: 0px 6px 0px #2ab263;
}
.btn-success.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #2ab263;
  -moz-box-shadow: 0px 2px 0px #2ab263;
  box-shadow: 0px 2px 0px #2ab263;
}
.btn-success.btn-3d:hover,
.btn-success.btn-3d:focus {
  background-color: #71b193;
}
.btn-info.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #2e86c1;
  -moz-box-shadow: 0px 6px 0px #2e86c1;
  box-shadow: 0px 6px 0px #2e86c1;
}
.btn-info.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #2e86c1;
  -moz-box-shadow: 0px 2px 0px #2e86c1;
  box-shadow: 0px 2px 0px #2e86c1;
}
.btn-info.btn-3d:hover,
.btn-info.btn-3d:focus {
  background-color: #3598db;
}
.btn-warning.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #d6ae11;
  -moz-box-shadow: 0px 6px 0px #d6ae11;
  box-shadow: 0px 6px 0px #d6ae11;
}
.btn-warning.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #d6ae11;
  -moz-box-shadow: 0px 2px 0px #d6ae11;
  box-shadow: 0px 2px 0px #d6ae11;
}
.btn-warning.btn-3d:hover,
.btn-warning.btn-3d:focus {
  background-color: #f1c40f;
}
.btn-danger.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #c94034;
  -moz-box-shadow: 0px 6px 0px #c94034;
  box-shadow: 0px 6px 0px #c94034;
}
.btn-danger.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #c94034;
  -moz-box-shadow: 0px 2px 0px #c94034;
  box-shadow: 0px 2px 0px #c94034;
}
.btn-danger.btn-3d:hover,
.btn-danger.btn-3d:focus {
  background-color: #e84c3d;
}
/* square buttons */
.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* Transparent buttons */
.btn-default.btn-trans {
  color: #bdc3c7;
  background-color: transparent;
  border: solid thin #bdc3c7;
}
.btn-default.btn-trans:hover,
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus {
  color: #fff;
  background-color: #bdc3c7;
  border: solid thin #bdc3c7;
}
.btn-primary.btn-trans {
  color: #1abc9c;
  background-color: transparent;
  border: solid thin #1abc9c;
}
.btn-primary.btn-trans:hover,
.btn-primary.btn-trans:active,
.btn-primary.btn-trans:focus {
  color: #fff;
  background-color: #1abc9c;
  border: solid thin #1abc9c;
}
.btn-success.btn-trans {
  color: #71b193;
  background-color: transparent;
  border: solid thin #71b193;
}
.btn-success.btn-trans:hover,
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus {
  color: #fff;
  background-color: #71b193;
  border: solid thin #71b193;
}
.btn-info.btn-trans {
  color: #3598db;
  background-color: transparent;
  border: solid thin #3598db;
}
.btn-info.btn-trans:hover,
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus {
  color: #fff;
  background-color: #3598db;
  border: solid thin #3598db;
}
.btn-warning.btn-trans {
  color: #f1c40f;
  background-color: transparent;
  border: solid thin #f1c40f;
}
.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus {
  color: #fff;
  background-color: #f1c40f;
  border: solid thin #f1c40f;
}
.btn-danger.btn-trans {
  color: #e84c3d;
  background-color: transparent;
  border: solid thin #e84c3d;
}
.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus {
  color: #fff;
  background-color: #e84c3d;
  border: solid thin #e84c3d;
}
/* Button Sizes */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* ==========================================================================
   Button Menu
   ========================================================================== */
.dropdown-menu {
  background-color: #F6F6F6;
  border-color: #cbd0d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
}
.dropdown-menu > li {
  font-size: 13px;
}
.dropdown-menu > li > a {
  color: #797979;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.05);
}
.btn-default + .dropdown-menu > li > a:hover,
.btn-default + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #bdc3c7;
  color: #fff;
}
.btn-primary + .dropdown-menu > li > a:hover,
.btn-primary + .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.btn-info + .dropdown-menu > li > a:hover,
.btn-info + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #2C81BA;
  color: #fff;
}
.btn-warning + .dropdown-menu > li > a:hover,
.btn-warning + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f2ca27;
  color: #fff;
}
.btn-danger + .dropdown-menu > li > a:hover,
.btn-danger + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #c1392b;
  color: #fff;
}
#cal {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#events {
  background: #1abc9c;
  color: #fff;
  height: 755px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#events h2 {
  font-size: 3em;
  font-weight: 300;
}
#events h3 {
  font-size: 2em;
  font-weight: 300;
  padding: 0;
  margin: 0 0 50px 0;
}
.external-event.ui-draggable {
  margin: 10px 0;
  padding: 5px;
  background: #149e82;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.external-event.ui-draggable:hover {
  cursor: move;
}
.form-control {
  color: #717171;
  outline: 0;
  height: 18px;
  padding: 6px 11px;
  line-height: 18px;
  font-size: 13px;
  background-color: #fafafa;
  min-height: 36px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-control:focus {
  border-color: #7c7c7c;
}
.form-horizontal.form-border .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.input-group {
  margin-bottom: 15px;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
label.error {
  color: #fff;
  background: #b94a48;
  border: solid thin #fff;
  padding: 3px 5px;
}
label.valid {
  color: #fff;
  background: #5CB85C;
  border: solid thin #fff;
  padding: 3px 5px;
}
.icheck div,
.icheck .disabled {
  float: left;
}
.icheck div {
  margin-right: 10px;
}
.icheck label {
  font-weight: normal;
}
.icheck .checkbox,
.icheck .radio {
  margin-bottom: 10px;
}
/* Header */
#header {
  z-index: 200;
  background: #fff;
  min-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}
#header .brand {
  float: left;
  width: 240px;
  min-height: 80px;
  padding: 0 0 0 10px;
  position: relative;
  background: #1abc9c url('../img/logo.png') no-repeat 25px 26px;
}
#header .logo {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  padding: 23px 0 0 57px;
  display: inline-block;
}
#header .logo span {
  font-weight: 700;
}
#header .toggle-navigation button:hover,
#header .toggle-navigation button:active,
#header button#toggle-mail:hover,
#header button#toggle-mail:active {
  background: #1abc9c;
}
#header .toggle-navigation button:hover i,
#header button#toggle-mail:hover i {
  color: #F6F6F6;
}
#header .toggle-navigation.toggle-left {
  margin: 23px 0 0 20px;
  display: inline-block;
}
#header .btn-default {
  padding: 3px 9px;
  background: #F6F6F6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
#header .btn-default .fa {
  cursor: pointer;
  color: #797979;
}
#header .user-nav {
  float: right;
  padding-top: 23px;
  padding-right: 20px;
}
#header .user-nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#header .user-nav ul li .profile-photo {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu {
  width: 350px;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu {
  width: 125px;
}
#header .dropdown.settings .dropdown-menu > li > a:hover,
#header .dropdown.settings .dropdown-menu > li > a:active {
  background-color: #16a086;
  color: #fff;
}
#header .dropdown.settings .dropdown-menu > li > a:hover .badge.badge-danager {
  background-color: #fff;
  color: #1abc9c;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover,
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover .message-info .time {
  background: #1abc9c;
  color: #fff;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: -150px;
  top: 48px;
  background-color: #F6F6F6;
  border: none;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu:before {
  bottom: 100%;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e84c3d;
  border-width: 8px;
  margin-left: -8px;
}
#header .messages {
  margin: 0 15px;
}
#header .messages .badge {
  position: absolute;
  top: -10px;
  left: -5px;
}
#header .options i {
  color: #797979;
  font-size: 1.1em;
}
#header .user-nav ul li.dropdown.settings {
  line-height: 39px;
  margin-right: 10px;
  padding: 0 10px 0 10px;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 12px;
}
#header .user-controls ul li.dropdown.settings .dropdown-menu > li {
  display: block;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: -20px;
  top: 48px;
  background-color: #F6F6F6;
  border-color: #e7e8ec;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
#header .user-nav ul li.dropdown.settings .dropdown-menu:after {
  bottom: 100%;
  left: 78%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #F6F6F6;
  border-width: 8px;
  margin-left: -8px;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu:before {
  bottom: 100%;
  left: 78%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e7e8ec;
  border-width: 8px;
  margin-left: -8px;
  top: -17px;
}
#header .dropdown.settings .dropdown-menu > li,
#header .dropdown.messages .dropdown-menu > li {
  display: block;
}
#header .dropdown.settings > a {
  font-weight: 600;
  font-size: 12px;
}
#header li.dropdown ul.dropdown-menu.alert > li h1 {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #e84c3d;
  margin: 0;
  font-size: 13px;
  padding: 10px;
  font-weight: 400;
  color: white;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li:last-child a {
  background-color: white;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: right;
  padding: 10px 15px;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li:last-child a:hover {
  background: #1abc9c;
  color: #fff;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a {
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcfcfc;
  color: #797979;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info {
  vertical-align: top;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  width: 225px;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .sender {
  font-weight: 500;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .time {
  font-weight: 300;
  font-size: 9px;
  color: #b2b2b2;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .message-content {
  white-space: normal;
  margin-top: 5px;
}
#container {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-content-wrapper {
  margin-left: 240px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f1f2f7;
  min-height: auto;
}
.main-content-wrapper #main-content {
  border-top: solid thin #e7e8ec;
  display: inline-block;
  padding: 15px 15px 0 15px;
  width: 100%;
}
.main-content-wrapper #main-content .h1 {
  margin: 0;
  padding: 0px 10px 40px 10px;
  float: left;
  line-height: 10px;
  font-weight: 300;
  font-size: 42px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.main-content-toggle-left {
  margin-left: 0;
}
.main-content-toggle-right {
  margin-right: 240px;
}
/*.hta-contact img {
    padding: 15px 15px; #00d15f
}*/
 .sec1{background-color: #5473e8; }
.sec2{background-color:rgb(113 177 147) ;}
.sec3{background-color: #5473e8;}
/* Sidebar */.sidebar {

    position: absolute;
    margin-top: 3px;
   /* min-height: 885px;*/
    width: 262px;
    padding-top: 15px;
    background: #221e20;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 999;
}
.sidebar-header {
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin-top: -15px;
    padding: 20px 15px 20px;
    text-transform: uppercase;
    background: #5473e8;
    font-family: 'Karla', sans-serif;
}
ul.nav-sub a {
    color: #d2d1d1;
}
.sidebar .nav a {
  text-decoration: none;
}
.sidebar .nav i {
  font-size: 13px;
  margin-right: 5px;
}
.sidebar .nav .nav-sub {
  list-style: none;
  padding: 0;
  background: transparent;
  display: none;
  border-bottom: 1px solid #000
}
.sidebar .nav .nav-sub li > a {
  padding-right: 10px;
  font-size: 14pxsg;
  padding: 8px 0 8px 10px;
  display: block;
}
.sidebar .nav > li > .nav-sub > li > a {
  padding-left: 45px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 55px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 65px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 70px;
}
.sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 75px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > a {
  padding-left: 25px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 35px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 45px;
}
.sidebar-mini .sidebar .nav > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > .nav-sub > li > a {
  padding-left: 55px;
}
.sidebar .nav .nav-sub .nav-dropdown > a {
  padding-right: 30px;
}
.sidebar .nav-pills {
  margin-left: 0;
}
.sidebar .nav-pills > li > a {
    padding: 12px 10px;
    font-size: 12px;
    /* border-left: solid 4px #293949; */
    font-family: 'Karla', sans-serif;
    color: #fff;
    /* background: #161213; */
}
.nav > li > a:hover {
  color: #fff;
 /* border-left: solid 4px #1abc9c;*/
  background-color:  #161213;;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
 /* border-left: solid 4px #1abc9c;*/
  background-color:  #161213;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.sidebar .nav > li > a:focus {
  color: #fff;
  /*border-left: solid 4px #293949;*/
  background-color: #161213;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-dropdown.open > a:after {
    content: "\f106";
}
.sidebar-left a {
  color: #898989;
}
.sidebar-left a:focus,
.sidebar-left a:hover {
  color:#00d15f;
  background-color: transparent;
}
.sidebar-left .active > a,
.sidebar-left .active > a:focus,
.sidebar-left .active > a:hover {
  color: #ffffff;
}
.sidebar-left .sidebar-profile .media-body h4 {
  color: #f5f5f5;
}
.sidebar-mini .sidebar-left .nav > li.open > a {
  color: #fff;
  background-color: #293949;
}
.sidebar-left .nav-sub li.open > a {
  color: #fff;
}
.sidebar + .main-content-wrapper {
  width: 100%;
}
.nav-dropdown > a:after {
    margin-top: -2px;
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}
@media (max-width: 767px) {
  .sidebar {
    left: -240px;
  }
  .sidebar-opened .sidebar-left {
    display: block;
    left: 0;
  }
  .sidebar-opened .sidebar-left + .main-content-wrapper {
    left: 240px;
    overflow: hidden;
  }
  .sidebar-opened {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
  .sidebar-mini .sidebar {
    width: 50px;
    padding-top: 35px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown.nav-dropdown-open > a,
  .sidebar-mini .sidebar .nav > li.nav-dropdown:hover > a {
    border-bottom-right-radius: 0;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown > a:after {
    display: none;
    content: "";
    top: 12px;
    left: 34px;
    font-size: 10px;
  }
  .sidebar-mini .sidebar .nav > li > a {
    padding: 10px 9px;
    white-space: nowrap;
    overflow: hidden;
  }
  .sidebar-mini .sidebar .nav > li a .badge,
  .sidebar-mini .sidebar .nav > li a .label {
    display: none;
  }
  .sidebar-mini .sidebar .nav > li > a > i:first-child {
    margin-right: 10px;
    width: 22.28px;
  }
  .sidebar-mini .sidebar .nav > li > .nav-sub {
    position: absolute;
    left: 50px;
    margin-top: 0;
    padding-bottom: 2px;
    display: none!important;
    border-radius: 0 0 4px;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown-open,
  .sidebar-mini .sidebar .nav > li:hover {
    width: 240px;
    z-index: 10;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown-open a,
  .sidebar-mini .sidebar .nav > li:hover a {
    display: block;
    overflow: visible;
    white-space: normal;
    background-color: #293949;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown-open a .badge,
  .sidebar-mini .sidebar .nav > li.nav-dropdown-open a .label,
  .sidebar-mini .sidebar .nav > li:hover a .badge,
  .sidebar-mini .sidebar .nav > li:hover a .label {
    display: block;
  }
  .sidebar-mini .sidebar .nav > li.nav-dropdown-open > .nav-sub,
  .sidebar-mini .sidebar .nav > li:hover > .nav-sub {
    display: block!important;
    z-index: 10;
  }
  .sidebar-mini .sidebar .nav-pills {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sidebar-mini .sidebar .nav-pills > li.nav-dropdown-open,
  .sidebar-mini .sidebar .nav-pills > li:hover {
    width: 235px;
  }
  .sidebar-mini .sidebar .nav-pills > li > a > i {
    margin-right: 10px;
    width: 23px;
  }
  .sidebar-mini .sidebar .nav-pills > li.nav-dropdown > a {
    padding-right: 10px;
  }
  .sidebar-mini .sidebar .nav-pills > li > .nav-sub {
    left: 45px;
    width: 190px;
  }
  .sidebar-mini .sidebar .nav-pills > li > .nav-sub a {
    padding-right: 5px;
  }
  .sidebar-mini .sidebar .nav-pills > li > .nav-sub .nav-dropdown > a {
    padding-right: 30px;
  }
  .sidebar-mini .sidebar .sidebar-header,
  .sidebar-mini .sidebar .sidebar-profile,
  .sidebar-mini .sidebar .sidebar-summary {
    display: none;
  }
  .sidebar + .main-content-wrapper {
    margin-left: 240px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: auto;
  }
  .sidebar-mini .navbar .navbar-brand-group {
    width: 100px;
  }
  .sidebar-mini .navbar .navbar-brand-group .navbar-brand {
    width: 50px;
  }
  .sidebar-mini .sidebar + .main-content-wrapper {
    margin-left: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
@media only screen and (max-width: 660px) {
  .sidebar-toggle {
    margin-left: 0;
    width: 100%;
  }
  .main-content-toggle-left {
    margin-left: 660px;
  }
  .user-nav ul li {
    font-size: 12px;
  }
}
/* Sidebar Right */
.sidebarRight {
  width: 240px;
  background: #293949;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
body.off-canvas .sidebarRight {
  -webkit-transform: translate(240px, 0px);
  -ms-transform: translate(240px, 0px);
  -o-transform: translate(240px, 0px);
  transform: translate(240px, 0px);
}
body.off-canvas.off-canvas-open .sidebarRight {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
body.off-canvas.off-canvas-open #container {
  -webkit-transform: translate(-240px, 0px);
  -ms-transform: translate(-240px, 0px);
  -o-transform: translate(-240px, 0px);
  transform: translate(-240px, 0px);
  transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.sidebar-toggle-right {
  display: block;
}
.sidebarRight .sidebar-heading {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  line-height: 30px;
  padding: 10px;
  text-transform: uppercase;
}
.sidebarRight .heading {
  position: relative;
  margin-bottom: 20px;
}
.sidebarRight .heading ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebarRight .heading .search {
  -webkit-appearance: none !important;
  color: #fff;
  outline: 0;
  height: 30px;
  padding: 7px 15px;
  font-size: 0.75em;
  font-weight: normal;
  vertical-align: top;
  background-color: #1E2D3C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  position: relative;
  width: 100%;
}
.sidebarRight .heading .btn-search {
  position: absolute;
  background: none;
  right: 12px;
  top: 0;
}
.sidebarRight .heading .btn-search i {
  color: #a0a1a5;
}
.sidebarRight .heading .btn-search i:hover {
  color: #fff;
}
.sidebarRight h3 {
  font-size: 14px;
  color: #cbcdd0;
  text-transform: uppercase;
  float: left;
  margin-top: 0;
}
.sidebarRight h5 {
  font-size: 13px;
  color: #cbcdd0;
  font-weight: 600;
  float: left;
  display: inline-block;
  margin: 0;
}
.sidebarRight .list-contacts .list-item {
  float: left;
  position: relative;
  width: 100%;
  padding: 8px 5px 8px 0;
  margin-bottom: 3px;
  display: block;
}
.sidebarRight .list-contacts a.list-item,
.sidebarRight .list-contacts .list-item {
  color: #fff !important;
}
.sidebarRight .list-contacts .list-item .list-item-image img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.sidebarRight .list-contacts .list-item .list-item-content h4 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.sidebarRight .list-contacts .list-item .list-item-content p {
  padding: 0px;
  margin: 0px;
  line-height: 13px;
  font-size: 11px;
}
.sidebarRight .list-contacts .list-item .item-status.item-status-online {
  background: #27ae61;
}
.sidebarRight .list-contacts .list-item .item-status.item-status-away {
  background: #f39c11;
}
.sidebarRight .list-contacts .list-item .item-status {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #AAA;
}
#right-panel-tabs .tab-content > .tab-pane {
  padding: 10px;
}
#right-panel-tabs .nav-tabs.nav-justified > .active > a,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:hover,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  background: none;
}
#right-panel-tabs .nav > li > a {
  border: none;
}
#right-panel-tabs .nav > li > a:hover,
#right-panel-tabs .nav > li > a:focus {
  background: none;
  margin-bottom: 5px;
  cursor: pointer;
}
#right-panel-tabs .tab-content {
  padding: 0 10px;
}
#right-panel-tabs .nav-tabs.nav-justified > .active > a,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:hover,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  color: #fff;
}
#right-panel-tabs .nav-tabs.nav-justified > .active > a,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:hover,
#right-panel-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  color: #fff;
}
#right-panel-tabs .nav-tabs.nav-justified > li > a {
  background: #212f3d;
  border-radius: 0;
  color: #999B9F;
}
#right-panel-tabs .nav-tabs.nav-justified > li > a,
#right-panel-tabs .nav-tabs.nav-justified > li > a:hover {
  margin: 0;
}
.setting-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.setting-list li {
  position: relative;
  display: block;
  padding: 10px 0;
  clear: both;
  color: #7c7f87;
  font-size: 12px;
}
.setting-list .switchery {
  float: right;
}
.slider.slider-horizontal {
  margin: 10px 0;
}
.slider.slider-vertical {
  margin: 0 10px;
}
.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}
.slider-default .slider-selection {
  background-image: none;
  background-color: #bdc3c7;
}
.slider-primary .slider-selection {
  background-image: none;
  background-color: #1abc9c;
}
.slider-success .slider-selection {
  background-image: none;
  background-color: #71b193;
}
.slider-warning .slider-selection {
  background-image: none;
  background-color: #f1c40f;
}
.slider-info .slider-selection {
  background-image: none;
  background-color: #3598db;
}
.slider-danger .slider-selection {
  background-image: none;
  background-color: #e84c3d;
}
#RGB {
  height: 239px;
  background: #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dashboard-tile {
  background-color: #fff;
  color: #555;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dashboard-tile.tile-turquoise {
  background-color: #1abc9c;
  color: #fff;
}
.dashboard-tile.tile-red {
  background-color: #e84c3d;
  color: #fff;
}
.dashboard-tile.tile-blue {
  background-color: #3598db;
  color: #fff;
}
.dashboard-tile.tile-purple {
  background-color: #9a59b5;
  color: #fff;
}
.dashboard-tile .header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.dashboard-tile .header .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
}
.dashboard-tile .content {
  padding: 10px;
}
.dashboard-tile.header .content {
  padding: 10px 20px;
  background: transparent;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.dashboard-tile.detail .icon {
  bottom: 0px;
  width: 80px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
}
.dashboard-tile.header .icon img {
  opacity: 0.8;
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 80px;
}
.dashboard-tile.header {
  position: relative;
  overflow: hidden;
}
.dashboard-tile.detail {
  position: relative;
  overflow: hidden;
}
.dashboard-tile.detail .content {
  background: transparent;
  padding: 10px 10px 13px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.dashboard-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  width: 80px;
  right: 40px;
  bottom: 9px;
}
.dashboard-tile.detail .icon i {
  color: rgba(0, 0, 0, 0.05);
  font-size: 85px;
  line-height: 65px;
}
.dashboard-tile .content p {
  margin-bottom: 0;
  padding: 10px;
  font-weight: 4 00;
  font-size: 14px;
  clear: both;
}
#main-content .dashboard-tile .content h1 {
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  padding: 8px;
}
/* ==========================================================================
   FlotChart
   ========================================================================== */
.chart-tooltip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #233242 !important;
  border: 0px !important;
  color: #ffffff;
  padding: 10px 20px !important;
  font-size: 13px;
}
/* ==========================================================================
   Charts JS
   ========================================================================== */
.canvas-container {
  min-height: 300px;
  max-height: 600px;
  position: relative;
}
.default-bg {
  background-color: #bdc3c7;
}
.primary-bg {
  background-color: #1abc9c;
}
.success-bg {
  background-color: #71b193;
}
.warning-bg {
  background-color: #f1c40f;
}
.info-bg {
  background-color: #3598db;
}
.danger-bg {
  background-color: #e84c3d;
}
.default-txt {
  color: #bdc3c7;
}
.primary-txt {
  color: #1abc9c;
}
.success-txt {
  color: #71b193;
}
.warning-txt {
  color: #f1c40f;
}
.info-txt {
  color: #3598db;
}
.danger-txt {
  color: #e84c3d;
}
.label-default {
  background-color: #bdc3c7;
}
.label-primary {
  background-color: #1abc9c;
}
.label-success {
  background-color: #71b193;
}
.label-warning {
  background-color: #f1c40f;
}
.label-info {
  background-color: #3598db;
}
.label-danger {
  background-color: #e84c3d;
}
.fa-hover {
  margin: 5px 0;
}
.fa-hover i {
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
}
.mail-option ul li {
  list-style: none;
}
#view-mail-wrapper header {
  color: #a2a2a2;
}
#view-mail-wrapper header h2 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}
#view-mail-wrapper header p {
  position: absolute;
  right: 35px;
  top: 48px;
}
#view-mail-wrapper .view-mail-header {
  padding-top: 5px;
}
#view-mail-wrapper .view-mail-header img {
  margin-right: 10px;
}
#view-mail-wrapper .view-mail-reply {
  margin-top: 12px;
}
#view-mail-wrapper .view-mail-body {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
#view-mail-wrapper .view-mail-body p {
  line-height: 1.8em;
}
#view-mail-wrapper .view-mail-body .panel-footer,
#view-mail-wrapper .view-compose-body .panel-footer {
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
#view-mail-wrapper .view-mail-body .panel-footer h5 {
  display: inline-block;
}
#view-mail-wrapper .view-mail-body .panel-footer .attchments {
  padding: 0 8px;
  text-transform: lowercase;
}
#view-mail-wrapper .view-mail-body .panel-footer button.pull-right {
  margin: 0 0 0px 8px;
}
.send-options {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 45px;
  top: 22px;
}
.send-options a {
  color: #979797;
}
#form-group-cc,
#form-group-bcc {
  display: none;
}
.compose-nav > li + li {
  margin-left: 0;
  margin-top: 0px;
}
.compose-nav li a,
.compose-nav li a:visited {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #f2f3f6;
  padding: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0);
  color: #5D5F63;
}
.compose-nav > li.active > a,
.compose-nav > li.active > a:hover,
.compose-nav > li.active > a:focus {
  background: #f9f9f9;
  color: #1abc9c;
  border-left: 3px solid #1abc9c;
  margin-left: -3px;
}
.compose-nav > li > a:hover,
.compose-nav > li > a:focus {
  background: #f9f9f9;
  color: #1abc9c;
  border-left: 3px solid #1abc9c;
  margin-left: -3px;
}
.mail-checkbox {
  margin: 0 15px 0 8px;
}
.mail-option .btn-group .fa-refresh,
.pag-left,
.pag-right {
  color: #fff;
}
.inbox-pag li {
  float: left;
  margin-left: 5px;
}
.inbox-pag li span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}
.compose-nav {
  margin: 15px -15px 0 -15px;
}
.table-inbox span.title {
  display: block;
  font-weight: bold;
}
.table-inbox tr {
  background: #f9f9f9;
}
.table-inbox tr.unread {
  background: #fff;
}
.table-inbox a,
.table-inbox a:visited {
  color: #5D5F63;
}
.table-inbox .unread a,
.table-inbox .unread a:visited {
  color: #1abc9c;
}
.table-inbox .fa-star {
  color: #f1c40f;
}
/*.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  background: #1abc9c;
  border: solid 3px #1abc9c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 4px;
}*/
.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1abc9c;
}
.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #1abc9c;
}
.modal-footer .btn + .btn {
  margin-bottom: 5px;
}
.modal .modal-body.modal-scroll {
  max-height: 300px;
  overflow-y: auto;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  cursor: move;
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  background: #fff;
  color: #1abc9c;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Login
   ========================================================================== */
#login-container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
#login-wrapper {
  margin: 100px auto;
  float: none;
}
#login-wrapper .logo {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  display: inline-block;
}
#login-wrapper .logo:before {
  background-image: url('../img/logo.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 20px;
  content: "\00a0";
}
#login-wrapper .form-group i {
  position: absolute;
  left: 27px;
  top: 11px;
}
#login-wrapper #email,
#login-wrapper #password {
  padding-left: 32px;
}
/* ==========================================================================
   Error Pages 404 and 500
   ========================================================================== */
#error-container .block-error {
  width: 400px;
  margin: 50px auto 0px;
}
#error-container header h1.error {
  font-size: 250px;
}
#error-container header p {
  text-transform: uppercase;
  font-size: 30px;
}
#error-container p {
  margin: 10px 0 40px 0;
}
/* ==========================================================================
   Timeline
   ========================================================================== */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline .time-layer {
  margin-right: -40px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
h3.timeline-title {
  margin: 0;
  color: #C8CCD7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.timeline-layer .panel .panel-heading h1 i {
  color: #bdc3c7;
}
.timeline-item:before,
.timeline-item.left:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item {
  display: table-row;
}
.timeline-layer {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-layer h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}
.timeline-layer .panel {
  display: block;
  margin-left: 45px;
  position: relative;
  text-align: left;
  background: #fff;
}
.timeline-item .timeline-layer .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.timeline-item .timeline-layer .arrow {
  border-right: 8px solid #fff;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-left: 8px solid #fff;
}
.timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
}
.timeline .timeline-icon {
  background: #bdc3c7;
}
.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
}
.timeline .timeline-icon i {
  margin-top: 9px;
}
.timeline-item.left .timeline-icon {
  left: auto;
  right: -60px;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none;
}
.timeline-item.left .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}
.timeline-item.left:before {
  display: none;
}
.timeline-layer p {
  font-size: 14px;
  margin-bottom: 0;
  color: #999;
}
.timeline-layer .panel {
  margin-bottom: 5px;
}
.timeline-layer .album {
  margin-top: 20px;
}
.timeline-item.left .timeline-layer .album {
  margin-top: 20px;
  float: right;
}
.timeline-layer .notification {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 4px;
}
.timeline-item.left .panel {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.left h1,
.timeline-item.left p {
  text-align: right;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #00d15f;
  border-color: #00d15f;
}
li.page-item.pre a {
    background: #00d15f;
    color: #fff;
    border: #00d15f;
}
li.page-item.next a {
    background: #00d15f;
    color: #fff;
    border: #00d15f;
}
nav.page {
    text-align: center;
}
.btmimg1 img {
    position: absolute;
    right: 0px;
    top: 845px;
    width: 600px;
    /* z-index: 99; */
    opacity: 0.5;
}
.directory table{height: 330px;}
 .upperfrm1 .select#product {
    background: #405dcd;
    border: 1px solid #405dcd;
    color: #fff;
}
.upperfrm1 form.form-inline {
    background: #5473e8;
    margin: 0;
    padding: 20px;
    border: 2px solid #fff;
}
.upperfrm1 .form-control {
    border: #405dcd;
    height: 11px;
    padding: 6px 11px;
    line-height: 14px;
    font-size: 12px;
    background-color: #405dcd;
    min-height: 28px;
    color: #fff;
}
select.round {
    background-image: linear-gradient(45deg, transparent 50%, #ddd 50%), linear-gradient(135deg, #ddd 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 0.2em) 0.6em;
    background-size: 0px 0px, 0px 1px, 1.2em 1.2em;
    background-repeat: no-repeat;
    color: #000;
}
  
    span.glyphicon.glyphicon-filter {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.frst1 h4 {
    font-family: 'Karla', sans-serif;
}
.frst2 h4 {
    font-family: 'Karla', sans-serif;
}
.frst1  {
    padding: 24px 0 ;
    position: relative;
    z-index: 999;
}
.frst2  {
    padding: 24px 0;
     position: relative;
     z-index: 999;
}
.frst1 img {
    padding: 18px;
}
.frst2 img {
    padding: 18px;

}

.pagination > li > a,
.pagination > li > span {
  color: #1abc9c;
}
.panel {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel > .panel-heading {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
}
.panel .actions {
  position: absolute;
  right: 30px;
  top: 18px;
}
.panel .actions i {
  font-size: 1em;
  margin: 0 3px;
}
.panel .actions i:hover {
  cursor: pointer;
}
.panel > .panel-footer {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
}
.panel-default > .panel-heading {
  border-color: #eff2f7;
  background: #fafafa;
  color: #767676;
}
.panel-default .actions i {
  font-size: 1em;
  color: #bdc3c7;
  margin: 0 3px;
}
.panel-default .actions i:hover {
  cursor: pointer;
  color: #767676;
}
.panel-default > .panel-footer {
  border-color: #eff2f7;
  background: #fafafa;
  color: #767676;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.panel-primary {
  border-color: #1abc9c;
}
.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a:hover {
  color: #fff;
}
.panel-solid-default > .panel-heading,
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer {
  background: #bdc3c7;
  color: #fff;
  border: none;
}
.panel-solid-primary > .panel-heading,
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer {
  background: #1abc9c;
  color: #fff;
  border: none;
}
.panel-solid-success > .panel-heading,
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer {
  background: #71b193;
  color: #fff;
  border: none;
}
.panel-solid-warning > .panel-heading,
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer {
  background: #f1c40f;
  color: #fff;
  border: none;
}
.panel-solid-info > .panel-heading,
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer {
  background: #3598db;
  color: #fff;
  border: none;
}
.panel-solid-danger > .panel-heading,
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer {
  background: #e84c3d;
  color: #fff;
  border: none;
}
.progress-bar-default {
  background-color: #bdc3c7;
}
.progress-bar-primary {
  background-color: #1abc9c;
}
.progress-bar-success {
  background-color: #71b193;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-info {
  background-color: #3598db;
}
.progress-bar-danger {
  background-color: #e84c3d;
}
.tab-wrapper {
  margin-bottom: 20px;
}
.tab-wrapper .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tab-wrapper .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 15px;
}
.tab-wrapper > .nav-tabs > li a {
  color: #5D5F63;
}
.tab-wrapper > .nav-tabs > li.active > a {
  border-top: 2px solid #1abc9c;
  background-color: #ffffff;
}
.tab-wrapper.tab-left > .nav-tabs > li,
.tab-wrapper.tab-right > .nav-tabs > li {
  float: none;
  min-width: 75px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a,
.tab-wrapper.tab-right > .nav-tabs > li > a {
  border: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a,
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
  border-top-color: #ddd !important;
}
.tab-wrapper.tab-left .tab-content,
.tab-wrapper.tab-right .tab-content {
  overflow: auto;
  border-top: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs {
  float: left;
  margin-right: -3px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a {
  border-right: 0;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a {
  border-left: 2px solid #1abc9c;
}
.tab-wrapper.tab-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tab-wrapper.tab-right > .nav-tabs > li > a {
  border-left: 0;
}
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
  border-right: 2px solid #1abc9c;
}
.tab-wrapper.tab-bottom > .tab-content {
  border-top: 1px solid #ddd;
}
.tab-wrapper.tab-bottom > .nav-tabs {
  border-bottom: none;
  margin-top: 0px;
}
.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
  margin-top: -2px;
  border-top-color: transparent !important;
  border-bottom: 2px solid #1abc9c;
}
.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
  border-top-color: #1abc9c;
}
.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
  border-left-color: #1abc9c;
}
.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
  border-right-color: #1abc9c;
}
.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #1abc9c;
}
.step-content {
  border: 1px solid #D4D4D4;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.wizard:before,
.wizard:after {
  display: table;
  line-height: 0;
  content: "";
}
.wizard:after {
  clear: both;
}
.wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}
.wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}
.wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}
.wizard ul li.complete {
  color: #1abc9c;
  background: #f3f4f5;
}
.wizard ul li.complete:hover {
  cursor: pointer;
  background: #e1f2ef;
}
.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e1f2ef;
}
.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.wizard ul li.active {
  color: #1abc9c;
  background: #fff;
}
.wizard ul li.active .chevron:before {
  border-left: 14px solid #fff;
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  padding-left: 20px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wizard .actions {
  position: initial;
  z-index: 1000;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}
.wizard .actions .btn-prev i {
  margin-right: 5px;
  color: #fff;
}
.wizard .actions .btn-next i {
  margin-left: 5px;
  color: #fff;
}
.wizard .actions .btn-prev[disabled] i {
  color: rgba(255, 255, 255, 0.75);
}
.step-content .step-pane {
  display: none;
}
.step-content .active {
  display: block;
}
.step-content .active .btn-group .active {
  display: inline-block;
}
.wizard .steps .badge.badge-info {
  background-color: #1abc9c;
}
.wizard .steps .badge.badge-success {
  background-color: #1abc9c;
}
.form-group .title {
  text-align: right;
}
.switchery {
  border: none;
}


/*top header */

.header-top-area {
  background: #ffffff;
  min-height: 90px;
}

.hta-contact {
    padding: 5px 25px;
}

.hta-contact .text {
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
  font-weight: 300;
  margin-right: 30px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0;
}

.hta-contact .text:last-child {
  margin-right: 0;
}

.hta-contact .text .icon {
  margin-right: 9px;
}

.hta-social {
   
    text-align: right;
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}

.hta-social li {
    display: inline-block;
   
    color: #1a1a1a;
   
}

.hta-social li:last-child {
  margin-right: 0;
}
.hta-social  i {
    padding-right: 10px;
}


.hta-social li a {
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    border-left: 1px solid #d4d0d0;
    line-height: 90px;
    padding: 0 10px;
}

.hta-infos {
  text-align: right;
  padding: 27px 10px;
  
}


.hta-infos-btn {
    background-color: rgb(113 177 147);
    padding-top: 26px;
    line-height: 25px;
    text-align: center;
    padding: 33px 0px;
    margin-right: -15px;
    /* margin-bottom: -16px; #2dcc70 */
}

/*.logo
{
	width:130px;
	height:60px;
}
*/

.hta-infos .text {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.hta-infos .text::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 10px;
  width: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hta-infos .text:last-child {
  margin-right: 0;
  padding-right: 0;
}

.hta-infos .text:last-child::after {
  display: none;
}

.hta-infos .text .icon {
  margin-right: 10px;
  font-size: 10px;
}

.hta-infos .text-ico {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 35px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}


.carousel-caption {
    top: 30%;
    text-shadow: none;
}
.carousel-caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.sliderinner .carousel-caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.carousel-caption p {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
   
    color: #fff;
    line-height: 28px;
}
.carousel-caption .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 15px 25px; border-radius: 30px; background-color:rgb(113 177 147)  ; color: #fff; }
.carousel-caption .read{margin-top: 30px;}
/*.carousel-caption .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent;#00d15f }
*/
.carousel-caption .read i{color: #00893e;   padding-left: 10px;}
span.icon {
    font-size: 20px;

}
/*top header end*/
/*---------------------------------About---------------------#00d15f---------------------*/
.heading1{color: #111616;font-weight: bold; font-size: 48px;font-family: 'Montserrat', sans-serif;}
.main-content-wrapper{background-color: #fff; }
.about{width: 100%; float: left; margin-top: 50px;margin-bottom: 65px;}
.borerline{margin-bottom: 30px;}

.about h3{font-size: 30px; font-family: 'Karla', sans-serif; color: #1a1a1a;   }
.about p{font-size: 14px; font-family: 'Karla', sans-serif; color: #929292;  }
.about .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 10px 15px; border-radius: 30px; background-color:rgb(113 177 147)  ; color: #fff; }
.about .read{margin-top: 30px;}
.about .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }
.info-content:after {
    content: "";
    box-shadow: -35.355px 35.355px 50px 0 rgba(157,157,157,.3);
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
    width: 70px;
    height: 100%;
}
.contarea {
    background-color: #fff;
    position: absolute;
    left: -70px;
    padding: 50px;
    top: 100px;
}
/*-------------------------------------About End--------------------------------------*/
/*****product*************/
  .inputWithIcon input[type="text"] {
  width: 100%;
 border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background: #f5f5f5;
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon .marki {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
  color: #434343;
}
.inputWithIcon .arw {
  position: absolute;
  right: 0!important;
  top: 10px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
  color: #434343;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

/*****product end*******/


/*----------------------------counter area----------------------------------------*/


.countersection{width: 100%; float: left;clear: both; margin-top: 50px;animation: hue 60s infinite linear}
.counter {
  
    padding: 60px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 48px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: #fff;
}


.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: #fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}




/*-----------------------------------counter area end-----------------------------*/
/*---------------------------------------clean area-------------------------------*/

.clean{width: 100%; float: left; margin-top: 50px;}
.borerline{margin-bottom: 30px;}
.cleaninner {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: linear-gradient(45deg, #5473e8 0%,#5473e8 100%);
  margin-bottom: 6px;
}
.clean .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 10px 20px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.clean .read{margin-top: 30px;}
.clean .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }
.cleaninner:last-child{
  margin-bottom: 0;
}
.cleaninner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 85px 20px;
  background: #00000054;
  margin: 0 auto;
}


.cleaninner img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cleaninner:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.cleaninner h2{

  color: #fff;
  text-align: center;
  position: relative;
  font-size: 32px;
  overflow: hidden;
  font-weight: normal;
 
  background-color: transparent;
  font-family: 'Karla', sans-serif;
  margin-top: 100px;
}
.cleaninner h2 a{
  color: #fff;
}
/*.cleaninner h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}*/

.cleaninner:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.cleaninner p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  font-family: 'Karla', sans-serif!important;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
.cleaninner .read{opacity: 0;}
.cleaninner:hover .read {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.cleaninner:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*------------------------clean area end----------------------------------------------*/



/*---------------------------------------financial area start-------------------------------*/
.financial p {
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    color: #434343;
    padding: 0 356px;
    line-height: 29px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 65px;
}



/*------------------------financial area end----------------------------------------------*/


/*-----------------------------------------blog------------------------------------*/
.blog{width: 100%; float: left; margin-top: 50px;}

/*.borerline{margin-bottom: 30px;}*/
.blogcontent {
    
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    

  }

  .blog .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 15px 40px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.blog .read{margin-top: 50px;  text-align: center;}
.blog .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }

  .blogcontent p{font-weight: bold;font-size: 12px; color: #fff;}
     .blogcontent .by{font-size: 14px!importamt; color: #fff!important;line-height: 50px;}
      .blogcontent h3{font-size: 24px; color: #fff!important; font-family: 'Karla', sans-serif!important;}
      .no-padding{padding: 0px;}
     .blogcol1 img{width:50%;}
   .blogcol1 .blogcontent1 {
    width: 49.4%;
    /* display: inline; */
    background: #fff;
    float: right;
    padding: 54px;
}
.blogcontent1 p{font-weight: bold;font-size: 12px; color: #00d15f; text-align: center;}
 .blogcontent1 .by {
    font-size: 14px!important;
    color: #212121!important;
    text-align: center;
    line-height: 50px;
}
      .blogcontent1 h3 a{font-size: 24px; color: #212121!important; font-family: 'Karla', sans-serif!important;text-align: center!important;}


  .blogcol2 img{width:50.60%;}
   .blogcol2 .blogcontent2 {
    width: 49.4%;
    /* display: inline; */
    background: #fff;
    float: left;
    padding: 54px;
}
.blogcontent2 p{font-weight: bold;font-size: 12px; color: #00d15f; text-align: center;}
 .blogcontent2 .by {
    font-size: 14px!important;
    color: #212121!important;
    text-align: center;
    line-height: 50px;
}
      .blogcontent2 h3 a{font-size: 24px; color: #212121!important; font-family: 'Karla', sans-serif!important;text-align: center!important;}


.blogcontent1:before {
    position: absolute;
    bottom: 0;
    left: 45.2%;
    width: 100%;
    content: '';
    background-image: url(../img/leftarrow.png);
    top: 19%;
    background-repeat: no-repeat;
}

.blogcontent2:after {
    position: absolute;
    bottom: 0px;
    left: 47.2%;
    width: 100%;
    content: '';
    background-image: url(../img/rightarrow.png);
    top: 66%;
    background-repeat: no-repeat;
}
/*------------------------------blog end -----------------------------------------*/

/*----------------------------stay informend-------------------------------------------------------------*/

.stay {
    width: 100%;
    float: left;
    margin-top: 50px;
    /* margin-bottom: 80px; */
    background-color: #fff;
    padding-bottom: 90px;
}
.stay h2{padding-top: 30px;}
.stay h3{font-family: 'Karla', sans-serif!important; font-size: 30px;color: #1a1a1a}
.stay form{ margin-top: 40px; }
.stay .read a{font-size: 14px; font-weight: bold; font-family: 'Karla', sans-serif; padding: 10px 20px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.stay .read{margin-top: 30px;}
.stay .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }



/*------------------------stay informed end----------------------------------------------------------*/
/*----------------------------socials icons-----------------------------------------------------------*/
.socialic{text-align: center; margin: 0 auto;}
.socialic ul {
  text-align: center;
  margin-top: 40px;
}

 .socialic li {
    list-style: none;
    width: 50px;
    height: 50px;
    line-height: 55px;
    background: #000;
    text-align: center;
    margin: 5px 5px;
    border-radius: 25px;
    display: inline-block;
}

   .socialic li:nth-child(1) {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin: 5px 5px;
    background: #00a7e7;
    border-radius: 25px;
}
   .socialic li:nth-child(1) i{
     font-size:25px;
     
   }
  .socialic li:nth-child(2) {
    background: #0170ac;
  
}
   .socialic li i{
     color:#fff;
     font-size:20px;
   }


/*--------------------------------social icons end---------------------------------------------------------*/
/***************solar pump set**************************/
.headi{background: #5473e8; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #434343;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #434343;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/* -------------------------------- */
/*---------------finance desk---------------*/
.loadpop form{background: #fff; border-radius: 20px;}
 .loadpop input[type=text] {
    background-color: #cac5c5;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0;
}
#fdemail {
    background-color: #cac5c5;
}
.loadpop  select#inputState {
    background: #cac5c5;
    border: none;
}
.loadpop  .btbutton{text-align: center;}
.loadpop  .btbutton a {
    background: #00d15f;
    color: #fff;
    border-radius: 5px;
    padding: 15px 140px;
}

.loadpop  .form-group {
    margin-bottom: 15px;
    padding: 0 30px;
}
 .loadpop  button.btn.btn-default {
    background: #00d15f;
    border-radius: 20px;
    padding: 10px 30px;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.loadpop  input[type=radio], input[type=checkbox] {
    margin: 4px 10px 0;
    margin-top: 1px \9;
    line-height: normal;
}
.loadpop .modal-body {
    width: 600px;
    margin: 0 auto;
}
.formpop {
    padding-top: 50px;
    
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
/*----------------finance desk end----------------*/
/*------personal info----------------*/
 form{background: #fff;}
 .personalinfo input[type=text] {
    background-color: #f4f4f4;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0;
}
.personl {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid #f3f2f2;
}
.personalinfo select#inputState {
    background: #f4f4f4;
    border: none;
}
.personalinfo .btbutton{text-align: center;}
.personalinfo .btbutton a {
    background: #00d15f;
    color: #fff;
    border-radius: 5px;
    padding: 15px 140px;
}

.personalinfo .form-group {
    margin-bottom: 15px;
    padding: 0 30px;
}
.personalinfo button.btn.btn-default {
    background: #00d15f;
    border-radius: 20px;
    padding: 10px 30px;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.personalinfo input[type=radio], input[type=checkbox] {
    margin: 4px 10px 0;
    margin-top: 1px \9;
    line-height: normal;
}
.list-group-item.headi h4 {
    color: #fff;
    font-size: 16px;
}
/*----------------personal info end*/

Primary style

-------------------------------- */

/* -------------------------------- 

Basic Style

-------------------------------- */
.list-group-item.headi h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0;
    background-color: transparent;
    border-radius: .25em;
    border-bottom: 1px solid #ddd;
    float:left;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;

  color: #00d15f;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}


/*****************solar pump set end*********************/
/****************** priceslider***********************/
  .define{font-size: 20px; color: #212121}
.def {
    background: #fff;
    padding: 72px;
    margin-left: -30px;
}
.read1 a{color: #00d15f; text-transform: uppercase; font-size: 14px; font-weight: bold;}
.prodn{padding:50px;}
.mt50{margin-top: 50px;}
.portalfrst h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #111616;
}

/******************* Accordion Demo - 2 *****************/
#accordion2 .panel-title a {
    display: block;
    padding: 12px 15px 12px 12px;
    background: transparent;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #676767;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    text-align: left;
}
#accordion2 .panel-title a:before {
    content: "\f068"!important;
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    /* background: #111616; */
    font-size: 12px;
    font-weight: 900;
    color: #111616;
    text-align: center;

    text-shadow: none;
    position: absolute;
    top: 8px;
    right: 15px;
}
.panel-title > a:before {
    float: right;
    font-family: FontAwesome;
    content: "\f139";
    padding-right: 5px;
    color: #d1d1d1;
    font-size: 25px;
}
#accordion2 .panel-title a.collapsed:before{ content: "\f067"!important;}
#accordion2 .panel-body{
    padding: 0px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#accordion2 .panel-body p{ margin-bottom: 0; }
.rgtsidebar{margin-top: 50px;}
.filt {
    background: #5473e8;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    padding: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.rgtsidebar .panel-default > .panel-heading {
    border-color: #eff2f7;
    background: #fafafa;
    color: #767676;
    margin: 0;
    padding: 0;
}
.rgtsidebar form{ background: #fafafa; }
.rgtsidebar input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-weight: normal;
}

.rgtsidebar input[type=checkbox] {
  display: none;
}

.rgtsidebar input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    /* padding-bottom: 0.3em; */
    margin-right: 1.2em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
}

.rgtsidebar input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.rgtsidebar input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.rgtsidebar input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.rgtsidebar input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.rgtsidebar button.btn.btn-default {
    margin-top: 5px;
    height: 36px;
    background: #f0f0f0;
    color: #454545;
}
input#srch-term {
    background: #f0f0f0;
    border:none;
}

.range-slider {
  *zoom: 1;
  margin: 20px 0;
  padding-top: 3.5em;
  position: relative;
  text-align: center;
}
.range-slider:before, .range-slider:after {
  content: " ";
  display: table;
}
.range-slider:after {
  clear: both;
}
@media (min-width: 640px) {
  .range-slider {
    padding-top: 3.5em;
  }
}
@media (min-width: 1024px) {
  .range-slider {
    padding-top: 3.5em;
  }
}
.range-slider .track {
  bottom: 15px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}
@media (min-width: 640px) {
  .range-slider .track {
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .range-slider .track {
    bottom: 15px;
  }
}
.range-slider .track--full {
  background: #aaa;
  width: 100%;
}
.range-slider .track--included {
    background: #00d15f;
    border-radius: 3px;
}
.range-slider .slider-thumb {
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
}
@media (min-width: 640px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}
@media (min-width: 640px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range] {
    height: 30px;
  }
}
.range-slider [type=range]:focus {
  outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
.range-slider [type=range]::-ms-thumb {
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}
.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
.range-slider .output, .range-slider output {
    /* background: #fff; */
    /* border: 1px solid #aaa; */
    border-radius: 4px;
    color: #aaa;
    display: inline-block;
    height: 2.5em;
    left: 50%;
    line-height: 2.5em;
    padding: 0 0.75em;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, 0);
}


/**********************slider end*************/
/*************publication start***********************/
p.des {
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    color: #212121;
}
p.byclean {
   
    margin-top: -10px;
    padding: 25px;
    text-align: center;
    color: #212121;
}
.public {
    border-radius: 10px;
    background: #fff;
}
.loading{text-align: center; margin-top: 60px; margin-bottom: 20px;}
.loading a {
    border: 3px solid #00d15f;
    padding: 15px 30px;
    border-radius: 25px;
}

/*************publication end**************************/
/**************portal landing start************************/
  .portalfrst h5{font-size: 20px;color: #212121;    font-family: 'Karla', sans-serif; font-weight: 500}
  .portalfrst .carousel-inner{margin-top: 30px;}
   .portalfrst .panel > .panel-heading {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px;
    border-color: #eff2f7;
    background: #fff;
    color: #fff;
    margin-top: 0px;
}

.portalfrst ul li{list-style: none; padding: 8px 0px; font-weight: 600;}
.portalfrst ul li:hover{color: #5473e8; padding-left: 8px; background: #f5f5f5;-webkit-transition: all 0.5s ease-out;}
.panel-body {
    padding: 15px;
    background: #fafafa;
}
.panel > .panel-heading a {
    font-size: 16px;
    font-weight: bold;
    color: #111616!important;
    font-family: 'Karla', sans-serif;
    text-decoration: none!important;
}
 .portalfrst .panel-title1 > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f139";
    padding-right: 5px;
    color: #5473e8;
    font-size: 25px;
}
  .portalfrst h4{font-family: 'Montserrat', sans-serif; font-size: 35px; text-align: center; font-weight: bold; color: #111616;}
  .btmline {text-align: center;}
  .portalfrst .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 15;
    width: 100%;
    /* padding-left: 0; */
    margin: 0 auto;
    text-align: center;
    list-style: none;
    background: #0000006b;
    padding: 10px 0;
   
}
.portalfrst.aboutdata{padding:50px; background: #fafafa;    clear: both;}
.portalfrst.dreappliances{padding:50px;  clear: both; background: #fff;}
.portalfrst.dre{padding:50px;  clear: both;}
.cont{margin:30px 0;}
.portalfrst.dreappliances ul li {
    list-style: none;
    padding: 0px 0px;
    font-weight: normal;
}
 .dre .read{ margin-top: 30px;}
  .dre .read a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: rgb(113 177 147);
    color: #fff;
   
}

/****************portal landing end*****************/
/*------------------------------subscribe start-------------------------------------------------------------*/




input, textarea {
  background-color: #f5f5f5;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 100%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
}

input:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
  color: #5a5a5a;
  font-size: 14px;
  font-family: 'Karla', sans-serif!important

}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
 


/*---------------------------------subscribe end----------------------------------------------------*/

/*footer start-----------------------------------*/
.footer{width: 100%; float: left; background-color: #0a1c2e;
}

.section-padding {
    padding: 25px 0;
}
.bottom {
    background-color: #0a1c2e;
}
.bottom .copyright {
    color: #808080;
    font-weight: 600;
}
.copyright a {
    color: #808080;
    margin-left: 3px;
    padding-right: 3px;
}
.bottom p {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}
.copyright p span {
    color: #d1caca;
}
.bottom .copyright p, .bottom .copyright a:hover{
    color: #808080;
}


/*---------footer end-----------------------------*/

/*---------about inner-----------------------------*/


.main-content-wrapper{background-color: #fff; }
.about-inner{width: 100%; float: left; margin-top: 80px;margin-bottom: 80px;}
.borerline{margin-bottom: 30px;}

.about-inner h3 {
    font-size: 30px;
    font-family: 'Karla', sans-serif;
    color: #1a1a1a;
    margin: 35px 0;
}
.about-inner p {
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    color: #929292;
    margin: 15px 0px;
}
.about-inner .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 10px 15px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.about-inner .read{margin-top: 30px;}
.about-inner .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }

.about-inner .abtcont {
    background-color: #fff;
    padding: 54px 84px;
    line-height: 22px;
}




/*---------about inner end-----------------------------*/


/*-----------------------------------------govern------------------------------------*/
.govern{width: 100%; float: left; margin-top: 50px; overflow: hidden;}
.browse{display: inline-block; font-size: 14px; color: #fff;}
/*.borerline{margin-bottom: 30px;}*/
.governcontent {
    
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    

  }

  .govern .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 15px 40px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.govern .read {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.govern .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }

  .governcontent p{font-weight: bold;font-size: 12px; color: #fff;}
     .governcontent .by{font-size: 14px!importamt; color: #fff!important;line-height: 50px;}
      .governcontent h3{font-size: 24px; color: #5473e8!important; font-family: 'Karla', sans-serif!important;}
      .no-padding{padding: 0px;}
     .governcol1 img{width:50%;}
   .governcol1 .governcontent1 {
    width: 49.4%;
    /* display: inline; */
    background: #fff;
    float: right;
    padding: 51px;
}

.governcol1 .governcontent1:hover {
   
    background: #5473e8;
   
}
.governcol1 .governcontent1:hover p {
   
    color: #fff;
   
}
.governcol1 .governcontent1:hover h3 {
   
    color: #fff!important;
   
}
.governcol1 .governcontent1:hover .by {
   
    color: #fff!important;
   
}
.governcontent1:hover.governcontent1:before {
   
    background-image:none!important;
    
}


.governcontent1 p{font-weight: bold;font-size: 12px; color: #111616; text-align: left; line-height: 18px;}
 .governcontent1 .by {
    font-size: 14px!important;
    color: #929292!important;
    text-align: left;
    line-height: 22px;
    font-weight: normal;
}
      .governcontent1 h3{font-size: 24px; color: #5473e8!important; font-family: 'Karla', sans-serif!important;text-align: left;}


  .governcol2 img{width:50.60%;}
   .governcol2 .governcontent2 {
    width: 49.4%;
    /* display: inline; */
    background: #fff;
   float: right;
    padding: 54px;
}
.governcontent2 p{font-weight: bold;font-size: 12px; color: #00d15f; text-align: center;}
 .governcontent2 .by {
    font-size: 14px!important;
    color: #212121!important;
    text-align: center;
    line-height: 50px;
}
      .governcontent2 h3{font-size: 24px; color: #212121!important; font-family: 'Karla', sans-serif!important;text-align: left;}


.governcontent1:before {
    position: absolute;
    bottom: 0;
    left: 45.2%;
    width: 100%;
    content: '';
    background-image: url(../img/leftarrow.png);
    top: 38%;
    background-repeat: no-repeat;
}

/*.governcontent2:after {
    position: absolute;
    bottom: 0px;
    left: 47.2%;
    width: 100%;
    content: '';
    background-image: url(../img/leftarrow.png);
    top: 66%;
    background-repeat: no-repeat;
}*/
/*------------------------------govern end -----------------------------------------*/

/* -----------------------------clean heap------------------------------------------*/
.our-service{ background-color: #fff; width: 100%; float: left; padding-bottom: 50px; }
.section-titel h2 {
    font-family: 'Karla', sans-serif;
    font-size: 36px;
    color: #1a1a1a;
    line-height: 48px;
    padding: 45px 115px 40px 115px;
    font-weight: normal;
    text-align: center;
}
.service-img {
    /* float: right; */
    margin-top: 33px;
    /* width: 100%; */
    display: block;
    text-align: right;
    margin-right: 20px;

}
.servce-cntnt {
  display: block;
 
  overflow: hidden;
}
.servce-cntnt h5 {
font-weight:normal;
text-align: right;
 margin: 20px;
}

.servce-cntnt h5 a{
font-family: 'Karla', sans-serif;
font-size:22px;
font-weight:normal;
color: #111616;
}

.servce-cntnt p{
font-family: 'Karla', sans-serif;
font-size:14px;
font-weight:normal;
color: #929292;
line-height: 22px;
margin: 20px;
text-align: right;
}



.service-single li {
    list-style: none;
    display: inline-block;
}

.service-single ul li:last-child{margin:0}
.our-service-right .service-img {
 /* float: right; */
    margin-top: 33px;
    /* width: 100%; */
    display: block;
    text-align: left;
    margin-right: 20px;
}
.our-service-right .servce-cntnt h5 {
font-weight:normal;
text-align: left;
 margin: 20px;
}

.our-service-right .servce-cntnt {
  display: block;
  margin-left: 0;

  overflow: hidden;
}
.single-project {
  margin-bottom: 30px;
}
.our-service-right .servce-cntnt h5 a {
    font-family: 'Karla', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #111616;
}



.our-service-right .servce-cntnt p{
font-family: 'Karla', sans-serif;
font-size:14px;
font-weight:normal;
color: #929292;
line-height: 22px;
margin-left: 20px;
text-align: left;
}
.our-service-right .service-img {
    /* float: right; */
    margin-top: 33px;
    /* width: 100%; */
    display: block;
    text-align: left;
    margin-left: 20px;

}
.service-single ul {
    margin-left: 0px;
    padding-left: 0px;
}

/*************Membership Page*************/
.benefits h4.panel-title {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #1a1a1a;
}
.benefits .panel-default > .panel-heading {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
    padding: 20px;
}
.benefits .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e0dddd;
    background: #fcfcfc;
}
.benefits .panel{margin-bottom: 5px;}
.benefits .panel-group {
    margin-bottom: 5px;
}
.btmimg img {
    position: absolute;
    right: 0px;
    top: 300px;
}
.btmimg img {
    position: absolute;
    right: 0px;
    top: 580px;
    width: 600px;
    /* z-index: 99; */
    opacity: 0.5;
}


.panel-title > a:before {
    float: right;
    font-family: FontAwesome;
    content: "\f139";
    padding-right: 5px;
    color: #d1d1d1;
    font-size: 25px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f13a";
    font-size: 25px;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.pagination>li>a { border-radius: 50% !important;margin: 0 5px;}
/**************contact-*****************/
.section-overlap {
    padding-top: 0;
    position: relative;
    z-index: 2;
    margin-top: -6.5em;
}

.feature {
  margin-bottom: 3.25em;
}
.feature.boxed {
  background: #f8f8f8;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  padding: 30px;
  height: 270px;
}
.feature.boxed.feature-1 h4 {
    font-weight: 600;
    padding: 10px;
    color: #5473e8;
}
.feature.boxed:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}


/******partener*****/

.partner{width: 100%; float: left; margin-top: 50px; margin-bottom: 50px;}
.carousel-wrap {
    margin: 0 auto;
    padding: 0px 35px;
    width: 100%;
    /* position: relative; */
    float: left;
    text-align: center;
}
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}


/************product category page**************************/

.portal h3 {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: #5473e8;
    color: #fff;
    padding: 10px;
    margin-top: 0px;
}
 .product-name {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
   color: #111616;
    margin-top: 0px;
    line-height: 20px;
}
.show {
    color: #00d15f;
    font-size: 13px;
    font-weight: bold;
    padding: 30px 0;
}

.slider{
  display: block;
  
}

.slides img {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.slides img:nth-child(2){
  margin: 10px 0;
}
.bg {
    display: block;
    width: 100%;
    height: 100%;
}


/*********************************************
        ITEM 
*********************************************/

.product-title {
    color: #111616;
    font-size: 30px;
    font-family: 'Karla', sans-serif;
}
.product-desc {
    font-size: 15px;
    color: #434343;
    padding: 0 45px 0 0;
}
.headpro {
    color: #5473e8;
    font-weight: bold;
    padding-top: 10px;
}
.linki  {color: #00c65a;}
.linki a {text-decoration: underline!important; font-weight: bold;color: #00c65a!important;}

.panel-default > .panel-heading1 {
    border-color: #eff2f7;
    background: #5473e8;
    color: #fff;
}
.panel > .panel-heading1 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px;
    border-color: #eff2f7;
    background: #5473e8;
    color: #fff;
    margin-top: 10px;
}


.panel > .panel-heading1 a {
    font-size: 13px;
    font-weight: bold;
   color: #fff;
    font-family: 'Karla', sans-serif;
    text-decoration: none;
}
.panel > .panel-heading1 a {
    font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    font-family: 'Karla', sans-serif;
    text-decoration: none!important;
}
.panel-title1 > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f139";
    padding-right: 5px;
    color: #fff;
    font-size: 25px;
}



.listing {
    position: absolute;
    left: 43%;
    top: 55%;
    text-align: center;
    margin: 0 auto;
    /* padding: 15px; */
}
.listing .nav-link > .fa {
  position: relative;
  width: 36px;
  font-size: 18px;
  color: #fff
}
.listing ul{list-style: none;}

.listing .nav-link > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.listing .nav-link > .fa {
  top: 3px;
  line-height: 12px;
}

.listing .nav-link > .fa > .badge {
  top: -10px;
}
#searchbar1 {
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.18);
    margin-top: 5px;
    /* margin-left: -119px; */
    width: 500px;
    padding: 5px 10px;
    display: none;
    margin: 0 auto;
    left: -50%;
}
@media (min-width: 576px) {
  .listing .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .listing .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .listing .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .listing .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .listing .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .listing .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .listing .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    padding-right: 15px;
}

  .listing .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .listing .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .listing .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .listing .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .listing .nav-link > .fa > .badge {
    top: -7px;
  }
}


/*****product category page end**************************/

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-prev {
    background: none;
    position: absolute;
    left: -2%;
    top: 14%;
}

.owl-next {
    /* float: right; */
    position: absolute;
    top: 12%;
    right: -25px;
}
.owl-theme .owl-controls .owl-buttons div {
   
    background: transparent!important;
   
    opacity: 1!important;
}

.owl-theme .owl-controls .owl-page {
    display: none !important;
    
}
/******partener end*****/


/*************team start********************/

/*.team .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
 
}*/
.team{width: 100%; float: left;}
.inner.team .cnt-block {
    background: #f3f1f1;
    height: 280px;
}
.innergov.team .cnt-block img {
    width: 250px;
    height: 250px;
    border-radius: 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.innergov.team .cnt-block:hover img{ 
      width: 250px;
    height: 250px;
    border-radius: 0;
   border:3px solid #fff;
}
.innergov.team .cnt-block:hover {
    float: left;
    width: 100%;
    background: #5473e8;
    padding: 25px;
}
.team .cnt-block:hover{ 
   float:left; 
   width:100%; 
   background:#5473e8; 
}
.team .cnt-block:hover p{ 
   color:#fff;
}
.team .cnt-block:hover img{ 
   width:100px; 
   height:100px; 
   border-radius:100%; 
   border:3px solid #3853b9;
}

.team .cnt-block:hover h3 a{ 
   color:#fff!important;
}

.team{
  width: 100%;
  float: left;
}
.team .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #fff;
   margin: 0 0 28px;
}
.team .cnt-block figure{
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.team .cnt-block img{ 
   width:100px; 
   height:100px; 
   border-radius:100%; 
}
.team .cnt-block h3 {
    color: #5473e8;
    font-size: 24px;
    padding: 0px 0;
    font-family: 'Karla', sans-serif!important;
    color: #5473e8;
    margin-top: 0px;
}
.team .cnt-block h3 a{
  text-decoration:none;
   font-family: 'Karla', sans-serif!important;
  color:#5473e8;
}
.team .cnt-block h3 a:hover{
  color:#337ab7;
}
.team .cnt-block p{ 
   color:#2a2a2a; 
   font-size:12px; 
   line-height:20px; 
   font-weight:bold;
  font-family: 'Karla', sans-serif!important;
  text-transform: uppercase;
}

.team .read a{font-size: 12px; font-family: 'Karla', sans-serif; padding: 15px 40px; border-radius: 30px; background-color: rgb(113 177 147); color: #fff; }
.team .read {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.team .read a:hover{border:2px solid  #00d15f ; color: #00d15f; background-color: transparent; }

/***********team end**************************/


/*------------------Member start****************************/
.testimonial{width: 100%; float: left; clear: both; margin-top: 80px;}
.testimonial h3 {
    font-family: 'Karla', sans-serif;
    color: #5473e8;
    font-size: 30px;
    text-align: center;
}
.testimonial small {
    font-family: 'Karla', sans-serif;
    color: #111616;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.testimonial p {
    font-family: 'Karla', sans-serif;
    color: #212121;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
    padding: 0 45px;
}
a.left.carousel-control {
    left: 90px;
}

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.list li {
    padding-left: 15px;
    margin-bottom: 4px;
  list-style:none;
}
.list li:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    color: #2dcc70;
    font-size: 19px;
    margin-left: -15px;
    margin-right: 6px;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    top: 110px;
    right: 150px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    margin:0 auto;   
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: auto;
    height: auto;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/





/*------------------Member end****************************/
/*************solar start**********/

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #5473e8;
    border-color: #5473e8;
}
a.list-group-item .list-group-item-heading {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #434343;
}
a.list-group-item:active {
    background: #f8f9fe;
    border-left: 10px solid #5473e8;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
}
a.list-group-item:focus {
    background: #f8f9fe;
    border-left: 10px solid #5473e8!important;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    border:none;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
background: #f8f9fe;
    border-left: 10px solid #5473e8!important;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    border:none;
}
.solarpump th {
    width: 200px;
    padding: 20px 20px!important;
    text-transform: uppercase;
}
.solarpump td {
      padding: 20px 20px!important;
}
.solarpump .scheme{font-size: 28px; color: #111616;}
 .solarpump .read {
    margin-top: 5px;
}
.solarpump .read a {
    font-size: 12px;
    font-family: 'Karla', sans-serif;
    padding: 15px 15px;
    border-radius: 30px;
    background-color: rgb(113 177 147);
    color: #fff;
    margin-left: 10px;
}
.solarpump .read a:hover {
    border: 2px solid #00d15f;
    color: #00d15f;
    background-color: transparent;
}
.solarpump .read a:active {
    border: 2px solid #00d15f;
    color: #00d15f;
    background-color: transparent;
}
.btbutton{width: 100%; margin-top: 20px; text-align:center;margin: 30px 0px;}
.btbutton a {
    background: #00d15f;
    color: #fff;
    border-radius: 5px;
    padding: 15px 230px;
}


/************solar end************/

/*************navbar********#5473e8*** #3b58c7*/
.navbar-default {
    background-color: rgb(101 68 104);
    border-color: rgb(101 68 104);
    border-radius: 0;
}

.navbar{margin-bottom: 0px;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgb(101 68 104);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color:rgb(101 68 104);
}
.dropdown-menu {
    background-color: rgb(101 68 104);
    border-color: rgb(101 68 104);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 10px;
    
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
/***************navbar end*******/


/*---------------------clean help end-------------------------------*/
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: -3px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* Main Content */
  #main-content .h1 {
    font-size: 35px;
  }

}
@media only screen and (max-width: 660px) {
/*  #header {
    height: 160px;
  }*/
  #header .brand {
    width: 100%;
  }
  #header .user-nav ul {
    padding-left: 0;
  }
  #header .toggle-navigation.toggle-left {
    float: left;
  }
  .sidebar {
    left: -240px;
  }
  .sidebar-toggle {
    margin-left: 0;
    width: 100%;
  }
  .main-content-wrapper {
    margin-left: 0;
  }
  .user-nav ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* Main Content */
  #main-content .h1 {
    font-size: 22px;
  }
  #header .dropdown.messages {
    display: none;
  }
    .navbar-default{width: 100%; float: left;}
    .searching{display: none!important;}
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.solarpump .read a {
  
    padding: 15px 9px;
   
}
.btbutton a {
    background: #00d15f;
    color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
}

.btbutton{text-align: center;}
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff!important;
}}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
.float-left {
  float: left !important;
}
.mt-20 {
  margin-top: 20px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mt-30 {
  margin-top: 30px;
}
.pie-chart {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#4e79a7 0,
			#4e79a7 38%,
			#f28e2c 0,
			#f28e2c 61%,
			#e15759 0,
			#e15759 77%,
			#76b7b2 0,
			#76b7b2 87%,
			#59a14f 0,
			#59a14f 93%,
			#edc949 0,
			#edc949 100%
	);
	position: relative;
	width: 500px;
	min-height: 350px;
	margin: 0;
	padding: 20px;
}
.pie-chart h2 {
	position: absolute;
	margin: 1rem;
}
.pie-chart cite {
	position: absolute;
	bottom: 0;
	font-size: 80%;
	padding: 1rem;
	color: gray;
}
.pie-chart figcaption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: smaller;
	text-align: right;
}
.pie-chart span:after {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	height: 0.8em;
	border-radius: 0.2em;
	background: currentColor;
}
h3.heading {
  background: #664568; 
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.mt-4 {
  margin-top: 40px;
}
.float-right {
  float: right;
}