@charset "UTF-8";
:root {
    /* Dark mode colors */
    --text-color: #ffffff;
    --subheading-color: #828282;
    --placeholder-color: #ffffff;
   /* --primary-color: #0a0f2c;*/
    --primary-color: #050818;

    --secondary-color: #383838;
    --secondary-hover-color: #44444400;
    --nav-width: 82px;
    /*===== Colores =====*/
    --first-color: #16273f;
    --bg-color: #050818;
  /*  --bg-color: #0a0f2c;*/
    --sub-color: #B6CEFC;
    --white-color: #fff;
    /*===== Fuente y tipografia =====*/
    --normal-font-size: 1rem;
    --small-font-size: 12px;
    /*===== z index =====*/
    --z-fixed: 100;
    --table-color: #1e1e1e;
    --test-1: #ddd;
    --test-2: #3a4a69;
    --test-3: #ffffff;
    --test-4: #252525;
    --test-5: #aaa;
    --test-6: #333;
    --test-7: #3362ad90;
    --test-8: #ffffff;
    --test-9: #8080bb;
    --test-10: #999;
    --test-11: #e55865;
    --test-12: #94979c;
    --test-13: #4795EA;
    --test-14: #1a232a;
    --test-15: #004795EA;
    --test-16: #e6ffe7;
    --test-17: #fff0;
    --test-18: #16273f;
    --test-19: #abcff6;
    --test-20: #002d1f;
    --test-21: #cae3ff;
    --test-22: #b2d2f4;
    --test-23: #fff0;
    --test-24: #6366f1;
    --test-25: #1e1e1e00;
    --test-26: #add5ff;
    --test-27: #ccc;
    --test-28: #cadcef;
    --test-29: #0a0f2c;
    --test-30: #dabc9f;
    --test-31: ;
    --test-32: ;
    --test-33: ;
    --test-34: ;
    --test-35: ;
    --test-36: ;
    --test-37: ;
}


/*
:root {
    
    --text-color: #E3E3E3;
    --subheading-color: #828282;
    --placeholder-color: #A1A1AA;
    --primary-color: #0E0E11;
    --secondary-color: #383838;
    --secondary-hover-color: #44444400;
    --nav-width: 82px;
   
    --first-color: #18181b;
    --bg-color: #0E0E11;
    --sub-color: #B6CEFC;
    --white-color: #FFF;

    --normal-font-size: 1rem;
    --small-font-size: 12px;
 
    --z-fixed: 100;
    --table-color:#1e1e1e;
    --test-1:#ddd;
    --test-2: #292929;
    --test-3: #fffff ;
    --test-4:#252525   ;
    --test-5: #aaa  ;
    --test-6: #333  ;
    --test-7: #27272a ;
    --test-8: #ECECEC  ;
    --test-9:#8080bb   ;
    --test-10: #999  ;
    --test-11:#e55865   ;
    --test-12:#94979c  ;
    --test-13:  #00a86b ;
    --test-14: #1a232a  ;
    --test-15:#00a86b66   ;
    --test-16:  #e6ffe7 ;
    --test-17:  #fff0 ;
    --test-18: #1a1a1a  ;
    --test-19:#60ff90   ;
    --test-20: #002d1f  ;
    --test-21: #80ffb3  ;
    --test-22:  #00f79e ;
    --test-23: #bbb  ;
    --test-24: #6366f1  ;
    --test-25:  #1e1e1e00 ;
    --test-26: #6aebb1  ;
    --test-27:  #ccc ;
    --test-28: #05f49d ;
    --test-29:   ;
    --test-30:   ;
    --test-31:   ;
    --test-32:   ;
    --test-33:   ;
    --test-34:   ;
    --test-35:   ;
    --test-36:   ;
    --test-37:   ;

}
*/


/*--------------------------------------------------------------
>>> 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: var(--bg-color);
    font-family: plusjakarta;
    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: 23px;
}

.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: plusjakarta;
    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: plusjakarta;
    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: plusjakarta;
    -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: plusjakarta;
}

.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: plusjakarta;
}

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: plusjakarta;
    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: plusjakarta;
    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: plusjakarta;
    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: plusjakarta;
}

@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;
    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: 0px 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: 0px 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: plusjakarta;
    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: 60px;
 margin-left: 20px;
    width: 37px;
}

@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: plusjakarta;
    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: 10px;
    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, #000, #11083b, #000, #0f092f, #000);
  overflow: hidden;
    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;
}

@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: plusjakarta;
}

.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: 201px;
    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;
    position: relative;
}

@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: plusjakarta;
    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: plusjakarta;
}

.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%);
height: 100vh;
}

.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: plusjakarta;
    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: plusjakarta;
}

#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: plusjakarta;
    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;
    }
}



@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: plusjakarta;
}

.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: #4992ff;
}

#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: #4992ff;
}

#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);
    display: none;
}

@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;
}


/*Chatbot3*/

:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}

@font-face {
    font-family: plusjakarta;
    src: url(../fonts/plus-jakarta-sans-v8-latin-regular.woff2);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--primary-color) !important;
}

a {
    text-decoration: none;
}

.sidebar {
    width: calc(var(--nav-width) + 9.25rem);
    height: 100%;
    background-color: var(--primary-color);
}

.flash {
    position: absolute;
    top: 66px;
    height: 100%;
    width: 100%;
    filter: blur(3.1px);
    /* border-radius: 60%; */
    /* margin-top: -152px; */
    background: url(../images/new/Element.png)no-repeat;
    margin-left: 137px;
}

.searchbar {
    width: 100%;
    height: auto;
}

.profile {
    width: 100%;
    height: auto;
}

.chatSection {
    position: absolute;
    background: var(--test-29);
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.light_mode {
    /* Light mode colors */
    --text-color: #222;
    --subheading-color: #A0A0A0;
    --placeholder-color: #6C6C6C;
    --primary-color: #FFF;
    --secondary-color: #E9EEF6;
    --secondary-hover-color: #DBE1EA;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--table-color);
    color: var(--test-1);
}

th,
td {
    border: 1px solid var(--test-6);
    padding: 10px;
    text-align: left;
}

th {
    background-color: var(--test-2);
    color: var(--test-3);
    font-weight: bold;
}

.table-container tr:nth-child(even) {
    background-color: var(--test-4);
}

caption {
    caption-side: bottom;
    padding: 10px;
    color: var(--test-5);
    font-size: 14px;
}

.header,
.chat-list .message,
.typing-form {
    /* max-width: 980px;*/
background-color: #05081800;
    
}

.header {
    margin-top: 0px;
    padding: 0rem;
    overflow-x: visible;
}

body.hide-header .header {
    margin: 0;
    display: none;
}

.header2 {
    position: absolute;
    top: 6rem;
    width: 100%;
}

.header2 .title {
    font-size: 35px;
    background-clip: text;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    color: var(--text-color);
    font-weight: 200;
    line-height: 64px;
    text-align: center;
    /*color: var(--test-3);*/
    width: 100%;
}

.header2 .subtitle {
    font-size: 11px;
    color: var(--subheading-color);
    position: absolute;
    top: 59px;
    left: 8px;
    color: var(--text-color);
    font-weight: 323px;
    text-align: center;
    color: var(--placeholder-color);
    width: 100%;
}

.suggestion {
    margin: 10px;
    border: solid 1px var(--test-7);
}
.centercards{
    margin-top: 11.8rem !important;
    
      opacity: 1;
  filter: blur(0);
  visibility: visible;
  transition: opacity 2s, filter 2s, visibility 0s 2s; 
/*   animation: blurAndHide 50s backwards;*/
}



/* Animation to blur and hide */
@keyframes deblur {
  0% {
   filter: blur(100px);
  }
  100% {
   filter: blur(0.1px);
  }
}



/* Animation to blur and hide */
@keyframes blure {
  0% {
   filter: blur(0.1px);
  }
  
  100% {
   filter: blur(100px);
  }
}



/* Animation to blur and hide */
@keyframes blurAndHide {
  0% {
    opacity: 1;
    filter: blur(0);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: blur(3px);
    visibility: hidden;
  }
}
@keyframes unblurshow {
  
  0% {
    opacity: 0;
    filter: blur(3px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    visibility: visible;
  }
}


/* Apply animation */
.centercards.blur-hide {
  animation: blurAndHide 2s forwards;
}
.aitext.deblur {
  animation: deblur 2s forwards;
}

.centercards.unblur-show {
  animation: unblurshow 2s forwards;
}
.aitext.blur {
  animation: blure 2s forwards;
}


.suggestion-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 9.5vh;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-top: 9.5rem;
}

.list2 {
    width: 180px;
    height: 285px;
}

.v98_141 {
    width: 100%;
    height: 18px;
  /*  background-color: var(--first-color);*/
    color: var(--test-8);
    font-size: 11px;
    padding-left: 3px;
}

.v98_142 {
    width: 100%;
    height: 18px;
   /* background-color: var(--first-color);*/
    color: var(--test-30);
    font-size: 10px;
    padding-left: 3px;
    line-height: 14px;
}

.suggestion-list .suggestion {
    cursor: pointer;
    width: 180px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 0.75rem;
    justify-content: space-between;
    /* background: var(--secondary-color); */
    transition: 0.2s ease;
    background-color: #16273f5e !important;
}

suggestion .list {
    background-color: var(--test-9) !important;
}

.suggestion-list .suggestion:hover {
    background: var(--secondary-hover-color);
}

.suggestion-list .suggestion :where(.text,
.icon) {
    font-weight: 400;
    color: var(--text-color);
}

.suggestion-list .suggestion .icon {
    width: 63px;
    height: 42px;
    display: flex;
    font-size: 1.3rem;
    margin-top: 2.5rem;
    align-self: flex-end;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    color: var(--text-color);
    background: var(--primary-color);
}

.grid-item:hover {
    transform: scale(1.06);
    margin-top: 5px;
}


/*.grid-item{ margin: 10px;} */

.chat-list {
    padding: 2rem 1rem 12rem;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-color: var( --test-10) transparent;
    background-color: var(--primary-color);
    width: 89%;
    max-width: 980px;
    display: none;
    overflow-x: hidden;
    left: 159px;
    position: absolute;
}

.chat-list .message.incoming {
    margin-top: 1.5rem;
}

.chat-list .message .message-content {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    /* align-items: center; */
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

.chat-list .message.outgoing .message-content {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    align-items: center;
}

.chat-list .message .text {
    color: var(--text-color);
    white-space: pre-wrap;
    font-size: 14px;
}

.chat-list .message.error .text {
    color: var(--test-11);
}

.chat-list .message.loading .text {
    display: none;
}

.chat-list .message.loading .diagram {
    display: none;
}

.chat-list .message .avatar {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    align-self: flex-start;
}

.chat-list .message.loading .avatar {
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.chat-list .message .icon {
    color: var(--text-color);
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 1.25rem;
    margin-left: 3.5rem;
    visibility: hidden;
}

.chat-list .message .icon.hide {
    visibility: hidden;
}

.chat-list .message:not(.loading,
.error):hover .icon:not(.hide) {
    visibility: visible;
}

.chat-list .message .icon:hover {
    background: var(--secondary-hover-color);
}

.chat-list .message .loading-indicator {
    display: none;
    gap: 0.8rem;
    width: 100%;
    flex-direction: column;
}

.chat-list .message.loading .loading-indicator {
    display: flex;
}

.chat-list .message .loading-indicator .loading-bar {
    height: 11px;
    width: 100%;
    border-radius: 0.135rem;
    background-position: -800px 0;
    background: linear-gradient(to right, #4795EA, var(--primary-color), #004795EA);
    animation: loading 3s linear infinite;
}

.chat-list .message .loading-indicator .loading-bar:last-child {
    width: 70%;
}

@keyframes loading {
    0% {
        background-position: -800px 0;
    }
    100% {
        background-position: 800px 0;
    }
}

.typing-area {
    z-index: 1000000;
    position: relative;
    width: -webkit-fill-available;
    bottom: 41px;
    background-color: #0a0f2c00;
    /* padding: 1rem; */
    display: flex;
    justify-content: center;
    /* left: 190px; */
    /* margin-left: 4%; */
    /* margin-right: 0px; */
    margin: auto;
    width: 70%;
}

.typing-area :where(.typing-form,
.action-buttons) {
    display: flex;
    gap: 0.75rem;
    width: 100%;
}

.typing-form .input-wrapper {
    width: 100%;
    height: 45px;
    display: flex;
    position: relative;
    color: var(--text-color);
    border-radius: 10px;
    background: var(--first-color);
    align-items: center;
}

.typing-form .typing-input {
    height: 100%;
    width: 89%;
    border: none;
    outline: none;
    /* resize: none; */
    font-size: 0.8rem;
    color: var(--text-color);
    /* padding: 1.1rem 4rem 1.1rem 1.5rem; */
    /* border-radius: 10px; */
    background: none;
}

.typing-form .typing-input:focus {
    background: var(--secondary-hover-color);
}

.typing-form .typing-input::placeholder {
    color: var(--placeholder-color);
}

.typing-area .icon {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    font-size: 1.2rem;
    color: var(--test-12);
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    position: relative;
    right: 4rem;
   /* top: 18px;*/
    position: absolute;
}


/*.send{ width: 40px; height: 40px; 
    position: relative;
    top: 10px;
    left: 56.6rem;
    border-radius: 8px;
    background: url("../icons/Arrow.svg"); 
}  */

.sendtext {
    background: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--test-13);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 1.2rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sendicon {
    width: 10px;
    height: 10px;
}

.sendicon {
    background: url("../icons/Group.svg");
    display: block;
    width: 20px;
    height: 20px;
}

.typing-area .icon:hover {
    background: var(--secondary-hover-color);
}

.typing-form #send-message-button {
    position: absolute;
    right: 0;
    outline: none;
    border: none;
    transform: scale(0);
    background: transparent;
    transition: transform 0.2s ease;
    display: none;
}

.typing-form .typing-input:valid~#send-message-button {
    transform: scale(1);
}

.typing-area .disclaimer-text {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 1rem;
    color: var(--placeholder-color);
}


/* Responsive media query code for small screen */

@media (max-width: 768px) {
    .header :is(.title,
    .subtitle) {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .header .subtitle {
        font-size: 1.7rem;
    }
    .typing-area :where(.typing-form,
    .action-buttons) {
        gap: 0.4rem;
    }
    .typing-form .input-wrapper {
        height: 50px;
    }
    .typing-form .typing-input {
        padding: 1.1rem 3.5rem 1.1rem 1.2rem;
    }
    .typing-area .icon {
        height: 50px;
        width: 50px;
    }
    .typing-area .disclaimer-text {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.conic {
    position: relative;
    z-index: 41;
    width: 1104px;
    height: 72px;
    margin-bottom: 11px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0rem;
}

.conic::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -101%;
    top: -1023%;
    width: 301%;
    height: 2200%;
    background-color: var(--test-14);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, var(--test-13), transparent 5%);
    animation: rotate 19s linear infinite;
}

.conic::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: var(--first-color);
    border-radius: 10px;
}

.conic-demo::after {
    animation: opacityChange 5s infinite linear;
}

@keyframes opacityChange {
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.cards {
    grid-template-columns: repeat(4, 150px);
    grid-template-rows: repeat(4, 150px);
    gap: 8px;
    padding: 32px;
}

.cards:hover .card {
    background: radial-gradient( 800px circle at var(--xPos) var(--yPos), var(--test-15), transparent 15%);
}

.card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient( 400px circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
    border-radius: 8px;
    transition: 0.15s;
    cursor: pointer;
}

.cards .card:hover::before {
    opacity: 1;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: radial-gradient(350px circle at var(--xPos) var(--yPos), rgb(11 50 255 / 10%), transparent 35%);
    opacity: 0;
    transition: all 0.35s ease-in-out;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    
    background-color: #16273f6b;
    border-radius: inherit;
    transition: all 0.25s;
    height: 100%;
    width: 100%;
    padding: 1.1rem;
    padding-top: 0.38rem;
}

.card :is(i,
h2) {
    opacity: 0.45;
    transition: 0.3s;
}

.card:hover :is(i,
h2) {
    opacity: 1;
}

.card i {
    font-size: 38px;
}

.card h2 {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
}


/*===== l NAV =====*/

.l-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 3.7rem;
    height: 100vh;
    background-color:#050818 ;
    color: var(--white-color);
    padding: 1.5rem 0.7rem 0.5rem;
    transition: .5s;
    z-index: var(--z-fixed);
    border-right: solid 1px var(--test-7);
}


/*===== NAV =====*/

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.nav__brand {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    grid-template-columns: 4fr 0fr;
    width: 26px;
}

.nav__toggle {
    /* font-size: 1.25rem; */
    cursor: pointer;
    justify-self: right;
    /* margin-top: 1px; */
}

.nav__logo {
    color: var(--white-color);
    font-weight: 600;
}


/*
.nav__link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: .75rem;
    padding: .75rem;
    color: var(--white-color);
    border-radius: .5rem;

transition: .3s;
cursor: pointer;
padding-top: 0px;
padding-bottom: 0px;
height: 30px;
margin-top: 0px;
margin-bottom: 4px;

}
*/

.nav__link {
    display: table;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: .75rem;
    padding: .75rem;
    color: var(--white-color);
    border-radius: .5rem;
    /* margin-bottom: 1rem; */
    transition: .3s;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 0px;
    /* height: 30px; */
    margin-top: 0px;
    margin-bottom: 6px;
    width: 100%;
    /* vertical-align: top; */
}

.nav__link:hover {
    background-color: var(--first-color);
}

.nav__icon {
    font-size: 0.8rem;
    color: var(--placeholder-color);
}

.nav__name {
    display: none;
    transition: .3s;
}

.expander .nav__name {
    font-size: var(--small-font-size);
    margin-left: 12px;
    margin-bottom: 5px;
    vertical-align: text-bottom;
    display: inline;
    transition: .3s;
}

.expander .suggestion .collapse__link {
    justify-self: flex-end;
    transition: .5s;
    right: 6px;
    vertical-align: middle;
    position: absolute;
    transition: .3s;
    margin-top: 5px;
    display: inline;
    /* display: none; */
}


/*Expander menu*/

.expander {
    width: calc(var(--nav-width) + 9.25rem);
}


/*Add padding body*/

.body-pd {
    padding: 2rem 0 0 16rem;
}


/*Active links menu*/


/*.active {
    background-color: var(--first-color);
}  */


/*===== COLLAPSE =====*/

.collapse2 {
    grid-template-columns: 20px max-content 1fr;
}

.collapse__link {
    display: none;
    transition: .3s;
}

.expander .collapse__link {
    justify-self: flex-end;
    transition: .5s;
    right: 25px;
    vertical-align: middle;
    position: absolute;
    transition: .3s;
    margin-top: 5px;
    display: inline;
    /* display: none; */
}

.collapse__menu {
    display: none;
    padding: 0.4rem 2.1rem;
}

.collapse__sublink {
    color: var(--test-16);
    font-size: var(--small-font-size);
    display: block;
}

.collapse__sublink:hover {
    color: var(--white-color);
}


/*Show collapse*/

.showCollapse {
    display: block;
}


/*Rotate icon*/

.rotate {
    transform: rotate(180deg);
}

.search {
    background: url(../icons/Oval.svg);
    display: block;
    width: 20px;
    height: 20px;
}

.searchbar {
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: var(--test-17);
    width: 100%;
    height: 30px;
    position: relative;
    margin-top: 15px;
    /* left: 57.2rem; */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--test-7);
    margin-bottom: 19px;
}

.logo-icon {
    background: url("../../backend/images/web-settings/image-assets/image.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.nav__toggle {
    transform: rotate(180deg);
    width: 16x;
    height: 16px;
    display: block;
}

.expander .nav__brand {
    grid-template-columns: 4fr 3fr;
}

.wrapexpander {
    margin-left: 29px;
}

.expander .nav__toggle {
    transform: rotate(0deg);
    width: 16x;
    height: 16px;
    display: block;
    padding-right: 10px;
    padding-left: 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.logotype {
    font-size: var(--small-font-size);
    margin-left: 4px;
    /*! font-weight: bold; */
}

.ionicon-fill-none ionicon-stroke-width {
    color: var(--test-12);
}

.sidebar-profile {
    bottom: 0px;
    position: absolute;
}

.sidebar-header {
    top: 13px;
    position: absolute;
}

.sidebar-list {
    top: 135px;
    position: absolute;
}

.expander .searchbar {
    grid-template-columns: 2fr 15fr;
    display: grid;
}

.searchtitle {
    font-size: 12px;
    color: var(--placeholder-color);
}

.searchicon {
    margin-left: 11px;
    margin-right: 8px;
}

.searchbar {
    display: none;
}

.offer {
    display: none;
}

.expander .offer {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    height: 10rem;
}

.hr {
    display: none;
}

.expander .hr {
    display: flex;
    background: var(--test-7);
    width: 100%;
    height: 1px;
}

.logo {
    display: none;
}

.expander .logo {
    display: flex;
}

.divider {
    display: none;
}

.expander .divider {
    display: flex;
}

.expander .nav__brand {
    width: 100%;
}

.nav__icon {
    color: var(--placeholder-color);
}

.expander .nav__icon {
    color: var(--placeholder-color);
    /* margin-top: 17px; */
    vertical-align: baseline;
}

.profile-container {
    align-items: flex-start;
    /* font-family: Arial, sans-serif; */
    max-width: 400px;
    margin-top: 10px;
    margin-left: 6px;
    display: none;
}

.expander .profile-container {
    display: flex;
}

.close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
}

.offerbutton {
    background: no-repeat;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: var(--test-13);
    width: 100%;
    height: 30px;
    position: relative;
    top: 20px;
    /* left: 57.2rem; */
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.discount {
    background: no-repeat;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: var(--primary-color);
    width: 44px;
    height: 16px;
    /* position: relative; */
    top: 52px;
    left: 103px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    position: absolute;
    border: solid 1px var(--test-7);
    color: var(--placeholder-color);
}

.offer2 {
    padding: 0.7rem;
}

.offericon {
    background: no-repeat;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: var(--primary-color);
    width: 27px;
    height: 27px;
    /* position: relative; */
    top: 13px;
    /* left: 57.2rem; */
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    position: absolute;
    border: solid 1px var(--test-7);
    color: var(--placeholder-color);
    left: 14px;
}

.flashsharp {
    font-size: 14px;
}

.avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.text-content {
    display: flex;
    flex-direction: column;
}

.main-text {
    font-size: 12px;
    font-weight: bold;
}

.sub-text {
    font-size: 12px;
    color: var(--placeholder-color);
}

.expander2.chatSection {
    width: calc(100% - calc(var(--nav-width) + 9.25rem));
    left: calc(var(--nav-width) + 9.25rem);
}

.chatSection {
    width: calc(100% - 3.7rem);
    left: 3.7rem;
}

.chat-list .message .message-content .chattopsection {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    align-items: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 5px;
    background-color: var(--test-18);
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px rgba(0, 255, 100, 0.2); */
}

th,
td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--test-6);
    font-size: 12px;
}

th {
    /* background-color: #00a86b; */
    color: var(--test-19);
    /* font-weight: 600; */
    font-size: 12px;
}

.table-container tr:hover {
    background-color: var(--test-20);
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--test-21);
}

