@charset "utf-8";
.navbar,
.navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

[type=submit],
button,
button.close,
html [type=button] {
    -webkit-appearance: none
}

.container,
.container-fluid,
.form-group {
    position: relative
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none
}

.btn {
    word-wrap: break-word
}

button,
hr,
input {
    overflow: visible
}

ol,
p,
ul {
    margin-bottom: 1rem
}

.img-thumbnail {
    max-width: 100%
}

html {
    -webkit-text-size-adjust: 100%
}

.waves-effect,
a,
html {
    -webkit-tap-highlight-color: transparent
}

.carousel-indicators,
.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%
}

figure,
footer,
header,
nav,
section {
    display: block
}

h1 {
    margin: .67em 0
}

h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

small {
    font-size: 80%
}

img {
    border-style: none;
    vertical-align: sub
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border-radius: 5px
}

button {
    text-transform: none
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

html {
    -webkit-box-sizing: border-box
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

button,
input {
    line-height: inherit
}

@media print {
    blockquote,
    img {
        page-break-inside: avoid
    }
    *,
    ::after,
    ::before,
    blockquote::first-letter,
    blockquote::first-line,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    blockquote {
        border: 1px solid #999
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
}

.navbar-brand {
    white-space: nowrap
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5a5a5a;
    background-color: #fff
}

ul ul {
    margin-bottom: 0
}

ul,
ul li {
    list-style-type: none
}

blockquote,
figure {
    margin: 0 0 1rem
}

a:focus,
a:hover {
    color: green
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

.form-control:disabled {
    cursor: not-allowed
}

a,
button,
input {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.h1,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

hr {
    margin-bottom: 1rem
}

.h1,
h1 {
    font-size: 2.3rem
}

h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
    font-size: 80%;
    font-weight: 400
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: auto
}

.btn {
    font-weight: 400
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.form-control {
    display: block
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .container {
        width: 540px;
        max-width: 100%
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .container {
        width: 720px;
        max-width: 100%
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .container {
        width: 960px;
        max-width: 100%
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .container {
        width: 1140px;
        max-width: 100%
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-7,
.col-sm-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col-lg-10,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-md-12,
    .col-md-4,
    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-7,
    .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-lg-10,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-md-12,
    .col-md-4,
    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-7,
    .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-10,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-md-12,
    .col-md-4,
    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-7,
    .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-10,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-md-12,
    .col-md-4,
    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-7,
    .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-control {
    width: 100%
}

.form-control {
    color: #464a4c;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.dropdown-menu {
    -webkit-background-clip: padding-box
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-moz-placeholder {
    opacity: 1
}

.form-control:-ms-input-placeholder {
    opacity: 1
}

.form-control:disabled {
    opacity: 1
}

.dropdown {
    position: relative
}

.btn {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active {
    background-image: none
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    border-color: #419641
}

.btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:active {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.close:focus,
.close:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
a,
a:focus,
a:hover {
    text-decoration: none
}

.collapse {
    display: none
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active {
    outline: 0
}

.input-group {
    position: relative;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group-addon {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef
}

.close {
    font-weight: 700
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group-addon:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.navbar {
    -webkit-flex-direction: column
}

.waves-effect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.navbar-toggler-icon {
    content: ""
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem;
    z-index: 99
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (max-width:767px) {
    .rightFixed {
        top: auto !important
    }
    .fixed-action-btn {
        top: 0 !important
    }
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md,
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-toggleable-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-md>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.card {
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    display: block
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.media {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.carousel,
.carousel-inner,
.carousel-item {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    display: none;
    width: 100%
}

.carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports (transform:translate3d(0, 0, 0)) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
    left: 0;
    border: none;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    content: ""
}

.carousel-indicators li::before {
    top: -10px
}

.carousel-indicators li::after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.d-inline {
    display: inline !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.w-25 {
    width: 25% !important
}

.w-100 {
    width: 100% !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-warning {
    color: #f0ad4e !important
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .float-lg-right {
        float: right !important
    }
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

.green {
    background-color: #4caf50 !important
}

.btn,
.card,
.dropdown-menu,
.navbar,
.navbar .nav-item .dropdown-menu.dropdown a:active,
.navbar .nav-item .dropdown-menu.dropdown a:focus,
.navbar .nav-item .dropdown-menu.dropdown a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

a {
    cursor: pointer
}

ul {
    padding: 0
}

.card,
.dropdown-menu,
.input-group-addon,
.nav .nav-link,
.navbar,
img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.dropdown-menu,
.input-group-addon {
    border: 0
}

body {
    overflow: auto !important
}

.card-block h3,
.card-block h5 {
    font-weight: 400;
    margin-bottom: 1rem
}

.navbar,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 300
}

.media .media-left {
    padding: 0 10px 10px 0
}

.card-block h5 {
    font-size: 1rem
}

.card-block p {
    margin-bottom: 1rem
}

section {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.dropdown-menu {
    transition: all .2s cubic-bezier(.72, 1.2, .71, .72)
}

@media only screen and (min-width:0) {
    html {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 15.5px
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .h1-responsive {
        font-size: 150%;
        font-weight: 500
    }
    .h2-responsive {
        font-size: 145%
    }
    .h3-responsive,
    .h4-responsive {
        font-size: 135%
    }
}

@media only screen and (min-width:768px) {
    .h1-responsive {
        font-size: 170%
    }
    .h2-responsive {
        font-size: 140%
    }
    .h3-responsive,
    .h4-responsive {
        font-size: 125%
    }
}

@media only screen and (min-width:992px) {
    .h1-responsive {
        font-size: 200%
    }
    .h2-responsive {
        font-size: 170%
    }
    .h3-responsive {
        font-size: 140%
    }
    .h4-responsive {
        font-size: 125%
    }
}

@media only screen and (min-width:1200px) {
    .h1-responsive,
    .h2-responsive {
        font-size: 200%
    }
    .h3-responsive {
        font-size: 170%
    }
    .h4-responsive {
        font-size: 140%
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    z-index: 1
}

.btn,
.btn-small-sqare {
    white-space: normal !important
}

.btn .fa {
    vertical-align: middle
}

.btn {
    transition: .2s ease-out
}

.card img,
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0 !important
}

.btn {
    font-size: .8rem;
    padding: .85rem 2.13rem;
    border-radius: 2px;
    border: 0;
    color: #fff;
    margin: 2px
}

.btn.btn-md {
    font-size: 1rem;
    padding: .7rem 1.6rem
}

.btn:hover {
    color: #fff
}

.btn:active,
.btn:focus {
    outline: 0;
    color: #fff
}

.btn .fa {
    font-size: 1.1rem;
    position: relative;
    margin-top: -2px
}

.btn-success {
    background: #00c851
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #00d255 !important
}

.btn-outline-default {
    border: 2px solid #2bbbad;
    color: #00695c !important;
    background-color: transparent
}

.btn-outline-default:active,
.btn-outline-default:active:focus,
.btn-outline-default:focus,
.btn-outline-default:hover {
    color: #2bbbad;
    border-color: #2bbbad;
    background-color: transparent
}

.btn-elegant {
    background: #2e2e2e
}

.btn-elegant:focus,
.btn-elegant:hover {
    background-color: #3b3b3b !important
}

input[type=text] {
    background-color: #fff;
    border: none;
    outline: 0;
    height: 2.9rem;
    width: calc(100% - 20px);
    font-size: 1rem;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 1.25
}

input[type=text]:disabled {
    color: rgba(0, 0, 0, .46);
    border-bottom: 1px dotted rgba(0, 0, 0, .46);
    background-color: transparent
}

.form-control {
    background-color: transparent
}

.form-control {
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-image: none;
    border-radius: 0
}

.form-control:disabled {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0
}

.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.card {
    border: 0
}

.card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.card .card-block {
    position: relative
}

.navbar .navbar-brand {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    overflow: visible
}

.navbar.navbar-dark .navbar-nav .nav-item a {
    color: #fff;
    transition: .35s
}

.navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar.navbar-dark .nav-link {
    color: #fff
}

@media (ma-width:992px) {
    .navbar.navbar-light .nav-item a,
    .navbar.navbar-light .nav-item a:hover {
        transition: .35s;
        color: #212121
    }
}

.navbar.navbar-light .nav-item .dropdown-menu a {
    color: #000;
    padding: 1rem
}

.navbar .dropdown-menu a {
    font-size: .9375rem;
    font-weight: 300;
    padding: 10px
}

.navbar .nav-flex-icons {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:991px) {
    .navbar .container {
        width: 100%
    }
}

.navbar .dropdown-menu {
    position: absolute
}

.navbar.double-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

footer.page-footer {
    padding-top: 20px;
    background-color: #3e4551;
    color: #fff
}

@media (max-width:767px) {
    footer.page-footer {
        padding-bottom: 20px
    }
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    line-height: 1.2;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    padding: 20px 0
}

@media (max-width:767px) {
    footer.page-footer .footer-copyright {
        padding: 20px 10px 40px
    }
}

footer.page-footer a {
    color: #ecebeb;
    transition: .5s all linear
}

footer.page-footer a:hover {
    color: #cecaca;
    transition: .5s all linear
}

.carousel .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    border-radius: 50%
}

[type=radio]:not(:checked)+label {
    padding-left: 35px;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none
}

[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

[type=radio]:not(:checked)+label {
    position: relative;
    height: 25px;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    -ms-transition: .28s ease;
    transition: .28s ease
}

[type=radio]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a
}

[type=radio]:not(:checked)+label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

[type=radio]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .46)
}

[type=radio]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, .46)
}

[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

[type=checkbox]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, .46)
}

[type=checkbox].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type=checkbox].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #bdbdbd
}

[type=checkbox].filled-in-danger:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in-danger:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(170, 102, 204, .1)
}

input[type=checkbox]:not(:disabled)~.lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}

.input-group .input-group-addon {
    background-color: #e0e0e0
}

.input-group .input-group-addon:-moz-placeholder {
    padding-left: 1rem
}

.input-group .input-group-addon::-ms-placeholder {
    padding-left: 1rem
}

.input-group .input-group-addon::-webkit-input-placeholder {
    padding-left: 1rem
}

.input-group .input-group-addon::-moz-placeholder {
    padding-left: 1rem
}

.input-group .input-group-addon:-ms-input-placeholder {
    padding-left: 1rem
}

.input-group .form-control {
    margin-top: 3px
}

.fixed-action-btn {
    position: fixed;
    right: 0;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
    top: 40%
}

@media only screen and (min-width:768px) {
    .scrolling-navbar {
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        padding-top: 12px;
        padding-bottom: 12px
    }
    .scrolling-navbar .navbar-nav>li {
        transition-duration: 1s
    }
}

.double-nav,
.scrolling-navbar {
    z-index: 0
}

.double-nav {
    color: #fff
}

.double-nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 300
}

.carousel-multi-item .controls-top {
    text-align: center
}

.navbar .nav-item .nav-link .fa {
    padding-left: 3px;
    padding-right: 3px
}

@media (max-width:992px) {
    .navbar .nav-item .nav-link {
        padding-left: 6px;
        padding-right: 6px
    }
}

.navbar .nav-item .dropdown-menu.dropdown a {
    color: #212121
}

.navbar .nav-item .dropdown-menu.dropdown a:active,
.navbar .nav-item .dropdown-menu.dropdown a:focus,
.navbar .nav-item .dropdown-menu.dropdown a:hover {
    color: #fff
}

@media only screen and (max-width:992px) {
    .double-nav {
        padding-top: 4px;
        padding-bottom: 4px
    }
}

@media only screen and (max-width:768px) {
    .double-nav .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .navbar .button-collapse {
        display: none
    }
}

@media (max-width:1440px) {
    .navbar .button-collapse {
        display: block;
        position: relative;
        font-size: 1.4rem;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: 10px
    }
}

.carousel-multi-item {
    margin-bottom: 80px
}

.carousel-multi-item .carousel-indicators li {
    height: 10px;
    max-width: 10px;
    background-color: #fffff;
    margin-bottom: 10px;
    border: 1px solid #616161
}

.carousel-multi-item .carousel-indicators .active {
    height: 10px;
    max-width: 10px;
    background-color: #36b34a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.carousel-multi-item .controls-top {
    margin-bottom: 30px
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -3em
}

.carousel-multi-item .card {
    margin: 1px
}

.width1 {
    width: 100% !important
}

.dropdown-megamenu ul li.nav-item a.dropdown-toggle:after {
    content: ""
}

.navActLine {
    display: none
}

.col-xs-text-center {
    text-align: center
}

.fa {
    display: inline-block
}

.col-xs-mt-5 {
    margin-top: 5px
}

.col-xs-mt-10 {
    margin-top: 10px
}

.col-xs-mt-15 {
    margin-top: 15px
}

.col-xs-mt-20 {
    margin-top: 20px
}

.col-xs-mt-30 {
    margin-top: 30px
}

.col-xs-mt-50 {
    margin-top: 50px
}

.col-xs-mb-0 {
    margin-bottom: 0 !important
}

.col-xs-mb-5 {
    margin-bottom: 5px !important
}

.col-xs-mb-10 {
    margin-bottom: 10px !important
}

.col-xs-mb-20 {
    margin-bottom: 20px
}

.col-xs-ml-5 {
    margin-left: 0
}

.col-xs-ml-15 {
    margin-left: 15px
}

.col-xs-mr-5 {
    margin-right: 5px
}

.col-xs-mr-40 {
    margin-right: 40px
}

.col-xs-pt-5 {
    padding-top: 5px
}

.col-xs-pt-10 {
    padding-top: 10px
}

.col-xs-pt-20 {
    padding-top: 20px
}

.col-xs-pt-30 {
    padding-top: 30px
}

.col-xs-pt-35 {
    padding-top: 35px
}

.col-xs-pt-50 {
    padding-top: 50px
}

.col-xs-pb-20 {
    padding-bottom: 20px
}

.col-xs-pb-25 {
    padding-bottom: 25px
}

.col-xs-pb-40 {
    padding-bottom: 40px
}

.col-xs-pb-50 {
    padding-bottom: 50px
}

.col-xs-pl-15 {
    padding-left: 15px
}

.col-xs-pr-15 {
    padding-right: 15px
}

.col-xs-ft-12 {
    font-size: 12px
}

.col-xs-ft-16 {
    font-size: 16px !important
}

@media (max-width:640px) {
    .new.carousel-multi-item {
        margin: 30px auto 80px
    }
}

@media (min-width:768px) {
    .col-sm-mt-0 {
        margin-top: 0 !important
    }
    .col-sm-mt-10 {
        margin-top: 10px
    }
    .col-sm-mb-10 {
        margin-bottom: 10px
    }
    .col-sm-ft-16 {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .col-md-mt-0 {
        margin-top: 0
    }
    .col-md-mt-30 {
        margin-top: 30px
    }
    .col-md-mb-30 {
        margin-bottom: 30px
    }
    .col-md-pt-15 {
        padding-top: 15px
    }
    .col-md-ft-16 {
        font-size: 16px
    }
    .col-md-ft-18 {
        font-size: 18px !important
    }
}

@media (min-width:1200px) {
    .navbar.double-nav {
        z-index: 100
    }
    .col-lg-mt-0 {
        margin-top: 0 !important
    }
    .col-lg-mt-10 {
        margin-top: 10px !important
    }
    .col-lg-mt-15 {
        margin-top: 15px
    }
    .col-lg-mt-20 {
        margin-top: 20px
    }
    .col-lg-mt-30 {
        margin-top: 30px
    }
    .col-lg-mt-40 {
        margin-top: 40px
    }
    .col-lg-mt-90 {
        margin-top: 90px
    }
    .col-lg-mb-20 {
        margin-bottom: 20px !important
    }
    .col-lg-mr-10 {
        margin-right: 10px
    }
    .col-lg-pt-0 {
        padding-top: 0 !important
    }
    .col-lg-pt-5 {
        padding-top: 5px !important
    }
    .col-lg-pb-30 {
        padding-bottom: 30px !important
    }
    .col-lg-pb-35 {
        padding-bottom: 35px !important
    }
    .col-lg-pl-0 {
        padding-left: 0 !important
    }
    .col-lg-pr-0 {
        padding-right: 0 !important
    }
    .col-lg-text-left {
        text-align: left
    }
    .col-lg-ft-16 {
        font-size: 16px !important
    }
    .col-lg-ft-18 {
        font-size: 18px !important
    }
    .col-lg-ft-20 {
        font-size: 20px !important
    }
    .col-lg-ft-24 {
        font-size: 24px !important
    }
}

.ft-100 {
    font-weight: 100 !important
}

.ft-300 {
    font-weight: 300 !important
}

.ft-400 {
    font-weight: 400
}

.ft-500 {
    font-weight: 500
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.white {
    background-color: #fff !important
}



.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light.menu .navbar-nav>.nav-item {
    position: relative
}

.navbar-light.menu .navbar-nav>.nav-item>.nav-link:focus:after,
.navbar-light.menu .navbar-nav>.nav-item>.nav-link:hover:after {
    height: 4px;
    width: 100%;
    position: absolute;
    color: #36b34a !important;
    background-color: #36b34a !important;
    left: 0;
    bottom: 0;
    z-index: 1
}

.navbar-toggleable-md.menu #navbar-collapse .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}

.navActLine {
    height: 4px;
    width: 100%;
    position: absolute;
    color: #36b34a !important;
    background-color: #36b34a !important;
    left: 0;
    bottom: -18px;
    z-index: 1
}



.navbar-light .navbar-nav .nav-link {
    color: #000
}

.dropdown .dropdown-menu,
.dropdown-megamenu ul.nav li {
    padding: 0 !important
}

.dropdown-megamenu ul.nav {
    background-color: #e4e3e3;
    box-shadow: none;
    padding: 0;
    position: relative;
    min-height: 500px;
    width: 200px
}


    .sidebar-toggle {
        display: block !important
    }
    .navbar .button-collapse {
        margin-top: 3px !important;
        background-color: #00c851 !important;
        border: none;
        line-height: 1 !important
    }
    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important
    }
    .collapse.navbar-collapse>ul.navbar-nav {
        display: none
    }
    .navbar .nav-item .nav-link {
        color: #fff
    }
    .close-circle1 {
        border-radius: 50%;
        height: 2rem;
        width: 2rem;
        border: 1px solid #fff !important;
        position: absolute;
        right: 10px;
        top: 10px
    }
    div.close-button {
        padding: 10px;
        overflow: hidden;
        height: 50px
    }
    a.dropdown-toggle:after {
        content: "" !important
    }
    a.dropdown-toggle i {
        font-size: 1.5rem
    }
}

figure.snip1160 img {
    vertical-align: middle
}

figure.snip1160 {
    min-width: 220px;
    text-align: left
}

.feature1 {
    text-align: center
}

* {
    margin: 0;
    padding: 0
}

.feature1 {
    padding: 30px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.feature1:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.position-z-index {
    position: relative;
    z-index: 99
}

.rightFixed i.fa {
    width: 22px;
    font-size: 1.2rem;
    color: #fff !important
}

::-webkit-input-placeholder {
    color: #bababa !important
}

::-moz-placeholder {
    color: #bababa !important
}

:-ms-input-placeholder {
    color: #bababa !important
}

:-moz-placeholder {
    color: #bababa !important
}

select option:selected {
    color: #b5b4b4
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    background: rgba(0, 0, 0, .9)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.mobile {
    display: none !important
}

.navbar.top-head {
    background: #242c42;
    border-radius: 0;
    padding-bottom: 6px;
    padding-top: 6px
}

.icon-color {
    color: #2e990d;
    vertical-align: text-bottom;
    font-size: 20px !important
}

.main-banner-wrap {
    background: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/banner-home.jpg) center 0/cover no-repeat #fff;
    min-height: 735px;
    border-bottom: solid 1px #e4e3e3
}

.eg-ratings-sprite,
.star-ratings-sprite {
    font-size: 0;
    overflow: hidden;
    text-indent: -999em;
    line-height: 0
}

.bdr-top {
    border-top: solid 1px #eaebec
}

.but-bdr {
    border: none !important;
    text-transform: none !important;
    color: #37b34b !important
}

.but-bdr:hover {
    background-color: #efeaea !important
}

.clr-white {
    color: #fff !important
}

.bg-gray {
    background: #dfe2e5;
    border-radius: 2px
}

figure.snip1160 {
    box-shadow: none !important
}

.bg-light-gray {
    background: #f8f8f8
}

.bg-gray .form-group {
    margin-bottom: 0
}

.bg-white {
    background: #fff !important
}

.home-sprite {
    background-repeat: no-repeat;
    margin: 0 auto
}

.clr-green {
    color: #36b34a !important
}

.clr-darkgray {
    color: #333 !important
}

.home-sprite {
    background-image: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/home-splite.png);
    height: 49px;
    width: 47px
}

.order {
    background-position: -15px -16px
}

.subject {
    background-position: -88px -16px
}

.rating {
    background-position: -164px -16px
}

.support {
    background-position: -235px -16px
}

.essay {
    background-position: -15px -89px
}

.assignment {
    background-position: -76px -89px
}

.dissertation {
    background-position: -141px -89px
}

.programming {
    background-position: -215px -91px
}

.online {
    background-position: -288px -91px
}

.mba {
    background-position: -358px -89px
}

.paypal {
    background-position: -18px -248px;
    width: 240px;
    height: 84px;
    margin: 0
}

.star-ratings-sprite {
    background: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/deadline.png) repeat-x;
    height: 16px;
    width: 159px
}

.star-ratings-sprite-rating {
    background: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/deadline.png) 0 100% repeat-x;
    float: left;
    height: 16px;
    display: block
}

.eg-ratings-sprite {
    background: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/eg-star.png) repeat-x;
    height: 14px;
    margin: 0 auto;
    width: 88px
}

.eg-ratings-sprite-rating {
    background: url(https://d2smr21ypbs5yk.cloudfront.net/egt/images/v1/eg-star.png) 0 100% repeat-x;
    display: block;
    float: left;
    height: 13px
}

.fea1,
.fea2,
.fea3,
.fea4 {
    height: 50px;
    width: 50px
}

.experts .carousel-multi-item {
    margin: 10px auto 20px
}

.fea1 {
    background-position: -16px -173px
}

.fea2 {
    background-position: -91px -173px
}

.fea3 {
    background-position: -170px -173px
}

.fea4 {
    background-position: -251px -173px
}

figure.snip1160 .arrow {
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5
}

figure.snip1160 {
    font-family: Raleway, Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 310px;
    width: 100%;
    color: #333
}

figure.snip1160 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s cubic-bezier(.25, .5, .5, .9);
    transition: all .35s cubic-bezier(.25, .5, .5, .9)
}

figure.snip1160 img {
    max-width: 100%;
    height: 69px;
    width: 69px;
    border-radius: 50%;
    margin: 40px 0 0 10px
}

figure.snip1160 blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 50px 30px;
    font-size: .8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic
}

figure.snip1160 blockquote:after,
figure.snip1160 blockquote:before {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: .3;
    font-style: normal
}

figure.snip1160 blockquote:before {
    top: 25px;
    left: 20px
}

figure.snip1160 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0
}

figure.snip1160 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    margin: 0;
    position: absolute
}

figure.snip1160 .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 97px;
    margin: 0;
    color: #333;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

figure.snip1160 .author h5 {
    opacity: .8;
    margin: 0;
    line-height: 24px;
    font-size: 14px
}

@media (max-width:767px) {
    .rightFixed {
        bottom: 0 !important;
        right: 0 !important;
        width: 100%;
        top: auto !important;
        box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, .6);
        padding: 0
    }
    .bg-dark {
        color: #fff !important;
        background-color: green
    }
    .bg-chat {
        color: #fff !important;
        background-color: #4c4c4c
    }
    .btn-small-sqare {
        margin: 0 !important;
        border-radius: 0 !important;
        width: 50% !important
    }
    .bg-dark i {
        color: #000 !important
    }
    .sub-footer ul li {
        line-height: 0 !important
    }
}

button,
input {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit
}

input {
    border: 1px solid #ccc;
    width: 250px
}

::-moz-placeholder {
    opacity: 1
}

button {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd
}

button:hover {
    background-color: none;
    border-color: #285e8e
}

.new.carousel-indicators li {
    background: 0 0;
    padding-right: 21px;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 700
}

.new.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: none !important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.new.carousel-indicators-numbers li.active,
.new.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #333
}

.new.carousel-multi-item .new.carousel-indicators li {
    border: none
}

.light-green-bg {
    background: #31a143
}

.light-green-bg .form-group {
    margin-bottom: 0
}

.sub-footer p,
.sub-footer ul li a,
.sub-footer ul li a:hover {
    color: #d3d2d2;
    text-decoration: none
}

.sub-footer p,
.sub-footer ul li a {
    font-weight: 400;
    font-size: 13px
}

.sub-footer ul {
    margin: 0;
    padding: 0
}

.sub-footer ul li {
    display: inline;
    padding-right: 11px;
    line-height: 55px
}

.subs-but {
    margin-top: 3px !important;
    background: #000 !important;
    color: #fff !important
}

@media (min-width:1200px) {
    .navbar-light .nav-item .nav-link--rounded {
        text-transform: capitalize;
        background: #36b34a;
        border: 1px solid #188429;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 20px;
        padding: 8px 20px 9px;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out
    }
    .navbar-light .nav-item .nav-link--rounded:hover {
        color: #fff !important;
        border-color: #188429
    }
    .navbar-light .nav-item .nav-link--rounded:active {
        -moz-transform: scale(.93);
        -o-transform: scale(.93);
        -ms-transform: scale(.93);
        -webkit-transform: scale(.93);
        transform: scale(.93)
    }
}

@media (max-width:991px) {
    .btn.btn-md {
        font-size: 1rem
    }
    .main-banner-wrap {
        background: #eff6fc;
        min-height: auto
    }
    .btn.btn-md {
        padding: 0 1.9rem !important
    }
}

@media screen and (min-device-width:320px) and (max-device-width:374px) {
    .star-ratings-sprite {
        width: 163px
    }
}

@media screen and (min-device-width:320px) and (max-device-width:359px) {
    .i-phone5 {
        font-size: 11px !important
    }
    .font-14 {
        font-size: 14px !important
    }
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media screen and (min-device-width:375px) and (max-device-width:570px) {
    .star-ratings-sprite {
        margin-left: 12px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:575px) and (orientation:landscape) {
    .col-xs-ml-5-1 {
        margin-top: 6px;
        margin-left: 6px
    }
}

@media (max-width:575px) {
    ul.nav-flex-icons {
        display: inline-flex
    }
    .carousel-multi-item .carousel-indicators {
        margin-bottom: -3em !important
    }
}

@media screen and (min-device-width:1024px) and (max-device-width:1025px) {
    .landscap-pt0 {
        padding-top: 0
    }
}

@media screen and (min-device-width:1024px) and (max-device-width:1200px) {
    .btn.btn-md {
        font-size: .8rem !important;
        margin-top: 8px !important
    }
    .star-ratings-sprite {
        width: 143px !important
    }
}

.fa {
    display: inline-block
}

.main-banner-wrap {
    position: relative
}

.bg-home-gray {
    background: #f8f8f8
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-user-circle-o:before {
    content: "\f2be"
}