@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background: #141E30;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: rgba(186, 217, 252, 0.5019607843);
    overflow-x: hidden;
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

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

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #f6f7f9;
    padding: 20px;
    border-radius: 3px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}

blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background: linear-gradient(45deg, #fffbf2, #edfffd);
}

.bg--success {
    background-color: #e5ebff;
}

.bg--danger {
    background-color: #ea5455;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163A;
}

.bg--base {
    background-color: #4795EA !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: #4795EA;
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455 !important;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #ffffff;
}

.text--base {
    color: #4795EA !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid #4795EA;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #16273f !important;
}

.bg--gray {
    background-color: #FFFDF6;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #F1F1F1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
    margin-top: -5px;
    margin-bottom: -15px;
}

.table-area.two {
    border: 2px solid #1f2937;
    padding: 20px;
    border-radius: 10px;
}

.table-area.two .table-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-area.two .table-top .table-top-btn a {
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
}

.table-area.two .table-top .table-top-btn a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.table-area.two .custom-table {
    white-space: nowrap;
}

.table-area.two .custom-table thead tr {
    background: transparent;
}

.table-area.two .custom-table thead tr th {
    font-size: 12px;
    color: #6389A8;
    padding: 5px 10px;
}

@media only screen and (max-width: 575px) {
    .table-area.two .custom-table thead tr th {
        font-size: 10px;
    }
}

.table-area.two .custom-table tbody tr {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-area.two .custom-table tbody tr:hover {
    -webkit-transform: none;
    transform: none;
}

.table-area.two .custom-table tbody tr td {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.table-area.two .custom-table tbody tr td a {
    border-radius: 7px !important;
    font-size: 12px;
}

@media only screen and (max-width: 575px) {
    .table-area.two .custom-table tbody tr td {
        font-size: 13px;
    }
}

.custom-table {
    width: 100%;
    border-spacing: 0 15px;
    border-collapse: separate;
    white-space: nowrap;
}

.custom-table thead tr {
    background: #4795EA;
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    padding: 10px 30px;
}

.custom-table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
    text-align: left;
}

.custom-table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
    text-align: right;
}

.custom-table tbody tr {
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-table tbody tr:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.custom-table tbody tr td {
    border: none;
    font-weight: 600;
    text-align: center;
    color: rgba(186, 217, 252, 0.5019607843);
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    padding: 8px 30px;
}

.custom-table tbody tr td:first-child {
    text-align: left;
}

.custom-table tbody tr td:last-child {
    text-align: right;
}

.custom-table tbody tr td .author-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-table tbody tr td .author-info .thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.custom-table tbody tr td .author-info .thumb img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.custom-table tbody tr td .author-info .content {
    padding-left: 15px;
    width: calc(100% - 45px);
}

.custom-table tbody tr td a {
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px !important;
}

.custom-table tbody tr td .btn {
    border-radius: 3px;
}

.custom-table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(71, 149, 234, 0.2);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4795EA;
    width: 25px;
    border-radius: 10px;
}

.slider-next,
.slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #1f2937;
    border-radius: 50%;
    color: rgba(186, 217, 252, 0.5019607843);
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-next:hover,
.slider-prev:hover {
    background-color: #4795EA;
    color: #fff;
}

.slider-next {
    margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 60px;
}

.pagination .page-item {
    text-align: center;
    padding: 8px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #1f2937;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    line-height: 30px;
    font-size: 13px;
    display: block;
    margin: 0;
}

.pagination .page-item.disabled span {
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 24px;
    background: transparent;
    border: 1px solid #1f2937;
    color: #ffffff;
}

.pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #1f2937;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination .page-item .page-link.next {
    font-size: 24px;
    line-height: 25px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: #4795EA;
    border-color: transparent;
    color: #fff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border-bottom: 1px solid #4795EA;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    padding: 8px 15px;
    border-bottom: 1px solid #4795EA;
    font-weight: 700;
    font-size: 14px;
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    font-family: "Outfit", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    background-color: #4795EA;
    color: #fff;
}

.nav-tabs .nav-link.active {
    border: 1px solid #4795EA;
    background-color: #4795EA;
    color: #fff;
}

.nav-tabs .nav-link:not(:last-child) {
    margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

.product-details-widget {
    overflow: hidden;
}

.product-details-widget .nav-tabs {
    margin: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #1f2937;
}

.product-details-widget .nav-tabs .nav-link {
    padding: 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    border-right: 2px solid #1f2937;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    background-color: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-widget .nav-tabs .nav-link:hover {
    background-color: #4795EA;
    color: #fff;
}

.product-details-widget .nav-tabs .nav-link.active {
    border-bottom: 3px solid #4795EA;
    background-color: #16273f;
    color: #4795EA;
}

.product-details-widget .nav-tabs .nav-link:last-child {
    border-right: none;
}

@media only screen and (max-width: 575px) {
    .product-details-widget .nav-tabs .nav-link {
        padding: 15px 0;
        font-size: 13px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
    border: none;
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.custom--card .card-header {
    background: transparent;
    padding: 25px 25px 10px 25px;
    border: none;
}

.custom--card .card-header .card-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.custom--card .card-header .card-title i {
    margin-right: 5px;
}

.custom--card .card-header .card-btn a {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
}

.custom--card .card-header .card-btn a i {
    margin-right: 5px;
}

.custom--card .card-body {
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

.custom--card .card-body p {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
}

.custom--card .card-body .card-form-wrapper label {
    font-weight: 600;
    margin-bottom: 20px;
}

.custom--card .card-body .card-form-wrapper textarea {
    height: auto;
    min-height: 160px;
}

.custom--card .card-body .card-form-wrapper .submit-btn {
    margin-top: 10px;
    padding: 12px 30px;
}

.custom--card .card-body .card-form-wrapper input::-webkit-input-placeholder,
.custom--card .card-body .card-form-wrapper textarea::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 12px;
}

.custom--card .card-body .card-form-wrapper input::-moz-placeholder,
.custom--card .card-body .card-form-wrapper textarea::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 12px;
}

.custom--card .card-body .card-form-wrapper input:-ms-input-placeholder,
.custom--card .card-body .card-form-wrapper textarea:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 12px;
}

.custom--card .card-body .card-form-wrapper input::-ms-input-placeholder,
.custom--card .card-body .card-form-wrapper textarea::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 12px;
}

.custom--card .card-body .card-form-wrapper input::placeholder,
.custom--card .card-body .card-form-wrapper textarea::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 12px;
}

.modal-content .title {
    margin-bottom: 30px;
}

.modal-content {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    background-color: #16273f;
}

.modal-content .close {
    border-radius: 3px;
}

.cursor {
    position: fixed;
    background-color: #4795EA;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    border: 1px solid #4795EA;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}

.cursor-follower.active {
    opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.cursor-follower.hovered {
    opacity: 1;
}

.pr-md-0 {
    padding-right: 0 !important;
}

@media only screen and (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 389px) {
    .col-xs-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .col-xe-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 450px) {
    .col-xe-6 {
        width: 100%;
    }
}

.table-responsive {
    display: block;
    width: 100%;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-family: "Outfit", sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 14px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
}

.section-header.white .sub-title {
    background-color: rgba(255, 255, 255, 0.02);
}

.section-header .sub-title {
    color: #4795EA;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #16273f;
    text-transform: uppercase;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 5px;
}

.section-header .section-title {
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-header .section-title span {
    color: #4795EA;
}

.section-header p {
    color: #ffffff;
    font-size: 15px;
}

.banner-other-page {
    padding: 120px 0 !important;
    background-color: #f4f5f8;
}

.banner-other-page .banner-content .title {
    font-size: 50px;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.banner-other-page .banner-content .banner-btn {
    margin-top: 10px !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
    color: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163A;
}

.badge--primary {
    background-color: hwb(245 40% 6%);
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.1);
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.1);
    color: #ea5455;
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.1);
    color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163A;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.badge {
    font-weight: 600;
    border-radius: 7px;
    padding: 7px 15px 7px 15px;
    font-size: 12px;
}

.badge--base {
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
}

.btn--base {
    position: relative;
    background: #4795EA;
    color: #fff;
    padding: 10px 30px;
    font-family: "Outfit", sans-serif;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base.active {
    background: transparent;
    color: #4795EA;
}

.btn--base.active:focus,
.btn--base.active:hover {
    color: #fff;
    background: #4795EA;
}

.btn--base.style {
    background-color: rgba(50, 138, 241, 0.1);
    border: 1px solid transparent;
    color: #4795EA;
}

.btn--base.style:focus,
.btn--base.style:hover {
    color: #4795EA;
    border: 1px solid #4795EA;
}

.btn--base:focus,
.btn--base:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(71, 149, 234, 0.4);
    box-shadow: 0 10px 20px rgba(71, 149, 234, 0.4);
}

@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 10px 18px;
        font-size: 13px;
    }
}

.btn--base i {
    position: relative;
    top: 1px;
}

.custom-btn {
    font-size: 10px;
    color: rgba(186, 217, 252, 0.5019607843);
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
}

input,
select,
textarea {
    border: 1px solid #1f2937;
    vertical-align: baseline;
    font-size: 100%;
    color: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #4795EA !important;
}

label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    color: #ffffff;
}

.input-group {
    margin-bottom: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.input-group input {
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(107, 124, 147, 0.15);
    color: #6b7c93;
    height: 45px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(71, 149, 234, 0.2);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #1f2937;
    border-right: none;
    background-color: #fff;
}

.input-group-text {
    border: none;
    font-size: 14px;
    background: #EFF0F0;
    color: #ffffff;
    height: 45px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}

.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-group input:checked+label::before {
    background-color: #4795EA;
    border: 1px solid #4795EA;
}

.custom-check-group input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-check-group label {
    position: relative;
    cursor: pointer;
}

.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #1f2937;
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #1f2937;
    font-size: 14px;
    height: 50px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1f2937;
}

.form--control {
    background-color: transparent;
    border: 1px solid #1f2937 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
}

.form--control:focus {
    background-color: transparent;
    border: 1px solid #1f2937;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form--control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form--control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form--control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form--control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.radio-item [type=radio]:checked {
    position: absolute;
    left: -9999px;
}

.nice-select.form--control {
    padding: 0 15px;
    line-height: 45px;
}

.nice-select .list {
    background-color: #16273f;
    max-height: 500px;
    overflow-y: auto;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #4795EA;
}

.radio-item [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item [type=radio]:checked+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    margin: 0;
}

.radio-item [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    margin: 0;
}

.radio-item [type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 10px solid #4795EA;
    border-radius: 100%;
    background: #fff;
}

.radio-item [type=radio]:checked+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #1f2937;
    border-radius: 100%;
    background: #fff;
}

.radio-item [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4795EA;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background: transparent !important;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #1f2937 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: rgba(186, 217, 252, 0.5019607843);
    line-height: initial;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(186, 217, 252, 0.5019607843) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(186, 217, 252, 0.5019607843) transparent;
}

.submit-btn {
    padding: 12px 20px;
    color: #fff;
    background: #16273f;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
}

@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.fileholder.active {
    border: 2px dashed rgba(71, 149, 234, 0.5);
}

.fileholder-drag-drop-title {
    color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: #4795EA;
}

.fileholder-basic-loading-circle.one {
    border: 2px solid #4795EA;
}

.fileholder-basic-loading-circle.two {
    border: 2px solid #4795EA;
}

.fileholder-basic-loading-circle.three {
    border: 2px solid #4795EA;
}

.file-holder-wrapper {
    width: 400px;
}

@media only screen and (max-width: 575px) {
    .file-holder-wrapper {
        width: 100%;
    }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-color: #16273f;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-metal-base:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.2%, rgb(20, 30, 48)), color-stop(91.1%, rgb(36, 59, 85)));
    background: linear-gradient(0deg, rgb(20, 30, 48) 11.2%, rgb(36, 59, 85) 91.1%);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-base>div {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes scroll-ver {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes scroll-ver {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes social-share {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.11) translateY(10px);
        transform: scale(1.11) translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes hg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.11) translateY(10px);
        transform: scale(1.11) translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

.hg-zoomIn {
    -webkit-animation-name: hg-zoomIn;
    animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hg-zoomOutIn {
    -webkit-animation-name: hg-zoomOutIn;
    animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hg-zoomInShort {
    -webkit-animation-name: hg-zoomInShort;
    animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes top-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes top-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes down-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes down-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes down-top2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes down-top2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes moveclouds {
    0% {
        margin-left: 125em;
    }

    100% {
        margin-left: -125em;
    }
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 125em;
    }

    100% {
        margin-left: -125em;
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
        opacity: 0.6;
    }

    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0.35);
        transform: scale(0.35);
        opacity: 0.6;
    }

    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes pulseOne {
    0% {
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    }

    40% {
        border-radius: 10px;
        box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    }

    80% {
        border-radius: 10px;
        box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
        -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    }

    100% {
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    }
}

@-webkit-keyframes pulseOne {
    0% {
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    }

    40% {
        border-radius: 10px;
        box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    }

    80% {
        border-radius: 10px;
        box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
        -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    }

    100% {
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    }
}

@-webkit-keyframes bgOverlay {
    0% {
        width: 0%;
        right: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
        right: auto;
        left: 0;
    }
}

@keyframes bgOverlay {
    0% {
        width: 0%;
        right: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
        right: auto;
        left: 0;
    }
}

@-webkit-keyframes giraffe {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes giraffe {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes giraffe2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes giraffe2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
    -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse>span {
    background: #179cd8;
    right: 0;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    opacity: 0.3;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: circleWater 4s linear infinite;
    animation: circleWater 4s linear infinite;
}

.animation-circle-inverse>span:nth-child(2) {
    -webkit-animation: circleWater2 4s linear infinite;
    animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse>span:nth-child(3) {
    -webkit-animation: circleWater3 4s linear infinite;
    animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
    0% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(8.5);
        transform: scale(8.5);
        opacity: 0;
    }
}

@keyframes circleWater {
    0% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(8.5);
        transform: scale(8.5);
        opacity: 0;
    }
}

@-webkit-keyframes circleWater2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
    }
}

@keyframes circleWater2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
    }
}

@-webkit-keyframes circleWater3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }
}

@keyframes circleWater3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }
}

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes jump {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@-webkit-keyframes jump {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes colorchange {
    0% {
        background: #2dbb6c;
    }

    25% {
        background: red;
    }

    50% {
        background: blue;
    }

    75% {
        background: #000000;
    }

    100% {
        background: #2dbb6c;
    }
}

@keyframes colorchange {
    0% {
        background: #2dbb6c;
    }

    25% {
        background: red;
    }

    50% {
        background: blue;
    }

    75% {
        background: #000000;
    }

    100% {
        background: #2dbb6c;
    }
}

@-webkit-keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

@-webkit-keyframes opacityAnimation {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 0.4;
        mix-blend-mode: luminosity;
    }

    50% {
        opacity: 1;
        mix-blend-mode: normal;
    }

    100% {
        opacity: 0.4;
        mix-blend-mode: luminosity;
    }
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100vh) rotate(600deg);
        transform: translateY(-100vh) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100vh) rotate(600deg);
        transform: translateY(-100vh) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100vh) rotate(600deg);
        transform: translateY(-100vh) rotate(600deg);
    }
}

@-webkit-keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #16273f;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader-circle img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-container {
    max-width: 1630px;
}

.row>* {
    position: relative;
}

@media (min-width: 1480px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
    .col-xs-6 {
        width: 100%;
    }
}

::-moz-selection {
    background-color: #4795EA;
    color: #fff;
}

