html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: "Nunito", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

::-webkit-scrollbar {
    width: 11px
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #5aa7dd
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.loader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}
#web{
    width: 9rem !important;
   margin-left: 11px !important;
   height: 52px !important;
   position: relative;
   top: 1px;
   margin-block-end: 10px;
   margin-right: 14px;

}
.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#lgoo {
    width: 10rem !important;
}

#uit {
    height: 5rem !important;
}

#lari {
    height: 5rem !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #b4b3b3
}

.custom-file-upload placeholder {
    opacity: .5
}

.loading-spinner {
    width: 4rem;
    height: 4rem;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite
}

.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spinner-color {

    0%,
    100% {
        stroke: #5AA7DD !important
    }

    20% {
        stroke: #0001EE
    }

    40% {
        stroke: #5AA7DD !important
    }

    60% {
        stroke: #0001EE
    }

    80% {
        stroke: #5AA7DD !important
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px
    }
}

.wrapper {
    position: relative;
    background-color: #fff
}

.header {
    position: relative
}

.header-navbar {
    padding: 0
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #717171;
    position: relative;
    font-weight: 600;
    display: block;
    font-size: 1.5rem;
    padding-left: 10px
}

.header-navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-top: 0;
    font-size: .875rem;
    min-width: 14rem;
    border-radius: 0
}

.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

.header .logo-light {
    display: none
}

.main-slider .slides li {
    padding-top: 25rem;
    padding-bottom: 12rem
}

.header-navbar-nav .dropdown-item {
    color: #717171
}

.header .navbar-expand-lg .navbar-nav li:last-child .nav-link span {
    color: #111
}

.header-navbar-nav .dropdown-menu a,
.header-navbar-nav .dropdown-toggle {
    cursor: pointer
}

.header-navbar-nav .dropdown-item:focus,
.header-navbar-nav .dropdown-item:hover {
    background-color: transparent
}

.header-navbar-nav .dropdown-toggle:after {
    display: none
}

.header-navbar-nav .dropdown-arrow-inner {
    color: #5a5757;
    font-size: .75rem
}

#box {
    position: relative !important;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(180deg, rgba(35, 77, 212, .1) 20%, #234dd4 80%) !important
}

.scroll-to-top:not(.active) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    pointer-events: none
}

.scroll-to-top.active:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    background-color: #5aa7dd !important;
    border-color: #5aa7dd !important;
    color: #fff
}

.scroll-to-top {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #5aa7dd;
    border-color: #5aa7dd;
    text-align: center;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .65rem;
    z-index: 100;
    color: #fff;
    font-size: .75rem
}

.icon-logo-svg {
    height: 2.09rem;
    fill: #a7b3bd
}

.svg-decoration.middle-left.boundary {
    top: 8%;
    left: -2rem;
    width: 10rem
}

.svg-decoration.bottom-right.boundary {
    top: 18%;
    right: 0;
    width: 3rem
}

.svg-decoration.middle-left {
    top: 20%;
    left: -17rem;
    width: 22rem
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block
}

.svg-decoration.middle-left {
    top: 12%;
    left: -17rem
}

.svg-decoration {
    position: absolute
}

.svg-decoration.bottom-right {
    top: 0;
    right: -22rem;
    width: 30rem
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block
}

.svg-decoration.bottom-right {
    top: 0;
    right: -22rem
}

.svg-decoration {
    position: absolute
}

.avatar-sm-bordered {
    border: 2px solid #fff
}

.card-columns-count {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1
}

.card-columns-count .card {
    display: inline-block;
    width: 100%
}

.play-but:hover .play-icon:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.play-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 5rem;
    height: 5rem
}

.play-icon:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 50%
}

.play-icon-inner {
    fill: #212529;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    line-height: 0
}

.hover-arrow:hover span {
    transform: translate3d(5px, 0, 0)
}

.hover-arrow span {
    display: inline-block;
    margin-left: .375rem;
    transition: transform .2s ease;
    font-size: 11px
}

.img-decoration {
    position: absolute;
    overflow: hidden
}

.img-decoration-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.img-decoration-top {
    top: 0;
    right: 0;
    left: 0
}

.img-decoration svg {
    transform: scale(2)
}


.countdown span.label {
    font-size: .9375rem;
    font-weight: 600;
    display: block;
    color: #fff
}

.countdown span.counter {
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-size: 2.5rem
}

section#faq .container {
    padding-bottom: 300px !important
}

.accordion-header {
    padding: 0;
    background-color: transparent;
    transition: .3s ease-in-out;
    border: none
}

.accordion-collapse-btn {
    padding: 1.2rem 1.5rem;
    white-space: inherit
}

.accordion-body {
    color: #646f79;
    padding: 0 1.5rem 1.5rem 1.5rem
}

.accordion-arrow {
    color: #0001ee;
    transition: .3s ease-in-out
}

