:root {
    --blue: #263db5;
    --indigo: #6610f2;
    --purple: #639;
    --pink: #e83e8c;
    --red: #d22346;
    --orange: #e97d23;
    --yellow: #ffc107;
    --green: #4caf50;
    --teal: #20c997;
    --cyan: #9c27b0;
    --white: #fff;
    --gray: #70657b;
    --gray-dark: #52495a;
    --primary: #639;
    --secondary: #52495a;
    --success: #4caf50;
    --info: #263db5;
    --warning: #ffc107;
    --danger: #d22346;
    --light: #bbb;
    --dark: #47404f;
    --gray-100: #f8f9fa;
    --gray-200: #eee;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #bbb;
    --gray-600: #70657b;
    --gray-700: #665c70;
    --gray-800: #52495a;
    --gray-900: #47404f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: Nunito,sans-serif;
    font-size: .813rem;
    font-weight: 400;
    text-align: left;
    background-color: #fff
}
hr {
    box-sizing: content-box;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}
b,strong {
    font-weight: bolder
}
a {

    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}
button {
    border-radius: 0;
}



button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

.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
}
.lead {
    font-size: 1.01625rem;
    font-weight: 300
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}
.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
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}
.btn-danger {
    color: #fff;
    background-color: #d22346;
    border-color: #d22346
}
.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,.navbar>.container,.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.01625rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eee;
    border-radius: .25rem
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #eee
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}
.bg-transparent {
    background-color: transparent!important
}
.d-flex {
    display: flex!important
}
.justify-content-between {
    justify-content: space-between!important
}
.align-items-center {
    align-items: center!important
}
.mr-1,.mx-1 {
    margin-right: .25rem!important
}
.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}
.mt-3,.my-3 {
    margin-top: 1rem!important
}
.mb-3,.my-3 {
    margin-bottom: 1rem!important
}
.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}
.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}
.mr-auto,.mx-auto {
    margin-right: auto!important
}
@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}
.text-left {
    text-align: left!important
}
.text-center {
    text-align: center!important
}
.text-uppercase {
    text-transform: uppercase!important
}
.font-weight-bold {
    font-weight: 700!important
}
.text-white {
    color: #fff!important
}
.card-title,.text-title,h1,h2,h3,h4,h5,h6 {
    color: #332e38
}

.text-10 {
    font-size: 10px
}
.w-100,[w-100] {
    width: 100%!important
}
.btn[type=button],html [type=button] {
    -webkit-appearance: none!important
}
.btn-outline-success,.btn-success {
    border-color: #4caf50
}
.btn-danger,.btn-outline-danger {
    border-color: #d22346
}
.btn-instagram {
    color: #fff;
    background-color: #c13584;
    border-color: #c13584
}
.navbar {
    padding: 5px 0px !important
}

.main-header {
    width: 100%;
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    z-index: 100
}

.main-header .nav-link {
    color: #333
}

.main-header.header-fixed-default {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    z-index: 999
}

.main-header.header-fixed-default .nav-link {
    color: black;
}
.main-header .menu-toggle {
    width: 90px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 12px
}
.main-header .header-part-right {
    display: flex;
    align-items: center
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

nav ul li {
    display: inline-block
}

nav ul li a {
    display: block;
    /*color: #fff;*/
    cursor: pointer
}
nav ul li ul {
    text-align: left;
    width: 100%
}
nav ul li ul li {
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    text-align: center;
    padding: 10px;
    cursor: pointer
}

nav ul li ul li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

nav ul li ul li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}
nav ul ul {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0;
    transition: transform .3s,opacity .3s;
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
    position: absolute;
    top: 50px
}

nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg)
}

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative
}

nav ul ul li a {
    color: #fff!important
}
li>a:after {
    content: ""
}

