body {
    background: #fff;
    font-family: 'open_sans';
    font-size: 14px;
    line-height: 28px;
    color: #4e4e4e;
    letter-spacing: 1px;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -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;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: 3px;
}

.home-section h1,
.home-section h2,
.home-section h3,
.home-section h4,
.home-section h5,
.home-section h6,
.inner-heading h1,
.inner-heading h2,
.inner-heading h3,
.inner-heading h4,
.inner-heading h5,
.inner-heading h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

h1 {
    font-size: 36px;
    line-height: 46px;
}

h2 {
    font-size: 34px;
    line-height: 52px;
}

h3 {
    font-size: 30px;
    line-height: 48px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

p {
    margin-bottom: 20px;
}

label {
    color: #333;
}

.check-list {
    margin: 0 0 30px 0;
    padding: 0;
}

.check-list li {
    position: relative;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 45px;
    font-size: 18px;
    line-height: 28px;
}

.check-list li .fa {
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border: 3px solid;
    border-radius: 50%;
    text-align: center;
}

.feature-list {
    margin: 0 0 30px 0;
    padding: 0;
}

.feature-list li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #f0f1f4;
}

.feature-list li h5 {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.img-responsive {
    display: inline-block;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

ol.breadcrumb li {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

ol.breadcrumb li a {
    color: #fff;
    font-family: open_sans;
}

.breadcrumb > li + li:before {
    padding: 2px 10px 2px 10px;
    color: #fff;
    content: '|';
}

.navbar-brand {
    position: relative;
    padding: 5px 0 5px 0;
}

.navbar-brand .scroller-logo {
    position: absolute;
    top: 5px;
    left: 0;
    display: none;
}

.navbar-default {
    background: none;
    border: none;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-transition: background 0.8s ease-in-out, padding 0.8s ease-in-out;
    -moz-transition: background 0.8s ease-in-out, padding 0.8s ease-in-out;
    transition: background 0.8s ease-in-out, padding 0.8s ease-in-out;
}

.static-nav-collapse,
.top-nav-collapse {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.96;
    -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;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

.static-nav-collapse:hover,
.top-nav-collapse:hover {
    opacity: 1;
}

.static-nav-collapse .navbar-brand .scroller-logo,
.top-nav-collapse .navbar-brand .scroller-logo {
    display: inline-block;
}

.static-nav-collapse .navbar-brand .default-logo,
.top-nav-collapse .navbar-brand .default-logo {
    display: none;
}

.navbar-default .navbar-nav {
    padding: 5px 0 5px 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 12px 8px 12px;
    border-top: 2px solid transparent;
}

.static-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav > li > a {
    color: #333 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
    color: #fff;
    border-top: 2px solid #fff;
}

.navbar-default .navbar-nav > li > a.login {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px 25px 8px 25px;
    margin-left: 5px;
}

.static-nav-collapse .navbar-nav > li > a.login,
.top-nav-collapse .navbar-nav > li > a.login {
    border: 1px solid #333;
}

.navbar-default .navbar-nav > li > a.login:hover {
    background: #fff;
    color: #333;
}

.static-nav-collapse .navbar-nav > li > a.login:hover,
.top-nav-collapse .navbar-nav > li > a.login:hover,
.static-nav-collapse .navbar-nav > li > a.login:active,
.top-nav-collapse .navbar-nav > li > a.login:active,
.static-nav-collapse .navbar-nav > li > a.login:focus,
.top-nav-collapse .navbar-nav > li > a.login:focus {
    color: #fff;
}

.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus {
    background: none;
    color: #fff;
    border-top: 2px solid #fff;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.98);
    color: #3b3b3b;
    border: none;
    right: auto;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 10px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.98);
    content: '';
}

.dropdown-menu li a {
    color: #3b3b3b;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu li a:hover {
    background: none;
}

.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle:hover,
.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle:focus,
.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle:active {
    background: none;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    margin-left: 7px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

li.dropdown .sub-menu:before,
li.dropdown .sub-menu:after {
    position: absolute;
    top: 10px;
    left: -7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.98);
    content: '';
    border-right: 7px solid rgba(255, 255, 255, 0.98);
}

.navbar-default .navbar-toggler,
.navbar-default .navbar-toggler:active,
.navbar-default .navbar-toggler:focus {
    border: 2px solid #333;
    background: none;
}

.navbar-default .navbar-toggler:hover {
    background: none;
}

.navbar-default .navbar-toggler .icon-bar,
.navbar-default .navbar-toggler:focus .icon-bar {
    background-color: #333 !important;
}

ul.pagination {
    margin: 0 0 30px 0;
}

ul.pagination li a {
    margin: 5px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #e5e5e5;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    color: #333333;
}

ul.pagination li a:hover {
    background: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    margin-bottom: 3px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a {
    color: #fff;
    border: none !important;
}

.nav-tabs > li > a:hover {
    background: #fcfcfc;
    border-color: #eee #eee #ddd;
}

.tab-content {
    border-top: solid 2px;
}

.tab-content > .tab-pane {
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-top: none;
    padding: 30px;
    text-align: left;
    color: #333;
}

.panel-group .panel {
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 15px 20px 0 20px;
    border-radius: 0;
}

.panel-heading {
    position: relative;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    padding: 8px 15px 8px 45px;
}

.panel-title {
    font-size: 16px;
    color: inherit;
    border-radius: 0;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-title a {
    display: block;
    border-radius: 0;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    text-decoration: none;
}

.plus,
.minus {
    position: absolute;
    font-size: 22px;
    top: 16px;
    left: 15px;
}

.minus {
    display: none;
}

.panel-title a.active .plus {
    display: none;
}

.panel-title a.active .minus {
    display: block;
}

.panel-default > .panel-heading {
    color: #444;
    background: none;
    border-color: none;
    border-radius: 0;
}

.alert {
    padding: 10px 30px 10px 30px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
    background: none;
}

.alert-warning {
    border-color: #fac67b;
    color: #9e7841;
    background: #ffdaa4;
}

.alert-info {
    border-color: #98e1ee;
    color: #457982;
    background: #bef5ff;
}

.alert-danger {
    border-color: #e39090;
    color: #974c4c;
    background: #ffb9b9;
}

.alert-success {
    border-color: #a6dec4;
    color: #5e8d77;
    background: #c9f4e0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.055);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.055);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-lg {
    height: 60px;
    padding: 6px 16px;
}

.not-empty {
    color: #e33030;
}
/*
Button
================================== */
.btn {
    display: inline-block;
    padding: 14px 35px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -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;
}

.btn-default {
    color: #fff;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.btn-default.btn-bordered {
    color: #242424;
    background: none;
    border: 2px solid #242424;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.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.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,
.btn-default.btn-bordered:hover,
.btn-default.btn-bordered:focus,
.btn-default.btn-bordered.focus,
.btn-default.btn-bordered:active,
.btn-default.btn-bordered.active,
.open > .dropdown-toggle.btn-default.btn-bordered,
.btn-default.btn-bordered.disabled,
.btn-default.btn-bordered[disabled],
fieldset[disabled] .btn-default.btn-borderedt,
.btn-default.btn-bordered.disabled:hover,
.btn-default.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-default.btn-bordered:hover,
.btn-default.btn-bordered.disabled:focus,
.btn-default.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-default.btn-bordered:focus,
.btn-default.btn-bordered.disabled.focus,
.btn-default.btn-bordered[disabled].focus,
fieldset[disabled] .btn-default.btn-bordered.focus,
.btn-default.btn-bordered.disabled:active,
.btn-default.btn-bordered[disabled]:active,
fieldset[disabled] .btn-default.btn-bordered:active,
.btn-default.btn-bordered.disabled.active,
.btn-default.btn-bordered[disabled].active,
fieldset[disabled] .btn-default.btn-bordered.active {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.btn-primary.btn-bordered {
    background: none;
    border: 2px solid;
}

.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered.focus,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered.active,
.open > .dropdown-toggle.btn-primary.btn-bordered,
.btn-primary.btn-bordered.disabled,
.btn-primary.btn-bordered[disabled],
fieldset[disabled] .btn-primary.btn-borderedt,
.btn-primary.btn-bordered.disabled:hover,
.btn-primary.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered.disabled:focus,
.btn-primary.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered.disabled.focus,
.btn-primary.btn-bordered[disabled].focus,
fieldset[disabled] .btn-primary.btn-bordered.focus,
.btn-primary.btn-bordered.disabled:active,
.btn-primary.btn-bordered[disabled]:active,
fieldset[disabled] .btn-primary.btn-bordered:active,
.btn-primary.btn-bordered.disabled.active,
.btn-primary.btn-bordered[disabled].active,
fieldset[disabled] .btn-primary.btn-bordered.active {
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.btn-bordered {
    color: #5cb85c;
    background: none;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.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.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,
.btn-success.btn-bordered:hover,
.btn-success.btn-bordered:focus,
.btn-success.btn-bordered.focus,
.btn-success.btn-bordered:active,
.btn-success.btn-bordered.active,
.open > .dropdown-toggle.btn-success.btn-bordered,
.btn-success.btn-bordered.disabled,
.btn-success.btn-bordered[disabled],
fieldset[disabled] .btn-success.btn-bordered,
.btn-success.btn-bordered.disabled:hover,
.btn-success.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-success.btn-bordered:hover,
.btn-success.btn-bordered.disabled:focus,
.btn-success.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-success.btn-bordered:focus,
.btn-success.btn-bordered.disabled.focus,
.btn-success.btn-bordered[disabled].focus,
fieldset[disabled] .btn-success.btn-bordered.focus,
.btn-success.btn-bordered.disabled:active,
.btn-success.btn-bordered[disabled]:active,
fieldset[disabled] .btn-success.btn-bordered:active,
.btn-success.btn-bordered.disabled.active,
.btn-success.btn-bordered[disabled].active,
fieldset[disabled] .btn-success.btn-bordered.active {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.btn-bordered {
    color: #5bc0de;
    background: none;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.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.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,
.btn-info.btn-bordered:hover,
.btn-info.btn-bordered:focus,
.btn-info.btn-bordered.focus,
.btn-info.btn-bordered:active,
.btn-info.btn-bordered.active,
.open > .dropdown-toggle.btn-info.btn-bordered,
.btn-info.btn-bordered.disabled,
.btn-info.btn-bordered[disabled],
fieldset[disabled] .btn-info.btn-bordered,
.btn-info.btn-bordered.disabled:hover,
.btn-info.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-info.btn-bordered:hover,
.btn-info.btn-bordered.disabled:focus,
.btn-info.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-info.btn-bordered:focus,
.btn-info.btn-bordered.disabled.focus,
.btn-info.btn-bordered[disabled].focus,
fieldset[disabled] .btn-info.btn-bordered.focus,
.btn-info.btn-bordered.disabled:active,
.btn-info.btn-bordered[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.btn-bordered.disabled.active,
.btn-info.btn-bordered[disabled].active,
fieldset[disabled] .btn-info.btn-bordered.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.btn-bordered {
    color: #f0ad4e;
    background: none;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.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.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,
.btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered:focus,
.btn-warning.btn-bordered.focus,
.btn-warning.btn-bordered:active,
.btn-warning.btn-bordered.active,
.open > .dropdown-toggle.btn-warning.btn-bordered,
.btn-warning.btn-bordered.disabled,
.btn-warning.btn-bordered[disabled],
fieldset[disabled] .btn-warning.btn-bordered,
.btn-warning.btn-bordered.disabled:hover,
.btn-warning.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered.disabled:focus,
.btn-warning.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-warning.btn-bordered:focus,
.btn-warning.btn-bordered.disabled.focus,
.btn-warning.btn-bordered[disabled].focus,
fieldset[disabled] .btn-warning.btn-bordered.focus,
.btn-warning.btn-bordered.disabled:active,
.btn-warning.btn-bordered[disabled]:active,
fieldset[disabled] .btn-warning.btn-bordered:active,
.btn-warning.btn-bordered.disabled.active,
.btn-warning.btn-bordered[disabled].active,
fieldset[disabled] .btn-warning.btn-bordered.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f;
}

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

.btn-danger.btn-bordered {
    color: #d9534f;
    background: none;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.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.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,
.btn-danger.btn-bordered:hover,
.btn-danger.btn-bordered:focus,
.btn-danger.btn-bordered.focus,
.btn-danger.btn-bordered:active,
.btn-danger.btn-bordered.active,
.open > .dropdown-toggle.btn-danger.btn-bordered,
.btn-danger.btn-bordered.disabled,
.btn-danger.btn-bordered[disabled],
fieldset[disabled] .btn-danger.btn-bordered,
.btn-danger.btn-bordered.disabled:hover,
.btn-danger.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-danger.btn-bordered:hover,
.btn-danger.btn-bordered.disabled:focus,
.btn-danger.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-danger.btn-bordered:focus,
.btn-dange.btn-borderedr.disabled.focus,
.btn-danger.btn-bordered[disabled].focus,
fieldset[disabled] .btn-danger.btn-bordered.focus,
.btn-danger.btn-bordered.disabled:active,
.btn-danger.btn-bordered[disabled]:active,
fieldset[disabled] .btn-danger.btn-bordered:active,
.btn-danger.btn-bordered.disabled.active,
.btn-danger.btn-bordered[disabled].active,
fieldset[disabled] .btn-danger.btn-bordered.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-sm {
    font-size: 14px;
    padding: 8px 25px;
}

.btn-lg {
    font-size: 24px;
    padding: 18px 45px;
}

.link-group a {
    margin-bottom: 5px;
}

.btn-horizontal a {
    margin: 0 5px 5px 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-header .navbar-brand {
    margin-left: 0 !important;
}

.navbar-header .navbar-brand:hover {
    opacity: 0.7;
}

.navbar-brand img {
    max-width: 200px;
}

.headline h1 {
    margin-bottom: 40px;
}

.headline p {
    margin-top: 20px;
}

ul.feature-list li p {
    padding-left: 50px;
}

#workit1 .col-md-4 p {
    padding-left: 50px;
}

#workit1 .row {
    margin-bottom: 30px;
}

#intro h4 a:link,
#intro h4 a:visited {
    color: #fff !important;
}

.pricing-containt {
    padding: 0 20px;
}

.pricing-containt ul {
    padding: 25px 30px 15px 30px;
}

.pricing-containt ul li {
    font-size: 17px;
}

footer {
    display: block;
    width: 100%;
    background: #31383c;
    color: #e8e8e8;
    padding: 80px 0 0 0;
}

footer .widget {
    margin-bottom: 30px;
}

.subfooter {
    display: block;
    width: 100%;
    background: #242a2e;
    color: #7e8183;
    padding: 20px 0 15px 0;
    margin-top: 80px;
    text-align: center;
}

.subfooter p {
    margin-bottom: 0;
}

ul.footer-link {
    padding-left: 18px;
    margin: 0px;
}

ul.footer-link li {
    list-style: url(~/assets/frontend/img/dotted.png);
}

ul.footer-link li a {
    color: #e8e8e8;
}

footer ul.recent {
    margin: 0;
    padding: 0;
}

footer ul.recent li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #50575b;
}

footer ul.recent li h6 a {
    color: #e8e8e8;
}

footer ul.recent li img {
    margin-top: 8px;
}

ul.social-link {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

ul.social-link li {
    display: block;
    list-style: none;
    float: left;
}

ul.social-link li:first-child a {
    margin-left: 0px;
}

ul.social-link li a {
    margin: 5px;
    background: #4b5357;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 13px;
    padding-left: 2px;
    font-size: 25px;
    color: #31383c;
    display: block;
}

ul.social-link li a:hover {
    color: #fff;
}

ul.listForm {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
}

ul.listForm li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

ul.listForm li.first-list {
    margin-right: 2%;
}

ul.listForm li.full-list {
    width: 100%;
}

#sendmessage {
    display: none;
}

#sendmessage.show,
.show {
    display: block;
}

.imac-wrapper {
    position: relative;
    margin: 100px 0 200px 0;
}

.imac-slider {
    background: #333;
    position: absolute;
    z-index: 99;
    width: 368px;
    height: auto;
    top: 49px;
    left: 116px;
}

.home-section {
    padding: 155px 0 20px 0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.headline {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-container {
    line-height: 36px;
}

#wrapper {
    position: relative;
    background: #fff;
}

.dark-section {
    background: #31383c;
    padding: 65px 0 80px 0;
    color: #e8e8e8;
}

.wrapper {
    padding: 80px 0 80px 0;
}

#intro .headtitle {
    text-transform: none;
    font-weight: 400;
    line-height: 48px;
    font-size: 24px;
}

#intro p {
    margin-bottom: 35px;
}

.workit-box p {
    margin-bottom: 10px;
}

.half-wrapper {
    position: relative;
    overflow: hidden;
}

.half-column {
    padding: 0;
}

.set-left,
.set-right {
    position: relative;
}

.fluid {
    background: #f7f8fa;
    z-index: 1000;
    position: absolute;
    padding: 160px 0 160px 0;
}

.set-left .fluid {
    border-right: 1px solid #e2e2e2;
    text-align: right;
}

.set-right .fluid {
    border-left: 1px solid #e2e2e2;
    text-align: left;
}

.set-left .half-col-containt {
    padding: 80px 30px 80px 15px;
}

.set-right .half-col-containt {
    padding: 80px 15px 80px 30px;
}

.imac-wrapper {
    position: relative;
    margin: 100px 0 200px 0;
}

.imac-slider {
    background: #333;
    position: absolute;
    z-index: 99;
    width: auto;
    height: auto;
    top: 49px;
    left: 116px;
}

.subscribe-form {
    display: block;
    width: 100%;
    position: relative;
}

.subscribe-form .subscribe {
    border: 5px solid #686f72;
    width: 100%;
    height: 80px;
    display: block;
    padding: 30px 25px;
    background: none;
    color: #7a848a;
    border-radius: 2px;
}

.subscribe::-moz-placeholder {
    color: #7b8387;
    opacity: 1;
}
.subscribe:-ms-input-placeholder {
    color: #7b8387;
}
.subscribe::-webkit-input-placeholder {
    color: #7b8387;
}

.btn-subscribe {
    position: absolute;
    border: none;
    width: 66px;
    height: 66px;
    border-radius: 2px;
    color: #31383c;
    text-align: center;
    top: 7px;
    right: 7px;
    font-size: 32px;
    -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;
}

ul.listForm {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
}

ul.listForm li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

ul.listForm li.first-list {
    margin-right: 2%;
}

ul.listForm li.full-list {
    width: 100%;
}

#sendmessage {
    display: none;
}

#sendmessage.show,
.show {
    display: block;
}

.heading {
    position: relative;
    color: #333333;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    font-weight: 400;
    margin-bottom: 0;
}

.heading p {
    margin-bottom: 0;
}

.heading span {
    position: absolute;
    width: 60px;
    height: 5px;
    display: block;
    bottom: 0;
    left: 0;
}

.heading.centered {
    text-align: center;
}

.heading.centered span {
    left: 50%;
    margin-left: -30px;
}

.parallax .heading {
    color: #fff;
}

#toTop {
    display: none;
    text-decoration: none;
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    border-radius: 2px;
    text-indent: -999px;
    background-image: url(~/public/assets/frontend/img/ui.totop.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: rgba(0, 0, 0, 0.4);
}

#toTopHover {
    background-image: url(~/public/assets/frontend/img/ui.totop.png);
    background-repeat: no-repeat;
    background-position: left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

.icon-left {
    float: left;
    margin: 5px 20px 40px 0;
}

.icon-right {
    float: left;
    margin: 5px 0 40px 20px;
}

.workit-box .icon-left,
.workit-box .icon-right {
    margin-bottom: 80px;
}

.icon-2x {
    font-size: 2.2em;
}
.icon-3x {
    font-size: 3.2em;
}
.icon-4x {
    font-size: 4.2em;
}
.icon-5x {
    font-size: 5.2em;
}

.marginbot20 {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .fluid {
        padding: 80px 0 80px 0;
    }
    .set-left .half-col-containt {
        padding: 80px 30px 80px 0;
    }
    .set-right .half-col-containt {
        padding: 80px 0 80px 30px;
    }
    .imac-wrapper {
        margin: 140px 0 140px 0;
    }
    .imac-slider {
        width: auto;
        height: auto;
        top: 60px;
        left: 140px;
    }
    .home-container {
        margin-top: 100px;
    }
    .diamondswrap {
        text-align: center;
        padding: 0px 50px 110px 50px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-default .navbar-nav > li > a {
        padding: 8px 5px 8px 5px;
    }
    .navbar-default .navbar-nav > li > a.login {
        padding: 8px 10px 8px 10px;
    }
    .home-slider {
        width: 100%;
        margin-bottom: 100px;
        margin-top: 0;
    }
    .register-form {
        width: 100%;
    }
    .home-container {
        margin-top: 40px;
    }
    #flexprimary .flex-control-nav {
        text-align: center;
    }
    .fluid {
        position: relative;
        display: block;
        width: 100%;
        padding: 80px 0 80px 0;
        clear: both;
    }
    .set-left .fluid,
    .set-right .fluid {
        border: none;
    }
    .half-column {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0;
    }
    .imac-wrapper {
        position: relative;
        margin: 0;
    }
    .imac-slider {
        width: auto;
        height: auto;
        top: 62px;
        left: 100%;
        margin-left: -469px;
    }
    .workit-box {
        clear: both;
    }
    .diamondswrap {
        text-align: center;
        padding: 0 0 120px 0;
    }
    .map {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .navbar-default {
        background: rgba(255, 255, 255, 0.96);
        padding-top: 20px;
        padding-bottom: 20px;

        .container {
            flex-direction: row-reverse;
        }
    }
    .navbar-default:hover {
        background: rgba(255, 255, 255, 1);
    }
    .navbar-brand {
        padding: 5px 15px 5px 15px;
    }
    .navbar-brand .scroller-logo {
        top: 5px;
        left: 15px;
        display: inline-block;
    }
    .navbar-brand .default-logo {
        display: none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav > li > a.login {
        border: 1px solid #333;
    }
    .home-slider {
        width: 100%;
        margin-bottom: 100px;
        margin-top: 0;
    }
    .register-form {
        width: 100%;
    }
    .form-line li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    #flexprimary .flex-control-nav {
        text-align: center;
    }
    .home-container {
        margin-top: 40px;
    }
    .fluid {
        position: relative;
        display: block;
        width: 100%;
        padding: 80px 0 80px 0;
        clear: both;
    }
    .imac-wrapper {
        position: relative;
        margin: 0;
    }
    .imac-wrapper img.img-responsive {
        display: block;
        width: 100%;
    }
    .imac-slider {
        width: auto;
        height: auto;
        top: 10%;
        left: 24%;
    }
    .workit-box {
        clear: both;
    }
    .subfooter {
        padding: 20px;
    }
}

a,
a:hover,
.static-nav-collapse .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a:hover,
.static-nav-collapse .navbar-nav > li > a:active,
.top-nav-collapse .navbar-nav > li > a:active,
.static-nav-collapse .navbar-nav > li > a:focus,
.top-nav-collapse .navbar-nav > li > a:focus,
.static-nav-collapse .navbar-nav li a.selected,
.static-nav-collapse .navbar-nav .active a,
.static-nav-collapse .navbar-nav .dropdown.active a,
.static-nav-collapse .navbar-nav .active a:hover,
.static-nav-collapse .navbar-nav .dropdown.active a:hover,
.static-nav-collapse .navbar-nav .active a:focus,
.static-nav-collapse .navbar-nav .dropdown.active a:focus,
.top-nav-collapse .navbar-nav li a.selected,
.top-nav-collapse .navbar-nav .active a,
.top-nav-collapse .navbar-nav .dropdown.active a,
.top-nav-collapse .navbar-nav .active a:hover,
.top-nav-collapse .navbar-nav .dropdown.active a:hover,
.top-nav-collapse .navbar-nav .active a:focus,
.top-nav-collapse .navbar-nav .dropdown.active a:focus,
.btn-primary.btn-bordered,
.start-video,
ol.breadcrumb li a:hover,
ol.breadcrumb li.active,
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.check-list li .fa,
.icon-color,
.pricing-head span.pricing-price,
.pricing-head sup,
.pricing-containt ul li .fa.fa-check,
.validation,
ul.footer-link li a:hover,
footer ul.recent li a:hover,
ul.pagination li a:hover,
ul.cat li a:hover {
    color: #20c3c4;
}

.static-nav-collapse .navbar-nav > li > a.login:hover,
.top-nav-collapse .navbar-nav > li > a.login:hover,
.static-nav-collapse .navbar-nav > li > a.login:active,
.top-nav-collapse .navbar-nav > li > a.login:active,
.static-nav-collapse .navbar-nav > li > a.login:focus,
.top-nav-collapse .navbar-nav > li > a.login:focus,
.navbar-default .navbar-toggler:hover .icon-bar,
.btn-primary,
.default-bg,
.heading span,
.diamondswrap .item .content,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.btn-subscribe,
.widget fieldset.search-wrapper button,
#toTopHover,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.register-head span,
ul.tags li a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #20c3c4;
}

.static-nav-collapse .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a:hover,
.static-nav-collapse .navbar-nav > li > a:active,
.top-nav-collapse .navbar-nav > li > a:active,
.static-nav-collapse .navbar-nav > li > a:focus,
.top-nav-collapse .navbar-nav > li > a:focus,
.static-nav-collapse .navbar-nav li a.selected,
.static-nav-collapse .navbar-nav .active a,
.static-nav-collapse .navbar-nav .dropdown.active a,
.static-nav-collapse .navbar-nav .active a:hover,
.static-nav-collapse .navbar-nav .dropdown.active a:hover,
.static-nav-collapse .navbar-nav .active a:focus,
.static-nav-collapse .navbar-nav .dropdown.active a:focus,
.top-nav-collapse .navbar-nav li a.selected,
.top-nav-collapse .navbar-nav .active a,
.top-nav-collapse .navbar-nav .dropdown.active a,
.top-nav-collapse .navbar-nav .active a:hover,
.top-nav-collapse .navbar-nav .dropdown.active a:hover,
.top-nav-collapse .navbar-nav .active a:focus,
.top-nav-collapse .navbar-nav .dropdown.active a:focus,
.btn-primary,
.start-video,
.check-list li .fa,
.pricing-containt ul li .fa.fa-check,
.pricing-head,
.subscribe-form .subscribe:focus,
.form-control:focus,
.navbar-default .navbar-toggler:hover,
.author-testimoni .item:hover,
.author-testimoni .owl-item.synced .item,
ul.pagination li a:hover,
ul.tags li a:hover,
.tab-content {
    border-color: #20c3c4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.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.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,
.btn-subscribe:hover,
.widget fieldset.search-wrapper button:hover,
ul.social-link li a:hover {
    background-color: #15a4a5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.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.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 {
    border-color: #15a4a5;
}

.diamondswrap .item .content {
    background-color: rgba(21, 164, 165, 0.8);
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a.selected,
    .navbar-default .navbar-nav > li > a.selected:hover,
    .navbar-default .navbar-nav > li > a.selected:focus,
    .navbar-default .navbar-nav > li > a.selected:active,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:active {
        border-color: #15a4a5;
        color: #15a4a5;
    }
    .navbar-default .navbar-nav > li > a.login:hover,
    .navbar-default .navbar-nav > li > a.login:focus,
    .navbar-default .navbar-nav > li > a.login:active {
        border-color: #15a4a5;
        background-color: #15a4a5;
        color: #fff;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.basic-url {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

a,
a:hover,
.static-nav-collapse .navbar-nav>li>a:hover,
.top-nav-collapse .navbar-nav>li>a:hover,
.static-nav-collapse .navbar-nav>li>a:active,
.top-nav-collapse .navbar-nav>li>a:active,
.static-nav-collapse .navbar-nav>li>a:focus,
.top-nav-collapse .navbar-nav>li>a:focus,
.static-nav-collapse .navbar-nav li a.selected,
.static-nav-collapse .navbar-nav .active a,
.static-nav-collapse .navbar-nav .dropdown.active a,
.static-nav-collapse .navbar-nav .active a:hover,
.static-nav-collapse .navbar-nav .dropdown.active a:hover,
.static-nav-collapse .navbar-nav .active a:focus,
.static-nav-collapse .navbar-nav .dropdown.active a:focus,
.top-nav-collapse .navbar-nav li a.selected,
.top-nav-collapse .navbar-nav .active a,
.top-nav-collapse .navbar-nav .dropdown.active a,
.top-nav-collapse .navbar-nav .active a:hover,
.top-nav-collapse .navbar-nav .dropdown.active a:hover,
.top-nav-collapse .navbar-nav .active a:focus,
.top-nav-collapse .navbar-nav .dropdown.active a:focus,
.btn-primary.btn-bordered,
.start-video,
ol.breadcrumb li a:hover,
ol.breadcrumb li.active,
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.check-list li .fa,
.icon-color,
.pricing-head span.pricing-price,
.pricing-head sup,
.pricing-containt ul li .fa.fa-check,
.validation,
ul.footer-link li a:hover,
footer ul.recent li a:hover,
ul.pagination li a:hover,
ul.cat li a:hover {
    color: #20c3c4;
}

.static-nav-collapse .navbar-nav>li>a.login:hover,
.top-nav-collapse .navbar-nav>li>a.login:hover,
.static-nav-collapse .navbar-nav>li>a.login:active,
.top-nav-collapse .navbar-nav>li>a.login:active,
.static-nav-collapse .navbar-nav>li>a.login:focus,
.top-nav-collapse .navbar-nav>li>a.login:focus,
.navbar-default .navbar-toggler:hover .icon-bar,
.btn-primary,
.default-bg,
.heading span,
.diamondswrap .item .content,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.btn-subscribe,
.widget fieldset.search-wrapper button,
#toTopHover,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.register-head span,
ul.tags li a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #20c3c4;
}

.static-nav-collapse .navbar-nav>li>a:hover,
.top-nav-collapse .navbar-nav>li>a:hover,
.static-nav-collapse .navbar-nav>li>a:active,
.top-nav-collapse .navbar-nav>li>a:active,
.static-nav-collapse .navbar-nav>li>a:focus,
.top-nav-collapse .navbar-nav>li>a:focus,
.static-nav-collapse .navbar-nav li a.selected,
.static-nav-collapse .navbar-nav .active a,
.static-nav-collapse .navbar-nav .dropdown.active a,
.static-nav-collapse .navbar-nav .active a:hover,
.static-nav-collapse .navbar-nav .dropdown.active a:hover,
.static-nav-collapse .navbar-nav .active a:focus,
.static-nav-collapse .navbar-nav .dropdown.active a:focus,
.top-nav-collapse .navbar-nav li a.selected,
.top-nav-collapse .navbar-nav .active a,
.top-nav-collapse .navbar-nav .dropdown.active a,
.top-nav-collapse .navbar-nav .active a:hover,
.top-nav-collapse .navbar-nav .dropdown.active a:hover,
.top-nav-collapse .navbar-nav .active a:focus,
.top-nav-collapse .navbar-nav .dropdown.active a:focus,
.btn-primary,
.start-video,
.check-list li .fa,
.pricing-containt ul li .fa.fa-check,
.pricing-head,
.subscribe-form .subscribe:focus,
.form-control:focus,
.navbar-default .navbar-toggler:hover,
.author-testimoni .item:hover,
.author-testimoni .owl-item.synced .item,
ul.pagination li a:hover,
ul.tags li a:hover,
.tab-content {
    border-color: #20c3c4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.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.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,
.btn-subscribe:hover,
.widget fieldset.search-wrapper button:hover,
ul.social-link li a:hover {
    background-color: #15a4a5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.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.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 {
    border-color: #15a4a5;
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav>li>a.selected,
    .navbar-default .navbar-nav>li>a.selected:hover,
    .navbar-default .navbar-nav>li>a.selected:focus,
    .navbar-default .navbar-nav>li>a.selected:active,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active {
        border-color: #15a4a5;
        color: #15a4a5;
    }

    .navbar-default .navbar-nav>li>a.login:hover,
    .navbar-default .navbar-nav>li>a.login:focus,
    .navbar-default .navbar-nav>li>a.login:active {
        border-color: #15a4a5;
        background-color: #15a4a5;
        color: #fff;
    }
}

.navbar-collapse.collapse.show {
    .nav-link {
        color: black;
    }

    .login {
        border: 0;
        margin-left: 0;
        padding: 8px 12px 8px 12px;
    }

    .login.router-link-active {
        border-top: 2px solid #15a4a5;
        background-color: white;
        color: #133;
    }
}

#features, #contact {
    padding-top: 95px;
    margin-top: -95px;
}
