body {
    font-family: "Noto Sans Armenian", sans-serif;
    color: #444444;
    scroll-behavior: smooth;
    overflow-y: scroll
}

a {
    color: #5846f9;
    text-decoration: none
}

a:hover {
    color: #8577fb;
    text-decoration: none
}

a:focus {
    color: #fff025;
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Armenian", sans-serif
}

::-moz-selection {
    background: #5846f9;
    color: #fff
}

::selection {
    background: #5846f9;
    color: #fff
}

#main {
    margin-top: 75px
}

section {
    padding: 85px 0;
    overflow: hidden
}

.inner-page {
    padding: 0
}

.section-bg {
    background-color: #f9f8ff
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    word-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    background: #5846f9;
    bottom: 0;
    left: calc(50% - 60px)
}

.section-title p {
    margin-bottom: 0
}

@media (max-width: 500px) {
    .section-title h2 {
        font-size: 28px
    }

    .section-title {
        padding-bottom: 10px
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5846f9;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #7b27d8;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #5846f9;
    border-top-color: #e7e4fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0
}

#header.header-scrolled, #header.header-inner-pages {
    background: rgba(90, 74, 241, 0.95);
    padding: 5px 0
}

#header .logo {
    margin-left: 10px;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

#header .logo a {
    color: #fff
}

#header .logo img {
    margin-top: 10px;
    padding: 7px;
    max-height: 100px;
    transition: 0.5s ease-in-out
}

@media (max-width: 500px) {
    #header .logo img {
        max-height: 90px
    }
}

#header .logo-small img {
    margin-top: 0;
    max-height: 65px;
    transition: all 0.5s ease-in-out
}

.navbar {
    padding: 0;
    background-color: transparent
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    transition: all 0.5s ease-in-out
}

.navbar li {
    position: relative;
    transition: all 0.5s ease-in-out
}

.navbar > ul > li {
    padding: 10px 0 10px 24px;
    transition: all 0.5s ease-in-out
}

.navbar a, .dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    position: relative
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: #fff
}

.navbar .dropdown:hover {
    color: #fff;
    transition: all 0.1ms ease-in-out 0s
}

.navbar .getstarted {
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

@media (max-width: 1540px) {
    .navbar .getstarted {
        margin-left: 10px
    }
}

.navbar .getstarted:hover {
    color: #fff;
    border-color: #fff
}

.navbar .getstarted:before, .navbar li:hover > .getstarted:before {
    visibility: hidden
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    color: #2c4964
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #5846f9
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

@media (max-width: 1140px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(90, 74, 241, 0.95);
    transition: all 0.3s ease-in-out;
    z-index: 999;
    height: 100vh
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.bi-x::before {
    font-size: 40px;
    padding: 20px 15px
}

.bi-list::before {
    font-size: 40px;
    padding: 0 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 65px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: all 0.3s ease-in-out
}

.navbar-mobile > ul > li {
    padding: 0
}

.navbar-mobile a {
    padding: 20px;
    font-size: 18px;
    color: #ffffff;
    margin: 10px 0;
    text-align: center;
    display: block;
    transition: all 0.3s ease-in-out
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden
}

.navbar-mobile .active {
    color: #fff025
}

.navbar-mobile a:hover, .navbar-mobile li:hover > a, .navbar .getstarted:hover {
    color: #5846f9;
    background-color: white
}

.navbar-mobile .getstarted {
    margin: 15px;
    font-size: 18px
}

.navbar-mobile a {
    color: #fff
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25)
}

.bi-chevron-down::before {
    font-size: 16px;
    font-weight: 900 !important
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    font-size: 17px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #5846f9
}

.navbar-mobile .dropdown {
    display: block;
    color: #fff
}

.navbar-mobile a:not([href]):not([class]):hover, .navbar-mobile a:not([href]):not([class]):active {
    color: #5846f9
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block
}

.breadcrumbs {
    padding: 15px 0;
    background: #f2f6f9;
    min-height: 40px
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 56px
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 0
}

.breadcrumbs ol li + li {
    padding-left: 10px
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c6387;
    content: "/"
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

#footer {
    color: #fff;
    font-size: 14px;
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url(../assets/img/hero-bg.jpg) center center no-repeat;
    background-size: cover
}

#footer .footer-top {
    padding: 60px 15px 30px 15px;
    position: relative
}

#footer .footer-top .logo-footer img {
    max-height: 80px;
    padding-bottom: 15px;
    margin-left: 21%;
    display: block
}

@media (max-width: 1366px) {
    #footer .footer-top .logo-footer img {
        max-height: 120px;
        padding-bottom: 30px;
        margin: 0
    }
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase
}

#footer .footer-top .footer-contact p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Noto Sans Armenian", sans-serif
}

#footer .footer-top .footer-contact .footer-phone {
    padding-bottom: 15px
}

#footer .footer-contact a {
    color: #fff
}

#footer .footer-contact a:hover {
    color: rgba(255, 255, 255, 0.8)
}

#footer .footer-top h3 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: underline;
    color: #fff
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h3 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px
}

#footer .getstarted {
    padding: 8px 25px;
    margin-top: 25px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff
}

#footer .getstarted:hover {
    color: #5846f9;
    background-color: #fff;
    border-color: #fff
}

#footer .copyright-wrap {
    border-top: 1px solid #8577fb
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff
}

#footer .credits a {
    color: #fff
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none
}

@media (max-width: 991px) {
    #footer .footer-top .footer-about {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    #footer .footer-top .footer-menu, #footer .footer-top .footer-newsletter {
        padding-top: 30px
    }
}


/*# sourceMappingURL=main.bundle.css.map*/