li>a:only-child:after {
    content: ""
}
@media (max-width: 995px) {
    #home-header {
        padding:0
    }

    #home-header .navbar.container {
        max-width: 100%
    }

    #home-header .navbar-nav {
        flex-direction: column!important;
        align-items: center;
        width: 100%
    }

    #home-header .mega-menu {
        position: static;
        margin: auto
    }

    #home-header>.container {
        height: 60px;
        padding: 0
    }

    .menu-opened:host .header-mobile-top {
        padding: 13px 0
    }

    #menu-toggle {
        display: block
    }

    .menu-opened:host .container {
        height: auto!important
    }

    .home-logo {
        margin-left: 15px
    }

    .top-menu {
        display: none!important
    }

    .menu-opened:host .top-menu {
        display: block!important;
        width: 100%!important;
        flex: none!important;
        background: #f3f3f3
    }

    .menu-opened:host .top-menu button {
        display: block;
        width: 100%;
        line-height: 56px!important
    }

    .navbar-collapse {
        position: fixed;
        top: 3rem;
        right: 1rem;
        left: 1rem;
        height: auto!important;
        max-height: calc(100vh - 2rem);
        border-radius: .375rem;
        box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
        overflow-y: scroll!important
    }

    li.nav-item {
        text-align: center;
        width: 100%;
    }

    nav ul ul {
        display: none
    }

    nav ul ul,nav ul ul ul li {
        position: relative;
        top: 10px
    }

    nav ul ul ul li {
        left: 5px
    }

    nav ul li:hover>ul {
        display: inline-block
    }
}

@media (max-width: 991px) {
    .main-header .search-bar {
        width:180px
    }

    .main-header .menu-toggle {
        width: 24px;
        margin-right: 36px
    }
}

@media (max-width: 765px) {
    .main-header .navbar-nav {
        flex-direction:column!important;
        align-items: center;
        width: 100%
    }

    .navbar {
        position: relative;
        padding: 0
    }
}

@media (max-width: 615px) {
    .main-header .header-part-right .user {
        margin-right:0
    }
}

@media (max-width: 580px) {
    .main-header {
        height:70px;
        padding: 0 1.5rem
    }

    .main-header .logo {
        width: 60px
    }

    .main-header .search-bar {
        display: none
    }

    .main-header .menu-toggle {
        width: 60px
    }

    .main-header .header-part-right .user {
        margin-right: 0;
        padding-right: 0
    }

    .notification-dropdown {
        left: 10px!important
    }
}

@media (max-width: 360px) {
    .main-header .menu-toggle {
        margin:0
    }
}

.custom-separator {
    border-bottom: 1px dashed #ebedf2;
    margin: 15px 0
}

div.tab-border {
    border: 1px dashed #ebedf2!important;
    margin: 30px 0!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.intro1Wrap .overlay,.intro1Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1
}

.intro1Wrap:after {
    content: "";
    display: block;

    background-size: cover;
    bottom: -8px
}
.footer_wrap {
    padding: 40px 0 80px;
    color: #47404f;
    overflow: hidden;
    position: relative;
    z-index: 99
}

.footer_wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 1
}

