@charset "utf-8";
@import "fontawesome-free/css/fontawesome-all.min.css";
@import "framework.css";
#headers {
    padding: 50px 0
}

#headers * {
    margin: 0;
    padding: 0;
    line-height: 1
}

#headers #logo {
    font-size: 26px;
    text-transform: uppercase
}

#headers #logo i {
    display: block;
    margin-bottom: 20px;
    font-size: 3.5rem
}

#pageintro {
    padding: 180px 0
}

#pageintro article {
    display: block;
    max-width: 50%
}

#pageintro .heading {
    margin-bottom: 20px;
    font-size: 4rem
}

#pageintro footer {
    margin-top: 50px
}

.container {
    padding: 80px 0
}

.sectiontitle {
    display: block;
    max-width: 50%;
    margin: 0 auto 100px;
    text-align: center
}

.sectiontitle * {
    margin: 0
}

.sectiontitle .heading {
    margin-bottom: 20px
}

.posts figure {
    display: block;
    margin-bottom: 50px
}

.posts figure:last-child {
    margin-bottom: 0
}

.posts figure>div,
.posts figure figcaption {
    display: block;
    float: left;
    width: 50%
}

.posts figure figcaption {
    padding: 50px 0 0 50px
}

.posts figure figcaption * {
    margin: 0
}

.posts figure figcaption .heading {
    margin-bottom: 30px
}

.posts figure figcaption footer {
    margin-top: 30px
}

.posts figure:nth-child(even)>div {
    float: right
}

.posts figure:nth-child(even) figcaption {
    float: left;
    padding-left: 0;
    padding-right: 50px
}

.team li:last-child {
    margin-bottom: 0
}

.team figure {
    display: block;
    text-align: center;
    padding: 30px
}

.team figure * {
    margin: 0;
    padding: 0
}

.team figure .imgover::before,
.team figure img {
    border-radius: 50%
}

.team figure figcaption {
    margin: 35px 0 0;
    line-height: 1
}

.team figure em {
    display: block;
    font-style: normal;
    font-size: .8rem
}

.latest>li:last-child {
    margin-bottom: 0
}

.latest article {
    padding: 30px
}

.latest article .meta li {
    display: inline-block;
    font-size: .8rem;
    line-height: 1
}

.latest article .meta li::after {
    margin-left: 5px;
    content: "|"
}

.latest article .meta li:last-child::after {
    margin: 0;
    content: ""
}

.latest article .meta li time {
    font-style: normal
}

.latest article footer {
    margin-top: 30px
}

#comments ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none
}

#comments li {
    margin: 0 0 10px;
    padding: 15px
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid
}

#comments address {
    font-weight: 700
}

#comments time {
    font-size: smaller
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0
}

#comments form {
    display: block;
    width: 100%
}

#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid
}

#comments textarea {
    overflow: auto
}

#comments div {
    margin-bottom: 15px
}

#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer
}

.sidebar .sdb_holder {
    margin-bottom: 50px
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0
}

#callback {
    padding: 30px 0
}

#callback>div {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    padding: 30px;
    text-align: center
}

#callback input,
#callback button {
    border: 1px solid
}

#callback input {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 8px 15px
}

#callback button {
    margin: 0 auto;
    padding: 8px 18px 10px;
    text-transform: uppercase;
    cursor: pointer
}

#footer {
    padding: 80px 0
}

#footer .heading {
    margin-bottom: 50px
}

#footer>div:first-of-type .heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.8rem
}

#footer>div:first-of-type .faico {
    margin-bottom: 30px
}

#footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid
}

#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

#footer .linklist li::before,
#footer .linklist li::after {
    display: table;
    content: ""
}

#footer .linklist li,
#footer .linklist li::after {
    clear: both
}

#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
    position: relative;
    padding-left: 40px
}

#footer .contact li * {
    margin: 0;
    padding: 0;
    line-height: 1.6
}

#footer .contact li i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center
}