::selection {
    background-color: #4795EA;
    color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

.header-section.active {
    z-index: unset;
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(20, 30, 48, 0.3);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 991px) {
    .header-section.header-fixed {
        -webkit-animation: none;
        animation: none;
        position: unset;
        background: transparent;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        z-index: 0;
    }
}

.header-section.header-fixed .header-top-area {
    display: none !important;
}

.header-bottom-area {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 15px 0 #ebe5e5;
    box-shadow: 0 0 15px 0 #ebe5e5;
}

.header-bottom-area.home {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area {
        padding: 10px 0;
    }
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #16273f !important;
        padding: 0 !important;
        display: block;
        z-index: 99;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-bottom-area .navbar-collapse.show {
        left: 0;
    }
}

@media only screen and (max-width: 991px) and (max-width: 575px) {
    .header-bottom-area .navbar-collapse {
        width: 260px;
    }
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }

    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 40px;
}

@media only screen and (max-width: 1399px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 20px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 22px 0 22px 0;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li a.active,
.header-bottom-area .navbar-collapse .main-menu li a:hover {
    color: #4795EA;
}

@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 1399px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        font-size: 14px;
        font-weight: 600;
    }
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
        display: block;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .mega-menu {
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.site-logo {
    max-width: 150px;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-search-area {
        display: none;
    }
}

.header-search-area .search-bar {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.header-search-area .search-bar::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #1f2937;
}

.header-search-area .search-bar a {
    font-size: 24px;
    position: relative;
    color: #ffffff;
    top: 3px;
}

.search-popup .search-form {
    min-width: 1500px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

@media only screen and (max-width: 1530px) {
    .search-popup .search-form {
        min-width: 80%;
    }
}

.search-popup .search-form input {
    height: 60px;
    padding: 15px 30px !important;
    padding-right: 150px !important;
    font-size: 18px;
    border-radius: 20px !important;
    caret-color: #4795EA;
}

.search-popup .search-form .close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 60px;
    color: #fff;
    background-color: #4795EA;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 30px;
}

.search-popup .search-form .close-btn i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(13, 20, 34, 0.8);
    z-index: 10;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: 1;
}

.body-overlay-t {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    z-index: 10;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.body-overlay-t.active {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}

.header-link a {
    color: #fff;
}

.header-link a i {
    color: #4795EA;
    margin-right: 5px;
    font-size: 16px;
}

.header-link a+a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-social li a:hover,
.header-social li a.active {
    background: #4795EA;
    border: 1px solid #4795EA;
    color: #fff;
}

.header-social li+li {
    margin-left: 5px;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .header-action {
        margin-left: 12px;
        margin-top: 15px;
    }
}

.header-action .cart-btn-wrapper {
    position: relative;
}

.header-action .cart-btn-wrapper button,
.header-action .cart-btn-wrapper input[type=button],
.header-action .cart-btn-wrapper input[type=reset],
.header-action .cart-btn-wrapper input[type=submit] {
    font-size: 22px;
    padding: 8px 8px;
    margin-right: 10px;
}

.header-action .cart-btn-wrapper span {
    position: absolute;
    top: 4px;
    right: 12px;
    color: #fff;
    font-size: 10px;
    height: 16px;
    width: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #4795EA;
    border-radius: 50%;
}

.header-action .style {
    color: #fff;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #4795EA;
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler span {
        font-size: 22px;
    }
}

.help-center-bar {
    position: relative;
}

.help-center-bar:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.help-center-bar .help-a {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #4795EA;
}

@media only screen and (max-width: 1199px) {
    .help-center-bar .help-a {
        font-size: 0;
    }
}

@media only screen and (max-width: 991px) {
    .help-center-bar .help-a {
        font-size: 14px;
    }
}

.help-center-bar .help-a svg {
    position: relative;
    top: -2px;
    width: 15px;
    fill: #4795EA;
    margin-right: 3px;
}

@media only screen and (max-width: 991px) {
    .help-center-bar .help-a {
        margin-left: 15px;
    }
}

.help-center-bar .sub-menu {
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 270px;
    background-color: #25416A;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
    border-bottom: 3px solid #4795EA;
    padding: 15px !important;
}

@media only screen and (max-width: 575px) {
    .help-center-bar .sub-menu {
        width: 245px;
    }
}

.help-center-bar .sub-menu .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.help-center-bar .sub-menu .mega-menu:hover {
    border-color: #4795EA;
    color: #4795EA;
}

.help-center-bar .sub-menu .mega-menu i {
    position: relative;
    top: 1px;
    font-size: 20px;
    margin-right: 10px;
}

.help-center-bar .sub-menu .mega-menu .title-area span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.help-center-bar .sub-menu .mega-menu .title-area p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.help-center-bar .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}