.footer_wrap i {
    vertical-align: middle
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: -1px 5px 15px -4px rgba(0,0,0,.1);
    opacity: .99;
    background: #fff;
    transition: all .35s;
    transition-timing-function: cubic-bezier(.31,-.105,.43,1.59)
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
    transition: all .35s;
    transition-timing-function: cubic-bezier(.31,-.105,.43,1.59)
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn.facebook:before {
    background-color: #3b5998
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn.twitter:before {
    background-color: #3cf
}
body {
    line-height: 1.5;
    font-size: 15px;
    color: #47404f
}

.app-landing-wrap.landing_wrap {
    overflow: hidden
}
.section-header h2 {
    margin-top: -.4rem
}
btn {
    transition: all .5s ease-in 0s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0s
}

.btn-hover {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}
r {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 0
}

button,input,select,textarea {
    vertical-align: baseline
}

div {
    box-sizing: border-box
}
img {
    max-width: 100%
}

a,a:focus,a:hover {
    text-decoration: none
}
.o-hidden {
    overflow: hidden
}
.loadscreen {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 9999
}
.half-button {
    border-radius: 3px 15px
}

@media only screen and (max-width: 764px) {
    section#intro-wrap {
        padding-top:120px
    }

    .customizer.show {
        height: 500px;
        overflow-y: scroll;
        top: 120px
    }

    .customizer.show .setting_wrap {
        width: 40px;
        float: left;
        height: 40px;
        background: #fff;
        margin-right: 0;
        line-height: 48px;
        text-align: center;
        font-size: 22px;
        border-radius: 5px;
        cursor: pointer;
        padding-left: 5px
    }
}
.modal.right .modal-dialog-right {
    position: fixed;
    margin: 99px 0 0 0;
    width: 290px;
    height: 100%;
    right: 0px;
}

.modal.fade:not(.in).right .modal-dialog-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-full-content {
    background-color: #FF3A52 !important;
    border-top: 5px solid green;
}

@media screen and (max-width: 576px) {
    .list-style-search {
        text-align: unset;
    }

    /*.blog_style .div-link a {*/
    /*    display: inherit;*/
    /*    !*text-decoration: none;*!*/
    /*}*/
    .list-style1 {
        padding: 0px 10px;
    }

    .reg-title-blog {
        font-size: 14px;
        color: red;
    }

    .blog-free-reg-btn {
        padding: 7px !important;
        margin: 7px;
    }
}
.main-header .menu-toggle div {
    width: 24px;
    height: 1px;
    background: black;
    margin: 3px 0;
}


/*--------------*/

.load {
    text-align: center;
    display: inline-block;
    font-size: 8em;
    margin: auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    /*animation: F 1.3s infinite linear;*/
    transform: translateZ(0);
}
.loadscreen {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 9999
}
.loadscreen .loader {
    position: relative !important;
}
    .green_bg {
        background: #00A751 !important;
    }

    .green_text {
        color: #00A751 !important;
    }
    .red_text {
        color: #FF3A52 !important;
    }


    html {
        scroll-padding-top: 6rem;
    }

    .breadcrumb {
        background-color: unset !important;
        padding: 0.9rem 1rem !important;
        font-size: 14px;
    }

    .breadcrumb a ,.breadcrumb li {
        color: gray !important;
        text-decoration: none;
    }
    hr {
        margin: 1rem 0;
        color: inherit;
        background-color: currentColor;
        opacity: 0.25;
    }
    .headtestimony {
        /*padding-left:10px;*/
        color: black !important;
    }

    .btnstyle {
        padding: 2px 5px;
        /* padding-left: 7px; */
        /* padding-right: 6px; */
        font-size: 16px;
        /* margin: auto; */
        margin-top: 5px;
    }
    ::placeholder {
        color: darkgrey !important;
        opacity: 1;
        /* Firefox */
    }
    nav ul li ul {
        width: unset;
    }
    #btn-back-to-top {
        background-color: #FF3A52 !important;
        border: 1px solid white;
        position: fixed;
        bottom: 103px;
        right: 50px;
        display: none;
        box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
        /*right: 50px;*/
        border-radius: 25px;
        height: 50px;
        min-width: 50px;
        z-index: 16000160 !important;
    }
    #feedback {
        height: 0px;
        width: 90px;
        position: fixed;
        right: 0;
        top: 60%;
        z-index: 1000;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

    #feedback span {
        background: #4caf50;
        border-radius: 10px;
        display: block;
        height: 52px;
        padding-top: 10px;
        width: 155px;
        text-align: center;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }
    .intro1Wrap:after {
        background: unset;
    }
    .reg-title-blog {
        font-size: 16px;
        /*color: red;*/
    }
    .nav-list-style {
        column-count: 2;

    }

    .nav-list-style li {
        box-shadow: unset;
    }
    .tablecontent a {
        color: black;
    }

    .navbar {
        padding: 1px 0px !important;
    }

    @media (min-width: 1300px) {
        .container {
            max-width: 1280px !important;
        }
    }

    .main-header.header-fixed-default {
        padding: unset;
    }
    #subscribe-footer {
        /*width: 1423px;*/
        /*height: 100px;*/
        text-align: center;
        /*background: none repeat scroll 0% 0% rgb(52, 152, 219);*/
        background: #ff6f65;
        /*background-image: -webkit-linear-gradient(0deg, #FF3A52 0%, #ff8765 100%)!important*/
    }
    #subscribe-footer h3 {
        color: white;
        font-family: open sans;
    }

    .inptfld {
        font-family: Open Sans;
        outline: medium none;
        border: medium none;
        font-size: 15px;
        padding: 10px;
        border-radius: 3px;
        width: 250px;
    }

    .subscribebtn {
        font-famiy: open sans;
        outline: none;
        border: none;
        padding: 10px;
        border-radius: 3px;
        color: #fff;
        background: black;
        cursor: pointer;
        /*margin-left: 10px;*/
    }
    #mpopupBox {
        margin-top: 30%;
    }