#footer .latestimg>li {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0 0 5% 5%
}

#footer .latestimg>li:nth-last-child(-n+3) {
    margin-bottom: 0
}

#footer .latestimg>li:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

#footer .latestimg>li img {
    width: 100%
}

#footer .latestimg>li a.imgover {
    display: block
}

#copyright {
    padding: 20px 0
}

#copyright * {
    margin: 0;
    padding: 0
}

*,
::before,
::after {
    transition: all .3s ease-in-out
}

#mainav form * {
    transition: none !important
}

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 10px
}

#mainav ul {
    text-transform: uppercase;
    text-align: center
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
    text-align: left
}

#mainav ul ul ul {
    left: 180px;
    top: 0
}

#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
    padding: 0
}

#mainav li:last-child {
    margin-right: 0
}

#mainav li li {
    width: 100%;
    margin: 0
}

#mainav li a {
    display: block;
    padding: 20px 0
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px
}

#mainav .drop {
    padding-left: 15px
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px
}

#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7"
}

#mainav .drop::after {
    top: 25px;
    left: 5px
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0
}

#mainav ul li:hover>ul {
    visibility: visible;
    opacity: 1
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: none
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none
}

#breadcrumb {
    padding: 150px 0 30px
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px
}

#breadcrumb li a::after {
    top: 4px;
    right: 0;
    content: "\f0da"
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0
}

#breadcrumb li:last-child a::after {
    display: none
}

#breadcrumb .heading {
    margin: 0;
    font-size: 2rem
}

.sidebar nav {
    display: block;
    width: 100%
}

.sidebar nav li {
    margin: 0 0 3px;
    padding: 0
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px
}

.sidebar nav a::after {
    top: 10px;
    left: 5px;
    content: "\f0da"
}

.sidebar nav ul ul a {
    padding-left: 35px
}

.sidebar nav ul ul a::after {
    left: 25px
}

.sidebar nav ul ul ul a {
    padding-left: 55px
}

.sidebar nav ul ul ul a::after {
    left: 45px
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: 400
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit
}

#backtotop.visible {
    visibility: visible;
    opacity: .5
}

#backtotop:hover {
    opacity: 1
}

table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top
}

table,
th {
    table-layout: auto
}

table {
    width: 100%;
    margin-bottom: 15px
}

th,
td {
    padding: 5px 8px
}

td {
    border-width: 0 1px
}

#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both
}

#gallery li {
    margin-bottom: 30px
}

.faico {
    margin: 0;
    padding: 0;
    list-style: none
}

.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal
}

.faico li:last-child {
    margin-right: 0
}

.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #9099AA;
    background-color: #2C3541
}

.faico a:hover {
    color: #FFF
}

.faicon-dribble:hover {
    background-color: #EA4C89
}

.faicon-facebook:hover {
    background-color: #3B5998
}

.faicon-google-plus:hover {
    background-color: #DB4A39
}

.faicon-linkedin:hover {
    background-color: #0E76A8
}

.faicon-twitter:hover {
    background-color: #00ACEE
}

.faicon-vk:hover {
    background-color: #4E658E
}

body {
    color: #5F6F89;
    background-color: #2C3541
}

a {
    color: #9099AA
}

a:active,
a:focus {
    background: transparent !important
}

hr,
.borderedbox {
    border-color: #D7D7D7
}

label span {
    color: red;
    background-color: inherit
}

input:focus,
textarea:focus,
:required:focus {
    border-color: #9099AA !important
}

.overlay {
    color: #FFF;
    background-color: inherit
}

.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, .55)
}

.overlay.light {
    color: #474747
}

.overlay.light::after {
    background-color: rgba(255, 255, 255, .7)
}

.btn,
.btn.inverse:hover {
    color: #FFF;
    background-color: #9099AA;
    border-color: #9099AA
}

.btn:hover,
.btn.inverse {
    color: inherit;
    background-color: transparent;
    border-color: inherit
}

.imgover:hover::before {
    background: rgba(0, 0, 0, .55)
}