.table-container {
    /* max-width: 100px; */
    max-height: 300px;
    overflow-y: auto;
    /* overflow-x: auto; */
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 255, 100, 0.2); */
}

.collapse__sublink.active {
    color: var(--test-22);
}


/*HELP Dialog*/

.help-container {
    height: 100px;
    width: 100px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background-color: white; */
    overflow: hidden;
    position: fixed;
    border-radius: 10px;
    top: 68px;
    right: 10px;
    z-index: 10;
}

.circle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 37px;
    right: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    /*  This transform means that the top and left properties    */
    /*  effectively place the button center instead of the       */
    /*  top-left corner                                          */
    transform: translate(-50%, -50%);
    border: 1px solid var(--test-7);
}

.chart-icon {
    content: '';
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.chart-icon svg {
    width: 100% !important;
    height: auto !important;
}

.categories {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-btn {
    padding: 6px 14px;
    background-color: var(--first-color);
    color: var(--test-23);
    border: 1px solid var(--test-6);
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: small;
}

.category-btn.active,
.category-btn:hover {
    background: var(--test-24);
    color: var(--test-3);
}

.category-btn2 {
    padding: 6px 14px;
    background-color: var(--first-color);
    color: var(--test-23);
    border: 1px solid var(--test-6);
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: small;
}

.category-btn2.active,
.category-btn2:hover {
    background: var(--test-24);
    color: var(--test-3);
}

.tab1-container {
    display: flex;
    gap: 20px;
    overflow: auto;
    flex: 1;
}

.categories {
    display: block;
    flex-direction: column;
    gap: 10px;
    min-width: 246px;
    background: var(--primary-color);
    padding: 20px 18px;
    border-radius: 12px;
    width: 20% !important;
    overflow: auto;
    direction: rtl;
}

.categories * {
    direction: ltr;
}

.category-btn {
    padding: 8px 12px;
    background-color: var(--first-color);
    color: var(--test-3);
    border: 1px solid var(--test-7);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    text-align: left;
    font-size: 14px;
    display: inline-flex;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 7px;
    width: 189px;
}

.category-btn.active,
.category-btn:hover {
    background-color: var(--test-13);
    color: var(--test-3);
}

.category-btn2 {
    padding: 8px 12px;
    background-color: var(--first-color);
    color: var(--test-3);
    border: 1px solid var(--test-7);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    text-align: left;
    font-size: 14px;
    display: inline-flex;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 7px;
    width: 189px;
}

.category-btn2.active,
.category-btn2:hover {
    background-color: var(--test-13);
    color: var(--test-3);
}

.grid2 {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
    gap: 17px;
    margin: 20px;
}

.grid-item {
    /*  background: ;*/
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.grid-item img {
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    height: 195px;
    object-fit: cover;
}

.grid-item .example-title {
    margin-top: 12px;
    color: var(--test-3);
    font-size: var(--small-font-size);
}


/* Button to open dialog */

.open-dialog-btn {
    /* padding: 12px 24px; */
    background: var(--test-25);
    color: var(--test-3);
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}


/* Dialog overlay */

.dialog-overlay {
    position: fixed;
    inset: 0;
    background: var(--primary-color);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: absolute;
    /*left: 20%;*/
    left: 1%;
    right: 1%;
}


/* Morphing animation */

.dialog {
    background: var(--primary-color);
    border-radius: 20px;
    width: 90%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: scale(0.3);
    opacity: 0;
    position: relative;
    height: auto;
    max-height: 90%;
    overflow: hidden;
}

.dialog.open {
    height: 560px;
    padding: 20px;
    transform: scale(1);
    opacity: 1;
    margin-right: 40px;
}


/* Tabs */

.tabs {
    display: flex;
    border-bottom: 1px solid var(--test-6);
    margin-bottom: 25px;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: smaller;
    color: var(--test-3);
    transition: color 0.3s, border-color 0.3s;
}

.tab.active {
    color: var(--test-26);
    /* border-bottom: 2px solid #6366f1; */
    font-size: smaller;
}


/* Tab content */

.tab-content {
    display: block;
    height: 450px;
    overflow-y: auto;
}
.tab-content.dashboard {
    display: none;
}

.tab-content.active {
    display: flex;
    max-height: 100vh;
}


/* Grid layout for images */

.grid-item {
    background-color: var(--first-color);
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
    height: 240px;
    border: solid 1px var(--test-7);
}

.grid-item:hover {
    box-shadow: 0 0 20px rgba(0, 255, 128, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
}


/* کل اسکرول‌بار */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


/* زمینه اسکرول‌بار */

 ::-webkit-scrollbar-track {
    background: transparent;
}


/* خود دکمه اسکرول */

 ::-webkit-scrollbar-thumb {
    background-color: #4992ff;
    /* سبز ملایم */
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}


/* حالت hover */

 ::-webkit-scrollbar-thumb:hover {
    background-color: #4992ff;
}


/* کل اسکرول‌بار */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


/* زمینه اسکرول‌بار */

::-webkit-scrollbar-track {
    background: transparent;
}


/* خود دکمه اسکرول */

::-webkit-scrollbar-thumb {
    background-color: #4992ff;
    /* سبز ملایم */
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}


/* حالت hover */

::-webkit-scrollbar-thumb:hover {
    background-color: #4992ff;
}

.tab-content active {
    scrollbar-width: thin;
    scrollbar-color: #4992ff transparent;
}


/* Chrome, Edge, Safari */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #4992ff;
    border-radius: 10px;
}


/* Firefox */

body {
    scrollbar-width: thin;
    scrollbar-color: #4992ff transparent;
}


/* Chrome, Edge, Safari */

::-webkit-scrollbar {
    width: 8px;
}

 ::-webkit-scrollbar-thumb {
    background-color: #4992ff;
    border-radius: 10px;
}


/* Firefox */

body {
    scrollbar-width: thin;
    scrollbar-color: #4992ff transparent;
}


/*.grid-item:hover {
    background: #333;
} */

.grid-item p {
    margin-top: 8px;
    font-size: 14px;
    color: var(--test-27);
}


/* Video styling */

.video-wrapper {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #000;
    border: 1px solid var(--first-color);
}


/* Close button */

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.close-btn:hover {
    color: var(--test-27);
}

.fat,
.fa-thin {
    color: var(--test-28);
    font-size: 40px;
}

.questionmark {
    position: relative;
    left: 13px;
    top: 12px;
    font-size: 21px;
    color: var(--placeholder-color);
}

.entitygrid {
    height: 92px !important;
    width: 166px !important;
}

.entities {
    grid-template-columns: repeat(auto-fill, minmax(158px, 4fr)) !important;
}

.calendar {
    max-width: 774px;
    margin: 0 auto;
}

.maintext {
    color: beige;
    line-height: 1.3;
}

.maintitle {
    color: azure;
    line-height: 2.2;
}


/* ------------------Website Development---------------------- */


/* ----------------------------------

Template Name: Synck - Landing Page Template
Author: WordPress River
Description:
Version: 1.0

Main Font    : plusjakarta
Main Color   : #F3F6FD;

-------------------------------------

[Typography]

Body copy:    18px 'plusjakarta'
Header:     36px 'plusjakarta'
Input, textarea:  10px 'Syne'

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Buttons
        - Section Title
        - Animations

    02. Header Bar
    03. Header
    04. Hero Sections
        - Hero 2
        - Hero 3
    05. About hero
    06. Blog Hero
    07. Partner Hero
    08. Career Hero
    09. Hero Overview
    10. Hero Our Field
    11. How We Do Hero
    12. Event Details Hero
    13. Career
    14. Event Hero
    15. Client Section
    16. How We Do
    17. Services
        - Service 4
    18. Service Black
    19. Case Studio
    20. Case Studies Details
    21. New Release
    22. Pricing Table
    23. About
        - About2
        - About 3
    24. About Services
        - About Service 4
        - About Service 5
        - About Service 6
        - About Service7
    25. Partner
    26. Testimonial
        - Testimonial 2
    27. Our Team
        - Our Team 2
        - Our Team 3
        - Our Team 4
    28. Project
    29. Portfolio
    30. CTA
        - cta 2
        - CTA 3
    31. News Section
        - News 2
        - New2
    32. Blogs
        - Blog Breadcrumb
        - Blog 2 Details
        - Blog Details
        - Blog Sidebar
    33. Event
        - Event Details
    34. Features
        - Feature2
        - Feature 3
        - Feature 3 Style 2
    35. FAQ
        - Faq style 2
    36. Map
    37. Contact
        - Contact 2
        - Contact 3
        - Contact Location
    38. Footer
*/


/* Varialbes */

:root {
    --dark1: #1C1C1C;
    --dark2: #454545;
    --light_white: #F9F9F9;
    --primary_color: #1351D8;
    --primary_color2: #4F8DFF;
    --primary_light: #F3F6FD;
    --primary_light2: rgb(19 81 216 / 10%);
    --gray: #D9D9D9;
    --font_syne: 'Syne';
    --plusjakarta: 'plusjakarta';
    --font_dm: 'plusjakarta';
    --yellow_color: #FFD600;
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a {
    text-decoration: none !important;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-size: 16px;
    font-family: 'plusjakarta';
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
}


/*img {
    max-width: 40%;
} */

.custom-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.custom-row {
    display: flex;
    width: 100%;
    gap: 40px;
}

.flex-1 {
    flex: 1;
}

.w-full {
    width: 100%;
}

.gap-24 {
    gap: 24px;
    height: 450px;
}

.card-h:hover .theme-btn i {
    transition: transform .5s;
    transform: rotate(45deg);
}

.card-h1:hover .theme-btn i {
    transition: transform .5s;
    transform: rotate(45deg);
}


/* ============================================================== 
    # Button Styles
=================================================================== */

.theme-btn2,
.theme-btn {
    font-size: 12px;
    font-weight: 400;
    color: var(--light_white);
    background: #4795EA;
    display: inline-flex;
    align-items: center;
    padding: 13px 26px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: var(--plusjakarta) !important;
}

.theme-btn2::after,
.theme-btn2::before,
.theme-btn::after,
.theme-btn::before {
    content: '';
    width: 50%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}

.theme-btn2::after,
.theme-btn::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
}

.theme-btn2:hover,
.theme-btn:hover {
    color: var(--light_white);
}

.theme-btn2:hover::after,
.theme-btn2:hover::before,
.theme-btn:hover::after,
.theme-btn:hover::before {
    height: 100%;
}

.theme-btn2 {
    background: #1351D81A;
    color: var(--primary_color);
}

.theme-btn2::after,
.theme-btn2::before {
    background: var(--primary_color);
}

.theme-btn2 i {
    transition: .3s;
}

.theme-btn:hover i,
.theme-btn2:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}

.theme-btn:hover i,
.theme-btn2:hover i {
    fill: #ffffff;
}

.simple-shadow {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background: var(--first-color);
    padding: 10px;
}


/* ============================================================== 
    # Section-subtitle Styles
=================================================================== */

.section-subtitle {
    font-family: var(--font_syne);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--primary_color2);
    margin: 0;
    text-transform: uppercase;
}

.section-subtitle1 {
    font-size: 12px;
}

.section-title {
    font-family: var(--plusjakarta);
    font-size: 25px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
}


/* ============================================================== 
    # Template Animation
=================================================================== */


/*slide-left Animation */

.slide-left {
    animation: slideLeft 1s;
}


/*slide-right Animation */

.slide-right {
    animation: slideRight 1s;
}


/*fade-in Animation */

.fade-in {
    animation: fadeIn 1s cubic-bezier(.97, .01, .92, 1);
}


/*bounce-in Animation */

.bounce-in {
    animation: bounceIn 0.5s ease;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}


/*pop-in Animation */

.pop-in {
    animation: popIn 1.5s ease;
}


/*delay-2 Animation */

.delay-2 {
    animation-delay: 1.5s;
}


/*delay-3 Animation */

.delay-3 {
    animation-delay: 2s;
}


/*fadeIn Effects */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*bounceIn Effects */

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}


/*popIn Effects */

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}


/*slideLeft Effects */

