
.landing-gradient-meridian .header-fixed,
.landing-gradient-meridian .overlay {
    background-color: #11263a;
    background-image: linear-gradient(75deg, #11263a 30%, #0facf3) !important;
    background-image: -o-linear-gradient(-29deg, #283c86 0, #45a247 100%) !important;
    background: linear-gradient(75deg, #11263a 30%, #0facf3) !important;
}

.m-auto {
    margin: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
._dot {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
._inline-dot {
    display: inline-block;
}
._round-button {
    border-radius: 50% !important;
}
.progress--height-2 {
    height: 5px;
}
.user-profile .header-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.user-profile .header-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
}
.user-profile .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    z-index: 9;
}
.user-profile .profile-picture {
    border-radius: 50%;
    border: 4px solid #fff;
}
.user-profile .profile-nav {
    justify-content: center;
}
.timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.timeline .timeline-item {
    position: relative;
    width: 50%;
    display: inline-block;
}
.timeline .timeline-item:nth-child(2n) {
    padding: 0 3rem 3rem 0;
}
.timeline .timeline-item:nth-child(2n) .timeline-badge {
    left: calc(100% - 24px);
}
.timeline .timeline-item:nth-child(odd) {
    float: right;
    padding: 0 0 3rem 3rem;
    margin-top: 6rem;
}
.timeline .timeline-item:nth-child(odd) .timeline-badge {
    right: calc(100% - 24px);
}
.timeline .timeline-item .timeline-badge {
    position: absolute;
    width: 48px;
    height: 48px;
}
.timeline .timeline-item .badge-icon {
    text-align: center;
    font-size: 22px;
    line-height: 48px;
}
.timeline .timeline-item .badge-icon,
.timeline .timeline-item .badge-img {
    display: inline-block;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.timeline .timeline-group {
    position: relative;
    z-index: 99;
    padding: 0 0 2rem;
}
.timeline .timeline-line {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #dee2e6;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 767px) {
    .user-profile .header-cover {
        height: 200px;
    }
    .timeline .timeline-item {
        width: 100%;
        padding: 4rem 0 3rem !important;
    }
    .timeline .timeline-item:nth-child(odd) {
        margin-top: 1rem;
    }
    .timeline .timeline-item .timeline-badge {
        left: 0 !important;
        right: 0 !important;
        top: -16px;
        margin: auto;
    }
    .timeline .timeline-group {
        padding: 0 0 3rem;
    }
}
.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}
.auth-layout-wrap .auth-content {
    max-width: 660px;
    margin: auto;
}
.auth-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.auth-logo img {
    width: 100px;
    height: 100px;
}
@media (min-width: 1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 660px;
    }
}
@media (max-width: 767px) {
    .auth-layout-wrap .auth-content {
        padding: 15px;
    }
    .auth-right {
        padding: 80px 15px;
    }
}
.not-found-wrap {
    background-image: url(../../../images/page-bg-bottom.png);
    background-position-y: bottom;
    background-size: cover;
    background-size: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.not-found-wrap h1 {
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1;
}
.not-found-wrap .subheading {
    font-weight: 800;
}
.main-header {
    position: relative;
}
.main-header .topbar .header-nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.main-header .topbar .header-nav .topbar-item ul li {
    padding-right: 40px;
    text-transform: capitalize;
}
.homepage {
    padding: 80px 0;
    background: url(../../../../../ui-lib.com/wp-content/uploads/2019/04/bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage .main-content .logo {
    width: 80px;
    margin: auto;
}
.homepage .main-content h1 {
    color: #52495a;
    line-height: 1.5;
}
.homepage .main-content .btn-raised-primary:hover {
    color: #fff;
}
.homepage .main-content .btn-raised {
    transition: all 0.15s ease-in;
}
.homepage .main-content .btn-raised:hover {
    transform: translateY(-2px);
}
.homepage .main-content .dashboard-photo {
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    max-width: 960px;
    max-height: 600px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.homepage .main-content .dashboard-photo img {
    width: 100%;
}
.features {
    padding-top: 126px;
    padding-bottom: 126px;
    background: #f8fafe;
}
.features .section-title {
    margin-bottom: 45px;
}
.features .section-title h2 {
    margin-bottom: 5px;
}
.features .section-title p {
    max-width: 550px;
    margin: 0 auto;
    opacity: 0.7;
}
.features .features-wrap .feature-card {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0;
    margin-bottom: 10px;
    background: 0 0;
}
.features .features-wrap .feature-card .card-icon {
    padding: 15px;
}
.features .features-wrap .feature-card .card-title {
    display: flex;
    align-items: center;
    margin: 0;
    flex-grow: 0.5;
}
.features .features-wrap .feature-card .card-title h6 {
    margin: 0;
}
.features .features-wrap .feature-card.active,
.features .features-wrap .feature-card:hover {
    background: linear-gradient(#8470b9, #473886);
    cursor: pointer;
}
.features .features-wrap .feature-card.active .card-icon,
.features .features-wrap .feature-card:hover .card-icon {
    padding: 15px;
    color: #fff;
}
.features .features-wrap .feature-card.active .card-title h6,
.features .features-wrap .feature-card:hover .card-title h6 {
    color: #fff;
}
.features .tab-panel {
    display: none;
    padding: 0 20px;
}
.features .tab-panel.active {
    display: block;
}
.features .tab-panel img {
    width: 100%;
}
.framework {
    padding-top: 126px;
    padding-bottom: 126px;
    background: #f8fafe;
}
.framework .section-title {
    padding-bottom: 40px;
}
.framework .item-photo {
    height: 180px;
    width: 180px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.framework .item-photo img {
    width: auto;
    height: auto;
}
.framework .item-photo .item-photo-text {
    font-size: 40px;
}
.demos_pages .demo-photo {
    max-height: 400px;
}
.demos_pages .demo-photo a {
    text-transform: capitalize;
}
.demos_pages .demo-photo a:hover {
    color: #fff;
}
.demos {
    padding-top: 80px;
    padding-bottom: 80px;
}
.demos .section-title {
    padding-bottom: 35px;
}
.demos .demo-photo .thumbnail {
    display: block;
}
.demos .demo-photo img {
    width: 100%;
}
.demos .demo-photo .image-scroll {
    height: 500px;
    position: relative;
}
.demos .demo-photo .image-scroll img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}
.demos .demo-photo a {
    text-transform: capitalize;
}
.demos .demo-photo a:hover {
    color: #fff;
}
.component {
    padding-top: 80px;
    padding-bottom: 80px;
}
.component .section-title {
    padding-bottom: 50px;
}
.component .component-list {
    margin-bottom: 30px;
}
.component .component-list ul .comoponent-list-heading {
    margin-left: 15px;
    text-transform: capitalize;
    margin-top: 2px;
}
.component .component-list ul li {
    list-style: none;
    margin-left: 45px;
    opacity: 0.7;
}
.clients {
    background-color: #f8fafe;
    padding-top: 80px;
    padding-bottom: 80px;
}
.clients .section-title {
    padding-bottom: 50px;
    text-align: center;
}
.clients .section-title h2 {
    margin-bottom: 10px;
}
.clients .section-title p {
    max-width: 550px;
    margin: 0 auto;
}
.clients .complement {
    max-width: 900px;
    margin: 0 auto;
}
.clients .complement .client-card {
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.clients .complement .client-card .user {
    margin-left: 10px;
}
.clients .complement .client-card .user .user-photo {
    margin-right: 30px;
}
.clients .complement .client-card .user .user-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.clients .complement .client-card .user .user-detail {
    margin-top: 5px;
}
.clients .complement .client-card .user .user-detail h6 {
    margin: 0;
}
.clients .complement .client-card .user .user-detail p {
    opacity: 0.8;
}
.clients .complement .client-card .user-comment {
    margin-left: 10px;
}
.clients .complement .client-card .user-comment p {
    max-width: 800px;
    font-style: italic;
    opacity: 0.7;
}
.blog {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog h2 {
    max-width: 890px;
    margin: 0 0 40px;
}
.blog p {
    max-width: 890px;
    opacity: 0.7;
}
.blog .blog-photo {
    margin: 20px 0;
}
.blog .blog-photo img {
    width: 100%;
}
.footer {
    background-color: #f8fafe;
    padding-top: 80px;
}
.footer .footer-item {
    margin-bottom: 100px;
}
.footer .footer-item .social-media ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.footer .footer-item .social-media ul li a {
    color: #111111a8;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}
.footer .footer-bootom {
    padding: 10px 0;
    border-top: 0.2px solid #fffffffa;
}
.footer .footer-bootom p {
    margin: 0;
}
.footer .btn-raised-primary:hover {
    color: #fff;
}
.footer .btn-raised {
    transition: all 0.15s ease-in;
}
.footer .btn-raised:hover {
    transform: translateY(-2px);
}
@media (max-width: 960px) {
    .dashboard .dashboard-photo {
        max-width: calc(100% - 80px);
    }
    .dashboard {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .main-header .navbar-nav {
        flex-direction: row;
    }
    .main-header .navbar-nav .nav-item {
        margin-right: 8px;
    }
    .main-header .topbar .header-nav {
        display: block;
    }
    .brand {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-toggler {
        padding: 5px 0;
        font-size: 1.25rem;
        line-height: 1;
        border: 0 solid #fff;
        border-radius: 0.25rem;
        flex-direction: column;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }
    .navbar-toggler .navbar-toggler-icon {
        background: #52495a;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: 0 0;
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 999;
        text-align: center;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 25px;
        height: 2px;
        vertical-align: middle;
        content: "";
        background: no-repeat 50%;
        background-size: 100% 100%;
        background: #fff;
        margin-top: 4px;
    }
    .dashboard {
        height: 250px;
    }
    .features .features-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .features .features-wrap .feature-card {
        padding: 10px;
        margin: 5px;
    }
    .features .features-wrap .feature-card .card-title,
    .features .features-wrap .feature-card .card-title h6 {
        margin: 0;
    }
    .features .features-wrap .feature-card .card-icon {
        display: none;
    }
    .framework .item-photo {
        margin-bottom: 30px;
    }
    .component .component-list {
        margin: 0 auto;
    }
    .component .component-list ul {
        text-align: center;
        padding: 0;
    }
    .component .component-list ul li {
        margin-left: 30px;
    }
    .component .component-list .comoponent-list-heading {
        margin-left: 3px !important;
    }
    .footer .footer-item .social-media {
        margin-top: 18px;
    }
    .footer .footer-item .social-media ul {
        padding: 0;
    }
    .footer .footer-item .social-media ul li {
        margin-right: 20px;
        margin-left: 0;
    }
    .footer .footer-item .btn-arrow,
    .footer .footer-item .selling-btn {
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .homepage {
        padding: 80px 0;
    }
    .dashboard {
        height: auto;
        padding: 60px 0;
    }
    .dashboard .dashboard-photo {
        position: unset !important;
    }
}
@media only screen and (max-width: 991px) {
    .ul-landing__navbar.collapse: not(.show) {
        display: block !important;
    }
    .ul-landing__brand {
        max-width: 80px !important;
    }
}
i.ul-tab__icon {
    font-size: 14px;
    font-weight: 500;
}
.ul-tab__border {
    border: 1px dashed #bbb;
    margin: 30px 0;
}
.ul-tab__content {
    margin: 0;
    padding-left: 0;
}
.ul-dropdown__toggle {
    padding: 8px 25px;
    margin: 0 5px;
}
.tab-border {
    border: 1px dashed #ebedf2 !important;
    margin: 30px 0 !important;
}
span._r_block-dot {
    display: block;
    margin: 2px 0;
}
._r_btn {
    border: 1px solid #e8ecfa;
}
._r_drop_right {
    padding-right: 14px !important;
}
.ul-accordion__link:hover {
    list-style: none;
}
.ul-accordion__link:hover,
button.ul-accordion__link {
    text-decoration: none !important;
}
.ul-accordion__font {
    font-size: 16px;
}
.ul-cursor--pointer {
    cursor: pointer;
}
.ul-border__bottom {
    border-bottom: 1px solid #6610f2;
}
.ul-card__v-space {
    border-radius: 0;
    box-shadow: 0;
    margin: 30px 0;
}
.ul-card__border-radius {
    box-shadow: none;
}
.header-elements-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.ul-card__list--icon-font i {
    font-weight: 700;
    margin: 0 2px;
}
.accordion .ul-collapse__icon--size a:before {
    font-family: iconsmind;
    font-size: 18px;
    font-weight: 700;
    vertical-align: bottom;
    cursor: pointer;
}
.accordion .ul-collapse__left-icon a.collapsed:before {
    font-family: iconsmind;
    content: "\f083";
    margin: 0 8px;
}
.accordion .ul-collapse__left-icon a:before {
    font-family: iconsmind;
    content: "\f072";
    margin: 0 8px;
}
.accordion .ul-collapse__right-icon a.collapsed:before {
    font-family: iconsmind;
    content: "\f083";
    margin: 0 8px;
    float: right;
    position: absolute;
    right: 15px;
}
.accordion .ul-collapse__right-icon a:before {
    font-family: iconsmind;
    content: "\f072";
    margin: 0 8px;
    float: right;
    position: absolute;
    right: 15px;
}
.ul-pricing__table-1 {
    text-align: center;
    border-right: 1px solid #eee;
}
.ul-pricing__image {
    margin: 2rem 0;
}
.ul-pricing__image i {
    font-size: 7rem;
}
.ul-pricing__text {
    font-size: 1.2rem;
}
.ul-pricing__list {
    margin-bottom: 2.1rem;
}
.ul-pricing__main-number {
    margin: 20px 0;
}
.ul-pricing__list p {
    padding: 0 2.1rem;
    line-height: 2;
    font-size: 1rem;
}
.ul-pricing__table-list {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ul-pricing__table-2 {
    text-align: center;
    border-right: 1px solid #eee;
    padding-bottom: 15px;
}
.ul-pricing__month {
    font-size: 18px;
}
.ul-pricing__table-2:hover {
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 2;
    background-color: #f8f9fa;
}
.ul-pricing__header {
    margin-bottom: 30px;
    background-color: #f8f9fa;
    border-bottom-left-radius: 210px;
    border-bottom-right-radius: 210px;
    padding-bottom: 12px;
}
.ul-pricing__table-listing ul {
    margin: 0;
    padding: 0;
}
.ul-pricing__table-listing ul li {
    list-style: none;
    padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
    .ul-pricing__main-number h3 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 991px) {
    .ul-pricing__table-1 {
        border-right: none;
    }
}
.intro1Wrap {
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    z-index: 99;
}
.intro1Wrap,
.intro1Wrap .intro1RightSection {
    position: relative;
}
.intro1Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
}
.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;
}
@media only screen and (max-width: 992px) {
    .intro1Wrap .intro1LeftSection {
        margin-bottom: 0;
    }
}
.intro2Wrap {
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.intro2Wrap .intro2Description {
    max-width: 600px;
    margin: 0 auto;
}
.intro2Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.95;
}
.intro2Wrap .overlay,
.intro2Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro2Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_06.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
.intro-three-Wrap {
    /* background: url(../../../images/landing/Bg/bg.jpg) 50% / cover no-repeat; */
    /* padding: 100px 0; */
    color: #fff;
    overflow: hidden;
    position: relative;
}
.intro-three-Wrap .intro-three-RightSection {
    position: relative;
}
.intro-three-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
}
.intro-three-Wrap .overlay,
.intro-three-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
/* .intro-three-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_03.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
} */
.intro-four-Wrap {
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    z-index: 99;
}
.intro-four-Wrap,
.intro-four-Wrap .intro-four-RightSection {
    position: relative;
}
.intro-four-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
}
.intro-four-Wrap .overlay,
.intro-four-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-four-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_02.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
@media only screen and (max-width: 992px) {
    .intro-four-Wrap .intro-four-LeftSection {
        margin-bottom: 0;
    }
}
/* .intro-five-Wrap {
    background: url(../../../images/landing/Bg/bg.jpg) 50% / cover no-repeat;
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    z-index: 99;
} */
.intro-five-Wrap,
.intro-five-Wrap .intro-five-RightSection {
    position: relative;
}
.intro-five-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
}
.intro-five-Wrap .overlay,
.intro-five-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-five-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_02.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
@media only screen and (max-width: 992px) {
    .intro-five-Wrap .intro-five-LeftSection {
        margin-bottom: 0;
    }
}
.intro-six-Wrap {
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    z-index: 99;
}
.intro-six-Wrap,
.intro-six-Wrap .intro-six-RightSection {
    position: relative;
}
.intro-six-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
}
.intro-six-Wrap .overlay,
.intro-six-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-six-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_04.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
@media only screen and (max-width:  992px) {
    .intro-six-Wrap .intro-six-LeftSection {
        margin-bottom: 0;
    }
}
/* .intro-seven-Wrap {
    background: url(../../../images/landing/Bg/bg.jpg) 50% / cover no-repeat;
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
} */
.intro-seven-Wrap .intro-seven-RightSection {
    position: relative;
}
.intro-seven-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.95;
}
.intro-seven-Wrap .overlay,
.intro-seven-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-seven-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_04.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
@media only screen and (max-width: 992px) {
    .intro-seven-Wrap .intro-seven-LeftSection {
        margin-bottom: 0;
    }
}
.intro-eight-Wrap {
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.intro-eight-Wrap .intro-eight-Description {
    max-width: 600px;
    margin: 0 auto;
}
.intro-eight-Wrap .overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
}
.intro-eight-Wrap .overlay,
.intro-eight-Wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-eight-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_01.png) bottom no-repeat;
    background-size: cover;
    bottom: -8px;
}
.intro-nine-Wrap {
    padding: 180px 0 40px;
    color: #fff;
    overflow: hidden;
    z-index: 99;
}
.intro-nine-Wrap,
.intro-nine-Wrap .intro-nine-RightSection {
    position: relative;
}
.intro-nine-Wrap .overlay {
    top: 0;
    width: 100%;
    opacity: 1;
}
.intro-nine-Wrap .overlay,
.intro-nine-Wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-nine-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg_08.png) bottom no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .intro-nine-Wrap .intro-nine-LeftSection {
        margin-bottom: 0;
    }
}
.intro-ten-Wrap {
    padding: 180px 0 40px;
    color: #fff;
    overflow: hidden;
    z-index: 99;
}
.intro-ten-Wrap,
.intro-ten-Wrap .intro-ten-RightSection {
    position: relative;
}
.intro-ten-Wrap .overlay {
    top: 0;
    width: 100%;
    opacity: 1;
}
.intro-ten-Wrap .overlay,
.intro-ten-Wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.intro-ten-Wrap:after {
    content: "";
    display: block;
    background: url(../../../images/landing/Bg/Bg-10.png) bottom no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .intro-ten-Wrap .intro-ten-LeftSection {
        margin-bottom: 0;
    }
}
.intro-eleven-Wrap {
    /* background: url(../../../images/landing/Bg/bg.jpg) 50% / cover no-repeat; */
    padding: 180px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.intro-eleven-Wrap .intro-eleven-Description {
    max-width: 600px;
    margin: 0 auto;
}
.intro-eleven-Wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}
.intro-eleven-Wrap .subscription_form .form-group.subscription-input-wrap {
    display: inline-flex;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
    min-width: 350px;
}
.intro-eleven-Wrap .subscription_form .email_field {
    border-radius: 5px 0 0 5px !important;
    margin: 0 !important;
    border: 0;
    font-size: 1rem;
    flex-grow: 1;
    padding: 0;
    line-height: 1;
    margin: 0;
    background: inherit;
    height: 44px;
}
.intro-eleven-Wrap .subscription_form .email_field:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.intro-eleven-Wrap .subscription_form .btn-submit {
    padding: 0 24px !important;
    font-size: 18px !important;
    height: 44px;
    border-radius: 25px !important;
}
.intro-eleven-Wrap:after {
    content: "";
    display: block;
    height: 100%;
    background: url(../../../images/landing/Bg/Bg_06.png) bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: -1;
}
.work1Wrap {
    padding: 80px 0;
}
.work1Wrap .card .card-img-top {
    max-height: 300px;
    min-height: 300px;
}
.work1Wrap .card .card-footer {
    background: 0 0;
}
.work1Wrap .card .card-footer a.text-dark {
    line-height: 10px;
}
.rightRs {
    right: -10px;
}
.leftRs,
.rightRs {
    position: relative;
    top: 40%;
    overflow: hidden;
}
.leftRs {
    left: 0;
}
.ngu_control_button {
    height: 60px;
    width: 60px;
    line-height: 70px;
    padding: 0;
    overflow: hidden;
    z-index: 9;
    font-size: 40px;
    cursor: pointer;
}
.ngu_control_button .eva {
    background: 0 0;
    background-image: none !important;
    color: #fff;
    -webkit-text-fill-color: #fff !important;
}
.slick-slide {
    margin: 0 15px;
}
.slick-list {
    margin: 0 -15px;
}
@media only screen and (max-width: 765px) {
    .rightRs {
        right: -3%;
    }
    .leftRs,
    .rightRs {
        position: relative;
        top: 40%;
        overflow: hidden;
    }
    .leftRs {
        left: 0;
    }
}
.work-carousel-wrap {
    padding: 80px 0;
}
.work-carousel-wrap .ngucarousel {
    margin-left: -8px;
    margin-right: -8px;
}
.work-carousel-wrap .section-header p {
    max-width: 600px;
}
.work-carousel-wrap .card .card-img-top {
    max-height: 300px;
    min-height: 300px;
}
.work-carousel-wrap .card .card-footer {
    background: 0 0;
}
.work-carousel-wrap .card .card-footer a.text-dark {
    line-height: 10px;
}
.services-wrap {
    padding: 80px 0;
}
.services-wrap .section-header p {
    max-width: 600px;
}
.services-wrap .service-wrap .card .card-header {
    border-color: transparent;
    height: 170px;
}
.services-wrap .service-wrap .card .card-header img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.services-wrap .service-wrap .card .card-footer {
    background: 0 0;
}
.services-wrap .service-wrap .card .card-footer a.text-dark {
    line-height: 10px;
}
.services-caurosel-wrap {
    padding: 80px 0;
}
.services-caurosel-wrap .section-header p {
    max-width: 600px;
}
.services-caurosel-wrap .service-wrap .card .card-header {
    border-color: transparent;
    height: 170px;
}
.services-caurosel-wrap .service-wrap .card .card-header img {
    -o-object-fit: cover;
    object-fit: contain;
    height: 100%;
    width: 100%;
    background: #fff;
}
.services-caurosel-wrap .service-wrap .card .card-footer {
    background: 0 0;
}
.services-caurosel-wrap .service-wrap .card .card-footer a.text-dark {
    line-height: 10px;
}
.testimonial-caurosel-wrap .card .card-body .card-img-top,
.testimonial-wrap .card .card-body .card-img-top {
    width: auto;
}
.pricing-one-wrap .card .card-body .offer-lists .list-group .list-group-item,
.pricing-one-wrap .card .card-footer,
.pricing-one-wrap .card .card-header {
    border: 0;
}
.pricing-one-wrap .card .card-body .text-muted {
    text-decoration: line-through;
    -webkit-text-decoration-color: #b745716b;
    text-decoration-color: #b745716b;
}
.contact-form-wrap {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.contact-form-wrap i {
    vertical-align: middle;
}
.contact-form-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, 0.1);
    opacity: 0.99;
    background: #fff;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn.facebook:before {
    background-color: #3b5998;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn.twitter:before {
    background-color: #3cf;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn.skype:before {
    background-color: #00aff0;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn.dribbble:before {
    background-color: #f26798;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn.google:before {
    background-color: #dc4a38;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:before {
    top: 90%;
    right: -110%;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:focus:before,
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:hover:before {
    top: -10%;
    right: -10%;
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn i {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transform: scale(0.8);
}
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:focus,
.contact-form-wrap .social-wrap .social-btns-wrap .social-btn:hover i {
    color: #fff;
    -webkit-text-fill-color: #fff !important;
    transform: scale(1);
    border: none;
}
.contact-form-wrap .social-wrap .social-btns-wrap .facebook i {
    color: #3b5998;
    -webkit-text-fill-color: #3b5998 !important;
}
.contact-form-wrap .social-wrap .social-btns-wrap .twitter i {
    color: #3cf;
    -webkit-text-fill-color: #3cf !important;
}
.contact-form-wrap .social-wrap .social-btns-wrap .google i {
    color: #dc4a38;
    -webkit-text-fill-color: #dc4a38 !important;
}
.contact-form-wrap .social-wrap .social-btns-wrap .dribbble i {
    color: #f26798;
    -webkit-text-fill-color: #f26798 !important;
}
.contact-form-wrap .social-wrap .social-btns-wrap .skype i {
    color: #00aff0;
    -webkit-text-fill-color: #00aff0 !important;
}
.contact-form-wrap .form-wrap form.form .form-group label {
    position: absolute;
    z-index: 999;
    left: 40px;
    top: 10px;
    font-size: 16px;
    color: #a6b0bd;
    border-right: 1px solid #c6cdd5;
    padding-right: 10px;
    width: 30px;
}
.contact-form-wrap .form-wrap form.form .form-group .form-control {
    padding: 24px 0;
    padding-left: 65px;
    background: #fff;
    border-radius: 20px;
}
.contact-form-wrap .form-wrap form.form .form-group .form-control.ng-invalid.ng-touched {
    box-shadow: 0 2px 2px 1px rgba(193, 15, 65, 0.2);
}
.contact-form-wrap .form-wrap form.form .form-group textarea.form-control {
    padding: 14px 0 24px;
    padding-left: 65px;
}
.contact-form-wrap .form-wrap form.form .form-group .form-control:focus {
    box-shadow: 4px 4px 15px 0 rgba(36, 37, 38, 0.08);
}
.contact-form-wrap .form-wrap form.form .form-submit-button {
    padding: 10px 30px;
}
.contact-form-wrap:after {
    content: "";
    display: block;
    height: 100%;
    background: url(../../../../assets/images/landing/Bg/Bg_03.png) bottom no-repeat;
    position: absolute;
    background-size: cover;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: -1;
}
.best-wrap .card .card-body .left_icon i {
    font-size: 130px;
    outline: 0;
    position: absolute;
    left: -7%;
    top: 6%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
}
.left-image-wrap .ngucarousel {
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}
.left-image-wrap .ngucarousel .leftRs {
    position: relative;
    left: 0;
}
.left-image-wrap .ngucarousel .rightRs {
    position: relative;
    right: -3%;
}
@media only screen and (max-width: 746px) {
    img {
        margin: 0 !important;
    }
}
.right-image-wrap img.card {
    background: 0 0;
}
.right-image-wrap .ngucarousel {
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}
.right-image-wrap .ngucarousel .leftRs {
    position: relative;
    left: 0;
}
.right-image-wrap .ngucarousel .rightRs {
    position: relative;
    right: -3%;
}
.team-wrap .card i.facebook {
    color: #3b5998;
    -webkit-text-fill-color: #3b5998 !important;
}
.team-wrap .card i.twitter {
    color: #3cf;
    -webkit-text-fill-color: #3cf !important;
}
.team-wrap .card i.google {
    color: #dc4a38;
    -webkit-text-fill-color: #dc4a38 !important;
}
.news-wrap .card .card-img-overlay:after {
    background: linear-gradient(-29deg, rgba(193, 15, 65, 0.79), #233b88ba) !important;
}
.news-wrap .card .eva {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.news-two-wrap .card {
    position: relative;
    display: flex;
    flex-direction: row;
}
.news-two-wrap .card .card-img {
    width: 100%;
    border-radius: 0;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.news-two-wrap .card .card_right_content h2 {
    color: #474747;
}
.news-two-wrap .card .card_right_content h5 {
    color: #d2d2d2;
    letter-spacing: 0.2em;
}
.faqs-wrap .accordion .card {
    margin-bottom: 30px;
}
.faqs-wrap .accordion .card .card-header {
    padding: 15px;
}
.faqs-wrap .accordion .card .card-header a {
    color: #000;
}
.faqs-wrap .accordion .card:last-child {
    margin-bottom: 0;
}
.faqs-wrap .accordion .card .btn-link {
    font-weight: 600;
    color: #47404f;
    font-size: 14px;
}
.blog-details-wrap .blog_header {
    padding: 120px 0 60px;
    background: url(/assets/images/landing/news/news1.jpg) 50% no-repeat;
    background-size: cover;
}
.footer_wrap {
    padding: 20px 0 20px;
    color: #47404f;
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-align: center;
}
.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, 0.1);
    opacity: 0.99;
    background: #fff;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.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 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.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;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn.skype:before {
    background-color: #00aff0;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn.dribbble:before {
    background-color: #f26798;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn.google:before {
    background-color: #dc4a38;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn:before {
    top: 90%;
    right: -110%;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn:focus:before,
.footer_wrap .social-wrap .social-btns-wrap .social-btn:hover:before {
    top: -10%;
    right: -10%;
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn i {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transform: scale(0.8);
}
.footer_wrap .social-wrap .social-btns-wrap .social-btn:focus,
.footer_wrap .social-wrap .social-btns-wrap .social-btn:hover i {
    color: #fff;
    -webkit-text-fill-color: #fff !important;
    transform: scale(1);
    border: none;
}
.footer_wrap .social-wrap .social-btns-wrap .facebook i {
    color: #3b5998;
    -webkit-text-fill-color: #3b5998 !important;
}
.footer_wrap .social-wrap .social-btns-wrap .twitter i {
    color: #3cf;
    -webkit-text-fill-color: #3cf !important;
}
.footer_wrap .social-wrap .social-btns-wrap .google i {
    color: #dc4a38;
    -webkit-text-fill-color: #dc4a38 !important;
}
.footer_wrap .social-wrap .social-btns-wrap .dribbble i {
    color: #f26798;
    -webkit-text-fill-color: #f26798 !important;
}
.footer_wrap .social-wrap .social-btns-wrap .skype i {
    color: #00aff0;
    -webkit-text-fill-color: #00aff0 !important;
}
.service-three--hover {
    height: 100%;
}
.service-three--hover .card-header {
    height: 250px;
}
.service-three--hover .card-header img {
    height: 100%;
}
.service-three--hover:hover {
    transform: translateY(-20px);
    transition: 0.3s ease-in;
}
.solution-container:hover {
    background: linear-gradient(-29deg, #c10f41, #233b88) !important;
}
.solution-container i {
    -webkit-text-fill-color: #2c2b2b;
}
.solution-container:hover i {
    -webkit-text-fill-color: #fff;
}
.solution-container:hover h2,
.solution-container:hover p {
    color: #fff !important;
}
.blog-date {
    position: absolute;
    bottom: 0;
    right: 30px;
    display: grid;
    text-align: center;
    background-color: #f0f8ff;
    padding: 3px 12px;
    border-radius: 8px;
    height: 60px;
    width: 60px;
}
.news-three__card {
    height: 100%;
}
.news-three__card .card-header {
    height: 300px;
    position: relative;
}
.news-three__card .card-header img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.intro-components-Wrap {
    /* background: url(/assets/images/landing/Bg/bg.jpg) 50% / cover no-repeat; */
    padding: 180px 0 80px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.intro-components-Wrap .intro-components-RightSection {
    position: relative;
}
.intro-components-Wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}
@media only screen and (max-width: 992px) {
    .intro-three-Wrap .intro-three-LeftSection {
        margin-bottom: 0;
    }
    .login-left {
        padding: 2em !important;
    }
    .login-screen {
        width: 100% !important;
    }
}
.pricing-four__titles:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    top: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.5 ease-in;
    transition: 0.5s ease-out;
}
.pricing-four__contents:hover .pricing-four__titles:before {
    width: 300px;
}
.pricing-four__titles--white:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    top: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.5 ease-in;
    transition: 0.5s ease-out;
}
.pricing-four__contents:hover .pricing-four__titles--white:before {
    width: 300px;
}
.eva--white {
    -webkit-text-fill-color: #fff !important;
}
.dexam-input {
    min-width: 220px;
    border: 1px solid #f3f4f6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dexam-input.rounded {
    border-radius: 1000em;
}
.dexam-input:focus {
    box-shadow: none;
    border-color: #e7e3ec;
}
.h-55 {
    height: 55px;
}
input.dexam-input {
    font-size: 20px;
}
.dexam-input:-ms-input-placeholder,
.dexam-input::-ms-input-placeholder {
    font-size: 20px;
}
.dexam-input::placeholder {
    font-size: 20px;
}
.subscribe-img-bg {
    background-size: cover;
    padding: 100px 0;
    background-position: 50%;
    background-attachment: fixed;
}
.subscribe-img-bg-2 {
    background: linear-gradient(rgba(75, 73, 73, 0.7), hsla(0, 0%, 61%, 0.7)), url(../../../../../assets/images/landing/Bg/wide-img.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: 50%;
    background-attachment: fixed;
}
.subscribe-input .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 20px;
    padding-left: 20px;
}
body {
    line-height: 1.5;
    font-size: 15px;
    color: #47404f;
}
.app-landing-wrap.landing_wrap {
    overflow: hidden;
}
.t-shadow {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.btn {
    transition: all 0.5s ease-in;
}
.section-header p {
    max-width: 600px;
    margin-bottom: 0 !important;
}
.section-header h2 {
    margin-top: -0.4rem;
}
.light-gray {
    background: #f8f9fa !important;
}
.bg-primary-gradient {
    background-image: linear-gradient(180deg, #21c8f6, #637bff);
}
.text-gradient {
    color: linear-gradient(-29deg, rgba(193, 15, 65, 0.8), #233b88);
}
.eva {
    color: #47404f;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-warning {
    color: #ffc107 !important;
    -webkit-text-fill-color: #ffc107 !important;
}
.btn {
    transition: all 0.5s ease-in 0s;
    transition-property: all;
    transition-duration: 0.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: 0.5s;
}
.btn-hover:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.btn-hover:focus:before,
.btn-hover:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.font-weight-medium {
    font-weight: 600 !important;
}
.landing_wrap .card-title {
    margin-bottom: 0.5rem;
    font-size: 18px;
}
[tabindex="-1"]:focus {
    outline: 0;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
}
button,
input,
select,
textarea {
    vertical-align: baseline;
}
div {
    box-sizing: border-box;
}
body[dir="ltr"],
body[dir="rtl"],
html[dir="ltr"],
html[dir="rtl"] {
    unicode-bidi: embed;
}
bdo[dir="rtl"] {
    direction: rtl;
}
bdo[dir="ltr"],
bdo[dir="rtl"] {
    unicode-bidi: bidi-override;
}
bdo[dir="ltr"] {
    direction: ltr;
}
img {
    max-width: 100%;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
blockquote {
    border-left: 2px solid #eee;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-size: 1.01625rem;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    outline: 0;
}
.o-hidden {
    overflow: hidden;
}
.separator-breadcrumb {
    margin-bottom: 2rem;
}
.line-height-1 {
    line-height: 1;
}
.line-height-2 {
    line-height: 2;
}
.line-height-3 {
    line-height: 3;
}
.line-height-4 {
    line-height: 4;
}
.line-height-5 {
    line-height: 5;
}
.app-inro-circle {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 150px);
}
.app-inro-circle .big-bubble {
    height: 280px;
    width: 280px;
    margin: 0 auto 20px;
    text-align: center;
    background: #639;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-inro-circle .big-bubble i {
    font-size: 108px;
    color: #fff;
}
.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: absolute;
    top: calc(50vh - 50px);
    left: 0;
    right: 0;
    margin: auto;
}
.loadscreen .logo {
    display: inline-block !important;
    width: 80px;
    height: 80px;
}
.img-preview {
    overflow: hidden;
    float: left;
    background-color: #eee;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.preview-lg {
    width: 200px;
    height: 150px;
}
.preview-md {
    width: 150px;
    height: 120px;
}
.preview-sm {
    width: 100px;
    height: 75px;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.half-button {
    border-radius: 3px 15px;
}
@media only screen and (max-width: 764px) {
    section#intro-wrap {
        padding-top: 80px;
    }
    .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;
    }
}
@media (max-width: 576px) {
    .app-inro-circle .big-bubble {
        width: 220px;
        height: 220px;
    }
    button.close {
        float: right;
        font-size: 1.2195rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: 5px;
    }
}
[dir="rtl"] .rtl-ps-none .ps__rail-x,
[dir="rtl"] .rtl-ps-none .ps__rail-y {
    display: none;
}
.login-screen {
    background: #fff;
    border-radius: 20px;
    width: 85%;
    margin: 0 auto;
}
button.btn.btn-block.half-button.form-submit-button.btn-large.btn-gradient {
    background-color: #2a3c4e;
    background-image: linear-gradient(-29deg, #293c4e, #2899ce) !important;
    background-image: -o-linear-gradient(-29deg, #283c86 0, #45a247 100%) !important;
    background: linear-gradient(-29deg, #283c86, #2899ce) !important;
    color: #fff;
}
.login-left {
    padding: 5em;
}
.plat-img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}
.plat-img::after {
    content: "";
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    position: absolute;
    top: -20px;
    left: 150px;
    border-radius: 63px 60px 10px;
    z-index: -1;
    border: 4px solid #c1c1c1;
}
.intro-three-ProductImage.aos-init.aos-animate,
.intro-three-ProductImage.aos-init.aos-animate img {
    width: 100%;
}
.intro-three-LeftSection {
    display: table;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.logo span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.error-msg {
    color: #ff0909;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-weight: 600;
}

#intro-wrap h1 {
    font-size: 52px;
    font-weight: 700;
}
#intro-wrap h3 {
    font-size: 18px;
}