.imgover,
.imgover:hover::after {
    color: #9099AA
}

.row0,
.row0 a {
    color: #FFF
}

.row1 {
    background-color: rgba(144, 153, 170, .5)
}

.row2 {
    color: #474747;
    background-color: #EFEFEF
}

.row3 {
    color: #474747;
    background-color: #FFF
}

.row4 {
    color: #DFDFDF;
    background-color: #3F4A5C
}

.row5,
.row5 a {
    color: #5F6F89;
    background-color: #2C3541
}

#headers #logo a {
    color: inherit
}

#headers #logo i {
    color: #FFB900
}

#pageintro {
    color: #FFF
}

.team figure,
.latest article {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.team figure:hover {
    color: inherit;
    background-color: #FFF
}

.latest article:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

#callback>div {
    color: #474747;
    background-color: rgba(255, 255, 255, .8)
}

#callback input {
    color: #474747;
    background-color: #FFF;
    border-color: #D7D7D7
}

#callback button {
    color: #FFF;
    background-color: #9099AA;
    border-color: #9099AA
}

#callback button:hover {
    color: inherit;
    background-color: transparent;
    border-color: inherit
}

#footer .heading {
    color: #FFF
}

#footer hr,
#footer .borderedbox,
#footer .linklist li {
    border-color: rgba(255, 255, 255, .1)
}

#mainav li a {
    color: inherit
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
    color: #FFB900;
    background-color: inherit
}

#mainav li li a,
#mainav .active li a {
    color: #FFF;
    background-color: rgba(144, 153, 170, .5);
    border-color: rgba(144, 153, 170, 1)
}

#mainav li li:hover>a,
#mainav .active .active>a {
    color: #FFB900;
    background-color: #9099AA
}

#mainav form select {
    color: #474747;
    background-color: #FFF
}

#breadcrumb a {
    color: inherit;
    background-color: inherit
}

#breadcrumb li:last-child a {
    color: #9099AA
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7
}

.container .sidebar nav a:hover {
    color: #9099AA
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7
}

.pagination .current * {
    color: #FFF;
    background-color: #9099AA
}

#backtotop {
    color: #FFF;
    background-color: #9099AA
}

table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #D7D7D7
}

th {
    color: #FFF;
    background-color: #373737
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB
}

tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7
}

table a,
#comments a {
    background-color: inherit
}

@media screen and (min-width:1140px) {
    .hoc {
        max-width: 1140px
    }
}

@media screen and (min-width:978px) and (max-width:1140px) {
    .hoc {
        max-width: 95%
    }
}

@media screen and (max-width:978px) {
    .hoc {
        max-width: 90%
    }
    #mainav {
        padding: 15px
    }
    #mainav ul {
        display: none
    }
    #mainav form {
        display: block
    }
    #comments input[type="reset"] {
        margin-top: 10px
    }
    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0
    }
    #copyright p:first-of-type {
        margin-bottom: 10px
    }
}

@media screen and (min-width:750px) and (max-width:978px) {
    .posts figure figcaption {
        padding-top: 0
    }
}

@media screen and (max-width:750px) {
    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px
    }
    .fl_left,
    .fl_right {
        display: block;
        float: none
    }
    .group .group> :last-child,
    .clear .clear> :last-child,
    .clear .group> :last-child,
    .group .clear> :last-child {
        margin-bottom: 0
    }
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px;
        padding: 0
    }
    #pageintro article {
        max-width: none
    }
    #pageintro .heading {
        font-size: 2rem
    }
    .sectiontitle {
        max-width: none;
        margin-bottom: 50px;
        text-align: left
    }
    .posts figure {
        max-width: 570px
    }
    .posts figure>div,
    .posts figure figcaption,
    .posts figure:nth-child(even)>div,
    .posts figure:nth-child(even) figcaption {
        display: block;
        float: none;
        width: 100%
    }
    .posts figure figcaption,
    .posts figure:nth-child(even) figcaption {
        padding: 50px 0 0
    }
    .team figure {
        max-width: 350px
    }
    #callback>div {
        max-width: none
    }
    #footer .latestimg>li,
    #footer .latestimg>li:nth-last-child(-n+3) {
        display: inline-block;
        float: none;
        width: auto;
        margin: 0 5% 5% 0
    }
    #footer .latestimg>li:last-child {
        margin-bottom: 0
    }
    #footer .latestimg>li img {
        width: auto
    }
}