.accordion-arrow-inner {
    font-size: .875rem
}

.collapsed .accordion-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mr-n {
    margin-right: -1rem !important
}

.badge-soft-blue {
    background-color: rgba(51, 94, 234, .1);
    color: #0001ee
}

.badge-soft-green {
    background-color: rgba(66, 186, 150, .1);
    color: #5aa7dd
}

.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem;
    font-size: .75rem
}

.radius-tl {
    border-top-left-radius: 0
}

.radius-tr {
    border-top-right-radius: 0
}

.badge-rounded {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 10rem;
    text-align: center;
    line-height: 1
}

.badge-rounded>* {
    font-size: .625rem
}

.newsletter:before {
    background-color: #151b26;
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 200px;
    transform: skewY(-4deg);
    content: ""
}

.bg-decoration {
    position: absolute;
    top: -53px;
    width: 22rem;
    left: -129px;
    opacity: .5
}

::-moz-selection {
    background: #5aa7dd;
    color: #fff
}

.gradient-overlay:before {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: ""
}

.gradient-overlay-blue:before {
    background-image: linear-gradient(180deg, rgba(35, 77, 212, .3) 10%, #0001ee 70%);
    background-repeat: repeat-x
}

.gradient-overlay-dark:before {
    background-image: linear-gradient(180deg, rgba(21, 27, 38, .7) 0, transparent 100%);
    background-repeat: repeat-x
}

.max-width-xlg {
    max-width: 9rem
}

.max-width-lg {
    max-width: 6rem
}

.max-width-md {
    max-width: 3.75rem
}

.max-width-sm {
    max-width: 3.4375rem
}

.max-width-xsm {
    max-width: 2rem;
    width: 2rem
}

.avatar-md {
    width: 4rem;
    height: 4rem
}

.avatar-sm {
    width: 3.125rem;
    height: 3.125rem
}

.avatar-lg {
    width: 8rem;
    height: 8rem
}

.avatar-xs {
    width: 2.25rem;
    height: 2.25rem
}

::before,
a {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.shadow-lg {
    box-shadow: 0 0 40px rgba(38, 38, 38, .1) !important
}

.font-size-10 {
    font-size: .625rem
}

.font-size-12 {
    font-size: .75rem
}

.font-size-13 {
    font-size: .8125rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-15 {
    font-size: .9375rem
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.btn-wide {
    min-width: 10rem
}

a[data-toggle=tab]:not([aria-selected=true]) {
    color: #fff;
    background-color: transparent
}

a[data-toggle=tab] {
    color: #fff;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px
}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    transition: .3s ease-in-out;
    line-height: 2.2;
    color: #fff;
    font-size: 1.125rem;
    margin-left: .25rem;
    margin-right: .25rem;
    opacity: .15
}

.social-icon:hover {
    opacity: .7;
    color: #fff
}

.section,
section {
    position: relative;
    width: 100%
}

.spacer-lg-top {
    padding-top: 8rem
}

.spacer-lg-bottom {
    padding-bottom: 6rem
}

section.hero {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.spacer-one-bottom-lg,
div[class*=col-].spacer-one-bottom-lg {
    padding-bottom: 8rem
}

.spacer-one-top-lg,
div[class*=col-].spacer-one-top-lg {
    padding-top: 8rem
}

.spacer-double-lg,
div[class*=col-].spacer-double-lg {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.spacer-one-bottom-md,
div[class*=col-].spacer-one-bottom-md {
    padding-bottom: 6rem
}

.spacer-one-top-md,
div[class*=col-].spacer-one-top-md {
    padding-top: 6rem
}

.spacer-double-md,
div[class*=col-].spacer-double-md {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.spacer-one-bottom-sm,
div[class*=col-].spacer-one-bottom-sm {
    padding-bottom: 4rem
}

.spacer-one-top-sm,
div[class*=col-].spacer-one-top-sm {
    padding-top: 4rem
}

.spacer-double-sm,
div[class*=col-].spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.spacer-one-bottom-xs,
div[class*=col-].spacer-one-bottom-xs {
    padding-bottom: 2rem
}

.spacer-one-top-xs,
div[class*=col-].spacer-one-top-xs {
    padding-top: 2rem
}

.spacer-double-xs,
div[class*=col-].spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.spacer-one-bottom-xxs,
div[class*=col-].spacer-one-bottom-xxs {
    padding-bottom: 1.5rem
}

.spacer-one-top-xxs,
div[class*=col-].spacer-one-top-xxs {
    padding-top: 1.5rem
}

.spacer-double-xxs,
div[class*=col-].spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.list-group {
    list-style: none
}

.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #212529
}

.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover,
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #5aa7dd
}

.textarea {
    resize: none
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.o-hidden {
    overflow: hidden
}

.curved-decoration {
    position: relative;
    z-index: 2;
    width: 100%
}

.curved-decoration svg {
    position: relative;
    z-index: 2;
    top: .5px;
    width: 100%
}

.curved-decoration.splash svg {
    top: .5px
}

.bg-secondary-svg {
    fill: #f5f8fb
}

.bg-white-svg {
    fill: #ffffff
}

.bg-green-svg {
    fill: #ffffff
}

.bg-blue-svg {
    fill: #151b26
}

.bg-white {
    background-color: #fff
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, .07)
}

p {
    color: #000000
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.icon-title {
    position: relative;
    z-index: 1;
    line-height: .7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: .3s ease-in-out
}

.icon-title-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.5rem
}

.ml-offset-3 {
    margin-left: -1rem
}

.btn-primary-soft:focus,
.btn-primary-soft:hover {
    background-color: rgba(51, 94, 234, .15);
    color: #0001ee
}

.btn-primary-soft {
    background-color: #e8edfb;
    color: #0001ee
}

.icon-bg-dark {
    background-color: rgba(35, 77, 212, .1)
}

.icon-bg-light {
    background-color: rgba(255, 255, 255, .1)
}

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

.p-lg {
    padding: 4.5rem 3rem
}

.mt-n {
    margin-top: -200px
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.span-style {
    font-weight: 700;
    letter-spacing: -.025em
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -.025em
}

ul.nav-tabs {
    border-radius: .3125rem
}

ul.nav-tabs li:first-child a {
    border-radius: .3125rem 0 0 .3125rem
}

.btn-navbar-toggler {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #111;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .header-navbar {
        padding: 0;
        max-height: 100vh;
        overflow-y: scroll
    }

    .lead {
        font-size: 1.05rem;
        line-height: 1.5;
        font-weight: 600
    }
}

@media (min-width:576px) {
    .card-count-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    ul.nav-tabs {
        border-radius: .3125rem
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 .3125rem
    }
}

@media (min-width:992px) {

    .spacer-one-bottom-sm,
    div[class*=col-].spacer-one-bottom-sm {
        padding-bottom: 2rem
    }

    .spacer-one-top-sm,
    div[class*=col-].spacer-one-top-sm {
        padding-top: 2rem
    }

    .spacer-double-sm,
    div[class*=col-].spacer-double-sm {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .header {
        background-color: red
    }

    .mt-n {
        margin-top: -200px
    }

    ul.nav-tabs {
        border-radius: .3125rem .3125rem 0 0
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 0
    }

    .p-lg {
        padding: 4.5rem 8rem
    }

    .card-count-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .spacer-lg-bottom {
        padding-bottom: 12rem
    }

    .header {
        background-color: #fff;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .header .logo-light {
        display: block
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        color: #020202
    }

    .header.switched-header {
        background-color: #fff;
        transition: background-color .3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .header-section {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .header .logo-dark {
        display: none
    }

    .header.switched-header .logo-dark {
        display: block
    }

    .header.switched-header .logo-light {
        display: none
    }

    .header.switched-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #646f79
    }

    .header.switched-header .header-section {
        border-color: rgba(255, 255, 255, 0)
    }

    .header-navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 10px 40px 0 rgba(38, 38, 38, .1);
        border-top: 0;
        padding: 1rem 0;
        font-size: .875rem;
        min-width: 14rem;
        border-radius: 0
    }

    .header-navbar-nav .dropdown-item {
        color: #717171;
        padding: .4rem 1.75rem
    }

    .header-navbar-nav .dropdown-menu {
        margin-top: 3px
    }

    .navbar-expand-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navbar-expand-lg .header-navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0
    }

    .navbar-expand-lg .header-navbar-nav .nav-link {
        padding-top: 1.375rem;
        padding-bottom: 1.175rem;
        padding-right: 8px
    }
}

@media (max-width:767.98px) {
    .card-count-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 1.1rem;
        padding: .725rem 1.5rem
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem
    }

    .icon-logo-svg {
        height: 1.8rem
    }
}

@media(min-width:768px) {
    ul.nav-tabs {
        border-radius: .3125rem .3125rem 0 0
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 0
    }
}

@media (max-width:575px) {
    .card-count-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

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

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

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

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

    .display-1 {
        font-size: 4rem
    }

    .display-3 {
        font-size: 2.4375rem
    }

    .display-4 {
        font-size: 2.0625rem
    }
}

@media (max-width:1199.98px) {
    blockquote {
        font-size: 1.35rem !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem
    }
}

.blink_meaa {
    padding: 2.5px;
    margin-left: 100px;
    border-radius: 20px;
    color: #5aa7dd !important
}


li a {
    font-size: 13px !important
}

a.btn.btn-outline-info {
    font-size: 15px !important;
}

h2 {
    text-align: center;
    padding: 20px;
}

#size {
    width: 80px;

}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#accordion button {
    color: #0001EE;
}
#accordion button:hover {
    color: #0E8388 !important;
}