@media screen and (max-width: 576px) {
    #feedback {
        top: 50%;
        width: 77px;
    }

    #feedback span {
        width: 133px;
    }
}
.modal-radius {
    border-radius: 8px !important;
    /*border:1px solid black  ;*/
}

.modal-header {
    border: unset;
}
#feedback:hover ,.social-wrap:hover {
    cursor: pointer;
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn.instagram:before {
    background-color: #c13584
}

.footer_wrap .social-wrap .social-btns-wrap .instagram i {
    color: #c13584;
    -webkit-text-fill-color: #c13584 !important;
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn.telegram:before {
    background-color: #35ade1
}

.footer_wrap .social-wrap .social-btns-wrap .telegram i {
    color: #35ade1;
    -webkit-text-fill-color: #35ade1 !important;
}

.footer_wrap .social-wrap .social-btns-wrap .social-btn.whatsapp:before {
    background-color: green
}

.footer_wrap .social-wrap .social-btns-wrap .whatsapp i {
    color: #35ade1;
    -webkit-text-fill-color: green !important;
}
.text-30 {
    font-size: 30px;
}
.footer_wrap .social-wrap .social-btns-wrap .facebook i {
    color: #3b5998;
    -webkit-text-fill-color: #3b5998!important;
}
h4 {
    font-size: 1.2195rem;
}

#subscribe-footer{
    /*width: 1423px;*/
    /*height: 100px;*/
    text-align: center;
    /*background: none repeat scroll 0% 0% rgb(52, 152, 219);*/
    background: #ff6f65;
    /*background-image: -webkit-linear-gradient(0deg, #FF3A52 0%, #ff8765 100%)!important*/
}


#subscribe-footer i {
    font-size: 90px;

}

#subscribe-footer h3{
    color: white;

    font-family: open sans;
}


.inptfld {
    font-family: Open Sans;
    outline: medium none;
    border: medium none;
    font-size: 15px;
    padding: 10px;
    border-radius: 3px;
    width: 250px;
}
.subscribebtn {
    font-famiy: open sans;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    background: black;
    cursor: pointer;
    /*margin-left: 10px;*/

}
#mpopupBox .subscribebtn{
    width: 250px;
}

#mpopupBox .modal-content {
    background: #ff6f65;
    text-align: center;
    color: white;
    position: relative;

    padding: 10px;
    /*width: 60%;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

#mpopupBox{
    margin-top: 30%;
}

/* close button style */
#mpopupBox .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#mpopupBox .close:hover, #mpopupBox .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 576px) {
    .subscribe{
        top:11%;
        width: 100%;
        margin: unset;
        padding: unset;
    }
    .subscribebtn{
        margin-top: 10px;
    }
    .mpopup-head {
        padding: 5px;

    }


}
@media (max-width: 995px){
    #home-header {
        height: 86px !important;
    }
}
.main-header.header-fixed {
    position: fixed!important;
    left: 0;
    right: 0;
    top: 0;
    padding: 0!important;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    animation: .6s slideDown forwards;
    transition: all .5s ease-in-out!important;
}
.color_head{
    color: black !important;
}
@media screen and (max-width: 576px){
    .mobile_video {
        width: 100%;
    }

}
.center_content img{
    width: 100%;
    height: auto;
}
button {
transition: none !important;
}
img{
    width: 100%;
    height: auto;
}