@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        padding: 0 0 15px;
        overflow: auto;
        overflow-x: scroll
    }
    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap
    }
    .inline li {
        display: block;
        margin-bottom: 10px
    }
    .pushright li {
        margin-right: 0
    }
    .font-x2 {
        font-size: 1.6rem
    }
    .font-x3 {
        font-size: 1.8rem
    }
}

.logo1 {
    width: 10%
}

p {
    text-align: justify
}

.flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.pad {
    padding: 25px;
    border: 2px solid #ffd700
}

.investment_plans {
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px
}

.float_left {
    float: left;
    width: 100%
}

.investment_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8)
}

.heading_wrapper_dark h3 {
    color: #fff
}

.heading_wrapper_dark {
    text-align: center
}

.heading_wrapper_dark h3:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.investment_box_wrapper {
    background: #fff;
    padding: 50px 15px;
    position: relative;
    text-align: center
}

.heading_wrapper_dark {
    margin-bottom: 100px
}

.investment_icon_circle {
    color: #fff;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #bd4cec;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.inves_icon a i:before {
    font-size: 30px;
    color: #fff
}

.investment_icon_circle i:before {
    font-size: 30px;
    color: #fff
}

.investment_box_wrapper:hover .investment_icon_circle i:before {
    color: #111;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_icon_circle:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 5px;
    height: 30px;
    background: #bd4cec;
    margin: 0 auto;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_border_wrapper {
    position: relative;
    width: 15px;
    height: 15px;
    background: #bd4cec;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_border_wrapper:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -6px;
    right: 0;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border: 2px solid #bd4cec;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_box_wrapper:hover .investment_border_wrapper:after {
    border: 2px solid #f6c60d;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_content_wrapper {
    margin-top: 15px;
    margin-bottom: 6px
}

.investment_content_wrapper h1 a {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 24px
}

.investment_content_wrapper h1 a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95px;
    height: 1px;
    background: #bd4cec;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.investment_content_wrapper p {
    margin-top: 35px;
    line-height: 26px
}

.plans_btn {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0
}

.plans_btn a {
    background: #bd4cec;
    float: none;
    display: inline-block
}

.plans_btn a:hover {
    background: #bd4cec;
    color: #111
}

.plans_btn a::before {
    border: 2px solid transparent
}

.red_info_circle,
.red_info_circle:after,
.red_border_wrapper,
.red_content_wrapper h1 a:after,
.red_btn_plans a {
    background: #eb6c40
}

.red_border_wrapper:after {
    border: 2px solid #eb6c40
}

.blue_icon_circle,
.blue_icon_circle:after,
.blue_border_wrapper,
.blue_content_wrapper h1 a:after,
.blue_btn_plans a {
    background: #dba622
}

.blue_border_wrapper:after {
    border: 2px solid #dba622
}

.green_info_circle,
.green_info_circle:after,
.green_border_wrapper,
.green_content_wrapper h1 a:after,
.green_plan_btn a {
    background: #19ccb1
}

.green_border_wrapper:after {
    border: 2px solid #19ccb1
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.sv_heading_wraper {
    margin-bottom: 45px
}

.sv_heading_wraper h4 {
    font-size: 16px;
    color: #dba622;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase
}

::after,
::before {
    box-sizing: border-box
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

textarea {
    overflow: auto;
    resize: vertical
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.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-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.color1 {
    color: red;
    text-align: center;
    margin-top: 20px
}

.color {
    color: #fff
}