@keyframes slideLeft {
    0% {
        transform: translateX(-900px) rotate(-90deg);
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}


/*slideRight Effects */

@keyframes slideRight {
    0% {
        transform: translateX(900px) rotate(90deg);
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}


/*Animations End*/


/* Header Bar */

.header-bar {
    background: var(--dark1);
    color: var(--light_white);
    padding: 14px 0;
}

.country-select {
    background: none;
    border: none;
    margin: 0;
    display: block;
    color: var(--light_white);
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-right: 10px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/img/caret.svg');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    cursor: pointer;
}

.country-select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.header-bar .header-bar-body p {
    margin: 0;
}

.header-bar .header-bar-body p a {
    color: var(--light_white);
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.1;
}

.header-bar-white {
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
}

.header-bar-white .header-bar-body p a,
.header-bar-white .header-bar-body p,
.header-bar-white .country-select {
    color: var(--dark1);
}

.header-bar-white .country-select {
    background-image: url(../images/img/caret-black.svg);
}


/* Header */

.header-area {
    border-bottom: 1px solid var(--gray);
    /* padding: 26px 0; */
    position: sticky;
    top: 0;
    z-index: 1024;
    background: #ffffff;
}

.header-area.header-2 {
    background: none;
}

.header-area .header-left {
    gap: 68px;
}

.header-area .header-left .header-left-right {
    display: none;
    align-items: center;
    gap: 8px;
}

.header-area .header-left .menu-bar {
    display: none;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 26px;
    border-radius: 10px;
    transition: .3s;
    color: var(--dark1);
    background: rgb(19 81 216 / 10%);
    color: var(--primary_color);
}

.header-area .logo {
    display: block;
}

.header-area .logo img {
    display: block;
    max-width: 166px;
}

.header-area .navbar-wrapper .close-menu-bar {
    display: none;
    position: absolute;
    right: 80px;
    top: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgb(28 28 28 / 10%);
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.header-area .navbar-wrapper .close-menu-bar:hover {
    color: red;
    border-color: red;
}

.header-area .navbar-wrapper>ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-area .navbar-wrapper>ul>li>ul {
    display: none;
}

.header-area .navbar-wrapper ul li.dropdown-menu-item {
    position: relative;
}

.header-area .navbar-wrapper ul li .dropdown-menu-item-icon {
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    background: rgb(19 81 216 / 10%);
    color: var(--primary_color);
}

.header-area .navbar-wrapper ul li a {
    color: var(--dark1);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: .3s;
}

.header-area .navbar-wrapper ul li a:hover {
    color: #1351D8;
}

.header-area .navbar-wrapper>ul>li {
    line-height: 106px;
}

.header-area .navbar-wrapper ul li>.dropdown-menu {
    display: block;
    width: 310px;
    border: 1px solid var(--gray);
    padding: 10px 40px;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
    margin: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.header-area .navbar-wrapper ul li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-area .navbar-wrapper ul li>.dropdown-menu li {
    border-bottom: 1px solid var(--gray);
    line-height: 1.5;
}

.header-area .navbar-wrapper ul li>.dropdown-menu li a {
    font-size: 16px;
    display: block;
    padding: 8px 0 8px 0;
    margin: 7px 0;
}

.header-area .navbar-wrapper ul li>.dropdown-menu li:last-child {
    border: none;
}

.header-area .navbar-wrapper ul li>.dropdown-menu li:first-child a {
    margin-top: 0;
}

.header-area .navbar-wrapper ul li>.dropdown-menu li:last-child a {
    margin-bottom: 0;
}

.header-area .navbar-wrapper ul li.dropdown-menu-item a,
.header-area .navbar-wrapper ul li.mega-menu-item a {
    padding-right: 16px;
}

.header-area .navbar-wrapper ul li.mega-menu-item>a:after,
.header-area .navbar-wrapper ul li.dropdown-menu-item>a:after {
    content: '';
    border-left: 5px solid transparent;
    border-top: 5px solid var(--dark1);
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 10px;
}

.header-area .navbar-wrapper ul li .mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1024;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    overflow-x: hidden;
    transition: .1s;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid var(--gray);
}

.header-area.header-2 .navbar-wrapper ul li .mega-menu {
    width: calc(100% - 240px);
    background: none;
    border-radius: 10px;
    left: 120px;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.03);
    height: auto;
}

.header-area .navbar-wrapper ul>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner {
    background: #ffffff;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .left {
    flex: 1;
    padding: 66px 105px 0 0;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-link-wrap {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 66px 0;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-link-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 24px;
    flex-wrap: wrap;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-link-wrap {
    width: 100%;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card {
    display: flex;
    gap: 24px;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card .img-box {
    border-radius: 10px;
    max-width: 233px;
    width: 100%;
    flex: none;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border-radius: 10px;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card h3 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card h3 a {
    line-height: 1;
    color: var(--dark1);
    font-size: 16px;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
    line-height: 1;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card {
    border-radius: 10px;
    background: rgba(19, 81, 216, 0.03);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 26px;
    line-height: 1;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon {
    width: 70px;
    height: 70px;
    flex: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 81, 216, 0.1);
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon img {
    display: block;
    margin: 0;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content h2,
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content h2 a {
    font-size: 17px;
    line-height: 1;
    color: var(--primary_color);
    margin-bottom: 5px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 17px;
    color: rgb(28 28 28 / 85%);
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-links {
    gap: 130px;
    padding-right: 25px;
}

.header-area .navbar-wrapper .mega-menu-link h3 {
    font-size: 16px;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 32px;
    line-height: 1;
    font-weight: 600;
}

.header-area .navbar-wrapper .mega-menu-link ul li {
    line-height: 1;
}

.header-area .navbar-wrapper .mega-menu-link ul li+li {
    margin-top: 25px;
}

.header-area .navbar-wrapper .mega-menu-link ul li a {
    color: rgb(28 28 28 / 75%);
    padding: 0;
    font-weight: 400;
    display: block;
}

.header-area .navbar-wrapper .mega-menu-link ul li a:hover {
    color: var(--primary_color);
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer {
    padding: 30px 0 30px 0;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(28 28 28 / 75%);
    line-height: 1;
    font-weight: 400;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer p a {
    color: var(--primary_color);
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-meu-footer p a i {
    height: 16px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social {
    gap: 22px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social li {
    line-height: 1;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social li a {
    display: block;
    font-size: 22px;
    color: var(--primary_color);
    padding-right: 0;
}

.header-bar .header-bar-body .right p {
    overflow: hidden;
}

#dataWord {
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}

#dataWord:hover {
    transform: translateY(-106%);
    transform-origin: 0% 0%;
    border-bottom: none;
}

#dataWord::before {
    content: attr(data-word);
    position: absolute;
    top: 108%;
    left: 0;
    border-bottom: 1px solid;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right {
    position: relative;
    z-index: 1;
    padding: 50px 0 50px 50px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right .mega-menu-ads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1500px;
    z-index: -1;
    background: #F6F6F6;
    left: 0;
    top: 0;
}

.header-area.header-2 .navbar-wrapper ul li .mega-menu .mega-menu-inner .right::before {
    background: #ECF1FC;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right img {
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right h2 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 15px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right a {
    display: inline-block;
    color: var(--primary_color);
    border-bottom: 1px solid var(--primary_color);
    line-height: 1;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
}

.header-area .header-contact-info {
    gap: 40px;
}

.header-area .header-contact-info .phone-number {
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 0 40px;
    font-weight: 500;
}

.header-area .header-contact-info .phone-number:before,
.header-area .header-contact-info .phone-number:after {
    content: '';
    width: 2px;
    height: 34px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: var(--gray);
    top: 50%;
    margin-top: -17px;
}

.header-area .header-contact-info .phone-number:after {
    left: auto;
    right: 0;
}

.header-area .header-contact-info .phone-number a {
    display: block;
    color: var(--primary_color);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.header-area .header-contact-info .phone-number a i {
    height: 14px;
}

.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-meu-footer p a:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}

.header-area .header-contact-info .phone-number a:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}

.header-2.is-fixed {
    background: #ffffff;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.03);
}

.header-2 .navbar-wrapper {
    border-radius: 30px;
    background: #1351D80D;
    gap: 40px;
    padding: 0 40px;
}

.header-2 .navbar-wrapper>ul>li {
    line-height: 50px;
}

.header-2 .navbar-wrapper .country-select {
    color: var(--dark1);
    background-image: url(../images/img/caret-black.svg);
}

.header-2 .navbar-wrapper ul li .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}


/* Hero Section */

.hero-empowerment-area {
    background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%);
    padding-top: 124px;
}

.hero-empowerment-area .custom-row {
    gap: 75px;
    padding-bottom: 124px;
    border-bottom: 1px solid var(--gray);
}

.hero-empowerment-area .custom-row * {
    margin: 0;
}

.hero-empowerment-area .custom-row>* {
    flex: 1;
}

.hero-empowerment-area .hero-empowerment-right-content {
    max-width: 716px;
    width: 100%;
    flex: none;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .mobile {
    display: none;
}

.hero-empowerment-area .hero-empowerment-left-content h5 {
    margin-bottom: 16px;
}

.hero-empowerment-area .hero-empowerment-left-content h1 {
    font-size: 88px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -2px;
    margin-bottom: 40px;
    font-family: var(--plusjakarta);
}

.hero-empowerment-area .hero-empowerment-left-content p {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
}

.hero-empowerment-area .hero-empowerment-left-content .btns-group {
    gap: 16px;
}

.hero-empowerment-area .hero-empowerment-left-content .btns-group>* {
    font-weight: 500;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content {
    position: relative;
    margin-bottom: 24px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content img {
    display: block;
    border-radius: 10px;
    width: 100%;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 41px 71px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-body {
    gap: 30px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content {
    gap: 10px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content h1 {
    font-family: var(--font_syne);
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary_color);
    line-height: 1.3;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content p span {
    color: var(--dark1);
    opacity: .85;
    display: block;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content {
    gap: 24px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content>* {
    flex: 1;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .our-expert-team-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 40px 30px 40px 37px;
    max-width: 360px;
    width: 100%;
    flex: none;
}

.our-expert-team-box .our-expert-team-box-inner {
    gap: 10px;
}

.our-expert-team-box .imgs img {
    display: block;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.our-expert-team-box .imgs1 img {
    width: 40px;
}

.our-expert-team-box .imgs img+img {
    margin-left: -12px;
}

.our-expert-team-box .our-expert-team-box-inner p {
    line-height: 1;
    font-weight: 500;
    color: var(--primary_color);
    margin-bottom: 0;
}

.our-expert-team-box .our-expert-team-box-inner p span {
    opacity: 0.85;
    color: var(--dark1);
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box {
    display: flex;
    align-items: flex-start;
    padding: 40px 52px;
    gap: 20px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .left img {
    display: block;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .left span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark2);
    margin-bottom: 12px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .stars {
    gap: 3px;
    margin-bottom: 14px;
    margin-top: -5px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .stars i {
    color: var(--yellow_color);
    font-size: 21px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right p {
    color: var(--primary_color);
    font-weight: 400;
    line-height: 1;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right p span {
    color: var(--dark1);
    opacity: 0.82;
}


/* Hero 2 */

.hero-section-wrap {
    padding-bottom: 110px;
    overflow: hidden;
}

.hero-home2.hero-section-wrap .hero-section-content-wrap {
    padding-top: 310px;
}

.hero-section-wrap .hero-section-content-wrap {
    /* background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%); */
    /*  background-color: var(--primary-color); */
    padding-top: 100px;
    padding-bottom: 1px;
}

.hero-section-wrap .hero-section-content-wrap .bg-shape {
    position: absolute;
    left: 0;
    top: 90px;
    pointer-events: none;
}

.hero-section-wrap .hero-section-content-wrap .bg-shape2 {
    position: absolute;
    right: 0;
    top: 110px;
    pointer-events: none;
    z-index: -1;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 981px;
    width: 100%;
    margin: auto;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content h5 {
    margin-bottom: 30px;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content h1 {
    font-size: 94px;
    line-height: 68px;
    letter-spacing: -2px;
    font-weight: 500;
    margin-bottom: 27px;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content p {
    font-size: 25px;
    line-height: 32px;
    color: #f0ede9f0;
    max-width: 612px;
    margin: 0 auto 45px auto;
}

.hero-section-wrap .hero-contact-form-wrap {
    /* background: linear-gradient(0deg, rgba(19, 81, 216, 0.1), rgba(19, 81, 216, 0.1)),
    linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05)); */
    background: linear-gradient(0deg, rgba(19, 81, 216, 0.01), rgba(19, 81, 216, 0.01)), linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05));
    border: 1px solid rgb(19 81 216 / 10%);
    position: relative;
    border-radius: 10px;
    padding: 95px;
}

.hero-section-wrap .hero-contact-form-wrap:before {
    content: '';
    background: var(--primary_light);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    z-index: -1;
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap {
    background: #ffffff;
    border-radius: 10px;
    padding: 46px 70px;
}

.mac-btns-wrap {
    margin-bottom: 35px;
}

.mac-btns-wrap .mac-buttons {
    gap: 16px;
}

.mac-btns-wrap .mac-buttons span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EC6B5E;
}

.mac-btns-wrap .mac-buttons span:nth-child(2) {
    background: #F4BE4F;
}

.mac-btns-wrap .mac-buttons span:nth-child(3) {
    background: #61C554;
}

.mac-btns-wrap .action-btn {
    gap: 5px;
}

.mac-btns-wrap .action-btn span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gray);
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header {
    border-bottom: 1px solid rgb(28 28 28 / 20%);
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header p {
    margin: 0;
    font-size: 20px;
    color: rgb(28 28 28 / 80%);
    font-weight: 400;
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header p a {
    font-weight: 500;
    color: var(--primary_color);
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header .our-expert-team-box p {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 400;
}

.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header .our-expert-team-box p span {
    color: rgb(28 28 28 / 85%);
}

.hero-contact-form .contact-form {
    gap: 84px;
    width: 100%;
}

.hero-contact-form .contact-form .input-main-row {
    flex: 1;
}

.hero-contact-form .contact-form .input-row .input-group.input-checkbox,
.hero-contact-form .contact-form .input-row .input-group {
    margin-bottom: 35px;
}

.hero-contact-form .contact-form .input-row .input-group p {
    margin-bottom: 0px;
    width: 100%;
}

.hero-contact-form .contact-form .input-row .input-checkbox p label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-contact-form .contact-form .input-row .input-group textarea {
    height: 213px;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company {
    gap: 10px;
    width: 100%;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box {
    position: relative;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box .wpcf7-not-valid-tip {
    display: none;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box label {
    font-size: 12px;
    color: rgb(28 28 28 / 55%);
    margin: 0;
    border: 1px solid rgb(28 28 28 / 20%);
    border-radius: 5px;
    padding: 8px 15px;
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked~.wpcf7-list-item-label,
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box input:checked~label {
    background: var(--primary_color);
    color: #ffffff;
    border-color: var(--primary_color);
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes {
    column-gap: 30px;
    row-gap: 16px;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 133px;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item>p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item>p .wpcf7-form-control-wrap .wpcf7-form-control,
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item>p .wpcf7-form-control-wrap {
    display: block;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item>p {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item label {
    color: rgb(28 28 28 / 80%);
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 300;
}

.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item input {
    width: 22px;
    height: 22px;
    border: 1px solid rgb(28 28 28 / 20%);
    border-radius: 4px;
}


/* Hero 3 */

.hero-service-wrap.hero-section-wrap {
    padding-bottom: 0;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 1014px;
    margin-bottom: 135px;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content h5 {
    font-size: 16px;
    display: none;
    border-radius: 30px;
    background: rgba(71, 149, 234, 0.8);
    padding: 6px 19px;
    text-transform: capitalize;
    font-family: var(--font_dm);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
    color: var(--white-color) !important;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content h1 {
    font-size: 3.3rem;
    max-width: 1100px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-weight: 500;
    text-align:center;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content p {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    font-family: var(--plusjakarta);
   padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hero-service-about {
    background: rgba(22, 39, 63, 0.5);
    border-radius: 20px;
    padding: 70px 50px 120px 50px;
    border: 0px solid #435E7B !important;
    border: solid 1px #435E7B;
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -44px 134px 46px rgb(0,0,0);
}


.hero-service-about .section-header {
    margin-bottom: 55px;
}

.hero-service-about .section-header .section-title {
    margin-bottom: 10px;
    font-size: 35px;
    font-family: var(--plusjakarta) !important;
    font-weight: bold;
}

.hero-service-about .section-header p {
    max-width: 100%;
    margin-bottom: 0;
}

.hero-service-about img {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 55px;
    margin: 0 auto;
}

.hero-service-about .hero-service-about-body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    color: var(--white-color);
    margin-bottom: 0;
    border-bottom: 1px solid #435E7B !important;
    margin-top: 40px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    font-family: var(--plusjakarta) !important;
}

.hero-service-about .hero-service-about-body {
    padding: 0 69px;
}

.hero-service-about .hero-service-about-body ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.hero-service-about .hero-service-about-body ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #ff9f43;
    font-family: var(--plusjakarta) !important;
}

.hero-service-about .hero-service-about-body ul li i {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: var(--primary_color);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
}

.company-service-area {
    padding: 22px 0 0px 0;
    margin: 0px;
}

.feature-page .company-service-area {
    padding-top: 0px;
}

.hero-company-wrap .hero-section-content-wrap {
    padding-bottom: 40px;
}

.hero-company-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 95px;
}

.hero-company-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}

.hero-company-box {
    padding: 70px 88px 70px 88px;
}

.hero-company-box h1 {
    font-size: 56px;
    margin-bottom: 24px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary_color);
}

.hero-company-box h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: var(--dark1);
    margin-bottom: 15px;
    font-family: var(--plusjakarta);
}

.hero-company-box p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 0;
}


/* About hero */

.hero-about-wrap .hero-section-content-wrap {
    padding-bottom: 40px;
}


/* Blog Hero */

.hero-blog-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}

.hero-blog-wrap .hero-section-content-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}


/* Partner Hero */

.hero-partner-wrap .hero-section-content-wrap {
    padding-bottom: 0;
}

.hero-partner-wrap .hero-section-content-wrap .hero-portfolio-body {
    padding-bottom: 35px;
}

.hero-partner-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}

.partner-service-area {
    padding-top: 80px;
}

.partner-service-area .partner-service-inner {
    padding-top: 180px;
    border-top: 1px solid #D9D9D9;
}


/* Career Hero */

.hero-career-wrap .hero-section-content-wrap {
    background: var(--dark1);
    padding: 118px 0;
    position: relative;
}

.hero-career-wrap .hero-section-content-wrap .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .section-subtitle {
    background: #ffffff;
    color: var(--primary_color);
    padding: 12px 30px;
    border-radius: 30px;
    line-height: 1;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .section-title {
    color: #ffffff;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content p {
    color: rgb(255 255 255 / 90%);
    margin-bottom: 50px;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn {
    border-radius: 10px;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn:hover {
    color: var(--dark1);
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::before,
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::after {
    background: #ffffff;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::before {
    border-radius: 10px 0 0 10px;
}

.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::after {
    border-radius: 0 10px 10px 0;
}

.career-service-area {
    padding-top: 120px;
}


/* Hero Overview */

.hero-overview-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
    max-width: 1200px;
    /*    max-width: 893px;*/
    margin-top: 63px;
}

.overview-page .company-service-area {
    padding-top: 30px;
    padding-bottom: 220px;
}

.solution-page .company-service-area {
    padding-top: 0px;
    padding-bottom: 220px;
}


/* Hero Our Field */

.hero-our-field-wrap .hero-portfolio-body .hero-section-content {
    max-width: 1074px;
}


/* How We Do Hero */

.hero-how-we-do-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}

.hero-how-we-do-single-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 863px;
}


/* Event Details Hero */

.hero-event-details-wrap .hero-section-content-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}

.hero-event-details-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 949px;
}

.hero-event-details-wrap .hero-section-content-wrap .hero-section-content p {
    max-width: 781px;
}


/* Career */

.career-area {
    padding: 220px 0 180px 0;
}

.career-body {
    background: #F3F6FD;
    padding: 140px 80px 180px 80px;
    border-radius: 10px;
    align-items: flex-start;
    position: relative;
}

.career-body .career-left {
    max-width: 472px;
    width: 100%;
    padding-right: 150px;
    border-right: 1px solid rgb(16 24 40 / 20%);
    padding-bottom: 200px;
    position: sticky;
    top: 140px;
}

.career-body .career-left .section-subtitle {
    margin-bottom: 25px;
}

.career-body .career-left .section-title {
    margin-bottom: 0;
}

.career-body .career-lists {
    flex: 1;
    padding-left: 150px;
}

.career-body .career-lists .career-box {
    margin-bottom: 50px;
}

.career-body .career-lists .career-box:last-child {
    margin-bottom: 0;
}

.career-box {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
}

.career-box .location {
    position: absolute;
    top: 34px;
    right: 30px;
    border-radius: 10px;
    color: var(--primary_color);
    background: rgb(19 81 216 / 10%);
    padding: 9px 20px;
    line-height: 1;
}

.career-box h2 {
    color: var(--dark1);
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 11px;
}

.career-box h2 span {
    color: var(--primary_color);
}

.career-box p {
    color: rgb(28 28 28 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 55px;
}

.career-box .career-time {
    display: flex;
    align-items: center;
    gap: 30px;
}

.career-box .career-time span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.career-box .career-time span i {
    color: var(--primary_color);
    font-size: 24px;
}


/* Event Hero */

.hero-event-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 1107px;
}


/* Client Section */

.client-area {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.client-area .clients {
    gap: 30px;
    padding-right: 20px;
    margin-right: 20px;
}

.client-area .clients .client-logo {
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.client-area .clients .client-logo img {
    display: block;
}

.client-area-2 {
    padding-top: 0;
    padding-bottom: 220px;
}

.client-area-2 .clients {
    overflow: hidden;
    gap: 0;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    padding: 54px 0;
    border-radius: 10px;
}

.client-area-2 .clients .client-logo {
    height: auto;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    min-width: 210px;
    padding: 0;
}

.client-area-2 .clients .client-logo::before {
    content: '';
    width: 2px;
    height: 34px;
    background: var(--gray);
    border-radius: 10px;
    position: absolute;
    right: 0;
}

.client-area-2 p {
    text-align: center;
    font-size: 25px;
    color: rgb(28 28 28 / 80%);
    border-top: 1px solid var(--gray);
    padding-top: 115px;
    margin-bottom: 60px;
}


/* How We Do */

.how-we-do-area {
    padding-top: 60px;
}

.how-we-do-area .custom-row .how-we-do-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.how-we-do-area .custom-container>.custom-row {
    background: rgba(22, 39, 63, 0.5);
    border-radius: 20px;
    padding: 50px;
    position: relative;
    z-index: 1;
    border: solid 0px #435E7B;
    box-shadow: 0 0 0px #336871;
    backdrop-filter: blur(13px);
    box-shadow:inset 0px -61px 228px 4px rgb(0,0,0);
}


.how-we-do-area .how-we-do-left-content {
    flex: none;
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.how-we-do-area .how-we-do-left-content .top .section-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 13px;
    font-size: 35px;
}

.how-we-do-area .how-we-do-left-content .top .section-subtitle {
    margin-bottom: 10px;
    color: var(--primary_color2);
}

.how-we-do-area .how-we-do-left-content .top p {
    color: #ffffff;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    font-family: var(--plusjakarta) !important;
}

.how-we-do-area .how-we-do-right-content {
    flex: 1;
    padding: 20px 0;
}

.how-we-do-area .how-we-do-left-content .theme-btn::before,
.how-we-do-area .how-we-do-left-content .theme-btn::after {
    background: #ffffff;
}

.how-we-do-area .how-we-do-left-content .theme-btn:hover {
    color: var(--dark1);
}

.how-we-do-area .how-we-do-left-content .theme-btn:hover svg path {
    fill: var(--dark1);
}

.how-we-do-area .how-we-do-right-content .how-we-do-items {
    gap: 60px;
}

.how-we-do-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 11px 8px 11px 11px;
    gap: 12px;
    position: relative;
    min-width: 210px;
}

.how-we-do-card .how-we-do-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: var(--primary_light2);
}

.how-we-do-card .how-we-do-content {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.how-we-do-card .how-we-do-content h4 {
    color: var(--primary_color);
    font-size: 11px;
    margin-bottom: 3px;
    font-family: var(--plusjakarta) !important;
}

.how-we-do-card .how-we-do-content p {
    margin: 0;
    color: rgb(28 28 28 / 85%);
    font-family: var(--plusjakarta) !important;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items+.how-we-do-items {
    margin-top: 80px;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape {
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    margin-top: -10px;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape:before {
    content: '';
    border-radius: 50%;
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:first-child .circle-shape {
    display: none;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape {
    position: absolute;
    background-image: url(../images/img/linenew.png);
    background-repeat: no-repeat;
    height: 1px;
    width: 268px;
    background-size: cover;
    z-index: -1;
    right: -100px;
    top: 50%;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card+.how-we-do-card .line-shape {
    right: auto;
    left: -100px;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:last-child .line-shape {
    height: 181px;
    /* border-right: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    border-radius: 0 30px 30px 0; */
    background-image: url(../images/img/linenew2.png);
    background-repeat: round;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    background-image: url(../images/img/dashed-line.svg);
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    right: auto;
    left: -84px;
    background-image: url(../images/img/linenew3.png);
    background-repeat: round;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    height: 181px;
    /* border-bottom: 1px dashed #ffffff;
    border-left: 1px dashed #ffffff;
    border-radius: 30px 0 0 30px; */
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card .circle-shape {
    left: auto;
    right: -10px;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items:last-child .how-we-do-card .line-shape {
    display: none;
}


/* Services */

.service-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.overview-page .service-area {
    padding-top: 0;
}

.service-area .service-section-header {
    margin-bottom: 95px;
}

.section-header .section-subtitle {
    margin-bottom: 10px;
    color: var(--primary_color2) !important;
}

.section-header .section-title {
    letter-spacing: -1px;
    margin: 0;
}

.section-header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    max-width: 655px;
    color: var(--test-30);
    font-family: var(--plusjakarta) !important;
}

.services-list {
    gap: 30px;
}

.services-list .service-card {
    flex: 1;
}

.service-card {
    padding: 35px 20px 30px 26px;
    position: relative;
}

.service-card img {
    display: block;
    height: 35px;
    margin-bottom: 30px;
}

.service-card h3 {
    font-family: var(--plusjakarta) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 18px;
    transform: scaleY(90%)
}

.service-card h3 a {
    color: var(--white-color);
}

.service-card p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white-color);
}

.service-card .service-badge {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    background: var(--primary_color);
    color: #ffffff;
    padding: 10px 19px;
}

.service2-area {
    background: var(--dark1);
    padding: 138px 0 140px 0;
    position: relative;
}

.service2-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.service2-area .service2-header {
    margin-bottom: 70px;
}

.service2-area .service2-header .left {
    max-width: 619px;
}

.service2-area .service2-header .theme-btn:hover {
    color: var(--dark1);
}

.service2-area .service2-header .theme-btn:hover svg path {
    fill: var(--dark1);
}

.service2-area .service2-header .theme-btn::before,
.service2-area .service2-header .theme-btn::after {
    background: #ffffff;
}

.service2-area .service2-header .section-subtitle {
    color: var(--primary_color2);
    margin-bottom: 18px;
}

.service2-area .service2-header p {
    font-size: 20px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    margin-bottom: 0;
}

.service2-area .service2-header .section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.service2-items {
    gap: 24px;
    margin-bottom: 24px;
}

.service2-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 30px 40px 30px;
    position: relative;
}

.service2-card img {
    display: block;
    width: 100%;
    margin-bottom: 28px;
}

.service3-card h2,
.service2-card h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--plusjakarta);
}

.service3-card p,
.service2-card p {
    line-height: 24px;
    font-size: 16px;
    color: rgb(28 28 28 / 70%);
    font-weight: 400;
    margin-bottom: 0;
}

.service3-card .theme-btn,
.service2-card .theme-btn {
    width: 53px;
    height: 53px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    justify-content: center;
    align-items: center;
}

.service3-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    gap: 30px;
    position: relative;
}

.service3-card img {
    max-width: 302px;
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.service3-card .service3-body .service3-content h3 {
    margin-top: 5px;
    font-family: var(--plusjakarta);
    font-size: 24px;
}

.service3-card .service3-body .service3-content p {
    margin-bottom: 30px;
}

.service3-card .service3-body .service3-content ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    gap: 18px;
    color: rgb(28 28 28 / 80%);
}

.service3-card .service3-body .service3-content ul li+li {
    margin-top: 25px;
}

.service3-card .service3-body .service3-content ul li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 12px;
}

.service-page .service-area {
    padding-top: 110px;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


/* Service 4 */

.service4-area {
    background: var(--dark1);
}

.service4-area .section-header h5 {
    color: #558BFF;
}

.service4-area .section-header h1 {
    color: #ffffff;
}

.service4-area .section-header p {
    color: rgb(255 255 255 / 80%);
}


/* Service Black */

.service-black-area {
    background: var(--dark1);
}

.service-black-area .service-section-header .section-subtitle {
    color: #558BFF;
}

.service-black-area .service-section-header .section-title {
    color: #ffffff;
}

.service-black-area .service-section-header p {
    color: rgb(255 255 255 / 80%);
}

.solution-page .service-area {
    padding-top: 0;
}


/* Case Studio */

.case-studio-area {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1170px;
    margin: 0 auto;
}

.case-studio-area .custom-container {
    max-width: 1340px;
    background: rgba(22, 39, 63, 0.5);
    border-radius: 20px;
    padding: 90px;
    border: 0px solid #435E7B !important;
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
        max-width: max-content !important;
}


.case-studio-area .case-studio-header {
    margin-bottom: 60px;
}

.case-studio-area .case-studio-header .section-subtitle {
    margin-bottom: 10px;
}

.case-studio-area .case-studio .case-studio-tabs {
    background: var(--primary-color);
    border: none;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 40px;
    justify-content: space-between;
    border: 1px solid #435E7B !important;
    
}

.case-studio-area .case-studio .case-studio-tabs .nav-item {
    margin: 0;
}

.case-studio-area .case-studio .case-studio-tabs .nav-item button {
    border: none;
    font-family: var(--plusjakarta);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    border-radius: 10px;
    transition: .5s;
    /*padding: 15px 40px; */
    display: block;
    background: var(--primary-color);
}

.case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    background: #4795EA;
    color: #ffffff;
    transition: .0s;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body {
    gap: 24px;
    gap: 24px;
    /*height: 500px; */
    /*display: flex;
   justify-content: space-between;
   align-items: flex-start;*/
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .left {
    /* background: #ffffff;
    background: var(--primary-color);
    border: 1px solid #435E7B !important;
    padding: 24px;*/
    
    border-radius: 10px;
    gap: 24px;
    width: 748px;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card .case-studio-cat {
    display: inline-block;
    border-radius: 10px;
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    background: var(--primary_light2);
    padding: 8px 21px;
    position: absolute;
    left: 24px;
    top: 24px;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right {
    width: 390px;
    flex: none;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents {
    background: var(--primary-color);
    padding: 34px 24px;
    border-radius: 10px;
    /* border: 1px solid #435E7B !important; */
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents .theme-btn {
    width: 40px;
    height: 40px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    display: block;
    margin-left: auto;
}

.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left>* {
    flex: 1;
}

.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left .case-studio-img-card:first-child .case-studio-cat {
    background: #ffffff;
}

.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left .case-studio-img-card:last-child {
    width: 322px;
    flex: none;
}

.black-case-studio-area,
.overview-page .case-studio-area {
    background: var(--dark1);
    position: relative;
}

.black-case-studio-area .bg-shape,
.overview-page .case-studio-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.black-case-studio-area .section-subtitle {
    color: #558BFF;
}

.black-case-studio-area .section-title,
.overview-page .case-studio-area .section-title {
    color: #ffffff;
}

.black-case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right,
.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right {
    max-width: 538px;
    width: 100%;
}

.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.black-case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p,
.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.black-case-studio-area .case-studio .case-studio-tabs .nav-item button.active,
.overview-page .case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    background: var(--primary_color);
}

.feature-page .service-area {
    padding: 60px 0 220px 0;
}


/* Case Studies Details */

.case-studie-details-page .hero-section-wrap .hero-section-content-wrap {
    padding-bottom: 135px;
}

.case-studie-details-page .new-release-hero-img-area {
    padding-top: 0;
}


/* New Release */

.new-release-hero-img-area {
    padding: 31px 50px 70px 50px;
}

.service-details-page .new-release-hero-img-area {
    padding-top: 0;
}

.new-release-img-box img {
    border-radius: 10px;
    display: block;
    width: 100%;
}

.new-release-area {
    padding: 180px 0 0 0;
}

.new-release-area .section-header {
    margin-bottom: 95px;
}

.new-release-area .section-header p {
    margin-bottom: 0;
}

.new-release-items {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}

.new-release-items .sticky-news+.sticky-news {
    background: linear-gradient(180deg, #E7EEFF 0%, #F3F6FD 100%);
    margin-top: 24px;
}

.new-release-items .sticky-news+.sticky-news h1 a,
.new-release-items .sticky-news+.sticky-news h1 {
    color: var(--dark1);
}

.new-release-items .sticky-news+.sticky-news h1 a:hover {
    color: var(--primary_color);
}

.new-release-items .sticky-news+.sticky-news ul li,
.new-release-items .sticky-news+.sticky-news p {
    color: rgb(28 28 28 / 80%);
}

.new-release-items .sticky-news+.sticky-news p {
    border-bottom-color: rgb(28 28 28 / 10%);
}

.new-release-items .sticky-news+.sticky-news ul li i {
    background: var(--primary_color);
    color: #ffffff;
}


/* Pricing Table */

.pricing-table-area {
    padding: 220px 0;
}

.pricing-table-area .section-header p {
    margin-bottom: 0;
    max-width: 487px;
}

.pricing-table-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.pricing-table-box {
    border-radius: 10px;
    background: #F3F6FD;
    padding: 75px 46px 80px 46px;
}

.pricing-table-box h1 {
    text-align: center;
    color: var(--dark1);
    line-height: 1;
    font-size: 60px;
    margin-bottom: 35px;
    font-weight: 600;
}

.pricing-table-box h1 sup {
    color: var(--primary_color);
    font-size: 90%;
    top: -5px;
}

.pricing-table-box h5 {
    color: var(--dark1);
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-table-box p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 70%);
}

.pricing-table-box ul {
    max-width: 220px;
    width: 100%;
    margin: auto auto 80px auto;
}

.pricing-table-box ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    position: relative;
    padding-left: 41px;
}

.pricing-table-box ul li+li {
    margin-top: 24px;
}

.pricing-table-box ul li i {
    background: var(--primary_color);
    border-radius: 50%;
    font-size: 14px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}

.pricing-table-box .theme-btn {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
}

.pricing-table-box .theme-btn::before {
    border-radius: 5px 0 0 5px;
}

.pricing-table-box .theme-btn::after {
    border-radius: 0 5px 5px 0;
}


/* About */

.about-area {
    padding-top: 220px;
    padding-bottom: 110px;
}

.about-area .custom-row {
    width: 100%;
}

.about-area .left-content {
    max-width: 385px;
    width: 100%;
    flex: none;
}

.about-area .left-content .section-subtitle {
    margin-bottom: 22px;
}

.about-area .left-content .section-title {
    margin-bottom: 25px;
}

.about-area .left-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 60px;
}

.about-area .left-content ul li {
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    gap: 18px;
}

.about-area .left-content ul li+li {
    margin-top: 30px;
}

.about-area .left-content ul li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 14px;
}

.about-area .right-content {
    max-width: 897px;
    width: 100%;
}

.about-timeline .about-timeline-item {
    width: 362px;
    background: var(--primary_light);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    transition: .3s;
}

.about-timeline .about-timeline-item:before {
    content: '';
    height: calc(100% + 68px);
    /* border-left: 1px dashed var(--primary_color); */
    background: url(../images/img/line-shape-4.png) no-repeat;
    background-size: cover;
    width: 1px;
    position: absolute;
    left: -87px;
    top: 70px;
}

.about-timeline .about-timeline-item:last-child::before {
    display: none;
}

.about-timeline .about-timeline-item .line-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}

.about-timeline .about-timeline-item+.about-timeline-item {
    margin-top: 68px;
}

.about-timeline .about-timeline-item:nth-child(odd) {
    margin-left: auto;
}

.about-timeline .about-timeline-item:nth-child(even)::before {
    left: auto;
    right: -87px;
}

.about-timeline .about-timeline-item h3 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.about-timeline .about-timeline-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 0;
}

.about-timeline .about-timeline-item:hover {
    background: var(--dark1);
    transition: all 1.3s;
}

.about-timeline .about-timeline-item:hover h3 {
    color: #ffffff;
}

.about-timeline .about-timeline-item:hover p {
    color: rgb(255 255 255 / 70%);
}

.about-timeline .about-timeline-item:hover .line-shape {
    opacity: 1;
}

.about-timeline .about-timeline-item .number {
    position: absolute;
    background: var(--primary_light);
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary_color);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    left: -113px;
    top: 60px;
}

.about-timeline .about-timeline-item:nth-child(even) .number {
    left: auto;
    right: -113px;
}

.how-we-do-style-2 {
    padding-top: 10px;
    padding-bottom: 120px;
}

.how-we-do-style-2 .about-timeline-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}

.how-we-do-style-2 .about-timeline {
    max-width: 1261px;
    margin: auto;
    position: relative;
}

.how-we-do-style-2 .about-timeline .about-timeline-item {
    max-width: 544px;
    width: 100%;
}

.how-we-do-style-2 .about-timeline .about-timeline-item .about-timeline-item-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.how-we-do-style-2 .about-timeline .about-timeline-item .about-timeline-item-inner h3 a {
    color: var(--dark1);
}

.how-we-do-style-2 .about-timeline .about-timeline-item:hover .about-timeline-item-inner h3 a {
    color: #ffffff;
}

.how-we-do-style-2 .about-timeline .about-timeline-item .about-timeline-item-inner .icon-box {
    width: 90px;
    height: 90px;
    flex: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(19 81 216 / 10%);
    transition: .3s;
}

.how-we-do-style-2 .about-timeline .about-timeline-item:hover .about-timeline-item-inner .icon-box {
    background: #ffffff;
}


/* About2 */

.about2-area {
    padding: 60px 0;
}

.about2-area .about2-inner-box {
    background: rgba(22, 39, 63, 0.5);
    border-radius: 20px;
    padding: 90px;
    border: solid 0px #435E7B;
    backdrop-filter: blur(13px);
    box-shadow:inset 0px -61px 228px 4px rgb(0,0,0);
}

.about2-area .about2-inner-box .section-title {
    margin-bottom: 45px;
}

.about2-area .about2-inner-box .section-subtitle {
    margin-bottom: 25px;
}

.about2-tabs {
    gap: 24px;
    border: none;
    margin-bottom: 80px;
}

.about2-tabs .nav-item button {
    border: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: rgb(28 28 28 / 80%);
    background: #ffffff;
    gap: 15px;
    padding: 8px 30px 8px 8px;
    transition: .5s;
}

.about2-tabs .nav-item button .icon {
    display: inline-flex;
    background: rgb(19 81 216 / 10%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.about2-tabs .nav-item button .icon img {
    width: 15px;
    display: block;
}

.about2-tabs .nav-item button.active {
    background: var(--primary_color);
    color: #ffffff;
    transition: .0s;
}

.about2-tabs .nav-item button.active .icon {
    background: #ffffff;
}

.about2-tab-content .about2-tab-content-body .img-box {
    background: var(--primary-color);
    border-radius: 10px;
    padding: 24px;
    max-width: 658px;
    width: 100%;
    flex: none;
    max-width: max-content;
    /* border: 1px solid #435E7B !important; */
}

.about2-tab-content .about2-tab-content-body .img-box img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    height: 400px;
    width: 420px;
}

.about2-tab-content .about2-tab-content-body .content-box {
    background: var(--primary-color);
    padding: 34px 24px;
    border-radius: 10px;
    /* border: 1px solid #435E7B !important; */
}

.about2-tab-content .about2-tab-content-body .content-box .mac-btns-wrap {
    padding: 0 6px;
}

.about2-tab-content .about2-tab-content-body .content-box h1 {
    font-family: var(--plusjakarta);
    font-size: 20px;
    line-height: 1.1;
    background: var(--first-color);
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 24px;
}

.about2-tab-content .about2-tab-content-body .content-box h1 .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.about2-tab-content .about2-tab-content-body .content-box h1 .icon img {
    width: 15px;
    display: block;
}

.about2-tab-content .about2-tab-content-body .content-box h1 .icon.black img {
    width: 12px;
    display: block;
}

.about2-tab-content .about2-tab-content-body .content-box .content {
    background: var(--first-color);
    border-radius: 10px;
    padding: 30px 35px 35px 35px;
    margin-bottom: 30px;
}

.about2-tab-content .about2-tab-content-body .content-box .content p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 12px;
    color: var(--light_white);
    font-weight: 300;
    font-family: var(--plusjakarta) !important;
}

.about2-tab-content .about2-tab-content-body .content-box .content p+p {
    margin-top: 20px;
}

.about2-tab-content .about2-tab-content-body .content-box .theme-btn {
    display: block;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 56px;
    margin-left: auto;
    border-radius: 50%;
    right: 10px;
}


/* About 3 */

.about-service3-area {
    background: var(--dark1);
    padding: 120px 0;
}

.about-service3-area .custom-row {
    gap: 153px;
}

.about-service3-area .img-box {
    flex: none;
    max-width: 748px;
    width: 100%;
    border-radius: 20px;
}

.about-service3-area .img-box img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-service3-area h1 {
    color: #ffffff;
    font-family: var(--plusjakarta);
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.about-service3-area p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.about-service3-area p+p {
    margin-top: 25px;
}

.about-service3-area ul {
    display: flex;
    margin-top: 50px;
    gap: 60px;
}

.about-service3-area ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    color: rgb(255 255 255 / 80%);
    line-height: 1;
}

.about-service3-area ul li i {
    height: 19px;
    width: 19px;
    line-height: 19px;
    font-size: 14px;
    color: var(--dark1);
    text-align: center;
    background: #558BFF;
    border-radius: 50%;
}

.about-service3-style-2 {
    position: relative;
}

.about-service3-style-2 .bg-shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
}

.about-service3-style-2 .content-box .section-subtitle {
    color: #558BFF;
    margin-bottom: 25px;
}

.about-service3-style-2 .content-box .section-title {
    margin-bottom: 35px;
}

.about-service3-style-2 .content-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 544px;
}

.about-service3-style-2 .content-box ul {
    flex-direction: column;
    gap: 34px;
}


/* About Service 4 */

.about-service4-area {
    background: none;
    padding-bottom: 0;
}

.how-we-do-page .about-service4-area {
    padding-top: 0;
    padding-bottom: 180px;
}

.about-service4-inner {
    border-radius: 10px;
    background: #F3F6FD;
    padding: 50px;
    gap: 94px;
}

.about-service4-inner .content-box h1 {
    color: var(--dark1);
}

.about-service5-area .content-box ul li,
.about-service5-area .content-box p,
.about-service4-inner ul li,
.about-service4-inner .content-box p {
    color: rgb(28 28 28 / 80%);
}

.about-service4-inner ul li i {
    color: #ffffff;
    background: var(--primary_color);
    flex: none;
}


/* About Service 5 */

.about-service5-area {
    background: #F3F6FD;
}

.about-service5-area .content-box h1 {
    color: var(--dark1);
}

.about-service5-area .content-box ul li i {
    color: #ffffff;
    background: var(--primary_color);
}


/* About Service 6 */

.about-service6-area .custom-row {
    gap: 128px;
    justify-content: space-between;
}

.about-service6-area .section-header {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 55px;
    padding-bottom: 55px;
}

.about-service6-area .section-header .section-subtitle {
    color: #558BFF;
}

.about-service6-area .section-header .section-title {
    margin-bottom: 30px;
}

.about-service6-area .section-header p {
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
    max-width: 100%;
}

.about-service6-area .img-box {
    max-width: 748px;
    width: 100%;
    flex: none;
}

.about-service3-area .content-box p+p {
    margin-top: 35px;
}

.about-service6-area .content-box ul {
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 65px;
}

.about-service6-area .content-box ul li {
    flex: 1;
    white-space: nowrap;
}


/* About Service7 */

.about-service7-area {
    padding: 180px 0 180px 0;
}

.about-service7-area .about-service7-body .about-service7-img-box {
    gap: 24px;
}

.about-service7-area .about-service7-body .about-service7-img-box img {
    display: block;
    border-radius: 10px;
    flex: 1;
    object-fit: cover;
}

.about-service7-area .about-service7-body {
    background: #F3F6FD;
    border-radius: 10px;
    padding: 120px 80px;
    gap: 147px;
}

.about-service7-area .about-service7-body .about-service7-content {
    max-width: 465px;
    width: 100%;
    flex: none;
}

.about-service7-area .about-service7-body .about-service7-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 40px;
}

.about-service7-area .about-service7-body .about-service7-content p:last-child {
    margin-bottom: 0;
}

.about-service7-area .about-service7-body .about-service7-content .section-header {
    margin-bottom: 70px;
}

.about-service7-area .about-service7-body .about-service7-content .section-header .section-title {
    margin-bottom: 35px;
}

.about-service7-area .about-service7-body .about-service7-content .section-header p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 0;
}

.about-service7-style-2 {
    background: var(--dark1);
    padding: 150px 0;
}

.about-service7-style-2 .about-service7-body {
    padding: 0;
    background: none;
}

.about-service7-style-2 .about-service7-body .about-service7-content {
    max-width: 599px;
}

.about-service7-style-2 .about-service7-img-box {
    flex-direction: column;
}

.about-service7-style-2 .about-service7-body .about-service7-content .section-subtitle {
    color: #558BFF;
}

.about-service7-style-2 .about-service7-body .about-service7-content .section-title {
    color: #ffffff;
}

.about-service7-style-2 .about-service7-body .about-service7-content p {
    color: rgb(255 255 255 / 80%);
}

.about-service7-style-2 .about-service7-body .about-service7-content .section-header p {
    color: rgb(255 255 255 / 90%);
    line-height: 38px;
}


/* Partner */

.partner-area {
    background: var(--dark1);
    padding: 156px 0;
}

.partner-area .custom-row {
    gap: 147px;
}

.partner-area .partner-left-content {
    max-width: 368px;
    width: 100%;
    flex: none;
}

.partner-area .partner-left-content .section-subtitle {
    color: #558BFF;
    margin-bottom: 25px;
}

.partner-area .partner-left-content .section-title {
    color: #ffffff;
    margin-bottom: 40px;
}

.partner-area .partner-left-content p {
    font-size: 20px;
    line-height: 28px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.partner-area .right {
    flex: 1;
}

.partners-list-wrap {
    border-radius: 10px;
    padding: 55px 30px;
    background: #ffffff;
    text-align: center;
}

.partners-list-wrap .partners-list-inner {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.partners-list-wrap .partners-list-inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.partners-list-wrap .partners-list-inner .partner-box img {
    display: block;
    margin: auto;
}


/* Testimonial */

.testimonial-area {
    padding-top: 110px;
    padding-bottom: 220px;
}

.service-details-page .testimonial-area {
    padding-top: 0;
    padding-bottom: 0;
}

.testimonial-area .custom-container {
    overflow: hidden;
}

.testimonial-area .swiper {
    max-width: 1262px;
}

.testimonial-area .testimonial-slider-wrap {
    position: relative;
}

.testimonial-item {
    background: var(--dark1);
    border-radius: 10px;
    position: relative;
    padding: 90px 173px;
}

.testimonial-item .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.testimonial-item .platform-name {
    background: var(--primary_color);
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 22px 12px 22px;
    line-height: 1;
    border-radius: 10px;
    margin-bottom: 30px;
}

.testimonial-item h1 {
    color: #ffffff;
    font-family: var(--plusjakarta);
    font-size: 44px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.testimonial-item p {
    font-size: 24px;
    line-height: 40px;
    color: rgb(255 255 255 / 75%);
    font-weight: 300;
    margin-bottom: 0;
}

.testimonial-item .author-box {
    gap: 24px;
    margin-top: 40px;
}

.testimonial-item .author-box img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-item .author-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}

.testimonial-item .author-box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.testimonial-slider-wrap .swiper-button-prev::after,
.testimonial-slider-wrap .swiper-button-next::after {
    display: none;
}

.testimonial-slider-wrap .swiper-button-prev,
.testimonial-slider-wrap .swiper-button-next {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgb(19 81 216 / 5%);
    color: var(--primary_color);
    font-size: 25px;
    transition: .3s;
}

.testimonial-slider-wrap .swiper-button-prev:hover,
.testimonial-slider-wrap .swiper-button-next:hover {
    background: var(--primary_color);
    color: #ffffff;
}


/* Testimonial 2 */

.testimonial2-area {
    padding: 135px 0 160px 0;
    overflow: hidden;
    background: #F3F6FD;
}

.testimonial2-area .section-header {
    margin-bottom: 70px;
}

.testimonial2-area .section-header .section-title {
    margin-bottom: 30px;
}

.testimonial2-area .section-header p {
    margin: auto;
}

.testimonial2-card {
    padding: 56px 118px 66px 118px;
    min-width: 879px;
    width: 100%;
}

.testimonial2-card .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.testimonial2-card h1 {
    font-size: 34px;
    line-height: 1.1;
}

.testimonial2-card p {
    font-size: 20px;
    font-weight: 400;
}

.testimonial2-card>img:not(.bg-shape) {
    display: block;
    margin-bottom: 35px;
}

.testimonial2-lists {
    animation: testimonial_anim2 20s infinite ease-out;
    justify-content: flex-end;
}

.testimonial2-lists-two {
    margin-top: 24px;
    animation: testimonial_anim 20s infinite ease-out;
    justify-content: flex-start;
}

.testimonial2-lists-two:hover,
.testimonial2-lists:hover {
    animation-play-state: paused;
}

@keyframes testimonial_anim2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes testimonial_anim {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

#world-map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


/* Our Team */

.our-team-area {
    padding: 135px 0 180px 0;
    position: relative;
    overflow: inherit;
}

.our-team-area .section-header {
    margin-bottom: 70px;
    position: sticky;
    top: 135px;
}

.our-teams-list {
    position: relative;
}

.our-team-box {
    gap: 24px;
    position: sticky;
    top: 355px;
    margin-bottom: 24px;
}

.our-team-box .img-box {
    max-width: 619px;
    width: 100%;
    flex: none;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}

.our-team-box .img-box img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team-box .our-team-body {
    background: #ffffff;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 34px 30px 50px 30px;
}

.our-team-box .our-team-body .our-team-body-inner {
    padding: 0 34px;
}

.our-team-box .our-team-body .our-team-personal-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.our-team-box .our-team-body .our-team-personal-details h3 {
    background: var(--primary_light);
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: var(--dark1);
    margin-bottom: 0;
    gap: 16px;
    border-radius: 10px;
    padding: 12px;
    font-family: var(--plusjakarta);
}

.our-team-box .our-team-body .our-team-personal-details h3 .icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: none;
    background: #ffffff;
    color: var(--primary_color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.our-team-box .our-team-body .our-team-bio {
    background: var(--primary_light);
    border-radius: 10px;
    padding: 30px 35px 60px 35px;
    margin-bottom: 40px;
}

.our-team-box .our-team-body .our-team-bio p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
}

.our-team-box .our-team-body .theme-btn {
    display: block;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 56px;
    margin-left: auto;
    padding: 0;
    right: 10px;
}

.our-team-box.our-team-box2 {
    z-index: 3;
    top: 379px;
}

.our-team-box.our-team-box3 {
    z-index: 5;
    top: 404px;
}


/* Our team 2 */

.our-team-2-area {
    padding: 220px 0;
}

.our-team-2-header {
    border-radius: 10px;
    background: #F3F6FD;
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.our-team-2-header .bg-shape {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    pointer-events: none;
}

.our-team-2-header .section-title {
    margin-bottom: 20px;
}

.our-team-2-header p {
    font-size: 20px;
    line-height: 28px;
}

.our-team-2-header .theme-btn {
    border-radius: 10px;
}

.our-team-2-header .theme-btn:after {
    border-radius: 0 10px 10px 0;
}

.our-team-2-header .theme-btn:before {
    border-radius: 10px 0 0 10px;
}

.our-team-2-lists>* {
    width: 100%;
}

.our-team-2-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.our-team-2-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F3F6FD;
    border-radius: 10px;
    padding: 40px 0 50px 0;
}

.our-team-2-card .img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto auto 30px auto;
}

.our-team-2-card .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.our-team-2-card h2 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}

.our-team-2-card .designation {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    display: block;
    color: var(--primary_color);
    margin-bottom: 40px;
}

.our-team-2-card .social-links {
    background: #ffffff;
    border-radius: 10px;
    gap: 24px;
    padding: 13px 28px;
}

.our-team-2-card .social-links li a {
    font-size: 22px;
    display: block;
    color: var(--primary_color);
    line-height: 1;
}

.our-team-2-card .social-links li a i {
    display: block;
    width: 22px;
}

.our-team-2-card .social-links li a:hover {
    color: var(--dark1);
}


/* Our team 3 */

.our-team-3-area {
    padding-bottom: 0;
}

.our-team-3-area .our-team-inner {
    background: var(--dark1);
    border-radius: 10px;
    padding: 128px;
    position: relative;
    max-width: 100%;
}

.our-team-3-area .our-team-inner>.bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.our-team-3-area .our-team-inner .our-team-2-header {
    background: none;
    border: none;
    margin: 0 0 100px 0;
    padding: 0 0 75px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.our-team-3-area .our-team-inner .our-team-2-header .section-subtitle {
    color: #558BFF;
}

.our-team-3-area .our-team-inner .our-team-2-header .section-title {
    color: #ffffff;
}

.our-team-3-area .our-team-inner .our-team-2-header p {
    color: rgb(255 255 255 / 90%);
    font-size: 25px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 0;
}

.our-team-3-lists {
    row-gap: 75px;
}

.our-team-3-lists .our-team-2-card {
    background: none;
    border-radius: 0;
    padding: 0;
}

.our-team-3-lists .our-team-2-card h2 {
    color: #ffffff;
}

.our-team-3-lists .our-team-2-card .designation {
    color: #558BFF;
    margin-bottom: 0;
}


/* Our team 4 */

.our-team-4-area {
    padding: 180px 0 220px 0;
}

.our-team-4-area .section-header {
    margin-bottom: 75px;
}

.our-team-4-area .section-header p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
}

.our-team-4-area .section-header .section-title {
    margin-bottom: 35px;
}

.our-team-4-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: flex-start;
}

.our-team-4-box {
    border-radius: 10px;
    background: #F3F6FD;
    gap: 24px;
    padding: 24px 24px 44px 24px;
}

.our-team-4-box .img-box {
    margin-bottom: 24px;
}

.our-team-4-box .img-box img {
    display: block;
}

.our-team-4-box .content h3 {
    font-family: var(--plusjakarta);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.our-team-4-box .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary_color);
    margin-bottom: 0;
}

.our-team-black-area {
    background: var(--dark1);
    padding: 140px 0 160px 0;
}

.our-team-black-area .our-team-2-header {
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 90px;
}

.our-team-black-area .our-team-2-header .section-subtitle {
    color: #558BFF;
}

.our-team-black-area .our-team-2-header .section-title {
    color: #ffffff;
}

.our-team-black-area .our-team-2-header p {
    margin-bottom: 0;
    color: rgb(255 255 255 / 90%);
}

.our-team-black-area .our-team-2-header .theme-btn:hover {
    color: var(--dark1);
}

.our-team-black-area .our-team-2-header .theme-btn::before,
.our-team-black-area .our-team-2-header .theme-btn::after,
.our-team-black-area .our-team-2-card {
    background: #ffffff;
}

.our-team-black-area .our-team-2-card .social-links {
    background: rgb(19 81 216 / 5%);
}


/* Project */

.project-area {
    overflow: hidden;
    background: rgb(19 81 216 / 5%);
    position: relative;
    padding-top: 150px;
    padding-bottom: 106px;
}

.project-area .project-left-details {
    max-width: 393px;
    min-width: 393px;
    z-index: 2;
}

.project-area .project-left-details::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 1500px;
    z-index: -1;
    background: #f4f6fe;
    right: 56%;
}

.project-area .project-left-details .section-subtitle {
    margin-bottom: 22px;
}

.project-area .project-left-details .section-title {
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.project-area .project-left-details p {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 35px;
}

.project-area .project-left-details ul {
    border-top: 1px solid rgb(28 28 28 / 20%);
    padding-top: 25px;
}

.project-area .project-left-details ul li {
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    gap: 18px;
}

.project-area .project-left-details ul li+li {
    margin-top: 30px;
}

.project-area .project-left-details ul li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 14px;
}

.project-area .project-right-slider {
    max-width: 1086px;
    width: 100%;
    transform: translateX(198px);
}


/* .project-area .project-right-slider .swiper {
    overflow-x: hidden;
} */

.portfolio-items .portfolio-indigo-box .project-item h2 a,
.portfolio-items .portfolio-bluebase .project-item h2 a,
.portfolio-items .portfolio-black-box .project-item h2 a,
.portfolio-items .portfolio-black-box .project-item h2 a,
.project-area .project-right-slider .project-right-slider-inner .project-item:nth-child(4) h2 a,
.project-area .project-right-slider .project-right-slider-inner .project-item:first-child h2 a {
    color: #ffffff;
}

.project-item .project-item-inner {
    position: relative;
    transition: all .2s;
}

.project-item .project-item-inner:hover {
    transform: scale(1.05);
    transition: all .2s;
}

.project-item .project-item-inner h2 {
    font-family: var(--plusjakarta);
    font-size: 46px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -2px;
    position: absolute;
    left: 24px;
    top: 34px;
    margin-bottom: 0;
}

.project-item .project-item-inner h2 a {
    color: var(--dark1);
}

.project-item .project-item-inner img {
    display: block;
    width: 362px;
    height: 595px;
    object-fit: cover;
    border-radius: 10px;
}

.project-area .project-right-slider .project-right-slider-inner .project-slider {
    padding-bottom: 55px;
}

.project-area .project-right-slider .project-right-slider-inner .swiper-pagination {
    bottom: 0;
    width: max-content;
    /* height: 4px; */
    display: inline-flex;
    left: auto;
    right: 80px;
    background: var(--gray);
    border-radius: 10px;
}

.project-area .project-right-slider .project-right-slider-inner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 10px;
    transition: .3s;
}

.project-area .project-right-slider .project-right-slider-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--dark1);
}


/* Portfolio */

.portoflio-area {
    background: var(--primary_light);
    position: relative;
    padding: 135px 0 140px;
}

.portoflio-area .section-header {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 55px;
    margin-bottom: 60px;
}

.portoflio-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.portfolio-lists .portfolio-col {
    flex: 1;
}

.portfolio-lists .portfolio-col:nth-child(2) .portfolio-card:nth-child(2) .portfolio-img {
    width: 185px;
}

.portfolio-lists .portfolio-col .portfolio-card:last-child {
    margin-bottom: 0;
}

.portfolio-card {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    margin-bottom: 24px;
}

.portfolio-card .portfolio-img {
    max-width: 210px;
    width: 100%;
    position: relative;
    flex: none;
}

.portfolio-card .portfolio-img img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-card .portfolio-body h2 {
    font-size: 46px;
    letter-spacing: -2px;
    line-height: 41px;
    font-weight: 700;
    font-family: var(--plusjakarta);
    margin-bottom: 16px;
}

.portfolio-card .portfolio-body h2 a {
    color: var(--dark1);
}

.portfolio-card .portfolio-body h2 a:hover {
    color: var(--primary_color);
}

.portfolio-card .portfolio-body p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 10px;
}

.portfolio-card .portfolio-body .theme-btn {
    position: absolute;
    width: 53px;
    height: 53px;
    line-height: 56px;
    padding: 0;
    display: block;
    right: 24px;
    top: 24px;
    text-align: center;
}

.portfolio-card.portfolio-card-2 {
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.portfolio-card.portfolio-card-2 .portfolio-img {
    max-width: 100%;
}

.portfolio-card.portfolio-card-2 .portfolio-body p {
    margin-bottom: 0;
}

.portfolio-social-card ul {
    gap: 24px;
}

.portfolio-social-card ul li {
    flex: 1;
}

.portfolio-social-card ul li a {
    background: #ffffff;
    height: 105px;
    width: 105px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--primary_color);
    position: relative;
}

.portfolio-footer .our-expert-team-box .our-expert-team-box-inner {
    gap: 30px;
}

.portfolio-footer .our-expert-team-box .our-expert-team-box-inner p {
    color: rgb(28 28 28 / 80%);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.portfolio-footer {
    background: #ffffff;
    border-radius: 10px;
    padding: 36px 50px;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}

.slide-btn {
    color: rgb(28 28 28 / 50%);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    width: 318px;
    overflow: hidden;
    padding: 0 6px;
    z-index: 1;
    background: #F3F6FD;
    border-radius: 40px;
    position: relative;
    animation: slidetounlock 5s infinite;
    -webkit-animation: slidetounlock 5s infinite;
}

#hide-text-on-slide {
    background: #F3F6FD;
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 40px;
}

.slide-btn h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 25px 28px 25px 72px;
}

.slide-btn #slide-ball {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    left: 6px;
    top: 50% !important;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%);
}

@keyframes slidetounlock {
    0% {
        background-position: -720px 0;
    }
    100% {
        background-position: 720px 0;
    }
}

@-webkit-keyframes slidetounlock {
    0% {
        background-position: -720px 0;
    }
    100% {
        background-position: 720px 0;
    }
}

.hero-service-wrap.hero-portfolio-wrap .hero-section-content {
    margin-bottom: 0;
    max-width: 1109px;
}

.hero-portfolio-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}

.hero-portfolio-wrap .hero-section-content-wrap {
    padding-bottom: 120px;
}

.portfolio-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.portfolio-sample-details {
    position: relative;
    border-radius: 10px;
    background: #F1F1F1;
    padding: 35px 40px 35px 40px;
    margin-top: 24px;
    z-index: 1;
}

.portfolio-sample-details .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.portfolio-sample-details h3 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.portfolio-sample-details h3 a {
    display: inline-flex;
    align-items: center;
    color: var(--dark1);
    gap: 8px;
}

.portfolio-sample-details h3 a i {
    font-size: 18px;
}

.portfolio-sample-details h3 a:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}

.portfolio-sample-details p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 0;
}

.portfolio-items {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.portfolio-items .portfolio-black-box .portfolio-sample-details {
    background: var(--dark1);
}

.portfolio-items .portfolio-indigo-box .portfolio-sample-details h3 a,
.portfolio-items .portfolio-bluebase .portfolio-sample-details h3 a,
.portfolio-items .portfolio-black-box .portfolio-sample-details h3 a {
    color: #ffffff;
}

.portfolio-items .portfolio-indigo-box .portfolio-sample-details p,
.portfolio-items .portfolio-bluebase .portfolio-sample-details p,
.portfolio-items .portfolio-black-box .portfolio-sample-details p {
    color: rgb(255 255 255 / 70%);
}

.portfolio-items .portfolio-gray-box .portfolio-sample-details {
    background: #CECDCB;
}

.portfolio-items .portfolio-bluebase .portfolio-sample-details {
    background: #62759A;
}

.portfolio-items .portfolio-yellow-box .portfolio-sample-details {
    background: #EEEEDD;
}

.portfolio-items .portfolio-darkgray-box .portfolio-sample-details {
    background: #999999;
}

.portfolio-items .portfolio-indigo-box .portfolio-sample-details {
    background: #443355;
}


/* CTA */

.cta-area {
    padding: 0px 0 0 0;
}

.event-details-page .cta-area {
    padding-top: 120px;
}

.portfolio-details-page .cta-area {
    padding-bottom: 220px;
}

.cta-area .cta-body {
    /* background: var(--dark1); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 100px 0;
}

.cta-style-3.cta-area .cta-body .bg-shape {
    filter: brightness(0.5);
}

.cta-area .cta-body .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.cta-area .cta-body .our-expert-team-box {
    margin-bottom: 30px;
}

.cta-area .cta-body .our-expert-team-box .imgs img {
    border-color: var(--dark1);
    width: 40px;
}

.cta-area .cta-body h2 {
    font-family: var(--plusjakarta);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-area .cta-body p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
    margin-bottom: 35px;
}

.cta-area .cta-body .theme-btn {
    border-radius: 10px;
}

.cta-area .cta-body .theme-btn:hover {
    color: var(--dark1);
}

.cta-area .cta-body .theme-btn::before {
    border-radius: 10px 0 0 10px;
    background: #ffffff;
}

.cta-area .cta-body .theme-btn::after {
    border-radius: 0 10px 10px 0;
    background: #ffffff;
}


/* cta 2 */

.cta-area2 {
    padding-bottom: 180px;
}

.cta-area2 .cta-body .bg-shape {
    position: absolute;
    bottom: 100px;
    left: auto;
    right: -130px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.cta-area2 .cta-body {
    flex-direction: row;
    text-align: left !important;
    padding: 80px 100px;
    overflow: hidden;
}

.cta-area2 .cta-body .left {
    max-width: 589px;
}

.cta-area2 .cta-body p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 18px;
}


/* CTA 3 */

.cta-style-3 .cta-body {
    background: #F3F6FD;
}

.cta-style-3 .cta-body h2 {
    color: var(--dark1);
}

.cta-style-3 .cta-body p {
    color: rgb(28 28 28 / 80%);
}

.cta-style-3 .cta-body .theme-btn:hover {
    color: #ffffff;
}

.cta-style-3 .cta-body .theme-btn::before,
.cta-style-3 .cta-body .theme-btn::after {
    background: var(--dark1);
}

.cta-style-3 .cta-body .our-expert-team-box .imgs img {
    border-color: #F3F6FD;
}

.team-page .cta-area {
    padding-top: 0;
}

.new-release-page .cta-area {
    padding-top: 120px;
}

.cta-area2-white {
    background: none;
    position: relative;
    padding-bottom: 0;
}

.cta-area2-white .cta-body .bg-shape {
    position: absolute;
    pointer-events: none;
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    transform: rotate(0);
}

.cta-area2-white .cta-body {
    border-radius: 10px;
    background: #F3F6FD;
    position: relative;
}

.cta-area2-white .cta-body .our-expert-team-box .imgs img {
    border-color: #F3F6FD;
}

.cta-area2-white .cta-body h2 {
    color: var(--dark1);
}

.cta-area2-white .cta-body p {
    color: rgb(28 28 28 / 80%);
}

.cta-area2-white .cta-body .theme-btn:hover {
    color: #ffffff;
}

.cta-area2-white .cta-body .theme-btn::before,
.cta-area2-white .cta-body .theme-btn::after {
    background: var(--dark1);
}


/* News Section */

.news-area {
    padding-top: 180px;
    padding-bottom: 180px;
}

.blog-details-page .news-area {
    padding-bottom: 0;
}

.news-area .section-header {
    margin-bottom: 70px;
}

.news-area .sticky-news {
    margin-bottom: 24px;
}

.sticky-news {
    background: var(--dark1);
    padding: 24px;
    border-radius: 10px;
    gap: 58px;
    position: relative;
}

.sticky-news .theme-btn:hover svg path {
    fill: var(--dark1);
}

.sticky-news .news-img-box {
    max-width: 700px;
    width: 100%;
    overflow: hidden;
}

.sticky-news .news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .2s;
}

.sticky-news .news-img-box img:hover,
.news-item img:hover {
    transform: scale(1.2);
    transition: all .2s ease-in;
}

.sticky-news .news-content {
    padding-top: 18px;
    padding-right: 88px;
}

.sticky-news .news-content .section-subtitle {
    color: var(--primary_color2);
    margin-bottom: 22px;
}

.sticky-news .news-content .section-title {
    color: #ffffff;
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px;
}

.sticky-news .news-content .section-title a {
    color: #ffffff;
}

.sticky-news .news-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.sticky-news .news-content ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    gap: 20px;
}

.sticky-news .news-content ul li+li {
    margin-top: 36px;
}

.feature-area .feature-content ul li i,
.sticky-news .news-content ul li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: #558BFF;
    color: var(--dark1);
    font-size: 14px;
}

.sticky-news .news-content .theme-btn {
    width: 53px;
    height: 53px;
    line-height: 56px;
    padding: 0;
    display: block;
    text-align: center;
    margin-left: auto;
    font-size: 20px;
    position: absolute;
    right: 38px;
    bottom: 38px;
}

.sticky-news .news-content .theme-btn:hover {
    color: var(--dark1);
}

.sticky-news .news-content .theme-btn::before,
.sticky-news .news-content .theme-btn::after {
    background: #ffffff;
}

.sticky-news .news-content .theme-btn:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}


/* News 2 */

.blog-page .news-area {
    padding-top: 10px;
}

.news-items {
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.blog-details-page .news-items {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 120px;
}

.news-items .news-item {
    flex: 1;
}

.news-item {
    background: linear-gradient(180deg, #E7EEFF 0%, var(--primary_light) 100%);
    border-radius: 10px;
    padding: 24px 22px 113px 22px;
    position: relative;
    overflow: hidden;
}

.news-item .news-img-box {
    overflow: hidden;
    margin-bottom: 50px;
}

.news-item img {
    border-radius: 10px;
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}

.news-item .news-item-body {
    padding: 0 100px 0 10px;
}

.news-item .news-item-body .section-subtitle {
    margin-bottom: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.news-item .news-item-body .section-title {
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 25px;
}

.news-item .news-item-body .section-title a {
    color: var(--dark1);
    transition: .3s;
}

.news-item .news-item-body .section-title a:hover {
    color: var(--primary_color);
}

.news-item .news-item-body p {
    font-size: 18px;
    color: rgb(28 28 28 / 80%);
    line-height: 28px;
    border-bottom: 1px solid rgb(28 28 28 / 20%);
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.news-item .news-item-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.news-item .news-item-body ul li {
    font-size: 18px;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 220px;
}

.news-item .news-item-body ul li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 12px;
}

.news-item .news-item-body .theme-btn {
    display: block;
    width: 53px;
    height: 53px;
    line-height: 56px;
    padding: 0;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 52px;
    bottom: 60px;
}

.news-item .news-item-body .theme-btn:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}


/* New2 */

.news2-area {
    padding: 135px 0 180px 0;
}

.news2-area .section-header {
    margin-bottom: 70px;
}

.news2-area .section-header .section-title {
    margin-bottom: 20px;
}

.news2-area .section-header p {
    font-size: 20px;
    line-height: 29px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 0;
}

.news2-lists {
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
}

.news2-lists .news2-card {
    flex: 1;
}

.news2-card {
    background: linear-gradient(180deg, #E7EEFF 0%, #F3F6FD 100%);
    border-radius: 10px;
    padding: 24px 24px 65px 24px;
    position: relative;
}

.news2-card .news-ribbon {
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 48px;
    top: 48px;
    padding: 10px 21px;
}

.news2-card img {
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.news2-card .meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.news2-card .meta>* {
    display: block;
    border-radius: 10px;
    background: rgb(19 81 216 / 10%);
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
}

.news2-card .news2-card-body {
    padding-right: 28px;
}

.news2-card h2 {
    line-height: 28px;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid rgb(28 28 28 / 20%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: var(--plusjakarta);
    width: calc(100% - 40px);
}

.news2-card h2 a {
    color: var(--dark1);
}

.news2-card h2 a:hover {
    color: var(--primary_color);
}

.news2-card p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 35px;
}

.news2-card .theme-btn {
    display: block;
    text-align: center;
    width: 53px;
    height: 53px;
    line-height: 56px;
    padding: 0;
    right: 33px;
    bottom: 33px;
    position: absolute;
}

.news2-sticky.news2-card {
    gap: 80px;
    padding: 24px;
    background: var(--dark1);
    position: relative;
    padding-right: 120px;
}

.news2-sticky.news2-card .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    max-width: fit-content;
}

.news2-sticky.news2-card img {
    max-width: 853px;
    width: 100%;
    object-fit: cover;
    flex: none;
    margin-bottom: 0;
    border-radius: 10px;
}

.news2-sticky.news2-card .meta {
    margin-top: 40px;
}

.news2-sticky.news2-card .meta>* {
    background: #ffffff;
}

.news2-sticky.news2-card .news2-card-body {
    padding-right: 0;
}

.news2-sticky.news2-card h2 {
    border-color: rgb(255 255 255 / 20%);
    width: 100%;
}

.news2-sticky.news2-card h2 a {
    color: #ffffff;
}

.news2-sticky.news2-card p {
    color: rgb(255 255 255 / 70%);
}

.news2-sticky.news2-card .theme-btn:hover {
    color: var(--dark1);
}

.news2-sticky.news2-card .theme-btn:hover svg path {
    fill: var(--dark1);
}

.news2-sticky.news2-card .theme-btn::before,
.news2-sticky.news2-card .theme-btn::after {
    background: #ffffff;
}

.case-studie-page .news-item .news-item-body .section-subtitle {
    letter-spacing: 1px;
}

.case-studie-page .news-area {
    padding-top: 0px;
}

.case-studie-details-page .news-area {
    padding-bottom: 0;
}

.case-studie-details-page .news-area .section-header p {
    max-width: 100%;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}

.case-studie-details-page .news-area .section-header .section-title {
    margin-bottom: 30px;
}

.case-studie-details-page .news-area .news-items {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 120px;
}


/* Blog Breadcrumb */

.blog-details-header-area .blog-details-header-content-body {
    gap: 153px;
    padding: 80px 0 135px 0;
    border-bottom: 1px solid #D9D9D9;
}

.blog-details-header-area .blog-details-header-content-body .section-header .section-title {
    font-family: var(--plusjakarta);
    font-size: 88px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -2px;
    margin-bottom: 55px;
}

.blog-details-header-area .blog-details-header-content-body .section-header p {
    color: rgb(28 28 28 / 90%);
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    max-width: 100%;
    margin-bottom: 0;
}

.blog-details-header-area .blog-details-header-content-body .section-header .section-subtitle {
    color: var(--primary_color);
    background: rgb(19 81 216 / 10%);
    border-radius: 30px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 12px 30px;
    display: inline-block;
}

.blog-details-header-area .blog-details-header-content-body .img-box {
    max-width: 748px;
    width: 100%;
}

.blog-details-header-area .blog-details-header-content-body .img-box img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Blog 2 Details */

.blog-breadcrumb-area {
    background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%);
    padding: 134px 0 84px 0;
}

.breadcrumb-list {
    background: rgb(19 81 216 / 10%);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    line-height: 1;
    margin-bottom: 35px;
}

.breadcrumb-list li {
    color: var(--primary_color);
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-list li+li {
    padding-left: 20px;
    margin-left: 10px;
}

.breadcrumb-list li+li:before {
    content: '';
    height: 2px;
    background: var(--primary_color);
    width: 10px;
    left: 0;
    position: absolute;
    top: 7px;
}

.breadcrumb-list li a {
    color: var(--primary_color);
}

.blog-breadcrumb-area h1 {
    text-transform: uppercase;
    font-family: var(--plusjakarta);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}


/* Blog Details */

.blog-details-area {
    padding-top: 120px;
}

.how-we-do-details-area {
    padding-bottom: 180px;
}

.blog-details-area .blog-details-body {
    padding: 0 50px;
}

.blog-details-area .blog-details-body .blog-details-inner {
    background: #F3F6FD;
    border-radius: 10px;
    padding: 125px 130px 130px 130px;
}

.how-we-do-details-area .blog-details-body .blog-details-inner {
    padding-bottom: 90px;
}

.blog-details-area .blog-details-body .blog-details-inner h1 {
    font-family: var(--plusjakarta);
    font-size: 60px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.blog-details-area .blog-details-body .blog-details-inner h1:first-child {
    margin-top: 0;
}

.blog-details-area .blog-details-body .blog-details-inner h1 {
    margin-top: 90px;
}

.blog-details-area .blog-details-body .blog-details-inner p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 40px;
}

.blog-details-area .blog-details-body .blog-details-inner img {
    display: block;
    margin-bottom: 75px;
    margin-top: 75px;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote {
    border-left: 5px solid var(--primary_color);
    padding: 50px 129px 50px 114px;
    position: relative;
    margin-bottom: 95px;
    margin-top: 95px;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote .quote-icon {
    position: absolute;
    right: 80px;
    bottom: 50px;
    font-size: 40px;
    color: var(--primary_color);
}

.blog-details-area .blog-details-body .blog-details-inner blockquote p {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 43px;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 50px;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote .blockquote-author-box {
    gap: 24px;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote .blockquote-author-box img {
    display: block;
    flex: none;
    max-width: 80px;
    height: 80px;
    width: 100%;
    border-radius: 50%;
    margin: 0;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote .blockquote-author-box h3 {
    color: var(--dark1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
}

.blog-details-area .blog-details-body .blog-details-inner blockquote .blockquote-author-box span {
    display: block;
    color: rgb(28 28 28 / 90%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.blog-details-pagination {
    margin-top: 90px;
}

.blog-details-pagination .theme-btn {
    border-radius: 5px;
    padding: 12px 30px;
    line-height: 1;
}

.blog-details-pagination .theme-btn::before {
    border-radius: 5px 0 0 5px;
}

.blog-details-pagination .theme-btn::after {
    border-radius: 0 5px 5px 0;
}


/* Blog 2 Details */

.custom-container-blog {
    max-width: 1190px;
}

.blog-2-area {
    padding-bottom: 180px;
}

.blog-2-area .custom-row {
    gap: 122px;
}

.blog-2-items .blog-2-item-box+.blog-2-item-box {
    margin-top: 60px;
}

.blog-2-item-box img {
    display: block;
    border-radius: 10px;
    margin-bottom: 60px;
}

.blog-2-item-box .meta {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    color: var(--primary_color);
}

.blog-2-item-box h2 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.blog-2-item-box h2 a {
    color: var(--dark1);
}

.blog-2-item-box h2:hover a {
    color: var(--primary_color);
}

.blog-2-item-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}


/* Blog 2 details */

.blog-2-details-area .blog-2-item-box ul {
    margin-bottom: 42px;
}

.blog-2-details-area .blog-2-item-box ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(28 28 28 / 80%);
}

.blog-2-details-area .blog-2-item-box ul li+li {
    margin-top: 30px;
}

.blog-2-details-area .blog-2-item-box .tags .theme-btn {
    font-size: 14px;
    padding: 10px 24px;
}

.blog-2-details-area .blog-2-item-box .blog-comment-box {
    background: #F3F6FD;
    border-radius: 10px;
    padding: 50px 24px 45px 24px;
    margin-top: 130px;
}

.blog-2-details-area .blog-2-item-box .blog-comment-box h2 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 35px;
}

.comments-list .comment-box .comment-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.comment-box {
    border-bottom: 1px solid rgb(44 44 44 / 50%);
    padding-bottom: 40px;
}

.comment-box .comment-box {
    padding-left: 80px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(44 44 44 / 50%);
}

.comment-box .comment-box-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.comment-box .comment-box-inner img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex: none;
    object-fit: cover;
    display: block;
}

.comment-box .comment-box-inner .comment-body .comment-date {
    display: block;
    line-height: 1;
    color: #1351D8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.comment-box .comment-box-inner .comment-body h3 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.comment-box .comment-box-inner .comment-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(44 44 44 / 80%);
    margin-bottom: 18px;
}

.comment-box .comment-box-inner .comment-body .theme-btn {
    font-size: 14px;
    padding: 10px 24px;
}

.comment-form-wrap {
    margin-top: 60px;
    padding: 0 6px;
}

.blog-2-details-area .blog-2-item-box .comment-form-wrap h2 {
    margin-bottom: 40px;
}

.comment-form-wrap form .input-group+.input-group {
    margin-top: 16px;
}

.comment-form-wrap form .input-group textarea,
.comment-form-wrap form .input-group input {
    width: 100%;
    display: block;
    border: none;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #2C2C2C;
    padding: 12px 20px;
}

.comment-form-wrap form .input-group textarea::placeholder,
.comment-form-wrap form .input-group input::placeholder {
    color: #2C2C2C;
}

.comment-form-wrap form .input-group textarea {
    height: 145px;
}

.comment-form-wrap form .input-group button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    border: none;
    padding: 20px 26px;
}

.comment-form-wrap form .input-group button::before {
    border-radius: 10px 0 0 10px;
}

.comment-form-wrap form .input-group button::after {
    border-radius: 0 10px 10px 0;
}


/* Blog Sidebar */

.blog-2-sidebar-wrap {
    max-width: 371px;
    width: 100%;
    flex: none;
}

.blog-2-sidebar-wrap .blog-2-sidebar-widget+.blog-2-sidebar-widget {
    margin-top: 40px;
}

.blog-2-sidebar-widget {
    background: #F3F6FD;
    border-radius: 10px;
    padding: 48px 48px 45px 30px;
}

.blog-2-sidebar-widget h2 {
    font-family: var(--plusjakarta);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
    color: #1351D8;
    text-transform: uppercase;
}

.blog-2-sidebar-widget.search-widget {
    background: none;
    border-radius: 0;
    padding: 0;
}

.blog-2-sidebar-widget.search-widget form .input-group {
    position: relative;
}

.blog-2-sidebar-widget.search-widget form .input-group input {
    border-radius: 30px !important;
    background: #F3F6FD;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 17px 30px;
    width: 100%;
    border: none;
}

.blog-2-sidebar-widget.search-widget form .input-group input::placeholder {
    color: rgb(28 28 28 / 50%);
}

.blog-2-sidebar-widget.search-widget form .input-group button {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 14px;
    border: none;
    padding: 10px 31px;
}

.blog-2-sidebar-widget.recent-post-widget ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.blog-2-sidebar-widget.recent-post-widget ul li+li {
    margin-top: 13px;
}

.blog-2-sidebar-widget.recent-post-widget ul li a {
    color: var(--dark1);
    display: block;
}

.blog-2-sidebar-widget.recent-post-widget ul li a:hover {
    color: #1351D8;
}

.blog-2-sidebar-widget.categories-widget ul li {
    font-family: var(--plusjakarta);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.blog-2-sidebar-widget.categories-widget ul li+li {
    margin-top: 35px;
}

.blog-2-sidebar-widget.categories-widget ul li a {
    color: var(--dark1);
}

.blog-2-sidebar-widget.categories-widget ul li a:hover {
    color: var(--primary_color);
}

.blog-2-sidebar-widget.tags-widget ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-2-sidebar-widget.tags-widget ul li a {
    font-family: var(--plusjakarta);
    font-size: 14px;
    padding: 10px 24px;
}


/* Event */

.event-area {
    padding: 175px 0 0 0;
}

.event-area .section-header {
    margin-bottom: 75px;
}

.event-area .section-header .section-title {
    margin-bottom: 30px;
}

.event-area .section-header p {
    margin-bottom: 0;
    font-size: 25px;
}

.event-area .news-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.event-area .event-card .news-item-body ul li {
    gap: 18px;
}

.event-area .event-card .news-item-body ul li i {
    background: none;
    color: var(--primary_color);
    font-size: 22px;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 1;
}

.event-area .event-card .news-item-body .section-subtitle {
    letter-spacing: 1px;
}


/* Event Details */

.event-details-area .custom-row {
    gap: 129px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}

.event-details-area .img-box {
    max-width: 748px;
    width: 100%;
    flex: none;
}

.event-details-area .img-box img {
    display: block;
    border-radius: 10px;
}

.event-details-area .content-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 80px;
}

.event-details-area .content-box .section-header {
    margin-bottom: 45px;
}

.event-details-area .content-box .section-header .section-title {
    margin-bottom: 35px;
}

.event-details-area .content-box .section-header p {
    color: rgb(28 28 28 / 90%);
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}

.event-details-area .content-box ul {
    margin-bottom: 90px;
}

.event-details-area .content-box ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    gap: 18px;
}

.event-details-area .content-box ul li+li {
    margin-top: 32px;
}

.event-details-area .content-box ul li i {
    font-size: 22px;
    color: var(--primary_color);
}

.event-details-area .content-box .theme-btn {
    border-radius: 10px;
}

.event-details-area .content-box .theme-btn::before {
    border-radius: 10px 0 0 10px;
}

.event-details-area .content-box .theme-btn::after {
    border-radius: 0 10px 10px 0;
}


/* Features */

.feature-area {
    background: var(--dark1);
    padding: 130px 0;
}

.feature-area .custom-row {
    gap: 153px;
}

.feature-area .feature-left {
    gap: 24px;
    /* max-width: 748px;
    width: 100%; */
}

.feature-area .feature-img-card {
    position: relative;
    width: 362px;
}

.feature-area .feature-img-card h3 {
    position: absolute;
    left: 24px;
    top: 30px;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: -2px;
    color: var(--dark1);
    font-family: var(--plusjakarta);
    font-weight: 700;
}

.feature-area .feature-img-card img {
    display: block;
    border-radius: 10px;
}

.feature-area .feature-content {
    max-width: 550px;
}

.feature-area .feature-content .section-subtitle {
    color: #558BFF;
    margin-bottom: 22px;
}

.feature-area .feature-content .section-title {
    color: #ffffff;
    font-size: 60px;
    line-height: 56px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.feature-area .feature-content p {
    color: rgb(255 255 255 / 80%);
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
}

.feature-area .feature-content ul {
    margin-bottom: 50px;
}

.feature-area .feature-content ul li {
    font-size: 20px;
    line-height: 1;
    color: rgb(255 255 255 / 80%);
    display: flex;
    gap: 16px;
    align-items: center;
}

.feature-area .feature-content ul li+li {
    margin-top: 32px;
}

.theme-simple-btn {
    color: rgb(255 255 255 / 80%);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid var(--gray);
    border-radius: 6px;
    padding: 14px 18px;
    cursor: pointer;
    transition: .3s;
}

.theme-simple-btn:hover {
    background: #ffffff;
    color: var(--dark1);
    transition: all .6s;
}

.theme-simple-btn i {
    font-size: 20px;
}

.theme-simple-btn:hover i {
    color: var(--dark1);
}

.feature-area .feature-content .btns-group {
    display: flex;
    gap: 16px;
}

.feature-area .feature-content .btns-group .theme-simple-btn:first-child i {
    transform: translateX(-2px);
    margin-top: -2px;
}


/* Feature2 */

.feature2-area {
    background: var(--dark1);
    padding: 160px 0;
    position: relative;
    z-index: 1;
}

.feature2-area .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.feature2-area .custom-row {
    justify-content: space-between;
}

.feature2-area .feature2-content .feature2-header {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 50px;
}

.feature2-area .feature2-content .section-subtitle {
    color: #558BFF;
    margin-bottom: 25px;
}

.feature2-area .feature2-content .section-title {
    color: #ffffff;
    margin-bottom: 0;
}

.feature2-area .feature2-content-body {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 153px;
    row-gap: 65px;
    margin-top: 60px;
}

.feature2-card {
    width: 362px;
}

.feature2-card .icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.feature2-card .icon:before {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    border: 1px solid var(--primary_color);
    left: 1px;
    top: 1px;
}

.feature2-card .icon img {
    display: block;
    width: 24px;
}

.feature2-card h3 {
    font-family: var(--plusjakarta);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    color: #ffffff;
}

.feature2-card p {
    font-size: 18px;
    color: rgb(255 255 255 / 80%);
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.feature2-area .feature2-img-box {
    max-width: 491px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 24px 24px 24px;
}

.feature2-area .feature2-img-box .mac-btns-wrap {
    padding: 0 6px;
    margin-bottom: 30px;
}

.feature2-area .feature2-img-box .feature2-img-box-inner {
    height: 100%;
}

.feature2-area .feature2-img-box img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* Feature 3 */

.feature3-area {
    background: rgba(22, 39, 63, 0.5);
    position: relative;
    /* padding: 200px 0 190px 0; */
    max-width: 1170px;
    margin: 0 auto;
    border: solid 0px #435E7B;
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
}


.feature3-area .custom-row {
    gap: 0px;
}

.feature3-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0.5;
}

.feature3-area .section-header {
    max-width: 380px;
    width: 100%;
    padding: 50px 50px 50px 0;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.feature3-area .section-header .section-title {
    color: #ffffff;
    margin-bottom: 45px;
}

.feature3-area .section-header .section-subtitle {
    color: #558BFF;
}

.feature3-area .section-header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 70%);
}

.feature3-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    column-gap: 50px;
    row-gap: 60px;
    padding: 40px 30px 40px 30px;
}

.feature-box {
    position: relative;
    padding-left: 36px;
}

.feature-box .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #558BFF;
    color: var(--dark1);
    text-align: center;
    line-height: 19px;
    font-size: 13px;
}

.feature-box h3 {
    color: #ff9f43;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-family: var(--plusjakarta);
    font-weight: 500;
    transform: scaleY(90%);
}

.feature-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 70%);
    transform: scaleY(90%);
}


/* Feature 3 Style 2 */

.feature3-style-2 {
    background: none;
    padding-bottom: 153px;
}

.feature3-style-2 .feature3-body {
    border-radius: 10px;
    background: #F3F6FD;
    padding: 150px 159px;
}

.feature3-style-2 .feature3-body .section-header {
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.feature3-style-2 .feature3-body .section-header .section-subtitle {
    color: var(--primary_color);
}

.feature3-style-2 .feature3-body .section-header .section-title {
    color: var(--dark1);
    margin-bottom: 0;
}

.feature3-style-2 .feature-box i {
    color: #ffffff;
    background: var(--primary_color);
}

.feature3-style-2 .feature-box h3 {
    color: var(--dark1);
}

.feature3-style-2 .feature-box p {
    color: rgb(28 28 28 / 80%);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}


/* FAQ */

.faq-area {
    background: #F3F6FD;
    padding: 120px 0 140px 0;
}

.faq-area .faq-inner .section-subtitle {
    margin-bottom: 15px;
}

.faq-area .faq-inner .section-title {
    margin-bottom: 65px;
}

.faq-items-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: flex-start;
}

.faq-box {
    /* background: #FFFFFF; */
    padding: 30px 10px 30px 30px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
}

.faq-items-box .faq-col .faq-box:last-child {
    margin-bottom: 0;
}

.faq-box .card-header {
    margin: 0 0 15px 0;
    padding: 0;
    background: none;
    border: none;
}

.faq-box .card-header button {
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
    background: none;
    padding: 22px 0 0 0;
    margin: 0;
    font-size: 16px;
    /*letter-spacing: -0.5px; */
    font-weight: 500;
    font-family: var(--plusjakarta);
    color: var(--white-color);
    gap: 34px;
    transition: .3s;
    transform: rotateY(90%);
}

.faq-box .card-header button .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    background: var(--test-30);
    position: absolute;
    left: 40px;
    /* top: 1px; */
}

.faq-box .card-header button[aria-expanded="true"] {
    padding-top: 0;
}

.faq-box .card-body {
    font-size: 12px;
    color: var(--light_white);
    line-height: 25px;
    padding: 0;
    transition: .3s;
    transform: scaleY(90%);
}


/* Faq style 2 */

.faq-style-2-area {
    background: none;
    padding: 60px 0;
}

.faq-style-2-area .faq-inner {
    background: rgba(22, 39, 63, 0.5);
    padding: 120px 128px 140px 128px;
    border-radius: 20px;
    padding: 90px;
    border: solid 0px #435E7B;
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
}

.faq-style-2-area .faq-box {
    padding-left: 100px;
}

.faq-style-2-area .faq-box .card-body {
    padding-right: 40px;
}


/* Map */

#map {
    max-width: 663px;
    margin: auto;
    position: relative;
}

.map-location-item {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 61%;
    top: 34%;
}

#map .map-location-item:nth-child(2) {
    left: 44%;
    top: 20%;
}

#map .map-location-item:nth-child(3) {
    left: auto;
    right: 13%;
    top: 32%;
}

#map .map-location-item:nth-child(4) {
    left: auto;
    right: 29%;
    top: 47%;
}

#map .map-location-item:nth-child(5) {
    left: 52%;
    top: auto;
    bottom: 31%;
}

#map .map-location-item:nth-child(6) {
    left: auto;
    top: auto;
    bottom: 19%;
    right: 13%;
}

.map-location-item .map-location-item-inner {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 3px 15px 3.75px #00000008;
    border-radius: 8px;
    padding: 35px 40px;
    background: #ffffff;
    z-index: 9;
    width: 246px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.map-location-item .map-location-item-inner h3 {
    font-size: 17px;
    margin: 0;
    font-family: var(--plusjakarta);
    font-weight: 500;
    /*    line-height: 15px;*/
    letter-spacing: -0.375px;
    margin-bottom: 5px;
}

.map-location-item .map-location-item-inner p {
    font-size: 14px;
    line-height: 16.5px;
    margin: 0;
}

.map-location-item .circle {
    background: var(--primary_color);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.map-location-item .circle:after,
.map-location-item .circle:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1351D826;
    left: -4px;
    top: -4px;
    position: absolute;
}

.map-location-item .circle:after {
    width: 21px;
    height: 21px;
    left: -8px;
    top: -8px;
}

.map-location-item:hover .map-location-item-inner {
    opacity: 1;
    visibility: visible;
}


/* Contact */

.contact-area {
    padding: 0px 0;
    padding-top: 60px;
}

.portfolio-page .contact-area {
    padding-top: 0;
}

.contact-area .custom-row {
    gap: 24px;
}

.contact-area .contact-form-wrap {
    background: rgba(22, 39, 63, 0.5);
    border-radius: 20px;
    padding: 60px 70px 30px 70px;
    width: 3000px;
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
}

.contact-area .contact-form-wrap .contact-form-body .section-subtitle {
    margin-bottom: 24px;
}

.contact-area .contact-form-wrap .contact-form-body .section-title {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
}

.contact-area .contact-form-wrap .contact-form-body p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.contact-area .contact-form-wrap .contact-form-body p a {
    font-weight: 500;
    color: #ff9f43;
}

.contact-form .input-row {
    display: flex;
    width: 100%;
    gap: 40px;
}

.contact-form .input-row .input-group {
    margin-bottom: 25px;
}

.contact-form .input-row .input-group label {
    display: block;
    opacity: 0.9;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    margin-bottom: 16px;
}

.contact-form .input-row .input-group textarea::placeholder,
.contact-form .input-row .input-group input::placeholder {
    color: rgb(28 28 28 / 55%);
}

.contact-form .input-row .input-group textarea,
.contact-form .input-row .input-group input {
    width: 100%;
    border: 1px solid rgb(16 24 40 / 20%);
    font-size: 11px;
    border-radius: 5px;
    padding: 7px 15px;
    display: block;
}

.contact-form .input-row .input-group textarea {
    resize: none;
    height: 130px;
}

.contact-form .input-row .input-group.phone-number .number-prefix {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 40px;
    border: none;
    background: none;
    font-size: 15px;
    color: rgb(28 28 28 / 80%);
}

.contact-form .input-row .input-group.phone-number .number-prefix:focus {
    outline: none;
    box-shadow: none;
}

.contact-form .input-row .input-group.phone-number input {
    /*     padding-left: 66px; */
}

.contact-form .input-row .input-group.input-checkbox {
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.contact-form .input-row .input-group.input-checkbox input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.contact-form .input-row .input-group.input-checkbox label {
    width: auto;
    margin: 0;
    font-size: 14px;
}

.contact-form .input-row .input-group.input-checkbox label a {
    display: inline-block;
    border-bottom: 1px solid;
}

.contact-form .input-row .input-group .theme-btn {
    width: 100%;
    border: none;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.contact-form .input-row .input-group .theme-btn::before {
    border-radius: 5px 0 0 5px;
}

.contact-form .input-row .input-group .theme-btn::after {
    border-radius: 0 5px 5px 0;
}

.contact-area .contact-experience {
    border-radius: 10px;
    padding: 2px 100px 30px 50px;
    max-width: 399px;
    width: 100%;
    background: rgba(22, 39, 63, 0.5);
    border: 1px solid #435E7B !important;
    backdrop-filter: blur(13px);
    display: none;
}

.contact-area .contact-experience ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-area .contact-experience ul li {
    border-bottom: 1px solid #1C1C1C33;
    padding-bottom: 50px;
    margin-bottom: 46px;
}

.contact-area .contact-experience ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact-area .contact-experience ul li h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 11px;
}

.contact-area .contact-experience ul li h1 span {
    font-size: 20px;
    font-weight: 400;
}

.contact-area .contact-experience ul li p {
    font-size: 15px;
    color: #ff9f43;
    line-height: 1;
    margin: 0;
    font-weight: 300;
}

.contact-area .contact-infos {
    border-radius: 10px;
    padding: 0px 30px 30px 40px;
    max-width: 362px;
    width: 100%;
    background: rgba(22, 39, 63, 0.5);
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
}

.contact-area .contact-infos .contact-infos-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-area .contact-infos .contact-info {
    border-bottom: 1px solid rgba(136, 184, 236, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
    max-width: 150px;
}

.contact-area .contact-infos .contact-info img {
    display: block;
    margin-bottom: 20px;
}

.contact-area .contact-infos .contact-info h3 {
    font-size: 16px;
    font-family: var(--plusjakarta);
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 400 !important;
    transform: scaleY(90%);
}

.contact-area .contact-infos .contact-info p {
    color: #ff9f43;
    line-height: 24px;
    margin: 0;
    font-size: 12px;
}

.contact-area .contact-infos .contact-social-links li {
    display: block;
}

.contact-area .contact-infos .contact-social-links li+li {
    margin-top: 25px;
}

.contact-area .contact-infos .contact-social-links li a {
    display: flex;
    align-items: center;
    ;
    font-size: 12px;
    line-height: 1;
    gap: 12px;
    font-weight: 500;
}

.contact-area .contact-infos .contact-social-links li a i {
    color: var(--primary_color);
    font-size: 24px;
}


/* Contact 2 */

.contact-area2 {
    padding-bottom: 180px;
    overflow: inherit;
}

.contact-map-wrap {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 90px 70px 90px 0;
    position: relative;
}

.contact-map-wrap h4 {
    position: absolute;
    color: var(--primary_color);
    background: rgb(19 81 216 / 10%);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 0;
    right: 70px;
    top: 50px;
}

.contact-inner-info-box {
    margin-top: 24px;
    gap: 24px;
}

.contact-inner-info-box .contact-info-box {
    flex: 1;
    text-align: center;
}

.contact-info-box {
    padding: 70px 0 65px 0;
}

.contact-info-box .icon {
    background: #F3F6FD;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto auto 35px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-info-box .icon i {
    color: var(--primary_color);
    font-size: 30px;
}

.contact-info-box h4 {
    font-family: var(--plusjakarta);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.contact-info-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 35px;
}

.contact-info-box h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary_color);
    margin-bottom: 0;
}


/* Contact 3 */

.contact2-area {
    padding: 140px 0;
}

.contact2-body {
    background: linear-gradient(0deg, rgba(19, 81, 216, 0.01), rgba(19, 81, 216, 0.01)), linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05));
    border: 1px solid rgb(19 81 216 / 10%);
    position: relative;
    padding: 120px 95px;
}

.contact2-body::before {
    content: '';
    background: var(--primary_light);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    z-index: -1;
}

.contact2-area .section-header {
    margin-bottom: 80px;
}

.contact2-area .section-header .left {
    max-width: 500px;
    width: 100%;
    flex: none;
}

.contact2-area .section-header p {
    margin-bottom: 0;
    max-width: 515px;
}

.contact2-area .contact-map-wrap .mac-btns-wrap {
    margin-bottom: 70px;
}

.contact2-area .contact-map-wrap {
    background: #ffffff;
    padding: 46px 70px;
    box-shadow: none;
}

.contact2-infos {
    background: #ffffff;
    border-radius: 10px;
    padding: 70px 100px;
    margin-top: 24px;
}

.contact2-infos .contact2-info-box {
    flex: 1;
}

.contact2-info-box img {
    display: block;
    margin-bottom: 28px;
}

.contact2-info-box h2 {
    font-family: var(--plusjakarta);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
}

.contact2-info-box ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(28 28 28 / 80%);
}

.contact2-info-box {
    color: rgb(28 28 28 / 80%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.contact2-info-box ul li+li {
    margin-top: 7px;
}

.contact2-info-box.contact2-social-links ul li {
    font-size: 15px;
    font-weight: 500;
}

.contact2-info-box.contact2-social-links ul li a {
    color: rgb(28 28 28 / 80%);
    display: block;
    position: relative;
    padding-left: 34px;
}

.contact2-info-box.contact2-social-links ul li i {
    font-size: 24px;
    color: var(--primary_color);
    position: absolute;
    left: 0;
    top: 0;
}

.contact2-info-box.contact2-social-links ul li+li {
    margin-top: 22px;
}

.contact2-info-box.contact2-experience .contact2-experience-list {
    border-bottom: 1px solid rgb(28 28 28 / 10%);
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.contact2-info-box.contact2-experience .contact2-experience-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact2-info-box.contact2-experience .contact2-experience-list h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 11px;
}

.contact2-info-box.contact2-experience .contact2-experience-list h1 span {
    font-size: 20px;
}

.contact2-info-box.contact2-experience .contact2-experience-list p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary_color);
    margin-bottom: 0;
}

.contact2-info-box.contact2-visit-our-office {
    max-width: 322px;
    flex: none;
    width: 100%;
    border-left: 1px solid rgb(28 28 28 / 10%);
    border-right: 1px solid rgb(28 28 28 / 10%);
    padding: 0 85px;
}

.contact2-info-box.contact2-social-links {
    padding-left: 85px;
}

.contact2-info-box.contact2-experience {
    border-left: 1px solid rgb(28 28 28 / 10%);
    padding-left: 85px;
}


/* Contact Location */

.contact-location-area {
    background: var(--dark1);
    padding: 165px 0;
    position: relative;
}

.contact-location-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    pointer-events: none;
}

.contact-location-area .contact-location-left-content {
    max-width: 559px;
    width: 100%;
    flex: none;
    padding: 60px 176px 60px 0;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.contact-location-area .contact-location-left-content .contact-location-left-body .section-subtitle {
    color: var(--primary_color2);
    margin-bottom: 25px;
}

.contact-location-area .contact-location-left-content .contact-location-left-body .section-title {
    color: #ffffff;
    letter-spacing: -2px;
    font-family: var(--plusjakarta);
    font-size: 60px;
    margin-bottom: 35px;
}

.contact-location-area .contact-location-left-content .contact-location-left-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.contact-locations-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-location-box {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    max-width: 362px;
    width: 100%;
    gap: 32px;
    padding: 40px 30px;
}

.contact-location-box .number {
    background: #E7EEFB;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
    font-weight: 500;
    color: var(--primary_color);
    flex: none;
}

.contact-location-box .content h3 {
    font-family: var(--plusjakarta);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.contact-location-box .content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 0;
}


/* Footer */

.footer-area {
    position: relative;
    /*background: var(--dark1); */
}

.footer-area .bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    display: none;
}

.footer-area .footer-top .custom-row:before {
    content: '';
    width: 1px;
    background: rgba(255 255 255 / 20%);
    height: 319px;
    position: absolute;
    left: 50%;
}

.footer-area .footer-top .custom-row {
    border-bottom: 1px solid rgba(255 255 255 / 20%);
    padding-bottom: 80px;
    position: relative;
}

.footer-area .footer-top .left-content .logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-area .footer-top .left-content .logo img {
    display: block;
}

.footer-area .footer-top .left-content p {
    color: rgba(255 255 255 / 80%);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
}

.footer-area .footer-top .left-content .subscribe-box,
.footer-area .footer-top .left-content .subscribe-box p {
    display: flex;
    gap: 7px !important;
}

.footer-area .footer-top .left-content .subscribe-box p {
    margin-bottom: 0px;
}

.footer-area .footer-top .left-content .subscribe-box input {
    border: 1px solid rgba(255 255 255 / 20%);
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    padding: 5px 15px;
    width: 230px;
    color: #ffffff;
}

.footer-area .footer-top .left-content .subscribe-box input::placeholder {
    color: rgb(217 217 217 / 55%);
}

.footer-area .footer-top .left-content .subscribe-box {
    margin-bottom: 50px;
}

.subscribe-form .alert-error {
    color: #F1F1F1;
}

.footer-area .theme-btn {
    padding: 8px 26px;
    border: none;
    border-radius: 10px;
    line-height: 1;
    font-size: 12px;
}

.footer-area .theme-btn:hover {
    color: var(--dark1);
}

.footer-area .theme-btn::before,
.footer-area .theme-btn::after {
    background: #ffffff;
    border-radius: 5px 0 0 5px;
}

.footer-area .theme-btn::after {
    border-radius: 0 5px 5px 0;
}

.footer-area .footer-top .left-content .footer-clients {
    gap: 60px;
}

.footer-area .footer-top .left-content .footer-clients img {
    display: block;
}

.footer-area .footer-top .right-content .right-content-inner h2 {
    color: #ffffff;
    font-size: 23px;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: var(--plusjakarta);
}

.footer-area .footer-top .right-content .right-content-inner p {
    color: rgba(255 255 255 / 80%);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
}

.footer-area .footer-top .right-content .right-content-inner .theme-btn {
    padding: 12px 26px;
}

.footer-area .footer-top .right-content .right-content-inner .footer-experience {
    gap: 60px;
    margin-top: 38px;
}

.footer-area .footer-top .right-content .right-content-inner .footer-experience .footer-experience-item {
    color: #ffffff;
}

.footer-area .footer-top .right-content .right-content-inner .footer-experience .footer-experience-item h1 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500 !important;
}

.footer-area .footer-top .right-content .right-content-inner .footer-experience .footer-experience-item h1 span {
    font-size: 16px;
    font-weight: 400;
}

.footer-area .footer-top .right-content .right-content-inner .footer-experience .footer-experience-item p {
    margin-bottom: 0;
}

.footer-area .footer-all-links-wrap {
    gap: 80px;
    flex: 1;
    padding-right: 130px;
    padding-left: 20px;
}

.footer-links h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-links ul li+li {
    margin-top: 20px;
}

.footer-links ul li a {
    display: flex;
    align-items: center;
    color: rgba(255 255 255 / 80%);
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

.footer-links ul li a span {
    background: var(--primary_color);
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    padding: 6px 10px;
    line-height: 1;
}

.footer-area .footer-bottom {
    padding-top: 100px;
}

.footer-area .footer-bottom .custom-row {
    border-bottom: 1px solid rgba(255 255 255 / 20%);
    padding-bottom: 67px;
}

.footer-area .footer-bottom .footer-contact-info {
    border-left: 1px solid rgba(255 255 255 / 20%);
    padding: 0 65px 0 130px;
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item+.footer-contact-info-item {
    margin-top: 50px;
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 19px;
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p,
.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p a {
    color: rgba(255 255 255 / 80%);
    line-height: 40px;
    margin-bottom: 0;
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p a:hover {
    color: #ffffff;
}

.copyright-area {
    padding: 30px 0 50px 0;
}

.copyright-area .social-links {
    gap: 14px;
    padding-top: 12px;
}

.copyright-area .social-links li a {
    color: #D2D2D2;
    font-size: 24px;
}

.copyright-area .social-links li a:hover {
    color: #ffffff;
}

.copyright-area p {
    font-size: 14px;
    color: rgb(249 249 249 / 80%);
    font-weight: 400;
    margin-bottom: 0;
}

.copyright-area p a {
    color: rgb(249 249 249 / 80%);
}

.copyright-area p a:hover {
    color: #ffffff;
}


/* Additional Css*/

.blog2-header .navbar-wrapper ul li.mega-menu-item>a:after,
.blog2-header .navbar-wrapper ul li.dropdown-menu-item>a:after {
    display: none;
}

.blog2-footer {
    padding-top: 0px;
}

.blog2-footer .copyright-area {
    padding-bottom: 30px;
}

.blog-2-page .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.blog-details-2-page .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.contact-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.widget_block.widget_search form .wp-block-search__inside-wrapper,
.widget_block.widget_search form .wp-block-search__inside-wrapper input {
    border-radius: 50px !important;
}

.wp-block-group__inner-container .wp-block-latest-comments li:last-child {
    font-family: var(--plusjakarta);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.wp-block-latest-posts {
    padding-left: 25px !important;
}

.widget_search {
    padding: 48px 30px 45px 30px !important;
}

.error-page-area .error-box {
    padding-bottom: 100px;
}

body {
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
}


/*
.header {
    background-color: #16273f;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
*/

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

body {
    font-family: 'plusjakarta' !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    overflow-x: hidden !important;
}

.new-release-img-box {
    display: grid;
    place-items: center;
}

.banner-btn-area {
    margin: 0 auto;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.banner-btn-area {
    margin: 0 auto;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 50px;
}

.tab-content.about2-tab-content {
    display: flex !important;
}

.nav.nav-tabs.about2-tabs {
    flex-direction: revert !important;
    justify-content: flex-start !important;
    border: none !important;
}

.nav-link {
    font-family: var(--plusjakarta) !important;
    font-weight: 2 !important;
    font-size: 12px !important;
}

.nav-link.active {
    font-family: var(--plusjakarta) !important;
    font-weight: 3 !important;
    font-size: 15px !important;
}



.service-area .custom-container {
    border: solid 0px #435E7B;
    border-radius: 20px;
    padding: 50px;
    background: rgba(22, 39, 63, 0.5);
    backdrop-filter: blur(13px);
    box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.case-studio-body.d-flex {
    justify-content: space-between !important;
    align-items: stretch!important;
}

.nav.nav-pills.case-studio-tabs {
    flex-direction: row !important;
}

.section-title p {
    font-size: 16px;
}

.contact-form-bodye p {
    border-bottom: 1px solid #5a7299;
}

.wpcf7-form-control-wrap {
    display: flex !important;
}

.contact-info img {
    width: 30%;
}

.header-section.animated.fadeInDown.header-fixed {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.styles_bg__W_IGi {
    background: url(../images/website/background.svg) bottom -200px center no-repeat, url(../images/website/background-pattern.svg) top;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: -1;
    position: fixed;
    -webkit-transform: scale(1);
}

.btn--base.style.checkAuth.text-uppercase {
    background-color: rgba(50, 138, 241, 0.6) !important;
    color: var(--white-color);
}

.how-we-do-right-content img {
    max-width: 50%;
}

.iconoir-arrow-up-right {
    padding: 5px;
}

#accordion {
    border-right: 1px solid #435E7B !important;
}

.new3 {
    max-width: 600px;
}

.iconoir-telegram {
    color: #ff9f43;
}

.iconoir-linkedin {
    color: #ff9f43;
}

.deactive {
    color: #d6eaff96 !important;
}

.JobNo {
    right: 26px;
    position: absolute;
}

.Fieldsdialog {
    /* display: block; */
    width: 78%;
    z-index: 100;
    position: fixed;
    left: 280px;
    top: 100px;
    background: #0a0f2c;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    height: 77%;
}

.Fieldsdialog .section {
    margin: 20px;
}

.Fieldsdialog .section h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.Fieldsdialog .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 8px;
    font-size: 0.9em;
}

.Fieldsdialog .fielditem {
    height: auto;
    color: #ffffff;
}

.Fieldsdialog button {
    right: 10px;
    position: absolute;
    color: var(--test-8);
    font-size: 1.5rem;
}

.Fieldsdialog h2 {
    font-size: 1.3em;
}


/* required file for gridstack to work */


/* Optional styles for demos */

.container-fluid .btn-primary {
    background: var(--test-25);
    /* color: var(--test-3); */
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.container-fluid .btn {
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    height: fit-content;
    border: 1px solid var(--test-7);
}

.container-fluid a {
    text-decoration: none;
}

.container-fluid h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.container-fluid .sidebar {
    background: rgb(215, 243, 215);
    padding: 25px 0;
    height: 100px;
    text-align: center;
}

.container-fluid .sidebar>.grid-stack-item,
.sidebar-item {
    width: 100px;
    height: 50px;
    border: 2px dashed green;
    text-align: center;
    line-height: 35px;
    background: rgb(192, 231, 192);
    cursor: default;
    display: inline-block;
}

.grid-stack {
    /*  margin: 10px;
    border: solid 1px var(--test-7);
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 0.75rem;
    justify-content: space-between;
    transition: 0.2s ease;
    background-color: var(--first-color) !important;
    position: relative;
    display: flex;
    justify-content: center;
    background: radial-gradient( 400px circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
    cursor: pointer;*/
}

.grid-stack::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: radial-gradient(350px circle at var(--xPos) var(--yPos), rgb(11 50 255 / 10%), transparent 35%);
    opacity: 0;
    transition: all 0.35s ease-in-out;
}

.grid-stack.grid-stack-static {
    background: #eee;
}

.sidebar>.grid-stack-item,
.grid-stack-item-content {
    text-align: center;
    border-radius: 0.75rem;
    background-color: #20adbc;
}

.card-header {
    margin: 0;
    cursor: move;
    min-height: 25px;
    background-color: #16af91;
}

.ui-draggable-disabled.ui-resizable-disabled>.grid-stack-item-content {
    background-color: #777;
}

.grid-stack-item-removing {
    opacity: 0.5;
}

.trash {
    height: 100px;
    background: rgba(255, 0, 0, 0.1) center center url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQzOC41MjkgNDM4LjUyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUyOSA0MzguNTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQxNy42ODksNzUuNjU0Yy0xLjcxMS0xLjcwOS0zLjkwMS0yLjU2OC02LjU2My0yLjU2OGgtODguMjI0TDMwMi45MTcsMjUuNDFjLTIuODU0LTcuMDQ0LTcuOTk0LTEzLjA0LTE1LjQxMy0xNy45ODkgICAgQzI4MC4wNzgsMi40NzMsMjcyLjU1NiwwLDI2NC45NDUsMGgtOTEuMzYzYy03LjYxMSwwLTE1LjEzMSwyLjQ3My0yMi41NTQsNy40MjFjLTcuNDI0LDQuOTQ5LTEyLjU2MywxMC45NDQtMTUuNDE5LDE3Ljk4OSAgICBsLTE5Ljk4NSw0Ny42NzZoLTg4LjIyYy0yLjY2NywwLTQuODUzLDAuODU5LTYuNTY3LDIuNTY4Yy0xLjcwOSwxLjcxMy0yLjU2OCwzLjkwMy0yLjU2OCw2LjU2N3YxOC4yNzQgICAgYzAsMi42NjQsMC44NTUsNC44NTQsMi41NjgsNi41NjRjMS43MTQsMS43MTIsMy45MDQsMi41NjgsNi41NjcsMi41NjhoMjcuNDA2djI3MS44YzAsMTUuODAzLDQuNDczLDI5LjI2NiwxMy40MTgsNDAuMzk4ICAgIGM4Ljk0NywxMS4xMzksMTkuNzAxLDE2LjcwMywzMi4yNjQsMTYuNzAzaDIzNy41NDJjMTIuNTY2LDAsMjMuMzE5LTUuNzU2LDMyLjI2NS0xNy4yNjhjOC45NDUtMTEuNTIsMTMuNDE1LTI1LjE3NCwxMy40MTUtNDAuOTcxICAgIFYxMDkuNjI3aDI3LjQxMWMyLjY2MiwwLDQuODUzLTAuODU2LDYuNTYzLTIuNTY4YzEuNzA4LTEuNzA5LDIuNTctMy45LDIuNTctNi41NjRWODIuMjIxICAgIEM0MjAuMjYsNzkuNTU3LDQxOS4zOTcsNzcuMzY3LDQxNy42ODksNzUuNjU0eiBNMTY5LjMwMSwzOS42NzhjMS4zMzEtMS43MTIsMi45NS0yLjc2Miw0Ljg1My0zLjE0aDkwLjUwNCAgICBjMS45MDMsMC4zODEsMy41MjUsMS40Myw0Ljg1NCwzLjE0bDEzLjcwOSwzMy40MDRIMTU1LjMxMUwxNjkuMzAxLDM5LjY3OHogTTM0Ny4xNzMsMzgwLjI5MWMwLDQuMTg2LTAuNjY0LDguMDQyLTEuOTk5LDExLjU2MSAgICBjLTEuMzM0LDMuNTE4LTIuNzE3LDYuMDg4LTQuMTQxLDcuNzA2Yy0xLjQzMSwxLjYyMi0yLjQyMywyLjQyNy0yLjk5OCwyLjQyN0gxMDAuNDkzYy0wLjU3MSwwLTEuNTY1LTAuODA1LTIuOTk2LTIuNDI3ICAgIGMtMS40MjktMS42MTgtMi44MS00LjE4OC00LjE0My03LjcwNmMtMS4zMzEtMy41MTktMS45OTctNy4zNzktMS45OTctMTEuNTYxVjEwOS42MjdoMjU1LjgxNVYzODAuMjkxeiIgZmlsbD0iI2ZmOWNhZSIvPgoJCTxwYXRoIGQ9Ik0xMzcuMDQsMzQ3LjE3MmgxOC4yNzFjMi42NjcsMCw0Ljg1OC0wLjg1NSw2LjU2Ny0yLjU2N2MxLjcwOS0xLjcxOCwyLjU2OC0zLjkwMSwyLjU2OC02LjU3VjE3My41ODEgICAgYzAtMi42NjMtMC44NTktNC44NTMtMi41NjgtNi41NjdjLTEuNzE0LTEuNzA5LTMuODk5LTIuNTY1LTYuNTY3LTIuNTY1SDEzNy4wNGMtMi42NjcsMC00Ljg1NCwwLjg1NS02LjU2NywyLjU2NSAgICBjLTEuNzExLDEuNzE0LTIuNTY4LDMuOTA0LTIuNTY4LDYuNTY3djE2NC40NTRjMCwyLjY2OSwwLjg1NCw0Ljg1MywyLjU2OCw2LjU3QzEzMi4xODYsMzQ2LjMxNiwxMzQuMzczLDM0Ny4xNzIsMTM3LjA0LDM0Ny4xNzJ6IiBmaWxsPSIjZmY5Y2FlIi8+CgkJPHBhdGggZD0iTTIxMC4xMjksMzQ3LjE3MmgxOC4yNzFjMi42NjYsMCw0Ljg1Ni0wLjg1NSw2LjU2NC0yLjU2N2MxLjcxOC0xLjcxOCwyLjU2OS0zLjkwMSwyLjU2OS02LjU3VjE3My41ODEgICAgYzAtMi42NjMtMC44NTItNC44NTMtMi41NjktNi41NjdjLTEuNzA4LTEuNzA5LTMuODk4LTIuNTY1LTYuNTY0LTIuNTY1aC0xOC4yNzFjLTIuNjY0LDAtNC44NTQsMC44NTUtNi41NjcsMi41NjUgICAgYy0xLjcxNCwxLjcxNC0yLjU2OCwzLjkwNC0yLjU2OCw2LjU2N3YxNjQuNDU0YzAsMi42NjksMC44NTQsNC44NTMsMi41NjgsNi41N0MyMDUuMjc0LDM0Ni4zMTYsMjA3LjQ2NSwzNDcuMTcyLDIxMC4xMjksMzQ3LjE3MnogICAgIiBmaWxsPSIjZmY5Y2FlIi8+CgkJPHBhdGggZD0iTTI4My4yMiwzNDcuMTcyaDE4LjI2OGMyLjY2OSwwLDQuODU5LTAuODU1LDYuNTctMi41NjdjMS43MTEtMS43MTgsMi41NjItMy45MDEsMi41NjItNi41N1YxNzMuNTgxICAgIGMwLTIuNjYzLTAuODUyLTQuODUzLTIuNTYyLTYuNTY3Yy0xLjcxMS0xLjcwOS0zLjkwMS0yLjU2NS02LjU3LTIuNTY1SDI4My4yMmMtMi42NywwLTQuODUzLDAuODU1LTYuNTcxLDIuNTY1ICAgIGMtMS43MTEsMS43MTQtMi41NjYsMy45MDQtMi41NjYsNi41Njd2MTY0LjQ1NGMwLDIuNjY5LDAuODU1LDQuODUzLDIuNTY2LDYuNTdDMjc4LjM2NywzNDYuMzE2LDI4MC41NSwzNDcuMTcyLDI4My4yMiwzNDcuMTcyeiIgZmlsbD0iI2ZmOWNhZSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
}


/* make nested grid have slightly darker bg take almost all space (need some to tell them apart) so items inside can have similar to external size+margin */

.grid-stack>.grid-stack-item.grid-stack-sub-grid>.grid-stack-item-content {
    background: rgb(0 0 0 / 0%);
    inset: 0 2px;
}

.grid-stack.grid-stack-nested {
    background: none;
    inset: 0;
}

.grid-stack.show-dimensions .grid-stack-item:after {
    content: '1x1';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px;
    color: black;
    background-color: white;
    pointer-events: none;
    /* to not interfere with dragging the item */
}

.grid-stack.show-dimensions .grid-stack-item[gs-h]::after {
    content: '1x' attr(gs-h);
}

.grid-stack.show-dimensions .grid-stack-item[gs-w]::after {
    content: attr(gs-w) 'x1';
}

.grid-stack.show-dimensions .grid-stack-item[gs-h][gs-w]::after {
    content: attr(gs-w) 'x' attr(gs-h);
}

.grid-stack {
    margin: 10px;
    border: solid 1px var(--test-7);
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 0.75rem;
    justify-content: space-between;
    transition: 0.2s ease;
    background-color: var(--first-color) !important;
    position: relative;
    display: flex;
    justify-content: center;
    background: radial-gradient( 400px circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
    cursor: pointer;
}

.container-drag {
    margin-right: 40px;
}

.DashboardName {
    background: var(--first-color);
    width: 100%;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    border-color: #ffffff30;
}

.nice-select.open .list {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px;
}

.grid-stack-item {
    display: flex;
    justify-content: center;
    align-items: center;
}






.header.dashboard {
 border: none !important;
margin-top: -3rem;
  height: 100%;
  position: absolute;
  background-color: #05081800;
}






.header {
	max-width: 1290px;
	margin: 0 auto;
	/* margin-top: 0px; */
	margin-top: 29px;
	border-radius: 64px;
	/* border: 2px white; */
	border: 2px solid #96caf76e;
	background-color: #05081882;
	
}

.custom-row.align-items-end.justify-content-between {

	padding-top: 45px;
	padding-left: 43px;
	border-radius: 20px;
	background-color: black;
	padding-right: 108px;
background: radial-gradient(134.57% 100% at 50.05% 0,#000000e0 54.78%,#010101de 65.9%,#151d8e 82.09%,#386fb4 94.3%,#fd88aeba 100%),#1719960d;
}

.cta-body.text-center {
	background: rgba(22, 39, 63, 0.5);
	position: relative;
	padding: 200px 0 190px 0;
	max-width: 1170px;
	margin: 0 auto;
	border: solid 0px #435E7B;
	border-radius: 20px;
	padding: 28px;
	backdrop-filter: blur(13px);
	box-shadow: inset 0px -61px 228px 4px rgb(0,0,0);
	padding-top: 45px;
  padding-bottom: 45px;
}

.company-service-area {
	/*box-shadow: 0px -189px 220px rgb(0, 0, 0);*/
	/* z-index: 999; */
	position: relative;
	z-index: 0;
	/* box-shadow: inset aqua; */
}


.new-release-hero-img-area {
background: radial-gradient(134.57% 100% at 50.05% 0,#d38e8e00 40.78%,#73a0e752 65.9%,#0e0f4a96 82.09%,#0a1630e8 94.3%,#000 100%),#30318c00;
    
}



.company-service-area {
	background: radial-gradient(134.57% 100% at 50.05% 100%, #8b373700 54.78%, #b87d7d00 15.9%, #2e326b00 20.09%, #36363600 70.3%, #000000f5), #3334a000;
}

.section-title {
 font-size: 46px;
}


.section-title {
    font-size: 49px !important;
}

@media (max-width: 1024px) {
    .section-title {
        font-size: 28px !important;
    }
}


@media (max-width: 768px) {
  .suggestion-list {
    width: 91%;
  }
}


@media (max-width: 768px) {
  .centercards {
    margin-top: 19.8rem !important;
  }
}

@media (max-width: 768px) {
  .header2 .subtitle {
    font-size: 11px;
    top: 218px;
    width: 92%;
  }
}

@media (max-width: 768px) {
  .header2 .title {
    font-size: 30px;
    top: 157px;
    width: 92%;
  }
}


@media (max-width: 768px) {
  .help-container {
    height: 100px;
    width: 100px;
    top: 81px;
    right: 0px;
  }
}


@media (max-width: 768px) {
    .case-studio-area .custom-container {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .elementor-element.elementor-element-5e7267c.elementor-widget-synckpagesfeature {
        padding: 0 22px !important;
    }
}


@media (max-width: 768px) {
    .feature3-lists {
        padding: 0px 30px 40px 0px;
    }
}

@media (max-width: 768px) {
    .elementor-element.elementor-element-0cc14f8.cta-area.elementor-widget.elementor-widget-synckpagescta {
        padding: 0 !important;
    }
}


.about2-area {
	padding-top: 85px !important;
}


.service-area {
	padding-top: 48px !important;
}


.case-studio-area {
	padding-top: 85px !important;
}


.elementor-element.elementor-element-612fea6.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
	padding-top: 48px !important;
}

.faq-area.faq-style-2-area {
	padding-top: 85px !important;
}


.elementor-element.elementor-element-0cc14f8.cta-area.elementor-widget.elementor-widget-synckpagescta {
	padding-top: 48px !important;
}



.contact-area {
	padding-top: 85px !important;
}


.banner-btn-area {
	display: none;
}

@media (max-width: 768px) {
    .career-area, 
    .how-we-do-single-page .new-release-hero-img-area, 
    .new-release-page .new-release-hero-img-area, 
    .pricing-table-area, 
    .faq-style-2-area, 
    .feature3-area, 
    .our-team-4-area, 
    .cta-area, 
    .our-team-2-area, 
    .portfolio-details-page .cta-area, 
    .about-service7-area, 
    .feature2-area, 
    .about2-area, 
    .contact-area, 
    .news-area {
        padding-top: 40px !important;
    }
}

@media (max-width: 768px) {
    .service-area {
        padding-top: unset !important;
    }
}

@media (max-width: 768px) {
    .case-studio-area {
        padding-top: 40px !important;
    }
}

.footer-top {
	padding-top: 85px;
}


@media (max-width: 768px) {
    .elementor-element.elementor-element-612fea6.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
        padding-top: unset !important;
    }
}


@media (max-width: 768px) {
    .faq-area.faq-style-2-area {
        padding-top: 40px !important;
    }
}


@media (max-width: 768px) {
    .elementor-element.elementor-element-0cc14f8.cta-area.elementor-widget.elementor-widget-synckpagescta {
        padding-top: unset !important;
    }
}


@media (max-width: 768px) {
    .custom-row {
        padding-bottom: 48px !important;
    }
}


@media (max-width: 768px) {
    .typing-area .icon {
        height: 16px !important;
    }
}

@media (max-width: 768px) {
    .styles_bg__W_IGi {
        background-size: unset !important;
   
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .styles_bg__W_IGi {
        background-size: unset !important;
        
    }
}