.help-center-bar .sub-menu li:last-child .mega-menu {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.help-center-bar .sub-menu li a {
    width: 100%;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0;
}

.help-center-bar .sub-menu li a::after {
    position: unset;
    content: none;
}

.help-center-bar .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .help-center-bar .sub-menu .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.help-center-bar .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

/*-------------------------------------------------
    [ ### Cart section block ]
*/
.cart {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 11;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cart.active {
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

.cart .cart-wrapper {
    position: relative;
    width: 430px;
    height: auto;
    background-color: #16273f;
    padding: 30px;
    border-radius: 8px;
}

@media only screen and (max-width: 470px) {
    .cart .cart-wrapper {
        width: 400px;
    }
}

@media only screen and (max-width: 430px) {
    .cart .cart-wrapper {
        width: 380px;
    }
}

@media only screen and (max-width: 410px) {
    .cart .cart-wrapper {
        width: 350px;
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 380px) {
    .cart .cart-wrapper {
        width: 300px;
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 330px) {
    .cart .cart-wrapper {
        width: 280px;
        padding: 15px !important;
    }
}

.cart .cart-wrapper .cross-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #4795EA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.cart .cart-wrapper .cross-btn:hover::after,
.cart .cart-wrapper .cross-btn:hover::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.cart .cart-wrapper .cross-btn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart .cart-wrapper .cross-btn::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart .cart-wrapper .title-area {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.cart .cart-wrapper .title-area .title {
    margin-bottom: 0;
}

.cart .product-price span {
    font-size: 16px;
}

@media only screen and (max-width: 380px) {
    .cart .product-price span {
        font-size: 14px;
    }
}

.cart-item-wrapper {
    margin-bottom: -20px;
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-item .cart-thumb {
    width: 70px;
    height: 70px;
}

.cart-item .cart-thumb img {
    width: 100%;
    height: 100%;
}

.cart-item .cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
}

.cart-item .cart-content .cart-title {
    width: calc(100% - 70px);
    margin-left: 15px;
}

.cart-item .cart-content .cart-title a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 380px) {
    .cart-item .cart-content .cart-title a {
        font-size: 13px;
        font-weight: 600;
    }
}

.cart-item .cart-content .cart-title a:hover {
    color: #4795EA;
}

.cart-item .cart-content .cart-title .product-price {
    font-size: 14px;
}

.cart-item .remove-btn {
    background-color: transparent;
    color: #ea5455;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-item .remove-btn:hover {
    color: #ea0c0c;
}

/*-------------------------------------------------
    [ ### Account block ]
*/
.account {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.account.active {
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

@media only screen and (max-width: 575px) {
    .account {
        top: 53%;
    }
}

.account .account-wrapper {
    background-color: #16273f;
    position: relative;
    width: 430px;
    height: auto;
    background-color: #16273f;
    padding: 40px 30px;
    border-radius: 8px;
    display: none;
}

@media only screen and (max-width: 470px) {
    .account .account-wrapper {
        width: 400px;
    }
}

@media only screen and (max-width: 435px) {
    .account .account-wrapper {
        width: 370px;
    }
}

@media only screen and (max-width: 400px) {
    .account .account-wrapper {
        width: 350px;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 380px) {
    .account .account-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 350px) {
    .account .account-wrapper {
        width: 300px;
        padding: 15px;
    }
}

@media only screen and (max-width: 330px) {
    .account .account-wrapper {
        width: 290px;
        padding: 15px;
    }
}

.account .account-wrapper.change-form {
    display: block;
}

.account .account-wrapper .account-cross-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: #4795EA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.account .account-wrapper .account-cross-btn:hover::after,
.account .account-wrapper .account-cross-btn:hover::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.account .account-wrapper .account-cross-btn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.account .account-wrapper .account-cross-btn::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.account .account-wrapper .account-logo {
    margin-bottom: 30px;
}

.account .account-wrapper p {
    font-size: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input {
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
}

.account .account-wrapper .account-form input:focus {
    border-color: #4795EA !important;
}

.account .account-wrapper .account-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .forgot-item a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .forgot-item a:hover {
    color: #4795EA;
}

.account .account-wrapper .account-form .or-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    gap: 37px;
}

.account .account-wrapper .account-form .or-area .or-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.account .account-wrapper .account-form .or-area .or-line {
    height: 1px;
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account .account-wrapper .account-form .account-item {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .account-item a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .account-item a:hover {
    color: #4795EA;
}

.account .account-wrapper .account-form .account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.account .account-wrapper .account-form .account-form-btn a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: rgba(71, 149, 234, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin: 8px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .account-form-btn a.facebook:hover {
    background-color: #3b5998;
}

.account .account-wrapper .account-form .account-form-btn a.google:hover {
    background-color: #DB4437;
}

.account .account-wrapper .account-form .account-form-btn a.apple:hover {
    background-color: #000000;
}

.account .account-wrapper .account-form .custom-check-group label {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .custom-check-group label a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .custom-check-group label a:hover {
    color: #4795EA;
}

.header-topfixt {
    background-color: #16273f;
}

.header-topfixt .topfixt-wrapper {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

@media only screen and (max-width: 575px) {
    .header-topfixt .topfixt-wrapper {
        font-size: 0;
    }
}

.header-topfixt .topfixt-wrapper a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-topfixt .topfixt-wrapper a:hover {
    color: #4795EA;
}

@media only screen and (max-width: 575px) {
    .header-topfixt .topfixt-wrapper a {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    position: relative;
    display: block !important;
    overflow: hidden;
}

.banner-section .row {
    height: 96.5vh;
}

@media only screen and (max-width: 991px) {
    .banner-section .row {
        height: 89.5vh !important;
    }
}

@media only screen and (max-width: 575px) {
    .banner-section .row {
        height: 85.5vh !important;
    }
}

.banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #010C1A), to(rgba(1, 12, 26, 0.7294117647)));
    background-image: linear-gradient(180deg, #010C1A 20%, rgba(1, 12, 26, 0.7294117647) 100%);
    opacity: 0.9;
}

.mbYTP_wrapper {
    position: absolute !important;
}

@-webkit-keyframes slidebg {
    to {
        background-position: 20vw;
    }
}

@keyframes slidebg {
    to {
        background-position: 20vw;
    }
}

.video-banner-area .video-banner-content-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

.banner-content .title {
    font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#1f2937), color-stop(#1d2939), color-stop(#1b283b), color-stop(#18283d), to(#16273f));
    background-image: linear-gradient(to right top, #1f2937, #1d2939, #1b283b, #18283d, #16273f);
    overflow: hidden;
    z-index: 2;
}

.footer-section .footer-element {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.footer-section .footer-element2 {
    position: absolute;
    top: 0;
    left: 93px;
    mix-blend-mode: luminosity;
    -webkit-animation: opacityAnimation 2s linear infinite;
    animation: opacityAnimation 2s linear infinite;
}

.footer-section .footer-element2 img {
    height: auto;
    width: 188px;
}

@media only screen and (max-width: 991px) {
    .footer-section .footer-element2 img {
        width: 120px;
    }
}

@media only screen and (max-width: 750px) {
    .footer-section .footer-element2 img {
        width: 90px;
    }
}

@media only screen and (max-width: 650px) {
    .footer-section .footer-element2 {
        left: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-section .footer-element2 {
        left: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .footer-section .footer-element2 {
        left: 20px;
    }

    .footer-section .footer-element2 img {
        width: 70px;
    }
}

@media only screen and (max-width: 420px) {
    .footer-section .footer-element2 {
        left: 20px;
    }

    .footer-section .footer-element2 img {
        width: 60px;
    }
}

@media only screen and (max-width: 380px) {
    .footer-section .footer-element2 {
        left: 20px;
    }

    .footer-section .footer-element2 img {
        width: 50px;
    }
}

.footer-widget .title {
    color: #4795EA;
    position: relative;
    margin-top: -6px;
    margin-bottom: 35px;
}

.footer-widget .title::before {
    border: 1px solid #4795EA;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    right: 0;
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
}

.footer-widget .footer-logo a {
    margin: 0 auto;
    padding: 0;
    border: none;
}

.footer-widget p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-list li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .footer-list li i {
        display: none;
    }
}

.footer-list li a img {
    height: auto;
    width: 125px;
}

.footer-social li {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(50, 138, 241, 0.1);
    border: 1px solid transparent;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social li.active,
.footer-social li:hover {
    color: #4795EA;
    border: 1px solid #4795EA;
}

.footer-social li.active svg,
.footer-social li:hover svg {
    fill: #4795EA !important;
}

.footer-social li svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    fill: #fff;
}

@media only screen and (max-width: 575px) {
    .footer-social li {
        padding-bottom: 0;
        margin-top: 10px;
    }
}

.footer-social li+li {
    margin-left: 10px;
}

.copyright-wrapper {
    margin-top: 40px;
}

.copyright-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 575px) {
    .copyright-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.copyright-area .copyright-logo img {
    width: 20px;
    height: auto;
}

.copyright-area p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
}

.copyright-area p a {
    font-weight: 600;
}

@media only screen and (max-width: 1399px) {
    .copyright-area p {
        font-size: 14px;
    }
}

.footer-text {
    color: rgba(255, 255, 255, 0.5);
    line-height: 15px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Team block ]
*/
.team-item .team-wrapper {
    text-align: center;
    background-color: #16273f;
    border-radius: 30px;
    padding: 0 20px 20px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    mix-blend-mode: luminosity;
}

.team-item .team-wrapper .team-thumb {
    margin-top: -30px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #c7adad;
}

.team-item .team-wrapper .team-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.team-item .team-wrapper .team-content {
    padding-top: 10px;
}

.team-item .team-wrapper:hover {
    background-color: #25416A;
    mix-blend-mode: unset;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/
.testimonial-section {
    overflow: hidden;
}

.testimonial-wrapper {
    margin-bottom: -20px;
}

.testimonial-wrapper .testimonial-item {
    mix-blend-mode: luminosity;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-wrapper .testimonial-item .testimonial-thumb {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid #1f2937;
}

.testimonial-wrapper .testimonial-item .testimonial-thumb:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.testimonial-wrapper .testimonial-item .testimonial-thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper .testimonial-item:hover {
    mix-blend-mode: normal;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### solution block ]
*/
.our-solution {
    overflow: hidden;
}

.solution-item {
    background-color: #16273f;
    padding: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.solution-item:hover {
    background-color: #25416A;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.solution-content {
    padding-left: 15px;
}

/*-------------------------------------------------
    [ ### about block ]
-------------------------------------------------*/
.about-thumb {
    width: 85%;
}

.about-thumb.two {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .about-thumb {
        width: 100%;
    }
}

.about-content .section-header {
    margin-bottom: 20px;
}

.about-content .about-btn {
    margin-top: 40px;
}

/*-------------------------------------------------
    [ ### real-time block ]
-------------------------------------------------*/
.real-time-section {
    overflow: hidden;
}

.real-time-thumb-area .real-time-thumb {
    position: relative;
    z-index: 2;
}

.real-time-content .sub-title {
    color: #4795EA;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #16273f;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .real-time-content .sub-title {
        margin-bottom: 15px;
    }
}

.real-time-content .title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    .real-time-content .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .real-time-content .title {
        font-size: 24px;
    }
}

.real-time-content p {
    font-size: 16px;
    line-height: 2em;
}

@media only screen and (max-width: 991px) {
    .real-time-content p {
        font-size: 15px;
    }
}

.real-time-content .real-time-btn {
    margin-top: 50px;
}

.real-time-content .real-time-btn a {
    font-size: 16px;
    color: #4795EA;
}

@media only screen and (max-width: 991px) {
    .real-time-content .real-time-btn {
        margin-top: 20px;
    }

    .real-time-content .real-time-btn a {
        font-size: 15px;
    }
}

/*-------------------------------------------------
    [ ### product block ]
*/
.product-item {
    border-radius: 10px;
    background-color: #16273F;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-item:hover {
    background-color: #25416A;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-item .product-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item .product-preview .cc-btn {
    font-size: 18px;
}

.product-item .product-preview a {
    font-weight: 500;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(186, 217, 252, 0.5019607843);
    padding: 10px 15px;
    border-radius: 8px;
}

.product-item .product-preview a:hover {
    border-color: #4795EA;
}

.product-item .product-preview a+a {
    margin-left: 5px;
}

@media only screen and (max-width: 1399px) {
    .product-item .product-preview a {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-item .product-preview a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-item .product-preview {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .product-item .product-preview {
        padding-top: 0;
    }
}

.product-thumb {
    border-radius: 10px;
}

.product-thumb a {
    display: block;
}

.product-thumb img {
    width: 100%;
    height: 160px;
}

.product-thumb.best img {
    height: 220px;
}

@media only screen and (max-width: 991px) {
    .product-thumb img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .product-thumb img {
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb img {
        height: auto;
    }
}

@media only screen and (max-width: 450px) {
    .product-thumb img {
        height: auto;
    }
}

.product-content {
    padding: 20px;
}

.product-content .title {
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product-content .title:hover {
    color: #4795EA;
}

@media only screen and (max-width: 450px) {
    .product-content .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .product-content .title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 389px) {
    .product-content .title {
        font-size: 16px;
    }
}

.product-content p {
    font-size: 12px;
}

.product-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.product-price .off-price {
    padding-right: 5px;
    color: #fff;
    position: relative;
}

.product-price .off-price::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    top: 10px;
    left: -3px;
}

.product-price span {
    color: #4795EA;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .product-price span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .product-price span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .product-price span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 389px) {
    .product-price span {
        font-size: 14px;
    }
}

.sale-count {
    font-size: 12px;
    font-weight: 400;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #16273f;
    padding: 30px 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.statistics-item:hover {
    background-color: #25416A;
    -webkit-box-shadow: 0 10px 30px rgba(5, 7, 111, 0.1);
    box-shadow: 0 10px 30px rgba(5, 7, 111, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.statistics-item .statistics-badg {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(71, 149, 234, 0.4);
    color: #fff;
    padding: 5px 20px;
    border-radius: 0 0 0 20px;
}

.odo-area .title {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 0;
}

.odo-title {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: -12px;
}

@media only screen and (max-width: 991px) {
    .odo-title {
        font-size: 28px;
    }
}

.statistics-icon {
    width: 70px;
}

.statistics-content {
    width: calc(100% - 70px);
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.7);
}

/*-------------------------------------------------
    [ ### Product Details block ]
*/
.product-detail-section {
    padding-top: 100px;
}

.product-detail-section .product-detail-top {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1f2937;
}

.product-detail-section .product-detail-top ul li {
    position: relative;
    display: inline-block;
}

.product-detail-section .product-detail-top ul li a {
    font-size: 12px;
}

.product-detail-section .product-detail-top ul li span {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.product-detail-section .product-detail-top ul li+li {
    padding-left: 2px;
}

.product-detail-section .product-details-main .product-details-thumb-area {
    position: relative;
    padding: 20px;
    background-color: #16273f;
    border-radius: 10px;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-thumb {
    margin: -20px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .product-detail-section .product-details-main .product-details-thumb-area .product-detail-thumb {
        padding: 10px 10px 0 10px;
    }
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-thumb img {
    height: 360px;
    width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .product-detail-section .product-details-main .product-details-thumb-area .product-detail-thumb img {
        height: auto;
    }
}

.product-detail-section .product-details-main .product-details-thumb-area .btn-preview {
    display: block;
    text-align: center;
}

.product-detail-section .product-details-main .product-details-thumb-area .btn-preview a {
    padding: 8px 15px;
}

.product-detail-section .product-details-main .product-details-thumb-area .btn-preview a i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area {
    position: absolute;
    top: 68px;
    left: -49px;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit] {
    display: block;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #16273f;
    border-top: 2px solid #1f2937;
    border-left: 2px solid #1f2937;
    border-right: none;
    border-bottom: 2px solid #1f2937;
    border-radius: 15px 0 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button:hover,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]:hover,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]:hover,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]:hover {
    color: #4795EA;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button:hover i,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]:hover i,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]:hover i,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]:hover i {
    opacity: 1;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area .fev-button.active {
    color: #4795EA;
}

.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button+button,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]+button,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]+button,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]+button,
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button+input[type=button],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]+input[type=button],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]+input[type=button],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]+input[type=button],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button+input[type=reset],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]+input[type=reset],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]+input[type=reset],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]+input[type=reset],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area button+input[type=submit],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=button]+input[type=submit],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=reset]+input[type=submit],
.product-detail-section .product-details-main .product-details-thumb-area .product-detail-floting-btn-area input[type=submit]+input[type=submit] {
    margin-top: 20px;
}

.product-detail-section .product-details-main .product-details-content {
    position: relative;
    margin-top: 20px;
}

.product-detail-section .product-details-main .product-details-content.show-more {
    height: auto;
}

.product-detail-section .product-details-main .product-details-content.show-more::after {
    display: none;
}

.product-detail-section .product-details-main .product-details-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#141E30));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #141E30);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .product-detail-section .product-details-main .product-details-content {
        height: 500px;
        overflow: hidden;
    }

    .product-detail-section .product-details-main .product-details-content::after {
        opacity: 1;
        visibility: visible;
    }
}

.product-detail-section .product-details-main .product-details-content .product-detail-content-box {
    padding: 1.25rem;
    border-radius: 10px;
    border: 2px solid #1f2937;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.product-detail-section .product-details-main .product-details-content .product-detail-content-box h2 {
    font-size: 1.75rem;
}

.product-detail-section .product-details-main .product-details-content .product-detail-content-box.review {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}

.product-detail-section .product-details-main .product-details-content .product-detail-content-box.review h2 {
    font-size: unset;
}

.product-details-more-btn-area {
    display: none;
}

@media only screen and (max-width: 991px) {
    .product-details-more-btn-area {
        display: block;
    }
}

.product-details-more-btn-area .product-details-more-btn {
    position: relative;
    background-color: transparent;
    color: #4795EA;
}

.product-details-more-btn-area .product-details-more-btn::after {
    position: absolute;
    content: "\f107";
    top: -3px;
    right: -12px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.product-details-more-btn-area .product-details-more-btn.active::after {
    content: "\f106";
}

.product-details-more-btn-area .product-details-more-btn.active .more-text {
    display: none;
}

.product-details-more-btn-area .product-details-more-btn.active .less-text {
    display: block;
}

.product-details-more-btn-area .product-details-more-btn .less-text {
    display: none;
}

.prosuct-details-license-wrapper {
    padding: 20px 20px 0 20px;
}

.product-details-widget {
    border: 2px solid #1f2937;
    border-radius: 15px;
}

.product-details-widget .product-price-top {
    cursor: pointer;
}

.product-details-widget .selected-title {
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .product-details-widget .selected-title {
        font-size: 16px;
    }
}

.product-details-widget .product-price span {
    font-size: 24px;
}

.product-details-widget .licence-info-list li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.product-details-widget .licence-info-list li i {
    color: #4795EA;
    margin-right: 5px;
}

@media only screen and (max-width: 575px) {
    .product-details-widget .licence-info-list li {
        font-size: 14px;
    }
}

.product-details-widget-2 {
    padding: 25px;
    background: #16273f;
    border-radius: 15px;
}

.product-details-widget-2 h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.product-details-widget-2 h5 i {
    font-size: 18px;
    margin-right: 7px;
}

.product-details-widget-3 {
    padding: 20px;
    border: 3px solid #1f2937;
    border-radius: 15px;
}

.product-details-widget-3 .product-item-date {
    overflow: hidden;
}

.product-details-widget-3 .product-item-date .title {
    width: 50%;
    float: left;
    margin-bottom: 0.625rem;
    font-size: 1rem;
}

.product-details-widget-3 .product-item-date p {
    margin-bottom: 0;
}

.product-details-info-list li {
    border-bottom: 2px solid #1f2937;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.product-details-tags li {
    padding: 0.1875rem;
}

.product-details-tags li a {
    padding: 0.125rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 3px;
    color: rgba(0, 0, 54, 0.6);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid #1f2937;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-tags li a:hover {
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
}

.border-none {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

.product-details-tags {
    margin: 0;
}

.product-details-tags li {
    border: none;
    margin: 0;
}

.product-details-tab-wrapper {
    padding-top: 30px;
}

.product-details-tab-wrapper .product-details-tab-left-list {
    border-bottom: 2px solid #1f2937;
}

.product-details-tab-wrapper .product-details-tab-left-list li {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    background-color: #141E30;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

@media only screen and (max-width: 410px) {
    .product-details-tab-wrapper .product-details-tab-left-list li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 340px) {
    .product-details-tab-wrapper .product-details-tab-left-list li {
        margin-left: 10px;
        padding: 5px;
    }
}

.product-details-tab-wrapper .product-details-tab-left-list li.active {
    border: 2px solid #1f2937;
    border-bottom-color: #141E30;
    color: #4795EA;
}

.product-details-tab-wrapper .product-details-tab-left-list li:hover {
    color: #4795EA;
}

.product-details-tab-wrapper .product-details-tab-left-list li a {
    font-size: 14px;
    font-weight: 700;
}

.product-details-tab-wrapper .product-details-tab-left-list li a span {
    position: relative;
    top: -1px;
    color: #fff;
    background: #4795EA;
    border-radius: 50px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 4px;
    margin-left: 2px;
}

@media only screen and (max-width: 410px) {
    .product-details-tab-wrapper .product-details-tab-left-list li a {
        font-size: 12px;
    }
}

.product-details-buy-btn-area {
    padding: 20px;
}

.product-details-buy-btn-area button,
.product-details-buy-btn-area input[type=button],
.product-details-buy-btn-area input[type=reset],
.product-details-buy-btn-area input[type=submit] {
    width: 49%;
}

.product-details-buy-btn-area button+button,
.product-details-buy-btn-area input[type=button]+button,
.product-details-buy-btn-area input[type=reset]+button,
.product-details-buy-btn-area input[type=submit]+button,
.product-details-buy-btn-area button+input[type=button],
.product-details-buy-btn-area input[type=button]+input[type=button],
.product-details-buy-btn-area input[type=reset]+input[type=button],
.product-details-buy-btn-area input[type=submit]+input[type=button],
.product-details-buy-btn-area button+input[type=reset],
.product-details-buy-btn-area input[type=button]+input[type=reset],
.product-details-buy-btn-area input[type=reset]+input[type=reset],
.product-details-buy-btn-area input[type=submit]+input[type=reset],
.product-details-buy-btn-area button+input[type=submit],
.product-details-buy-btn-area input[type=button]+input[type=submit],
.product-details-buy-btn-area input[type=reset]+input[type=submit],
.product-details-buy-btn-area input[type=submit]+input[type=submit] {
    margin-left: 5px;
}

@media only screen and (max-width: 1199px) {

    .product-details-buy-btn-area button+button,
    .product-details-buy-btn-area input[type=button]+button,
    .product-details-buy-btn-area input[type=reset]+button,
    .product-details-buy-btn-area input[type=submit]+button,
    .product-details-buy-btn-area button+input[type=button],
    .product-details-buy-btn-area input[type=button]+input[type=button],
    .product-details-buy-btn-area input[type=reset]+input[type=button],
    .product-details-buy-btn-area input[type=submit]+input[type=button],
    .product-details-buy-btn-area button+input[type=reset],
    .product-details-buy-btn-area input[type=button]+input[type=reset],
    .product-details-buy-btn-area input[type=reset]+input[type=reset],
    .product-details-buy-btn-area input[type=submit]+input[type=reset],
    .product-details-buy-btn-area button+input[type=submit],
    .product-details-buy-btn-area input[type=button]+input[type=submit],
    .product-details-buy-btn-area input[type=reset]+input[type=submit],
    .product-details-buy-btn-area input[type=submit]+input[type=submit] {
        margin-left: 0;
    }
}

.product-review-item-wrapper .product-review-item {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content {
    width: calc(100% - 48px);
    padding-left: 20px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .title {
    margin-bottom: 5px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .subtitle span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .subtitle img {
    height: 20px;
    width: 20px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-p-text {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-reting-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-reting-area span {
    font-size: 13px;
    font-weight: 700;
    padding-right: 5px;
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-reting-area .rating-list {
    display: inline-block;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-reting-area .rating-list li {
    display: inline-block;
    font-size: 16px;
    color: #ffb33e;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-reting-area .rating-list li i {
    position: relative;
    top: 1px;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-date-area span {
    font-size: 12px;
    font-weight: 600;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-date-area span i {
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #4795EA;
}

.product-review-item-wrapper .product-review-item .thumb-wrapper .thumb-content .review-bottom-area-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.product-review-form textarea,
.product-review-form input {
    border-radius: 8px;
    caret-color: #4795EA;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    border: 3px solid #1f2937;
}

.product-review-form textarea:focus,
.product-review-form input:focus {
    border-color: #4795EA;
}

.product-review-form textarea::-webkit-input-placeholder,
.product-review-form input::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-form textarea::-moz-placeholder,
.product-review-form input::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-form textarea:-ms-input-placeholder,
.product-review-form input:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-form textarea::-ms-input-placeholder,
.product-review-form input::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-form textarea::placeholder,
.product-review-form input::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.product-review-form button,
.product-review-form input[type=button],
.product-review-form input[type=reset],
.product-review-form input[type=submit] {
    border-radius: 20px;
}

.product-review-form .product-review-form-list li {
    font-size: 22px;
    display: inline-block;
}

.product-review-form .product-review-form-list li button,
.product-review-form .product-review-form-list li input[type=button],
.product-review-form .product-review-form-list li input[type=reset],
.product-review-form .product-review-form-list li input[type=submit] {
    background-color: transparent;
    color: #ffb33e;
    padding: 0;
    margin: 0;
}

.product-review-form .product-review-form-list li button.color-n,
.product-review-form .product-review-form-list li input.color-n[type=button],
.product-review-form .product-review-form-list li input.color-n[type=reset],
.product-review-form .product-review-form-list li input.color-n[type=submit] {
    color: #1f2937;
}

.version-history-list {
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.version-history-list li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: transparent;
}

.version-history-list li:nth-child(2n) {
    background-color: #16273f;
}

.subscribe-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.subscribe-wrapper .subscribe-thumb img {
    width: 300px;
    height: auto;
}

.subscribe-wrapper .subscribe-content {
    padding-top: 20px;
}

.subscribe-wrapper .subscribe-content .title {
    margin-bottom: 20px;
}

.subscribe-wrapper .input-area {
    position: relative;
}

.subscribe-wrapper .input-area input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    height: 50px;
    width: 100%;
}

.subscribe-wrapper .input-area input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-wrapper .input-area input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-wrapper .input-area input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-wrapper .input-area input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-wrapper .input-area input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-wrapper .input-area button,
.subscribe-wrapper .input-area input[type=button],
.subscribe-wrapper .input-area input[type=reset],
.subscribe-wrapper .input-area input[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 25px;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
    background-color: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
    position: relative;
}

.service-content-area {
    margin-left: 40px;
}

@media only screen and (max-width: 991px) {
    .service-content-area {
        margin-left: 0;
    }
}

.service-content-area .sub-title {
    color: #4795EA;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #16273f;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 5px;
}

.service-content-area .title {
    margin-bottom: 30px;
}

.service-content-area .service-item-area {
    margin-top: 40px;
    margin-bottom: -30px;
}

.service-content-area .service-item-area .service-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-content-area .service-item-area .service-image {
    width: 65px;
    height: auto;
    line-height: 65px;
    text-align: center;
}

.service-content-area .service-item-area .service-content {
    width: calc(100% - 55px);
    padding-left: 30px;
}

.service-content-area .service-item-area .service-content .title {
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .service-content-area .title {
        color: #fff;
    }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
    background: transparent !important;
}

.brand-section.home {
    background: #f7f9fc;
}

.brand-wrapper {
    overflow: hidden;
}

.brand-item {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.brand-item img {
    display: inline-block;
    width: 70%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.brand-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*-------------------------------------------------
    [ ### hosting-about Block ]
*/
.hosting-about-content .title {
    margin-bottom: 25px;
    text-transform: capitalize;
}

.hosting-about-content .sub-title {
    color: #4795EA;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #16273f;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 5px;
}

.hosting-about-content p {
    font-size: 16px;
    line-height: 2em;
}

.hosting-about-content .hosting-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hosting-about-content .hosting-about-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    position: relative;
    padding-bottom: 12px;
    font-size: 16px;
}

.hosting-about-content .hosting-about-list li::before {
    content: "\f00c";
    color: #4795EA;
    font-family: "line Awesome Free";
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .hosting-about-content .hosting-about-list li {
        font-size: 14px;
    }

    .hosting-about-content .hosting-about-list li::before {
        font-size: 14px;
    }
}

@media only screen and (max-width: 440px) {
    .hosting-about-content .hosting-about-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        font-size: 12px;
    }

    .hosting-about-content .hosting-about-list li::before {
        font-size: 12px;
    }
}

/*-------------------------------------------------
    [ ### plan Block ]
*/
.plan-wrapper {
    margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
    .plan-wrapper.installation .plan-bottom-list li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .plan-wrapper.installation .plan-bottom-list li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .plan-wrapper.installation .plan-bottom-list li {
        font-size: 14px;
    }
}

.plan-item {
    border: 2px solid #1f2937;
    background-color: transparent;
    -webkit-box-shadow: 0 31px 34px -20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 31px 34px -20px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    padding: 20px;
}

.plan-item.active {
    border: 2px solid #4795EA;
    padding: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.plan-item.active .plan-area {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .plan-item.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.plan-note {
    text-align: center;
    background-color: #4795EA;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1199px) {
    .plan-note span {
        font-size: 12px;
    }
}

.plan-header {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.plan-price-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.plan-price-area .plan-price-wrapper .price-cut {
    position: relative;
    font-size: 16px;
    padding-left: 5px;
    text-decoration: line-through;
}

@media only screen and (max-width: 1199px) {
    .plan-price-area .plan-price-wrapper .price-cut {
        font-size: 12px;
    }
}

.plan-price-area .price {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .plan-price-area .price {
        font-size: 22px;
    }
}

.plan-price-area .offer {
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
    padding: 7px 15px;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .plan-price-area .offer {
        font-size: 12px;
        padding: 2px 10px;
    }
}

.plan-body {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.plan-top-list {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.plan-top-list li {
    padding-bottom: 8px;
}

.plan-top-list li span {
    float: right;
    color: #ffffff;
    font-weight: 600;
}

.plan-bottom-list li {
    position: relative;
    padding-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
    .plan-bottom-list li {
        font-size: 13px;
    }
}

.plan-bottom-list li::before {
    position: relative;
    top: 1px;
    content: "\f058";
    color: #4795EA;
    font-family: "line Awesome Free";
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
}

.plan-bottom-list li.red {
    position: relative;
    padding-bottom: 8px;
}

.plan-bottom-list li.red::before {
    content: "\f057";
    color: red;
    font-family: "line Awesome Free";
    font-size: 18px;
    margin-right: 10px;
    font-weight: 700;
}

.plan-footer-list li {
    padding-bottom: 20px;
}

.plan-btn {
    margin-top: 30px;
}

.plan-btn a {
    padding: 15px 30px;
}

/*-------------------------------------------------
    [ ### hosting-feature Block ]
*/
.hosting-feature-item {
    text-align: center;
    background-color: #16273F;
    -webkit-box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    border-radius: 15px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hosting-feature-item::before {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: #4795EA;
    border-radius: 15px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hosting-feature-item:hover::before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.hosting-feature-item:hover .hosting-feature-icon {
    color: #fff;
}

.hosting-feature-item:hover .hosting-feature-content .title {
    color: #fff;
}

.hosting-feature-item:hover .hosting-feature-content p {
    color: #fff;
}

.hosting-feature-icon {
    font-size: 70px;
    color: #4795EA;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hosting-feature-content .title {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hosting-feature-content p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area input,
.contact-form-area textarea {
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-area input:focus,
.contact-form-area textarea:focus {
    border: 1px solid #4795EA;
}

.contact-form-area input::-webkit-input-placeholder,
.contact-form-area textarea::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.contact-form-area input::-moz-placeholder,
.contact-form-area textarea::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.contact-form-area input:-ms-input-placeholder,
.contact-form-area textarea:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.contact-form-area input::-ms-input-placeholder,
.contact-form-area textarea::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.contact-form-area input::placeholder,
.contact-form-area textarea::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.contact-form-area label {
    color: rgba(255, 255, 255, 0.8);
}

.contact-widget .contact-form-header {
    margin-bottom: 15px;
}

.contact-widget .contact-form-header .title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
}

.contact-widget .contact-item-list li {
    margin-top: 30px;
}

.contact-widget .contact-item-list li:nth-child(even) .contact-item-icon {
    background-color: #4795EA;
}

.contact-widget .contact-item-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-widget .contact-item-list li .contact-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background-color: #16273f;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}

.contact-widget .contact-item-list li .contact-item-icon.tow {
    background: #4795EA;
}

.contact-widget .contact-item-list li .contact-item-icon.three {
    background: #f25767;
}

.contact-widget .contact-item-list li .contact-item-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

/*-------------------------------------------------
    [ ### support Block ]
*/
.support-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #16273f;
    -webkit-box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    border-radius: 15px;
    padding: 60px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 260px;
}

@media only screen and (max-width: 1199px) {
    .support-item {
        padding: 60px 20px;
    }
}

.support-item:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.support-item .title {
    font-size: 60px;
    color: #4795EA;
    margin-bottom: 20px;
}

.support-item .sub-title {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .support-item .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .support-item .sub-title {
        font-size: 18px;
    }
}

.support-item .time {
    display: block;
    font-size: 11px;
    padding-top: 10px;
}

.support-item .support-badge {
    position: absolute;
    top: -21px;
    left: -48px;
    -webkit-transform: rotate(333deg);
    transform: rotate(333deg);
    background-color: #4795EA;
    color: #fff;
    padding: 50px 50px 10px 50px;
    border-radius: 20px;
}

.support-widget-area .support-widget-item {
    text-align: center;
    background-color: #16273f;
    -webkit-box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    border-radius: 15px;
    padding: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.support-widget-area .support-widget-item:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.support-widget-area .support-widget-item .support-widget-content .title {
    margin-bottom: 20px;
}

.support-widget-area .support-widget-item .support-widget-content p {
    font-size: 16px;
}

.support-widget-area .support-widget-item .support-widget-btn {
    margin-top: 30px;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
    margin-bottom: -30px;
}

.faq-wrapper .faq-item {
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 370px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 12px;
    }
}

.faq-wrapper .faq-item .faq-content {
    display: none;
    margin-top: 15px;
    padding: 0 10px;
}

.faq-wrapper .faq-item .faq-content p {
    font-size: 13px;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #4795EA;
    border-radius: 50%;
    position: relative;
    right: -15px;
}

.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item .right-icon::after {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .faq-title {
    background: #16273f;
    color: #fff;
    border-color: transparent;
}

.faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### career block ]
*/
.career-header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.career-item-area .career-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #16273f;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.career-item-area .career-item:hover {
    border: 1px solid #4795EA;
}

.career-item-area .career-item .title {
    margin-bottom: 15px;
}

.career-item-area .career-item p {
    line-height: 2em;
}

.career-item-area .career-item .job-category {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.career-item-area .career-item .job-category span {
    color: rgba(255, 255, 255, 0.5);
}

.career-item-area .career-item .job-category span i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.career-item-area .career-item .job-category .job-category-wrapper span+span {
    margin-left: 5px;
}

@media only screen and (max-width: 991px) {
    .career-item-area .career-item .job-category {
        font-size: 12px;
    }
}

@media only screen and (max-width: 350px) {
    .career-item-area .career-item .job-category {
        font-size: 10px;
    }
}

.career-item-area .career-item .career-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.career-item-area .career-item .career-thumb img {
    width: 100%;
    height: auto;
}

/*-------------------------------------------------
    [ ### career details block ]
*/
.career-detail-area {
    border: 2px solid #1f2937;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 575px) {
    .career-detail-area {
        padding: 30px;
    }
}

.career-detail-area .category-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.career-detail-area .carrer-left .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
    .career-detail-area .carrer-left .title {
        font-size: 18px;
    }
}

.career-detail-area .carrer-left .bold-sub-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .career-detail-area .carrer-left .bold-sub-title {
        font-size: 16px;
        font-weight: 500;
    }
}

.career-detail-area .carrer-left ul li {
    font-size: 14px;
    list-style: disc;
    margin-bottom: 10px;
}

.career-detail-area .carrer-left hr {
    margin: 30px 0;
}

.career-detail-area .career-right .title {
    background: #16273f;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.career-detail-area .career-right .title h3 {
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
}

.career-detail-area .career-right .career-right-content {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    background: #16273f;
}

.career-detail-area .career-right .career-right-content strong {
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.4);
}

.career-detail-area .career-right-2 {
    padding: 20px;
    border: 2px solid #1f2937;
    border-radius: 8px;
    margin-top: 20px;
}

.career-detail-area .career-right-2 .career-item {
    margin-bottom: 10px;
}

.career-detail-area .career-right-2 .career-item:last-child {
    margin-bottom: 0;
}

.career-detail-area .career-right-2 .career-item a {
    color: rgba(255, 255, 255, 0.4);
}

.career-detail-area .career-right-2 .career-item a i {
    color: #ffb33e;
    padding-right: 3px;
}

/*-------------------------------------------------
    [ ### career apply block ]
*/
.career-form-area {
    border: 2px solid #1f2937;
    padding: 40px;
    border-radius: 10px;
}

.career-form .form--control {
    font-size: 12px;
    border: 1px solid #1f2937;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.career-form .form--control:focus {
    border-color: #4795EA;
}

.career-form input,
.career-form textarea {
    border-color: rgba(255, 255, 255, 0.08);
}

.career-form input::-webkit-input-placeholder,
.career-form textarea::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.career-form input::-moz-placeholder,
.career-form textarea::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.career-form input:-ms-input-placeholder,
.career-form textarea:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.career-form input::-ms-input-placeholder,
.career-form textarea::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.career-form input::placeholder,
.career-form textarea::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.career-form label {
    color: rgba(255, 255, 255, 0.5);
}

/*-------------------------------------------------
    [ ### process ]
*/
.process-section {
    position: relative;
}

.process-section .section-title {
    margin-bottom: 20px;
}

.process-section .process-item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.process-section .process-item .process-icon {
    position: relative;
}

.process-section .process-item .process-icon i {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#21c8f6), to(#637bff));
    background: linear-gradient(180deg, #21c8f6, #637bff);
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.process-section .process-item .process-devider {
    position: absolute;
    top: 27%;
    width: calc(100% - 115px);
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(40%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #fff, #fff 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    z-index: -1;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-animation: slides 5s linear infinite;
    animation: slides 5s linear infinite;
}

@media only screen and (max-width: 991px) {
    .process-section .process-item .process-devider {
        display: none;
    }
}

.process-section .process-item .process-devider::after {
    content: "\f061";
    font-family: "line Awesome Free";
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.process-section .process-item .process-content {
    margin-top: 30px;
}

.process-section .process-item .process-content .title {
    margin-bottom: 10px;
}

div[class*=col]:nth-of-type(2n) .process-item .process-icon i {
    background: -webkit-gradient(linear, left bottom, left top, from(#f19a1a), to(#ffc73c));
    background: linear-gradient(0deg, #f19a1a, #ffc73c);
}

div[class*=col]:nth-of-type(3n) .process-item .process-icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#f44881), to(#ec454f));
    background: linear-gradient(180deg, #f44881, #ec454f);
}

div[class*=col]:nth-of-type(4n) .process-item .process-icon i {
    background: -webkit-gradient(linear, left bottom, left top, from(#8b60ed), to(#b372bd));
    background: linear-gradient(0deg, #8b60ed, #b372bd);
}

/*-------------------------------------------------
    [ ### expertise Block ]
*/
.expertise-item {
    -webkit-box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    box-shadow: 0 5px 50px rgba(13, 21, 55, 0.06);
    display: block;
    text-align: center;
    background: #16273f;
    padding: 30px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    background-color: #25416A;
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.expertise-item .expertise-thumb {
    padding-bottom: 20px;
}

.expertise-item .expertise-thumb img {
    width: 45px;
    height: 45px;
}

.expertise-item .expertise-content .title {
    font-size: 20px;
    font-weight: 600;
}

.expertise-item .expertise-content .sub-title {
    color: rgba(255, 255, 255, 0.6);
}

/*-------------------------------------------------
    [ ### Live support Block ]
*/
.live-support-item .live-support-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.live-support-item .live-support-item-wrapper .thumb {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.live-support-item .live-support-item-wrapper .thumb:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.live-support-item .live-support-item-wrapper .thumb img {
    width: auto;
    width: 140px;
}

.live-support-item .live-support-item-wrapper .content {
    padding-left: 20px;
}

.live-support-item .btn-area a {
    padding: 5px 15px;
    border-radius: 999px;
    border: 1px solid #4795EA;
    background-color: transparent;
    color: #4795EA;
}

.live-support-item .btn-area a i {
    padding-left: 5px;
}

.live-support-item .btn-area a:hover {
    background-color: #4795EA;
    color: #fff;
}

.live-support-btn a {
    font-size: 22px;
    font-weight: 600;
    color: #4795EA;
    border: 2px solid #4795EA;
    border-radius: 999px;
    padding: 20px 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: transparent;
}

.live-support-btn a:hover {
    background-color: #4795EA;
    color: #fff;
}

.live-support-item-thumb {
    mix-blend-mode: luminosity;
    width: 500px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .live-support-item-thumb {
        width: auto;
    }
}

.live-support-item-thumb:hover {
    mix-blend-mode: unset;
}

/*-------------------------------------------------
    [ ### submit-ticket-form Block ]
*/
.submit-ticket-form-area {
    padding: 40px;
    border: 2px solid #1f2937;
    border-radius: 20px;
}

.submit-ticket-form-area .submit-ticket-form input,
.submit-ticket-form-area .submit-ticket-form textarea,
.submit-ticket-form-area .submit-ticket-form select {
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submit-ticket-form-area .submit-ticket-form input:focus,
.submit-ticket-form-area .submit-ticket-form textarea:focus,
.submit-ticket-form-area .submit-ticket-form select:focus {
    border-color: #4795EA;
}

.submit-ticket-form-area .submit-ticket-form input::-webkit-input-placeholder,
.submit-ticket-form-area .submit-ticket-form textarea::-webkit-input-placeholder,
.submit-ticket-form-area .submit-ticket-form select::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.submit-ticket-form-area .submit-ticket-form input::-moz-placeholder,
.submit-ticket-form-area .submit-ticket-form textarea::-moz-placeholder,
.submit-ticket-form-area .submit-ticket-form select::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.submit-ticket-form-area .submit-ticket-form input:-ms-input-placeholder,
.submit-ticket-form-area .submit-ticket-form textarea:-ms-input-placeholder,
.submit-ticket-form-area .submit-ticket-form select:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.submit-ticket-form-area .submit-ticket-form input::-ms-input-placeholder,
.submit-ticket-form-area .submit-ticket-form textarea::-ms-input-placeholder,
.submit-ticket-form-area .submit-ticket-form select::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.submit-ticket-form-area .submit-ticket-form input::placeholder,
.submit-ticket-form-area .submit-ticket-form textarea::placeholder,
.submit-ticket-form-area .submit-ticket-form select::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.submit-ticket-form-area .submit-ticket-form label {
    color: rgba(255, 255, 255, 0.4);
}

/*-------------------------------------------------
    [ ### documentation Block ]
*/
.documentation-item {
    border-radius: 20px;
    overflow: hidden;
    background-color: #16273f;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.documentation-item:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.documentation-item a {
    display: block;
}

.documentation-item .documentation-thumb img {
    width: 100%;
    height: 100%;
}

.documentation-item .documentation-content {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.documentation-item .documentation-content ul li {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

.documentation-item .documentation-content ul li span {
    font-weight: 500;
}

.documentation-item .documentation-content ul li span i {
    color: #4795EA;
    padding-right: 2px;
}

/*-------------------------------------------------
    [ ### marcket Block ]
*/
.marketplace-tab-wrapper .marketplace-tab-left-list {
    border-bottom: 2px solid #1f2937;
    margin-bottom: 20px;
}

.marketplace-tab-wrapper .marketplace-tab-left-list li {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    background-color: #141E30;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.marketplace-tab-wrapper .marketplace-tab-left-list li.active {
    border: 2px solid #1f2937;
    border-bottom-color: #141E30;
    color: #4795EA;
}

.marketplace-tab-wrapper .marketplace-tab-left-list li:hover {
    color: #4795EA;
}

.marketplace-tab-wrapper .marketplace-tab-left-list li a {
    font-size: 14px;
    font-weight: 700;
}

.marcketplace-left-border {
    border-left: 2px solid #1f2937;
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .marcketplace-left-border {
        border-left: none;
        padding-left: 0;
    }
}

.filter-area {
    position: sticky;
    top: 12%;
}

.filter-area .filter-wrapper .title-wrapper {
    border-bottom: 2px solid #1f2937;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 10px 20px;
}

.filter-area .filter-wrapper .title-wrapper .title {
    margin-bottom: 0;
}

.filter-area .filter-wrapper .title-wrapper i {
    font-size: 20px;
}

.filter-area .filter-wrapper .content-area {
    padding: 20px;
}

.filter-area .filter-wrapper .content-area .clear-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-area .filter-wrapper .content-area .clear-btn span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.filter-area .filter-wrapper .content-area .clear-btn button,
.filter-area .filter-wrapper .content-area .clear-btn input[type=button],
.filter-area .filter-wrapper .content-area .clear-btn input[type=reset],
.filter-area .filter-wrapper .content-area .clear-btn input[type=submit] {
    padding: 0;
    background-color: transparent;
    color: #4795EA;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-area .filter-wrapper .content-area .clear-btn button:hover,
.filter-area .filter-wrapper .content-area .clear-btn input[type=button]:hover,
.filter-area .filter-wrapper .content-area .clear-btn input[type=reset]:hover,
.filter-area .filter-wrapper .content-area .clear-btn input[type=submit]:hover {
    color: #ea5455;
}

.filter-area .filter-wrapper .content-area .categorie-area {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list {
    padding-top: 10px;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list li span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list li .check-wrapper input {
    position: relative;
    top: 1.5px;
    width: auto;
    height: auto;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list li .check-wrapper span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
}

.filter-area .filter-wrapper .content-area .categorie-area .categorie-list li+li {
    margin-top: 8px;
}

.filter-area .filter-wrapper .categorie-tag-area .tag-list {
    padding-top: 10px;
    margin: -3px;
}

.filter-area .filter-wrapper .categorie-tag-area .tag-list li {
    display: inline-block;
    border: 1px solid #1f2937;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-area .filter-wrapper .categorie-tag-area .tag-list li:hover {
    border: 1px solid #4795EA;
    color: #4795EA;
}

.filter-area .filter-wrapper .categorie-tag-area .tag-list li:hover a {
    color: #4795EA;
}

.filter-area .filter-wrapper .categorie-tag-area .tag-list li a {
    color: rgba(255, 255, 255, 0.5);
}

.relate-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px;
}

.relate-area .title {
    margin-right: 20px;
    margin-bottom: 0;
}

.relate-area .relate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -20px;
}

.relate-area .relate-list li {
    margin-bottom: 20px;
}

.relate-area .relate-list li a {
    background-color: #16273f;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.relate-area .relate-list li a img {
    width: 30px;
    height: auto;
    border-radius: 50%;
}

.relate-area .relate-list li a span {
    color: #fff;
    padding-left: 5px;
}

.relate-area .relate-list li a:hover {
    background-color: #25416A;
}

@media only screen and (max-width: 767px) {
    .relate-area .relate-list li:last-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 451px) {
    .relate-area .relate-list li:last-child {
        margin-left: 8px;
    }
}

.relate-area .relate-list li+li {
    margin-left: 8px;
}

@media only screen and (max-width: 451px) {
    .relate-area {
        display: none;
    }
}

.marcketplace-search-area {
    margin-bottom: 60px;
}

.marcketplace-search-area .marcketplace-search-form {
    position: relative;
}

.marcketplace-search-area .marcketplace-search-form input {
    border: 2px solid #1f2937;
    border-radius: 15px;
    height: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 150px;
}

.marcketplace-search-area .marcketplace-search-form input:focus {
    border-color: #4795EA;
}

.marcketplace-search-area .marcketplace-search-form input::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.marcketplace-search-area .marcketplace-search-form input::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.marcketplace-search-area .marcketplace-search-form input:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.marcketplace-search-area .marcketplace-search-form input::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.marcketplace-search-area .marcketplace-search-form input::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

@media only screen and (max-width: 575px) {
    .marcketplace-search-area .marcketplace-search-form input {
        padding-right: 110px;
    }
}

.marcketplace-search-area .marcketplace-search-form .search-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 15px;
}

@media only screen and (max-width: 575px) {
    .marcketplace-search-area .marcketplace-search-form .search-btn {
        padding: 12px 15px;
    }
}

/*-------------------------------------------------
    [ ### video block ]
*/
.video-section {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.2%, rgb(20, 30, 48)), color-stop(91.1%, rgb(36, 59, 85)));
    background: linear-gradient(0deg, rgb(20, 30, 48) 11.2%, rgb(36, 59, 85) 91.1%);
}

.video-content-area .title {
    margin-bottom: 15px;
}

.video-content-area p {
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    .video-content-area {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .video-content-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .video-content-area {
        float: right;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .video-content-area {
        max-width: 570px;
    }
}

.video-wrapper {
    position: relative;
    border-radius: 5px 0 0 320px;
    overflow: hidden;
}

.video-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #16273f;
    opacity: 0.2;
}

.video-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.video-wrapper .video-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    z-index: 1;
    background-color: #4795EA;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

@media only screen and (max-width: 575px) {
    .video-wrapper .video-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

.video-wrapper .video-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: #4795EA;
}

/*-------------------------------------------------
    [ ### checkout block ]
*/
.checkout-form-area {
    padding: 30px 30px;
    border: 2px solid #1f2937;
    border-radius: 20px;
}

.checkout-form-area .checkout-form-header {
    border-bottom: 2px solid #1f2937;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.checkout-form-area .checkout-form-header h3 {
    margin-bottom: 0;
}

.checkout-form-area .checkout-form input,
.checkout-form-area .checkout-form textarea {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkout-form-area .checkout-form input::-webkit-input-placeholder,
.checkout-form-area .checkout-form textarea::-webkit-input-placeholder {
    color: #ffffff63;
    font-weight: 500;
}

.checkout-form-area .checkout-form input::-moz-placeholder,
.checkout-form-area .checkout-form textarea::-moz-placeholder {
    color: #ffffff63;
    font-weight: 500;
}

.checkout-form-area .checkout-form input:-ms-input-placeholder,
.checkout-form-area .checkout-form textarea:-ms-input-placeholder {
    color: #ffffff63;
    font-weight: 500;
}

.checkout-form-area .checkout-form input::-ms-input-placeholder,
.checkout-form-area .checkout-form textarea::-ms-input-placeholder {
    color: #ffffff63;
    font-weight: 500;
}

.checkout-form-area .checkout-form input::placeholder,
.checkout-form-area .checkout-form textarea::placeholder {
    color: #ffffff63;
    font-weight: 500;
}

.checkout-form-area .checkout-form input:focus,
.checkout-form-area .checkout-form textarea:focus {
    border-color: #4795EA;
}

.checkout-content-area {
    border: 2px solid #1f2937;
    border-radius: 20px;
}

.checkout-content-area .checkout-header {
    background-color: #16273f;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
}

.checkout-content-area .checkout-header h4 {
    margin-bottom: 0;
}

.checkout-content-area .checkout-body {
    padding: 15px 20px;
}

.checkout-content-area .checkout-body .checkout-order-list li {
    font-size: 14px;
    font-weight: 500;
}

.checkout-content-area .checkout-body .checkout-order-list li span {
    float: right;
    font-weight: 17px;
    font-weight: 600;
}

.checkout-content-area .checkout-body .checkout-order-list li+li {
    margin-top: 5px;
}

.checkout-content-area .checkout-body .bottom {
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #1f2937;
    margin-top: 10px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.checkout-content-area .checkout-body .bottom span {
    float: right;
    font-weight: 20px;
    font-weight: 600;
}

.order-samary-wrapper {
    border: 2px solid #1f2937;
    border-radius: 20px;
    overflow: hidden;
}

.order-samary-wrapper .title-area {
    padding: 10px 30px;
    border-bottom: 2px solid #1f2937;
    background-color: #16273f;
}

.order-samary-wrapper .title-area h4 {
    margin-bottom: 0;
}

.your-order-area {
    padding: 20px;
}

.your-order-area .your-order-list li {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.your-order-area .your-order-list li span {
    float: right;
}

.your-order-area .your-order-list li a {
    font-size: 10px;
    font-weight: 400;
    color: #4795EA;
    padding: 2px 8px;
    border: 1px solid #4795EA;
    border-radius: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 390px) {
    .your-order-area .your-order-list li a {
        padding: 2px 4px;
        margin-left: 2px;
    }
}

.your-order-area .your-order-list li.your-order {
    font-size: 18px;
    font-weight: 600;
    color: #4795EA;
}

.your-order-area .your-order-list li.charge {
    border-top: 1px solid #1f2937;
    border-bottom: 1px solid #1f2937;
    padding: 15px 0;
}

.your-order-area .your-order-list li.total {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.your-order-area .your-order-list li+li {
    margin-top: 20px;
}

.your-order-area .pay-securely-btn {
    padding-top: 20px;
}

.checkout-note-area {
    padding: 20px;
    border: 2px solid #1f2937;
    border-radius: 20px;
}

.checkout-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .checkout-note {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.checkout-note .title {
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .checkout-note .title {
        width: 100%;
    }
}

.checkout-note .info-area {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .checkout-note .info-area {
        margin-top: 15px;
    }
}

.checkout-note .info-area .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(71, 149, 234, 0.1);
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #4795EA;
    border-radius: 10px;
}

.checkout-note .info-area .info-wrapper i {
    font-size: 22px;
}

.checkout-note .info-area .title-area {
    padding-left: 10px;
}

.checkout-note .info-area .title-area span {
    display: block;
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .checkout-note .info-area .title-area span {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-note .info-area .title-area span {
        font-size: 13px;
    }
}

/*-------------------------------------------------
    [ ### payment block ]
*/
.payment-form-area .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -3px -7px;
}

.payment-form-area .radio-wrapper .radio-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 3px 7px;
}

.payment-form-area .radio-wrapper .radio-item label::after {
    display: none !important;
}

.payment-form-area .radio-wrapper .radio-item label::before {
    display: none !important;
}

.payment-form-area .radio-item [type=radio]:checked {
    position: absolute;
    left: -9999px;
}

.payment-form-area .radio-item [type=radio]:not(:checked)+label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 2px solid #1f2937;
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    width: 100%;
    max-height: 63px;
    text-align: center;
}

.payment-form-area .radio-item [type=radio]:checked+label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 2px solid #1f2937;
    background-color: #16273f;
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    max-height: 63px;
    text-align: center;
}

.payment-form-area .radio-wrapper .radio-item img {
    width: 60px;
    margin-right: 5px;
}

.payment-form-area .sub-title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .payment-form-area .sub-title {
        font-size: 16px;
    }
}

.payment-form-wrapper {
    margin-bottom: 15px;
}

.card-form {
    display: none;
}

.MANUAL-form {
    display: none;
}

.card-form.active {
    display: block;
}

.MANUAL-form.active {
    display: block;
}

.card-form input {
    margin-bottom: 15px;
}

.MANUAL-form input {
    margin-bottom: 15px;
}

.card-form .card-input-group {
    position: relative;
}

.MANUAL-form .card-input-group {
    position: relative;
}

.card-form .card-input-group span {
    position: absolute;
    top: 13px;
    left: 19px;
    font-size: 20px;
}

.MANUAL-form .card-input-group span {
    position: absolute;
    top: 13px;
    left: 19px;
    font-size: 20px;
}

.card-form .card-input-group input {
    padding-left: 55px;
}

.MANUAL-form .card-input-group input {
    padding-left: 55px;
}

::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*-------------------------------------------------
    [ ### about block ]
*/
.hosting-about-thumb {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .hosting-about-thumb {
        width: 100%;
    }
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-container {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-container .page-container-wrapper {
    width: 100%;
    min-height: 100vh;
}

.page-container .page-container-wrapper.dark-mode {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-container .page-container-wrapper.dark-mode .support-card-wrapper .card-header {
    background-color: #EBEDEF;
}

.page-container .page-container-wrapper.dark-mode .card-header-user-area .avatar {
    border-color: rgba(186, 217, 252, 0.5019607843);
}

.page-container .page-container-wrapper.dark-mode .card-header-user-area .card-header-user-content .title {
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .card-header-user-area .card-header-user-content .sub-title {
    color: #1f2937;
}

.page-container .page-container-wrapper.dark-mode .chat-container {
    background-color: #fff;
}

.page-container .page-container-wrapper.dark-mode .chat-container .media .media-body p {
    background-color: #EBEDEF;
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .chat-container .media.media-chat-reverse .media-body p {
    background-color: #4795EA;
    color: #fff;
}

.page-container .page-container-wrapper.dark-mode .chat-container .media .avatar {
    border-color: rgba(186, 217, 252, 0.5019607843);
}

.page-container .page-container-wrapper.dark-mode .chat-container .media .media-body p::before {
    background-color: #EBEDEF;
}

.page-container .page-container-wrapper.dark-mode .chat-container .media.media-chat-reverse .media-body p::before {
    background-color: #4795EA;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher {
    background-color: #EBEDEF;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input {
    color: #16273f;
    caret-color: #4795EA;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: #16273f80;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input::-moz-placeholder {
    color: #16273f80;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: #16273f80;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: #16273f80;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .publisher-input::placeholder {
    color: #16273f80;
}

.page-container .page-container-wrapper.dark-mode .chat-form .publisher .chatbox-send-part .chat-submit-btn {
    background-color: rgba(71, 149, 234, 0.7);
}

.page-container .page-container-wrapper.dark-mode .body-wrapper {
    background-color: #fff;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input {
    background-color: #fff;
    border-color: #FFFDF6 !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #16273f;
    caret-color: #4795EA;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input::-webkit-input-placeholder {
    color: #ffffff63;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input::-moz-placeholder {
    color: #ffffff63;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input:-ms-input-placeholder {
    color: #ffffff63;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input::-ms-input-placeholder {
    color: #ffffff63;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input::placeholder {
    color: #ffffff63;
}

.page-container .page-container-wrapper.dark-mode .sidebar-collapse a,
.page-container .page-container-wrapper.dark-mode .sidebar-mobile-menu a {
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .chat-coppy-btn {
    background-color: #EBEDEF;
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .chat-coppy-btn:hover {
    background-color: #4795EA;
    color: #fff;
}

.page-container .page-container-wrapper.dark-mode .chat-speak {
    background-color: #EBEDEF;
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .chat-speak:hover {
    background-color: #4795EA;
    color: #fff;
}

.page-container.show .sidebar-menu {
    width: 60px;
}

.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
    background-color: transparent;
}

.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li:hover a span:not(.badge) {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.page-container.show .sidebar-menu .sidebar-main-menu li a .title {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .title {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
    position: absolute;
    left: 60px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 220px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(186, 217, 252, 0.5019607843);
    font-weight: 600;
    border-bottom: 1px solid #1f2937;
    border-radius: 0;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a:last-child {
    margin-bottom: 0;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu .title {
    display: block !important;
}

.page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 20px;
}

.page-container.show .sidebar-menu .sidebar-main-menu li ul li .sidebar-submenu .title {
    display: block !important;
}

.page-container.show .sidebar-menu .sidebar-main-menu li:hover .sidebar-submenu {
    visibility: visible !important;
    opacity: 1 !important;
}

.page-container.show .footer-social li+li {
    margin-left: 0;
    margin-top: 10px;
}

.page-container.show .footer-area p {
    display: none;
}

.page-container.show .logo-env {
    display: block;
    padding: 20px;
}

.page-container.show .logo-env .logo {
    overflow: hidden;
    width: 0;
}

.page-container.show .logo-env .sidebar-collapse {
    display: block;
    padding: 0;
    right: 5px;
}

.page-container.show .copyright-area p {
    display: none;
}

.page-container.show .copyright-area .footer-social li+li {
    margin-left: 0;
    margin-top: 10px;
}

.page-container.show .body-wrapper {
    margin-left: 60px;
}

.page-container .sidebar-menu {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background-color: #16273f;
    border-right: 1px solid #1f2937;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu {
        left: -300px;
    }
}

.page-container .sidebar-menu.active {
    left: 0;
}

.page-container .sidebar-menu .sidebar-main-menu li {
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    font-family: "Outfit", sans-serif;
}

.page-container .sidebar-menu .sidebar-main-menu li.active a {
    background-color: #4795EA;
    color: #fff;
}

.page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
    background-color: transparent;
}

.page-container .sidebar-menu .sidebar-main-menu li.active .sidebar-item-badge {
    background-color: rgba(255, 255, 255, 0.3);
}

.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a {
    color: #fff;
}

.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #4795EA;
    font-size: 14px;
    right: 20px;
    top: 10px;
}

.page-container .sidebar-menu .sidebar-main-menu li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    color: #6389A8;
    display: block;
    font-weight: 500;
    border-radius: 8px;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.page-container .sidebar-menu .sidebar-main-menu li a:hover {
    background-color: #4795EA;
    color: #fff;
}

.page-container .sidebar-menu .sidebar-main-menu li a:hover .sidebar-item-badge {
    background-color: rgba(255, 255, 255, 0.3);
}

.page-container .sidebar-menu .sidebar-main-menu li a i {
    margin-right: 12px;
    position: relative;
    top: 2px;
    font-size: 20px;
}

.page-container .sidebar-menu .sidebar-main-menu li .sidebar-item-badge {
    float: right;
    display: block;
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
    padding: 2px 10px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
}

.page-container .sidebar-menu .sidebar-main-menu li ul {
    position: relative;
    display: none;
    z-index: 1;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
    border: none;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 40px;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
    display: none;
}

.page-container .sidebar-menu .sidebar-menu-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-container .sidebar-menu .logo-env {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-collapse {
        display: none;
    }
}

.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
        display: block;
    }
}

.sidebar-collapse,
.sidebar-mobile-menu {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    display: none;
}

@media only screen and (max-width: 991px) {

    .sidebar-collapse,
    .sidebar-mobile-menu {
        display: block;
    }
}

@media only screen and (max-width: 425px) {

    .sidebar-collapse,
    .sidebar-mobile-menu {
        padding-right: 10px;
    }
}

.sidebar-collapse a,
.sidebar-mobile-menu a {
    font-size: 30px;
    color: #fff;
}

.sidebar-collapse a i,
.sidebar-mobile-menu a i {
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 425px) {

    .sidebar-collapse a,
    .sidebar-mobile-menu a {
        font-size: 18px;
    }
}

.sidebar__menu-header {
    color: #6389A8;
    opacity: 0.5;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-submenu.open {
    display: block !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a {
    position: relative !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #130030;
}

.body-wrapper {
    margin-left: 270px;
    min-height: 100vh;
    background-color: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .body-wrapper {
        margin-left: 0;
        padding-left: 0;
    }
}

.body-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.body-header-right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.body-header-area button,
.body-header-area input[type=button],
.body-header-area input[type=reset],
.body-header-area input[type=submit] {
    background-color: transparent;
}

.notification-btn {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border: 2px solid #1f2937;
    border-radius: 10px;
    font-size: 22px;
    margin-right: 40px;
}

@media only screen and (max-width: 425px) {
    .notification-btn {
        margin-right: 15px;
    }
}

.bell-badge {
    color: #fff;
    background: #4795EA;
    border-radius: 50px;
    display: block !important;
    font-size: 10px;
    line-height: 1.1;
    padding: 2px 4px !important;
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 9;
}

.dashboard-search-area {
    margin-right: 40px;
}

.dashboard-search-area .dashboard-search-form {
    position: relative;
}

.dashboard-search-area .dashboard-search-form input {
    font-size: 13px;
    padding-right: 50px;
    color: rgba(186, 217, 252, 0.5019607843);
    position: relative;
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.dashboard-search-area .dashboard-search-form input::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.dashboard-search-area .dashboard-search-form input::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.dashboard-search-area .dashboard-search-form input:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.dashboard-search-area .dashboard-search-form input::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.dashboard-search-area .dashboard-search-form input::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.dashboard-search-area .dashboard-search-form button,
.dashboard-search-area .dashboard-search-form input[type=button],
.dashboard-search-area .dashboard-search-form input[type=reset],
.dashboard-search-area .dashboard-search-form input[type=submit] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #6389A8;
}

.dashboard-search-area .dashboard-search-form button i,
.dashboard-search-area .dashboard-search-form input[type=button] i,
.dashboard-search-area .dashboard-search-form input[type=reset] i,
.dashboard-search-area .dashboard-search-form input[type=submit] i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.body-header-left .title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 0;
}

.body-header-left .title a {
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.body-header-left .title a:hover {
    color: #4795EA;
}

@media only screen and (max-width: 991px) {
    .body-header-left .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .body-header-left .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 330px) {
    .body-header-left .title {
        font-size: 14px;
    }
}

.header-user-thumb {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.checklist-opsition-area {
    position: relative;
}

.dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
}

.dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0) !important;
    transform: scale(1) translateY(0) !important;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu__item {
    border-bottom: 1px solid #1f2937;
}

.dropdown-menu__item:last-child {
    border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
    margin-top: -5px;
    font-size: 18px;
    color: #ffffff;
}

.dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 13px;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 3px 3px 0 0;
    border: none;
    position: relative;
}

.profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 3rem;
}

@media only screen and (max-width: 767px) {
    .profile-thumb-content {
        display: block;
        text-align: center;
        padding: 0;
    }
}

.profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-top: -100px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #1f2937;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    background: #FFFDF6;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.profile-thumb-content .profile-content {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

@media only screen and (max-width: 1580px) {
    .profile-thumb-content .profile-content {
        -webkit-transform: none;
        transform: none;
    }
}

.profile-thumb-content .profile-content .username {
    font-size: 16px;
    color: #fff;
}

.profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px;
}

@media only screen and (max-width: 767px) {
    .profile-thumb-content .profile-content .user-info-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(186, 217, 252, 0.5019607843);
    font-family: "Outfit", sans-serif;
}

.profile-thumb-content .profile-content .user-info-list li i {
    font-size: 20px;
    margin-right: 5px;
    color: #4795EA;
}

.profile-thumb-area {
    margin: 0 auto;
}

.profile-thumb-area .image-preview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.profile-edit .upload {
    display: none;
}

.profile-edit .imgUp {
    padding: 10px 12px;
    border: 2px solid transparent;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: initial;
    cursor: pointer;
}

.profile-edit .imgUp i {
    position: relative;
    top: 0px;
}

.rank-label {
    margin-top: -20px;
}

.profile-details-list {
    margin-top: 60px;
}

.profile-details-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1f2937;
}

@media only screen and (max-width: 375px) {
    .profile-details-list li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 340px) {
    .profile-details-list li {
        font-size: 12px;
    }
}

.profile-details-list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.profile-details-list li span {
    font-weight: 600;
}

.profile-details-list li span i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.body-main-area {
    background-color: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
}

.dashboard-item {
    background: transparent;
    border: 2px solid #1f2937;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.dashboard-item.two {
    background-color: #4795EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard-item.two .dashboard-content {
    width: 50%;
}

.dashboard-item.two .dashboard-content .inner-title {
    color: #fff;
    line-height: 1.5em;
}

@media only screen and (max-width: 1520px) {
    .dashboard-item.two .dashboard-content .inner-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1399px) {
    .dashboard-item.two .dashboard-content .inner-title {
        font-size: 14px;
    }
}

.dashboard-item.two .dashboard-content .sub-title {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
}

.dashboard-item.two .dashboard-content .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 28px;
}

@media only screen and (max-width: 1520px) {
    .dashboard-item.two .dashboard-content .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .dashboard-item.two .dashboard-content .title {
        font-size: 28px;
    }
}

.dashboard-item.two .dashboard-content p {
    color: #fff;
}

.dashboard-item .dashboard-item-chart .chart {
    position: relative;
}

.dashboard-item .dashboard-item-chart .chart span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 700;
}

.dashboard-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-item-header .sale-percent {
    color: #4795EA;
    font-weight: 500;
}

.dashboard-item-header .sale-percent i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 1570px) {
    .dashboard-item-header .sale-percent i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1570px) {
    .dashboard-item-header .sale-percent {
        font-size: 12px;
    }
}

.dashboard-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: rgba(71, 149, 234, 0.1);
    border-radius: 10px;
    color: #4795EA;
    font-size: 26px;
}

@media only screen and (max-width: 1700px) {
    .dashboard-icon {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1570px) {
    .dashboard-icon {
        margin-right: 5px;
    }
}

.dash-btn {
    position: absolute;
    top: 18%;
    right: 8%;
    padding: 3px 10px;
    background: #4795EA;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
}

.dash-btn:hover {
    color: #fff;
}

@media only screen and (max-width: 1570px) {
    .dash-btn {
        top: 17%;
        right: 6%;
    }
}

.dashboard-content .sub-title {
    color: #6389A8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 6px;
}

.dashboard-content .title {
    margin-bottom: 0;
}

.dashboard-content p {
    color: #6389A8;
    font-size: 10px;
}

.sales-sidebar {
    border: 2px solid #1f2937;
    border-radius: 10px;
    padding: 20px;
}

.sales-top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sales-top-area .main-title {
    margin-bottom: 0;
}

.sales-top-area .view-more-btn a {
    border: 2px solid #1f2937;
    border-radius: 7px;
    padding: 4px 10px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sales-top-area .view-more-btn a:hover {
    border-color: #4795EA;
    color: #4795EA;
}

.notification-btn i {
    color: rgba(186, 217, 252, 0.5019607843);
}

.sales-sidebar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22px;
}

.sales-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sales-user-area .sales-user-thumb {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    overflow: hidden;
}

.sales-user-area .sales-user-content {
    width: calc(100% - 45px);
    padding-left: 20px;
}

.sales-user-area .sales-user-content .title {
    margin-bottom: 2px;
}

.sales-user-area .sales-user-content .sub-title {
    font-size: 12px;
    color: #6389A8;
}

.sales-price-area .price {
    color: #4795EA;
    font-weight: 600;
}

.growth-chart {
    height: 318px;
}

.chart-section {
    border: 2px solid #1f2937;
    border-radius: 10px;
    padding: 30px 15px 15px;
}

@media (max-width: 1199px) and (max-width: 575px) {
    .chart-wrapper {
        overflow: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .chart-container {
        width: 600px;
    }
}

.payment-item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media only screen and (max-width: 499px) {
    .payment-item {
        display: block;
        text-align: center;
    }
}

.payment-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 35%;
    width: 1px;
    height: 100%;
    background-color: #1f2937;
}

@media only screen and (max-width: 1799px) {
    .payment-item::after {
        display: none;
    }
}

.payment-badge {
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    position: absolute;
    border-right: 50px solid #4795EA;
    border-bottom: 50px solid transparent;
}

.payment-badge i {
    right: -44px;
    top: 0;
    color: #fff;
    bottom: auto;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
}

.payment-thumb {
    width: 200px;
}

.payment-thumb img {
    width: 100%;
}

@media only screen and (max-width: 499px) {
    .payment-thumb {
        width: 100%;
    }
}

.payment-preview-item .payment-thumb {
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .payment-preview-item .payment-thumb {
        width: 200px;
    }
}

@media only screen and (max-width: 499px) {
    .payment-preview-item .payment-thumb {
        width: 100%;
    }
}

.payment-preview-item .payment-content {
    width: 620px;
}

@media only screen and (max-width: 1799px) {
    .payment-preview-item .payment-content {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .payment-preview-item .payment-content {
        width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 499px) {
    .payment-preview-item .payment-content {
        width: 100%;
        padding-top: 20px;
    }
}

.payment-content {
    width: 450px;
}

@media only screen and (max-width: 1699px) {
    .payment-content {
        width: calc(100% - 200px);
        padding-left: 20px;
    }
}

@media only screen and (max-width: 499px) {
    .payment-content {
        width: 100%;
        padding-top: 20px;
    }
}

.payment-list li {
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1f2937;
    font-weight: 600;
}

.payment-list li span {
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #ffffff;
}

.time-tracker {
    border-bottom: 1px solid #1f2937;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.time-tracker p {
    color: #4795EA;
    font-size: 15px !important;
    font-weight: 600;
}

#msform {
    position: relative;
    min-height: 350px;
    z-index: 1;
}

#msform fieldset {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .title {
    margin-bottom: 20px;
}

#msform fieldset textarea {
    color: #ffffff;
    font-family: "Outfit", sans-serif;
}

#msform fieldset textarea::-webkit-input-placeholder {
    color: #ffffff63;
}

#msform fieldset textarea::-moz-placeholder {
    color: #ffffff63;
}

#msform fieldset textarea:-ms-input-placeholder {
    color: #ffffff63;
}

#msform fieldset textarea::-ms-input-placeholder {
    color: #ffffff63;
}

#msform fieldset textarea::placeholder {
    color: #ffffff63;
}

#msform fieldset .radio-wrapper input[type=radio] {
    display: none;
}

#msform fieldset .radio-wrapper input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#msform fieldset .radio-wrapper input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

#msform fieldset .radio-wrapper input[type=radio]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #1f2937;
}

#msform fieldset .radio-wrapper input[type=radio]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4795EA;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#msform fieldset .radio-wrapper input[type=radio]:checked+label {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

#msform fieldset .radio-wrapper input[type=radio]:checked+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #1f2937;
}

#msform fieldset .radio-wrapper input[type=radio]:checked+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4795EA;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.action-button {
    position: relative;
    background: #4795EA;
    color: #fff;
    padding: 10px 30px;
    font-family: "Outfit", sans-serif;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.action-button:focus,
.action-button:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(71, 149, 234, 0.4);
    box-shadow: 0 10px 20px rgba(71, 149, 234, 0.4);
}

@media only screen and (max-width: 991px) {
    .action-button {
        padding: 10px 18px;
        font-size: 13px;
    }
}

.footer-area {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
    .footer-area {
        display: none;
    }
}

.footer-area p {
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    font-family: "Outfit", sans-serif;
}

.support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .support-card {
        display: block;
    }
}

.card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-header-user-area .avatar {
    width: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #363a5d;
    height: 40px;
    object-fit: cover;

}

.card-header-user-area .card-header-user-content {
    padding-left: 15px;
}

.card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
}

.card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
}

.support-card-wrapper {
    background-color: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%);
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}

.support-card-wrapper .card-header {
    background-color: #16273f;
}

@media only screen and (max-width: 991px) {
    .user-detail-area {
        overflow: hidden;
    }
}

.chat-container {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    height: 100vh;
    max-height: 86.5vh;
    padding: 30px 15px;
}

@media only screen and (max-width: 991px) {
    .chat-container {
        max-height: 85.2vh;
    }
}

.chat-container .media>* {
    margin: 0 10px;
    position: relative;
}

.chat-container .media {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    max-width: 80%;
}

@media only screen and (max-width: 575px) {
    .chat-container .media {
        max-width: 100%;
    }
}

.chat-container .media.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}

.chat-container .media.media-chat-reverse .media-body p {
    background-color: #4795EA;
    color: #fff;
}

.chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background-color: #4795EA;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background-color: #16273f;
    font-size: 13px;
    border-radius: 10px;
    color: #fff;
}

.chat-coppy-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -87px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(71, 149, 234, 0.2);
    border: 1px solid rgba(71, 149, 234, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chat-coppy-btn:hover {
    background-color: #4795EA;
}

.chat-speak {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -51px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(71, 149, 234, 0.2);
    border: 1px solid rgba(71, 149, 234, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chat-speak:hover {
    background-color: #4795EA;
}

.chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #16273f;
    width: 12px;
    height: 17px;
}

.chat-container .media .avatar {
    width: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #1f2937;
}

.chat-form .publisher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #16273f;
}

.chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-form .publisher .publisher-input {
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 99px;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: rgba(196, 197, 207, 0.3);
}

.chat-form .publisher .publisher-input::-moz-placeholder {
    color: rgba(196, 197, 207, 0.3);
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: rgba(196, 197, 207, 0.3);
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: rgba(196, 197, 207, 0.3);
}

.chat-form .publisher .publisher-input::placeholder {
    color: rgba(196, 197, 207, 0.3);
}

.chat-form .publisher .chatbox-send-part {
    width: 45px;
}

.chat-form .publisher .chatbox-send-part .chat-submit-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: rgba(71, 149, 234, 0.1);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: #4795EA;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.chat-form .publisher .file-group input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}

.chat-form .publisher .file-group label {
    margin-bottom: 0;
    cursor: pointer;
}

#chat-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

#chat-container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#chat-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}

.notification-area {
    position: relative;
}

.notification-area .notification-wrapper {
    position: absolute;
    right: 0;
    top: 120%;
    width: 300px;
    background-color: #16273f;
    border: 2px solid #1f2937;
    border-radius: 10px;
    z-index: 9;
    max-height: 380px;
    overflow-y: auto;
    display: none;
}

@media only screen and (max-width: 575px) {
    .notification-area .notification-wrapper {
        right: 10%;
    }
}

@media only screen and (max-width: 400px) {
    .notification-area .notification-wrapper {
        right: -85%;
    }
}

.notification-area .notification-header {
    padding: 10px 20px;
}

.notification-area .notification-header .title {
    line-height: 1.7em;
    margin-bottom: 2px;
}

.notification-area .notification-header .sub-title {
    font-size: 12px;
}

.notification-area .notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #1f2937;
    padding: 10px 20px;
}

.notification-area .notification-list li .thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.notification-area .notification-list li .content {
    width: calc(100% - 45px);
    padding-left: 20px;
}

.notification-area .notification-list li .content .title {
    line-height: 1.7em;
    margin-bottom: 2px;
}

.notification-area .notification-list li .content .title span {
    color: #4795EA;
}

.notification-area .notification-list li .content .sub-title {
    font-size: 12px;
}

#notification-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

#notification-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#notification-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}

.progress-area {
    padding: 20px;
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.progress-area .title {
    margin-bottom: 20px;
}

.progress-area .progress {
    background-color: #16273f;
    height: 15px;
}

.progress-area .progress-bar {
    background-color: #4795EA;
    font-size: 10px;
}

.taskbar-area {
    padding: 20px;
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.taskbar-area .taskbar-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.taskbar-area .taskbar-list li span {
    font-size: 26px;
    color: #fff;
    padding: 10px;
    background-color: #16273f;
    border-radius: 10px;
}

.taskbar-area .taskbar-list li .content-area {
    padding-left: 15px;
}

.taskbar-area .taskbar-list li .content-area h4 {
    margin-bottom: 0;
}

.taskbar-area .taskbar-list li+li {
    margin-top: 20px;
}

.project-detail-about-area {
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.project-detail-about-area .project-detail-about-heder {
    padding: 10px 20px;
    border-bottom: 2px solid #1f2937;
}

.project-detail-about-area .project-detail-about-heder h4 {
    margin-bottom: 0;
}

.project-detail-about-area .project-detail-about-body {
    padding: 20px 20px 30px 20px;
}

.project-detail-about-area .project-detail-about-list {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.project-detail-about-area .project-detail-about-list li {
    text-align: center;
}

.project-detail-about-area .project-detail-about-list li span {
    margin-bottom: 5px;
}

@media only screen and (max-width: 475px) {
    .project-detail-about-area .project-detail-about-list li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .project-detail-about-area .project-detail-about-list li h6 {
        font-size: 11px;
    }

    .project-detail-about-area .project-detail-about-list li span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 370px) {
    .project-detail-about-area .project-detail-about-list li h6 {
        font-size: 9px;
    }

    .project-detail-about-area .project-detail-about-list li span {
        font-size: 8px;
    }
}

.project-detail-assigned-area {
    border: 2px solid #1f2937;
    border-radius: 10px;
}

.project-detail-assigned-area .project-detail-assigned-header {
    padding: 10px 20px;
    border-bottom: 2px solid #1f2937;
}

.project-detail-assigned-area .project-detail-assigned-header h4 {
    margin-bottom: 0;
}

.project-detail-assigned-area .project-detail-assigned-body {
    padding: 20px;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li .thumb {
    overflow: hidden;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li .thumb img {
    width: 100%;
    height: 100%;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li .content {
    padding-left: 15px;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li .content h6 {
    margin-bottom: 5px;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list li+li {
    margin-top: 20px;
}

.project-detail-assigned-area .project-detail-assigned-body .project-detail-assigned-list.team li .thumb {
    overflow: unset;
    border-radius: unset;
    width: 40px;
    height: 40px;
}

.project-detail-about-checklist .checklist-title {
    margin-bottom: 15px;
}

.project-detail-about-checklist .checklist-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.project-detail-about-checklist .checklist-list li i {
    color: #4795EA;
    font-size: 15px;
    padding-right: 5px;
}

.project-detail-about-checklist .checklist-list li.pending i {
    color: #ff9f43;
}

.project-detail-about-checklist .checklist-list li+li {
    margin-top: 10px;
}

.project-detail-about-content .checklist-input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-detail-about-content .checklist-input-wrapper .checklist-rename-input {
    position: absolute;
    top: -11px;
    left: 0;
    background-color: #141E30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none !important;
    z-index: 11;
}

.project-detail-about-content .checklist-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-detail-about-content .checklist-click label {
    margin-bottom: 0;
    padding-left: 8px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.project-detail-about-content .checklist-click label:hover {
    color: #4795EA;
}

.project-detail-about-content .checklist-click input {
    width: auto;
    height: auto;
    cursor: pointer !important;
}

.project-detail-about-content .checklist-click input:checked+label {
    color: #4795EA;
}

.project-detail-about-content .checklist-click.active .checklist-input-wrapper .checklist-rename-input {
    display: block !important;
}

.project-detail-about-content .checklist-click+.checklist-click {
    margin-top: 20px;
}

.project-detail-about-content .checklist-opsition-area button,
.project-detail-about-content .checklist-opsition-area input[type=button],
.project-detail-about-content .checklist-opsition-area input[type=reset],
.project-detail-about-content .checklist-opsition-area input[type=submit] {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.project-detail-about-content .checklist-opsition-area button:hover,
.project-detail-about-content .checklist-opsition-area input[type=button]:hover,
.project-detail-about-content .checklist-opsition-area input[type=reset]:hover,
.project-detail-about-content .checklist-opsition-area input[type=submit]:hover {
    color: #4795EA;
}

.project-detail-about-content .checklist-opsition-area .dropdown-menu {
    background-color: #16273f;
    border-radius: 7px;
    overflow: hidden;
}

.project-detail-about-content .checklist-opsition-area .dropdown-menu .dropdown-menu__item {
    padding: 10px 20px;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    text-align: left;
    border-bottom: none;
}

.project-detail-about-content .checklist-opsition-area .dropdown-menu .dropdown-menu__item:last-child {
    border: none;
}

.project-detail-about-content .checklist-opsition-area .dropdown-menu .dropdown-menu__item i {
    font-size: 18px;
    margin-right: 2px;
}

.project-detail-about-content .checklist-opsition-area .dropdown-menu .dropdown-menu__item:hover {
    background-color: #4795EA;
    color: #fff;
}

.chat-bottom-position-sidebar {
    border-top: 1px solid rgba(71, 149, 234, 0.3);
    padding-top: 20px;
}

.chat-bottom-position-sidebar li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chat-bottom-position-sidebar li a i {
    padding-right: 5px;
}

.chat-bottom-position-sidebar li a:hover {
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    padding: 2px;
}

.odo-title {
    margin-top: -8px;
}

.ratings-form {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ratings-form .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ratings-form .rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked)>label {
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: rgba(186, 217, 252, 0.5019607843);
}

.ratings-form .rating:not(:checked)>label:before {
    content: "★";
    border: none;
}

.ratings-form .rating>input[type=radio]:checked+label:before {
    border-color: transparent;
    background-color: transparent;
}

.ratings-form .rating>input:checked~label {
    color: #ffb33e;
}

.ratings-form .rating:not(:checked)>label:hover,
.ratings-form .rating:not(:checked)>label:hover~label {
    color: #ffb33e;
}

.ratings-form .rating>input:checked+label:hover,
.ratings-form .rating>input:checked+label:hover~label,
.ratings-form .rating>input:checked~label:hover,
.ratings-form .rating>input:checked~label:hover~label,
.ratings-form .rating>label:hover~input:checked~label {
    color: #ffb33e;
}

.ratings-form .rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.rating-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.check-list-add-input {
    position: relative;
}

.check-list-add-input input {
    padding-right: 100px;
}

.check-list-add-input .add-checklist-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    padding: 7px 30px;
    border-radius: 5px;
}

/*-------------------------------------------------
    [ ### Account-team block ]
*/
.account-team {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 11;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

@media only screen and (max-width: 575px) {
    .account-team {
        top: 53%;
    }
}

.account-team .account-area {
    position: relative;
}

.account-team .account-wrapper {
    background-color: #16273f;
    position: relative;
    width: 430px;
    height: auto;
    background-color: #16273f;
    padding: 40px 30px;
    border-radius: 8px;
    display: none;
}

@media only screen and (max-width: 470px) {
    .account-team .account-wrapper {
        width: 400px;
    }
}

@media only screen and (max-width: 435px) {
    .account-team .account-wrapper {
        width: 370px;
    }
}

@media only screen and (max-width: 400px) {
    .account-team .account-wrapper {
        width: 350px;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 380px) {
    .account-team .account-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 350px) {
    .account-team .account-wrapper {
        width: 300px;
        padding: 15px;
    }
}

@media only screen and (max-width: 330px) {
    .account-team .account-wrapper {
        width: 290px;
        padding: 15px;
    }
}

.account-team .account-wrapper.change-form {
    display: block;
}

.account-team .account-wrapper .account-logo {
    margin-bottom: 30px;
}

.account-team .account-wrapper p {
    font-size: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.account-team .account-wrapper .account-form input {
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
}

.account-team .account-wrapper .account-form input:focus {
    border-color: #4795EA !important;
}

.account-team .account-wrapper .account-form input::-webkit-input-placeholder {
    color: #ffffff63;
}

.account-team .account-wrapper .account-form input::-moz-placeholder {
    color: #ffffff63;
}

.account-team .account-wrapper .account-form input:-ms-input-placeholder {
    color: #ffffff63;
}

.account-team .account-wrapper .account-form input::-ms-input-placeholder {
    color: #ffffff63;
}

.account-team .account-wrapper .account-form input::placeholder {
    color: #ffffff63;
}

.account-team .account-wrapper .account-form .forgot-item a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account-team .account-wrapper .account-form .forgot-item a:hover {
    color: #4795EA;
}

.account-team .account-wrapper .account-form .or-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    gap: 37px;
}

.account-team .account-wrapper .account-form .or-area .or-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.account-team .account-wrapper .account-form .or-area .or-line {
    height: 1px;
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account-team .account-wrapper .account-form .account-item {
    color: rgba(255, 255, 255, 0.5);
}

.account-team .account-wrapper .account-form .account-item a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account-team .account-wrapper .account-form .account-item a:hover {
    color: #4795EA;
}

.account-team .account-wrapper .account-form .account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.account-team .account-wrapper .account-form .account-form-btn a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: rgba(71, 149, 234, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin: 8px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account-team .account-wrapper .account-form .account-form-btn a.facebook:hover {
    background-color: #3b5998;
}

.account-team .account-wrapper .account-form .account-form-btn a.google:hover {
    background-color: #DB4437;
}

.account-team .account-wrapper .account-form .account-form-btn a.apple:hover {
    background-color: #000000;
}

.account-team .account-wrapper .account-form .custom-check-group label {
    color: rgba(255, 255, 255, 0.5);
}

.account-team .account-wrapper .account-form .custom-check-group label a {
    color: rgba(71, 149, 234, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account-team .account-wrapper .account-form .custom-check-group label a:hover {
    color: #4795EA;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
    position: relative;
    z-index: 2;
}

.subscribe-wrapper-area {
    background-color: #131720;
    border: 1px solid #1f2937;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.subscribe-wrapper-area .subscribe-premium-icon {
    position: absolute;
    top: -20px;
    right: 50px;
    z-index: 9;
}

.subscribe-wrapper-area .subscribe-premium-icon i {
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #1f2937;
    border-radius: 50%;
    background-color: #000;
    color: #EB5757;
}

.subscribe-pack-area {
    padding: 40px;
}

@media only screen and (max-width: 575px) {
    .subscribe-pack-area {
        padding: 20px;
    }
}

.subscribe-pack-item {
    width: 100%;
    margin-bottom: 20px;
}

.subscribe-pack-item .subscribe-label {
    width: 100%;
}

.subscribe-pack-item .subscribe-label input {
    display: none;
}

.subscribe-label input[name=package]:checked+.subscribe-data-area {
    border: 1px dashed #4795EA;
}

.subscribe-label input[name=package]:checked+.subscribe-data-area .check-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe-data-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    border: 1px dashed #1f2937;
    border-radius: 6px 6px 0 0;
}

.subscribe-data-area .left-data .pack-name {
    margin-bottom: 0;
}

.subscribe-data-area .left-data .sub-title {
    font-size: 11px;
    color: rgba(186, 217, 252, 0.5019607843);
}

.subscribe-data-area .right-data .pack-meta-data {
    text-align: right;
}

.subscribe-data-area .right-data .pack-meta-data .pack-price {
    margin-bottom: 0;
}

.subscribe-data-area .right-data .pack-meta-data p {
    font-size: 12px;
}

.subscribe-data-area .check-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4795EA;
    color: #fff;
    border-radius: 50%;
}

.subscribe-data-bottom-area {
    background-color: #16273f;
    padding: 5px 15px;
    border-radius: 0 0 6px 6px;
}

.subscribe-data-bottom-area .pack-validity {
    color: rgba(186, 217, 252, 0.5019607843);
    font-size: 11px;
}

.subscribe-list {
    padding-top: 20px;
}

.subscribe-list li {
    font-size: 11px;
}

.premium-area {
    background-color: #FFFDF6;
    border-radius: 0 10px 10px 0;
    padding: 40px;
    height: 100%;
    -webkit-animation: slideUp 70s linear infinite;
    animation: slideUp 70s linear infinite;
    background-size: unset;
    background-repeat: repeat !important;
    background-position: 0 0;
}

@media only screen and (max-width: 575px) {
    .premium-area {
        padding: 20px;
    }
}

.premium-area .title {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.premium-area .title span {
    color: #EB5757;
}

.premium-area .free-wrapper {
    display: none;
}

.premium-area.active .premium-wrapper {
    display: none;
}

.premium-area.active .free-wrapper {
    display: block;
}

.premium-list li {
    position: relative;
    padding-bottom: 20px;
}

.premium-list li::before {
    content: "\f058";
    font-family: "Line Awesome Free";
    font-weight: 700;
    margin-right: 8px;
    color: #4795EA;
    font-size: 16px;
}

.image-search-area {
    padding: 40px 40px 0 40px;
}

@media only screen and (max-width: 575px) {
    .body-main-area .image-search-area {
        padding: 0 !important;
    }
}

.image-search-area .image-search {
    position: relative;
}

.image-search-area .image-search input {
    background-color: #1f2937;
    color: #fff !important;
    border-radius: 10px;
    padding-right: 170px;
    padding-left: 100px;
}

.image-search-area .image-search input::-webkit-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.image-search-area .image-search input::-moz-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.image-search-area .image-search input:-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.image-search-area .image-search input::-ms-input-placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

.image-search-area .image-search input::placeholder {
    color: rgba(186, 217, 252, 0.5019607843);
}

@media only screen and (max-width: 575px) {
    .image-search-area .image-search input {
        padding-right: 42px;
    }
}

.image-search-area .image-search button,
.image-search-area .image-search input[type=button],
.image-search-area .image-search input[type=reset],
.image-search-area .image-search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11.8px 30px;
    border-radius: 0 10px 10px 0;
}

.image-search-area .image-search button i,
.image-search-area .image-search input[type=button] i,
.image-search-area .image-search input[type=reset] i,
.image-search-area .image-search input[type=submit] i {
    position: relative;
    top: 2px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {

    .image-search-area .image-search button,
    .image-search-area .image-search input[type=button],
    .image-search-area .image-search input[type=reset],
    .image-search-area .image-search input[type=submit] {
        padding: 11px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {

    .image-search-area .image-search button,
    .image-search-area .image-search input[type=button],
    .image-search-area .image-search input[type=reset],
    .image-search-area .image-search input[type=submit] {
        padding: 9px;
        font-size: 0;
    }
}

.image-result-area a {
    display: block;
}

.image-result-area .image-g-item:hover .image-g-thumb .image-g-social-area {
    visibility: visible;
    opacity: 1;
}

.image-result-area .image-g-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.image-result-area .image-g-thumb .image-g-social-area {
    position: absolute;
    top: 4%;
    left: 4%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.image-result-area .image-g-thumb .image-g-social-area .image-g-social-list li {
    display: inline-block;
}

.image-result-area .image-g-thumb .image-g-social-area .image-g-social-list li .icon {
    border-radius: 50%;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #4795EA;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-result-area .image-g-thumb .image-g-social-area .image-g-social-list li .icon:hover {
    background-color: #fff;
    color: #4795EA;
}

.image-result-area .image-g-thumb .image-g-social-area .image-g-social-list li+li {
    margin-left: 7px;
}

@media only screen and (max-width: 991px) {
    .image-preview-search-area {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 575px) {
    .image-preview-search-area {
        padding: 30px 10px;
    }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item:hover {
    background-color: #16273f;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1.2) rotate(-6deg);
    transform: scale(1.2) rotate(-6deg);
}

.blog-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-content {
    padding: 20px;
}

@media only screen and (max-width: 575px) {
    .blog-content {
        padding: 20px 10px;
    }
}

.blog-content .category {
    background-color: rgba(71, 149, 234, 0.1);
    color: #4795EA;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-content .category i {
    margin-right: 5px;
}

.blog-content .loc {
    color: #4795EA;
}

.blog-content blockquote {
    background-color: #0F172A;
    border-radius: 8px;
}

.blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-date {
    font-weight: 600;
    font-size: 14px;
}

.blog-date i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.blog-btn a {
    color: #4795EA;
    font-size: 14px;
    font-weight: 600;
}

.blog-btn a i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.blog-social-area {
    background-color: #16273f;
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 10px;
}

.blog-social-area .title {
    margin-bottom: 0;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .blog-social-area .title {
        margin-bottom: 10px;
    }
}

.blog-social-area .blog-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 35px;
    background: #4795EA;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

.blog-social-area .blog-social li+li {
    margin-left: 5px;
}

.sidebar {
    position: sticky;
    top: 10%;
}

.widget-box {
    padding: 30px;
    border-radius: 10px;
}

.widget-box .widget-title {
    border-bottom: 2px solid #1f2937;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
    width: 90px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.single-popular-item .popular-item-thumb img {
    border: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.single-popular-item .popular-item-content .blog-date {
    font-size: 13px;
    font-weight: 600;
}

/*-------------------------------------------------
    [ ### blog Details block ]
*/
.blog-detail .blog-date {
    color: rgba(255, 255, 255, 0.4);
}

.blog-detail .blog-item {
    border-radius: 10px;
}

.blog-detail .blog-item:hover {
    background-color: transparent;
}

.blog-detail .blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.blog-detail-left-border {
    border-left: 2px solid #1f2937;
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .blog-detail-left-border {
        border-left: none;
        padding-left: 0;
    }
}

.blog-sidebar {
    position: sticky;
    top: 10%;
}

.widget-box {
    border: 2px solid #1f2937;
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .widget-box {
        padding: 20px;
    }
}

.widget-box .widget-box-wrapper {
    padding-top: 20px;
}

.widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -30px;
    width: 3px;
    height: 20px;
    background-color: #4795EA;
    -webkit-box-shadow: 0 10px 20px rgba(50, 138, 241, 0.4);
    box-shadow: 0 10px 20px rgba(50, 138, 241, 0.4);
}

@media only screen and (max-width: 991px) {
    .widget-box .widget-title::before {
        left: -20px;
    }
}

.search-widget-box .search-form {
    position: relative;
}

.search-widget-box .search-form button,
.search-widget-box .search-form input[type=button],
.search-widget-box .search-form input[type=reset],
.search-widget-box .search-form input[type=submit] {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: rgba(186, 217, 252, 0.5019607843);
}

.category-widget-box .category-list {
    margin-bottom: -15px;
}

.category-widget-box .category-list li {
    border: 2px solid #1f2937;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.category-widget-box .category-list li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.category-widget-box .category-list li a:hover {
    color: #4795EA;
}

.category-widget-box .category-list li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
}

.single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
}

.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.single-popular-item .popular-item-content .title {
    margin-bottom: 0;
}

.single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-popular-item .popular-item-content .title a:hover {
    color: #4795EA;
}

.single-popular-item .popular-item-content .date {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tag-widget-box .tag-list {
    margin: -5px;
}

.tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid #1f2937;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tag-widget-box .tag-list li:hover {
    border: 1px solid #4795EA;
    color: #4795EA;
}

.tag-widget-box .tag-list li a {
    color: rgba(255, 255, 255, 0.5);
}

.blog-left-border {
    border-left: 2px solid #1f2937;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .blog-left-border {
        border-left: none;
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .blog-recent-post-area {
        display: none;
    }
}

.blog-recent-post-area .blog-recent-list {
    padding-top: 10px;
}

.blog-recent-post-area .blog-recent-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-recent-post-area .blog-recent-list li a .blog-recent-thumb {
    width: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-recent-post-area .blog-recent-list li a .blog-recent-thumb img {
    width: 100%;
    height: 100%;
}

.blog-recent-post-area .blog-recent-list li a .title-area {
    padding-left: 20px;
}

.blog-recent-post-area .blog-recent-list li a .title-area span {
    margin-bottom: 5px;
}

.blog-recent-post-area .blog-recent-list li a .title-area h5 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-recent-post-area .blog-recent-list li a:hover h5 {
    color: #4795EA;
}

.blog-recent-post-area .blog-recent-list li+li {
    margin-top: 20px;
}

.common-border {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1f2937;
}

.common-border:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.blog-filter-area {
    position: sticky;
    top: 10%;
}

.blog-filter-area .blog-filter-content-wrapper .widget-title {
    margin-bottom: 10px;
}

.blog-filter-area .blog-filter-content-wrapper .blog-filter-list li a {
    color: rgba(255, 255, 255, 0.5019607843);
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-filter-area .blog-filter-content-wrapper .blog-filter-list li a:hover {
    color: #4795EA;
}

.blog-filter-area .blog-filter-content-wrapper .blog-filter-list li+li {
    margin-top: 8px;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area span {
    margin-bottom: 10px;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area .blog-tag-list {
    margin: -3px;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area .blog-tag-list li {
    display: inline-block;
    border: 1px solid #1f2937;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area .blog-tag-list li:hover {
    border: 1px solid #4795EA;
    color: #4795EA;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area .blog-tag-list li:hover a {
    color: #4795EA;
}

.blog-filter-area .blog-filter-content-wrapper .blog-tag-area .blog-tag-list li a {
    color: rgba(255, 255, 255, 0.5);
}

.profile-user {
    padding: 30px 20px 20px 20px;
}

.image-search .search-select .nice-select {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    padding-right: 30px;
    background-color: #4795EA;
    border-radius: 10px 0 0 10px;
}

.nice-select:after {
    border-color: #fff;
}


.page-container .sidebar-menu .chat-recent-list {
    border-top: 1px solid rgba(71, 149, 234, 0.3);
    margin: 10px 0;
    padding: 5px 10px;
    max-height: 420px;
    overflow-y: auto;
}

.page-container .sidebar-menu .chat-recent-list li a {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

.page-container .sidebar-menu .chat-recent-list li a:hover {
    background-color: rgba(71, 149, 234, 0.3);
    color: #fff;
}



#chatStyle {
    transition: all 0.3s;
}

#chatStyle::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

#chatStyle::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

#chatStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

#chatStyle:hover::-webkit-scrollbar {
    width: 5px;
}



.card-header-user-area .clear-icon {
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .card-header-user-area .action-btn-area {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 476px) {
    .card-header-user-area .action-btn-area {
        position: relative;
        top: -10px;
    }
}

@media only screen and (max-width: 424px) {
    .card-header-user-area .action-btn-area {
        position: relative;
        top: -15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 324px) {
    .card-header-user-area .action-btn-area {
        position: relative;
        top: -25px;
        font-size: 15px;
    }
}

.card-header-user-area .clear-icon:hover {
    color: #4795EA;
}


.page-container .page-container-wrapper.dark-mode .image-result-area .title {
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .chat_image h3 {
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .clear-icon {
    color: #16273f;
}

.page-container .page-container-wrapper.dark-mode .clear-icon:hover {
    color: #4795EA;
}

.page-container .page-container-wrapper.dark-mode .image-search-area .image-search input::placeholder {
    color: #aaaaaa;
}

.card-header-user-area .action-btn-area .kye-icon{
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    transition: all 0.3s;
    padding: 5px;
    background: rgba(71, 149, 234, 0.1);
    border-radius: 50%;
}
.card-header-user-area .action-btn-area .kye-icon:hover {
    color: #4795EA;
}

@media only screen and (max-width: 1299px) {
    .account .account-area {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 991px) {
    .account .account-area {
        transform: scale(1);
    }
}

.image-search .form--control {
    border: none !important;
}



.chat-form.message-input {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 300px);
}

@media only screen and (max-width: 991px) {
    .chat-form.message-input {
        width: 100%;
    }
}

.account-form .form-group .show-pass {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #616161;
}


.delete-ac-btn {
    padding: 5px 10px;
}

.delete-ac-btn i {
    top: 0;
}

@media only screen and (max-width: 991px) {
    .delete-ac-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 425px) {
    .delete-ac-btn {
        font-size: 0;
        border-radius: 2px;
        padding: 0 8px;
        position: relative;
        top: -4px;
    }

    .delete-ac-btn i {
        font-size: 14px;
        top: 4px;
    }
}

.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}

.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}

.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.cookie-main-wrapper .cookie-btn-area {
    padding-top: 15px;
}

.cookie-main-wrapper .cookie-btn-area button,
.cookie-main-wrapper .cookie-btn-area input[type=button],
.cookie-main-wrapper .cookie-btn-area input[type=reset],
.cookie-main-wrapper .cookie-btn-area input[type=submit] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cookie-main-wrapper .cookie-btn-area button:hover,
.cookie-main-wrapper .cookie-btn-area input[type=button]:hover,
.cookie-main-wrapper .cookie-btn-area input[type=reset]:hover,
.cookie-main-wrapper .cookie-btn-area input[type=submit]:hover {
    background-color: rgba(75, 85, 99, 0.8);
}



.language-select{
    background: transparent;
    border: none;
    padding: 0;
    padding-right: 25px;
    margin-left: 20px;
    color: white;
}


/*-------------------------------------------------
    [ ### tag block ]
*/
.tag-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }

  .tag-item {
    padding: 5px;
  }
  .tag-item .tag-inner label {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 5px 15px;
    position: relative;
    background: rgba(71, 149, 234, 0.1);
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #1f2937;
    cursor: pointer;
    font-size: 15px;
  }
  .tag-item .tag-inner .hide-input {
    display: none;
  }
  .tag-item .tag-inner .hide-input:checked ~ label {
    background: rgba(71, 149, 234, 0.1);
    position: relative;
    border-color: #4795EA;
  }

  .tag-modal .modal-content {
    background-color: #16273f;
    padding: 20px;
    border-radius: 20px;
  }
  .tag-modal .modal-footer {
    padding: 0;
    border: none;
  }
