@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: O-Tech HTML Template
    Author: VikingLab
    Support: 
    Description: O-Tech HTML Template
    Version: 1.0.0

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

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 5

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css
		4.4 Category menu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css
		5.5 Blog Grid css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Slider css
		7.2 About css
		7.3 Feature css
		7.4 Subscribe css
		7.5 Instagram css
		7.6 Testimonial css
		7.7 Brand css
		7.8 CTA css
		7.9 Login css
		7.10 Contact css
		7.11 Error css
		7.12 Profile css

	---------------------------------
	08. ECOMMERCE CSS
	---------------------------------
		8.1 Ecommerce Common CSS
		8.2 Cartmini CSS
		8.3 Cart Modal CSS
		8.4 Category CSS
		8.5 Banner CSS
		8.6 Tooltip CSS
		8.7 Featured Product CSS
		8.8 Trending CSS
		8.9 Product Card CSS
		8.10 Product Card Style 2 CSS
		8.11 Product Card Style 3 CSS
		8.12 Product Card Style 4 CSS
		8.13 Product Card Style 5 CSS
		8.14 Product Details CSS
		8.15 Product Widget CSS
		8.16 Shop CSS
		8.17 Filter Offcanvas CSS
		8.18 Product Quantity CSS
		8.19 Cart CSS
		8.20 Order CSS
		8.21 Checkout CSS
		8.22 compare CSS
		8.23 Collection CSS
		8.24 Deal CSS
		8.25 Side Banner CSS
		8.26 Coupon CSS


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/

:root {
    --vl-theme-color: #0d43fe;
    --vl-theme-color-2: #9edd05;
    --vl-theme-bg-2: #083c2f;
    --vl-theme-color-3: #2334de;
    --vl-theme-color-4: #5038c9;
    --vl-theme-color-5: #5040e0;
    --vl-text-1: #5f6168;
    --vl-text-2: #111112;
    --vl-text-3: #1c1c25;
    --vl-text-4: #525057;
    --vl-text-5: #5a5a5f;
    --vl-gradient-1: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
    --vl-gradient-2: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    --vl-black: #050c36;
    --vl-black-text-4: #14212b;
    --vl-cmn-black: #111840;
    --vl-cmn-black-2: #1d244a;
    --vl-black-theme-2: #1c1c25;
    --vl-white: white;
    --vl-white-3: rgba(255, 255, 255, 0.3);
    --vl-white-5: rgba(255, 255, 255, 0.05);
    --vl-white-8: rgba(255, 255, 255, 0.8);
    --vl-grey-color: #f6f8f9;
    --vl-grey-color-2: #f7f8fa;
    --vl-grey-color-3: #f6f6f6;
    --vl-grey-color-4: #f4f5f8;
}

:root {
    --vl-fonts-figtree: "Figtree", sans-serif;
}

.vl-btn {
    background: var(--vl-gradient-1);
    padding: 16px 45px;
    font-size: 18px;
    font-family: var(--vl-fonts-figtree);
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    line-height: 18px;
}
.vl-btn:hover {
    color: #fff;
}
.vl-btn:hover .vl-btn-y-1 {
    transform: translateY(-100%);
}
.vl-btn:hover .vl-btn-y-2 {
    transform: translateY(0);
}
.vl-btn-sec {
    background: var(--vl-gradient-1);
    padding: 16px 24px;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--vl-fonts-figtree);
    border-radius: 8px;
    display: inline-block;
    position: relative;
}
.vl-btn-sec-black {
    background: var(--vl-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-btn-sec {
        padding: 9px;
    }
}
@media (max-width: 575px) {
    .vl-btn-sec {
        padding: 16px;
    }
}
.vl-btn-sec:hover .vl-btn-y-1 {
    transform: translateY(-100%);
}
.vl-btn-sec:hover .vl-btn-y-2 {
    transform: translateY(0);
}
.vl-btn-sec-2 {
    background: inherit;
    border: 1px solid #fff;
    margin-left: 15px;
}
@media (max-width: 575px) {
    .vl-btn-sec-2 {
        margin-left: 0px;
        margin-top: 15px;
    }
}
.vl-btn-sec-3 {
    background: var(--vl-theme-color-2);
    color: #083c2f;
    position: relative;
    z-index: 1;
}
.vl-btn-sec-3::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    height: 36px;
    width: 36px;
    background: #1c1c25;
    opacity: 0.1;
    border-radius: 50px;
    z-index: -1;
}
.vl-btn-sec-3 .vl-btn-wrap-3 {
    color: #333;
}
.vl-btn-sec-3.vl-btn-secondary {
    background: inherit;
    border: 1px solid #fff;
    padding: 14px 24px;
}
.vl-btn-sec-3.vl-btn-secondary .vl-btn-wrap-6 {
    color: #fff;
}
@media (max-width: 575px) {
    .vl-btn-sec-3.vl-btn-secondary {
        margin-top: 20px;
    }
}
.vl-btn-sec-4 {
    background: #fff;
    padding: 8px 8px 8px 20px;
}
.vl-btn-sec-4 .vl-btn-wrap {
    color: #523ecd;
}
@media (max-width: 575px) {
    .vl-btn-sec-4 .vl-btn-wrap {
        font-size: 15px;
        line-height: 15px;
    }
}
.vl-btn-sec-5 {
    background: var(--vl-gradient-2);
    padding: 8px 8px 8px 20px;
}
.vl-btn-sec-5 .vl-btn-wrap {
    color: #fff;
}
.vl-btn-sec-6 {
    background: var(--vl-theme-color-4);
    padding: 8px 20px;
}
@media (max-width: 575px) {
    .vl-btn-sec-cta {
        width: 100%;
        background: linear-gradient(90deg, #726efc 0%, #2e0797 100%);
    }
}
.vl-btn-sec-about {
    background: #2334de;
}
.vl-btn-sec-about span {
    color: #fff;
}
.vl-btn-sec-about .vl-btn-wrap i {
    background: #3948e1;
}
@media (max-width: 575px) {
    .vl-btn-sec-about {
        margin-bottom: 20px;
    }
}
.vl-btn:hover {
    background: var(--vl-theme-color);
    color: #fff;
    border-color: var(--vl-theme-color);
    opacity: 1;
}
.vl-btn-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.vl-btn-wrap span {
    transition: 0.3s;
    display: block;
}
.vl-btn-wrap i {
    background: #e9ebfc;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-left: 8px;
}
.vl-btn-wrap-2 i {
    background: #928aee;
}
.vl-btn-wrap-2 .ar-ative i {
    background: #ebe8f7 !important;
}
.vl-btn-wrap-6 {
    color: #083c2f;
}
.vl-btn-wrap-6 i {
    background: transparent;
    transform: rotate(0);
    height: 18px;
    width: 18px;
    line-height: 18px;
}
.vl-btn-y-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(100%);
}

.vl-herobtn {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-herobtn.vl-aboutbtn {
    background: var(--04-homepagemaincolors, linear-gradient(90deg, #2e0797 0%, #726efc 100%));
}
.vl-herobtn:hover .theme-btn {
    background: rgb(255, 255, 255);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}
.vl-herobtn:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    transition: 0.3s;
    background: linear-gradient(90deg, #726efc 0%, #2e0797 100%);
}
.vl-herobtn:hover:after {
    transform: scale(1);
    transition: 0.3s;
}

.theme-btn {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    padding: 8px 8px 8px 20px;
    display: inline-block;
}
@media (max-width: 575px) {
    .theme-btn.ctabtn {
        background: linear-gradient(90deg, #726efc 0%, #2e0797 100%);
    }
}
.theme-btn.theme-btn2 {
    color: #fff !important;
    -webkit-text-fill-color: inherit;
    transition: 0.3s;
}
.theme-btn span {
    background: linear-gradient(90deg, rgb(235, 232, 246) 0%, rgb(240, 239, 253) 100%);
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    transform: rotate(-45deg);
    margin-left: 6px;
    transition: 0.3s;
}
.theme-btn span i {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.vl-offcanvas-menu .theme-btn span {
    display: inline-block;
}

.vl-offcanvas-menu .theme-btn {
    padding: 8px 8px 8px 20px;
}

.vl-btn-3 {
    padding: 8px 8px 8px 20px;
    display: inline-block;
}

.vl-hero-btn-3 {
    line-height: 18px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #2334de;
    background-color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    display: inline-block;
}
.vl-hero-btn-3 span {
    background: #e9ebfc;
    transition: 0.3s;
    height: 36px;
    display: inline-block;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    transform: rotate(-45deg);
    font-size: 20px;
    margin-left: 8px;
}
.vl-hero-btn-3::before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #2334de;
    transition: all 0.3s ease-in-out;
}
.vl-hero-btn-3:hover {
    color: #fff;
    transition: 0.3s;
}
.vl-hero-btn-3:hover::before {
    left: 0;
    width: 100%;
    right: auto;
}

.thme-btn3 {
    background: #2334de;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}
.thme-btn3:hover {
    color: #fff;
    transition: 0.3s;
}
.thme-btn3 span {
    background: #3948e1;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    transform: rotate(-45deg);
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.3s;
    margin-left: 6px;
}
.thme-btn3::before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.thme-btn3:hover::before {
    left: 0;
    width: 100%;
    right: auto;
}

.them-btn2 {
    background: #9edd05;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 17px 20px;
    text-transform: uppercase;
    color: #083c2f;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.them-btn2:after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    left: 8px;
    top: 8px;
    z-index: -1;
    border-radius: 50px;
    opacity: 0.1;
    background: #1c1c25;
    transition: 0.3s;
}
.them-btn2:hover {
    color: #083c2f;
    transition: 0.3s;
}
.them-btn2:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}
.them-btn2 span {
    margin-left: 6px;
}

.theme-sec-btn2 {
    border: 1px solid #fff;
    padding: 16px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.theme-sec-btn2:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    opacity: 0.1;
    background: #fff;
    transition: 0.3s;
}
.theme-sec-btn2:hover {
    color: #9edd05;
    border: 1px solid #9edd05;
}
.theme-sec-btn2:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}
.theme-sec-btn2 span {
    font-size: 18px;
    margin-left: 6px;
    height: 18px;
    width: 18px;
}

.them-btn2.btn-dot:after {
    position: absolute;
    content: "";
    left: 75px;
}

.them-btn2.btn-dot:hover:after {
    left: 0;
}

.them-btn2.theme-home-btn2 {
    color: #fff !important;
}

.vl-iner-btn {
    background: #5038c9;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}
.vl-iner-btn span {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    transform: rotate(-45deg);
    margin-left: 6px;
    transition: 0.3s;
}
.vl-iner-btn:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111112;
    z-index: -1;
    transform: scaleX(0);
    transition: 0.3s;
}
.vl-iner-btn:hover {
    color: #fff;
}
.vl-iner-btn:hover:after {
    transform: scale(1.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-hero-btn-3.fl-right {
        float: inherit;
    }
}

.vl-hero-btn-3:hover span {
    color: #2334de;
}

.vl-about-inner-btn.active-btn .vl-iner-btn {
    color: #5038c9;
    background: white;
}

.vl-about-inner-btn.active-btn .vl-iner-btn span {
    background: #eeebfa;
}

.vl-about-inner-btn.active-btn .vl-iner-btn:hover:after {
    background: #111112;
}

.vl-about-inner-btn.active-btn .vl-iner-btn:hover {
    color: #fff;
}

.them-btn2 {
    color: #083c2f !important;
}

.vl-section-subtitle {
    font-size: 18px;
    margin: 0;
    line-height: 18px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.vl-section-subtitle-2 {
    color: #9edd05;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.vl-section-subtitle-2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 2px;
    background: var(--vl-theme-color-2);
}
.vl-section-subtitle-2 .fw-500 {
    font-weight: 500;
}
.vl-section-subtitle-black-border {
    color: var(--vl-black-theme-2);
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.vl-section-subtitle-black-border::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 2px;
    background: var(--vl-black-theme-2);
}
.vl-section-subtitle-white-border {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.vl-section-subtitle-white-border::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 2px;
    background: #fff;
}
@media (max-width: 575px) {
    .vl-section-subtitle {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.vl-section-subtitle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
}
.vl-section-subtitle::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
}
.vl-section-subtitle-3 {
    display: inline-block;
    padding: 10px 14px;
    line-height: 16px;
}
@media (max-width: 575px) {
    .vl-section-subtitle-3 {
        font-size: 15px !important;
        line-height: 15px;
    }
}
.vl-section-subtitle-4 {
    border-radius: 50px;
    background: rgba(35, 52, 222, 0.05);
    display: inline-block;
    padding: 10px 14px;
    line-height: 16px;
}
.vl-section-subtitle-4.review-bg {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
}
.vl-section-subtitle-5 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 10px 14px;
}
@media (max-width: 575px) {
    .vl-section-subtitle-5 {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 10px;
    }
}
.vl-section-subtitle-6 {
    margin: 0;
    border-radius: 50px;
    font-size: 16px;
    line-height: 16px;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vl-section-subtitle-7 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    background: #ebe9f4;
    display: inline-block;
    padding: 10px 14px;
    color: #5038c9;
}
.vl-section-subtitle-8 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    background: #f5f3fb;
    display: inline-block;
    padding: 10px 14px;
    color: #5038c9;
}
.vl-section-subtitle-8.subtitle-9 {
    background: rgba(55, 12, 171, 0.05);
}
.vl-section-heading {
    margin: 0;
    font-size: 56px;
    line-height: 66px;
}
@media (max-width: 575px) {
    .vl-section-heading {
        font-size: 40px;
        line-height: 50px;
    }
}
.vl-section-heading-2 {
    font-size: 64px;
    line-height: 76px;
}
@media (max-width: 575px) {
    .vl-section-heading-2 {
        font-size: 40px;
        line-height: 50px;
    }
}
.vl-section-title {
    font-size: 44px;
    line-height: 52px;
    margin: 0;
}
@media (max-width: 575px) {
    .vl-section-title {
        font-size: 27px;
        line-height: 37px;
    }
}
@media (max-width: 575px) {
    .vl-section-title-wrapper p br {
        display: none;
    }
}
.vl-section-title-wrapper-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.vl-section-title-2 {
    color: var(--vl-text-2);
}
.vl-section-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.vl-section-description.desc-3 {
    color: rgba(255, 255, 255, 0.8);
}
.vl-section-description-2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: var(--vl-text-4);
}
.vl-section-description-3 {
    color: var(--vl-text-5);
    opacity: 1;
}
.vl-section-description-4 {
    color: #5f6168;
}
.vl-section-description .section-description3 {
    color: rgba(255, 255, 255, 0.8);
}
.vl-section-3 {
    display: inline-block;
}
.vl-section-subheading {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 50px;
    background: rgba(46, 7, 151, 0.05);
}

.vl-brand-title {
    font-size: 20px;
    line-height: 28px;
}

/*----------------------------------------*/
/*  Back to Top
/*----------------------------------------*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 999;
}
.progress-wrap::after,
.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.progress-wrap::after {
    color: #2e0797;
    z-index: 1;
}
.progress-wrap::before {
    opacity: 0;
    z-index: 2;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #2e0797;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap2 svg.progress-circle path {
    stroke: #9edd05;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
.progress-wrap2::after {
    color: #9edd05;
}

.progress-wrap3 svg.progress-circle path {
    stroke: #2334de;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
.progress-wrap3::after {
    color: #2334de;
}

.progress-wrap4 svg.progress-circle path {
    stroke: #bb29f2;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
.progress-wrap4::after {
    color: #bb29f2;
}

.vl-header-action-item {
    float: right;
    border: 1px solid #fff;
    padding: 7px 11px;
    border-radius: 8px;
    color: #fff;
}

.vl-offcanvas {
    position: fixed;
    background: #fff;
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}
.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.vl-offcanvas-close-toggle {
    font-size: 30px;
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.vl-offcanvas-title {
    font-size: 35px;
}
.vl-offcanvas-info span {
    display: block;
    color: #222;
    margin-bottom: 5px;
}
.vl-offcanvas-info-box {
    display: flex;
    align-items: center;
}
.vl-offcanvas-info-box-icon span {
    background: #f4f5f8;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-right: 15px;
}
.vl-offcanvas-info-box-icon span img {
    height: 30px;
    width: 30px;
}
.vl-offcanvas-info-box-text span a {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1;
}
.vl-offcanvas-sm-title {
    font-size: 25px;
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vl-heading-color);
    border: 1px solid rgba(2, 11, 24, 0.1);
    font-size: 14px;
}
.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.vl-offcanvas .them-btn2 {
    padding: 17px 20px;
    font-weight: 700;
    display: inline-block;
}

.vl-offcanvas .them-btn2 span {
    display: inline-block;
}

.vl-offcanvas-3 .thme-btn3 {
    padding: 8px 8px 8px 20px;
    display: inline-block;
}

.vl-offcanvas-3 .thme-btn3 span {
    display: inline-block;
}

.vl-offcanvas-4 .vl-home-btn4 .vl-btn-sec span {
    display: block;
}

.vl-home-btn4 .vl-btn-sec {
    padding: 16px 24px;
}

.vlFadeInUp {
    opacity: 0; /* Start invisible */
    animation: vlFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes vlFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Start slightly below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at original position */
    }
}
@keyframes vlslideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.vlfadeInLeft {
    opacity: 0; /* Start invisible */
    animation: vlfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes vlfadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}
.vlSkillInLeft {
    opacity: 0; /* Start invisible */
    animation: vlSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes vlSkillInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px); /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}
.slideinup {
    -webkit-animation-name: slideinup;
    animation-name: slideinup;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}
.slideinleft {
    -webkit-animation-name: slideinleft;
    animation-name: slideinleft;
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }
    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}
/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #111112;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader2 {
    background-color: #1c1c25;
}

.loading-container,
.loading {
    height: 140px;
    position: relative;
    width: 140px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent #fff;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 60%;
    left: 60% !important;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
}

#loading-icon img {
    height: 70px;
    width: 70px;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
html,
body {
    overflow-x: hidden;
}

body {
    font-family: var(--vl-fonts-figtree);
    font-size: 14px;
    font-weight: 500;
    color: var(--vl-black);
    line-height: 26px;
    overflow-x: hidden;
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--vl-fonts-figtree);
    color: var(--vl-theme-sec-color);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--vl-fonts-figtree);
    font-size: 16px;
    font-weight: 500;
    color: var(--vl-text-body);
    line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

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

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    background-color: #292f53;
    height: 56px;
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    color: #e0e2e3;
    padding-left: 26px;
    padding-right: 26px;
    border: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--vl-common-black);
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

*::-moz-selection {
    background: var(--vl-theme-color);
    color: var(--vl-white);
    text-shadow: none;
}

*::selection {
    background: var(--vl-theme-color);
    color: var(--vl-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--vl-white);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #111112;
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
}

.vl-sidebar-form ::placeholder {
    color: #5f6168;
}

.vl-sidebar-widget-search-form ::placeholder {
    color: #68686d;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .pt-100 {
        padding-top: 50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .pb-70 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .mb-60 {
        margin-bottom: 30px !important;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    p br {
        display: none;
    }
}

.vl-upper {
    text-transform: uppercase;
}

.fl-right {
    float: right;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.br-4 {
    border-radius: 4px;
}
.br-8 {
    border-radius: 8px;
}
.br-16 {
    border-radius: 16px;
}
.br-50 {
    border-radius: 50px;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.overflow-x-visible {
    overflow-x: visible;
    overflow-y: hidden;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.vl-fs-15 {
    font-size: 15px;
}
.vl-fs-16 {
    font-size: 16px;
}
.vl-fs-18 {
    font-size: 18px;
}
.vl-fs-20 {
    font-size: 20px;
}
.vl-fs-24 {
    font-size: 24px;
}
.vl-fs-30 {
    font-size: 30px;
}
@media (max-width: 575px) {
    .vl-fs-30 {
        font-size: 22px;
    }
}
.vl-fs-32 {
    font-size: 32px;
}
@media (max-width: 575px) {
    .vl-fs-32 {
        font-size: 22px;
    }
}
.vl-fs-40 {
    font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-fs-40 {
        font-size: 32px;
    }
}
.vl-fs-44 {
    font-size: 44px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-fs-44 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-fs-44 {
        font-size: 32px !important;
    }
}
.vl-fs-60 {
    font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-fs-60 {
        font-size: 32px;
    }
}

.vl-lineheight-18 {
    line-height: 18px;
}
.vl-lineheight-20 {
    line-height: 20px;
}
.vl-lineheight-26 {
    line-height: 26px;
}
.vl-lineheight-28 {
    line-height: 28px;
}
.vl-lineheight-32 {
    line-height: 32px;
}
.vl-lineheight-40 {
    line-height: 40px;
}
.vl-lineheight-44 {
    line-height: 44px;
}

.mr-0 {
    margin-right: 0 !important;
}

.vl-text-para {
    color: #5f6168;
}

.vl-text-gary {
    color: #5f6168;
}
.vl-text-cmn-blck {
    color: #111112 !important;
}

.vl-nblue {
    background-color: var(--vl-theme-color);
}

.vl-gradient {
    background: var(--vl-gradient-1);
}

.vl-gradient-2 {
    background: var(--vl-gradient-2);
}

.vl-black-bg {
    background-color: var(--vl-black);
}

.vl-comn-black {
    background-color: var(--vl-cmn-black);
}

.vl-comn-black-2 {
    background-color: var(--vl-cmn-black-2);
}

.vl-theme-bg-2 {
    background: var(--vl-theme-bg-2);
}

.vl-theme-c2 {
    color: var(--vl-theme-color-2);
}

.vl-black-theme-2 {
    color: var(--vl-black-theme-2);
    transition: 0.3s;
}

.vl-theme-color-3 {
    background: var(--vl-theme-color-3);
}

.vl-theme-color3 {
    color: var(--vl-theme-color-3);
}

.vl-blc-text-4 {
    color: var(--vl-black-text-4);
}

.vl-gray-bg {
    background: var(--vl-grey-color);
}

.vl-gray-bg-2 {
    background: var(--vl-grey-color-2);
}

.vl-gray-bg-4 {
    background: var(--vl-grey-color-4) !important;
}

.vl-white-bg {
    background-color: var(--vl-white);
}

.vl-white {
    color: var(--vl-white);
}

.vl-semi {
    font-weight: 600;
}
.vl-medium {
    font-weight: 500 !important;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
    margin-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-1 {
    margin-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-23 {
    margin-left: 23px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-27 {
    margin-left: 27px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-29 {
    margin-left: 29px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-31 {
    margin-left: 31px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-33 {
    margin-left: 33px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-37 {
    margin-left: 37px;
}

.ml-38 {
    margin-left: 38px;
}

.ml-39 {
    margin-left: 39px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-41 {
    margin-left: 41px;
}

.ml-42 {
    margin-left: 42px;
}

.ml-43 {
    margin-left: 43px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-46 {
    margin-left: 46px;
}

.ml-47 {
    margin-left: 47px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-49 {
    margin-left: 49px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-51 {
    margin-left: 51px;
}

.ml-52 {
    margin-left: 52px;
}

.ml-53 {
    margin-left: 53px;
}

.ml-54 {
    margin-left: 54px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-56 {
    margin-left: 56px;
}

.ml-57 {
    margin-left: 57px;
}

.ml-58 {
    margin-left: 58px;
}

.ml-59 {
    margin-left: 59px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-61 {
    margin-left: 61px;
}

.ml-62 {
    margin-left: 62px;
}

.ml-63 {
    margin-left: 63px;
}

.ml-64 {
    margin-left: 64px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-66 {
    margin-left: 66px;
}

.ml-67 {
    margin-left: 67px;
}

.ml-68 {
    margin-left: 68px;
}

.ml-69 {
    margin-left: 69px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-71 {
    margin-left: 71px;
}

.ml-72 {
    margin-left: 72px;
}

.ml-73 {
    margin-left: 73px;
}

.ml-74 {
    margin-left: 74px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-76 {
    margin-left: 76px;
}

.ml-77 {
    margin-left: 77px;
}

.ml-78 {
    margin-left: 78px;
}

.ml-79 {
    margin-left: 79px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-81 {
    margin-left: 81px;
}

.ml-82 {
    margin-left: 82px;
}

.ml-83 {
    margin-left: 83px;
}

.ml-84 {
    margin-left: 84px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-86 {
    margin-left: 86px;
}

.ml-87 {
    margin-left: 87px;
}

.ml-88 {
    margin-left: 88px;
}

.ml-89 {
    margin-left: 89px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-91 {
    margin-left: 91px;
}

.ml-92 {
    margin-left: 92px;
}

.ml-93 {
    margin-left: 93px;
}

.ml-94 {
    margin-left: 94px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-96 {
    margin-left: 96px;
}

.ml-97 {
    margin-left: 97px;
}

.ml-98 {
    margin-left: 98px;
}

.ml-99 {
    margin-left: 99px;
}

.ml-100 {
    margin-left: 100px;
}

/*-- Margin Right --*/
.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-23 {
    margin-right: 23px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-27 {
    margin-right: 27px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-29 {
    margin-right: 29px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-31 {
    margin-right: 31px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-33 {
    margin-right: 33px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-37 {
    margin-right: 37px;
}

.mr-38 {
    margin-right: 38px;
}

.mr-39 {
    margin-right: 39px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-41 {
    margin-right: 41px;
}

.mr-42 {
    margin-right: 42px;
}

.mr-43 {
    margin-right: 43px;
}

.mr-44 {
    margin-right: 44px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-46 {
    margin-right: 46px;
}

.mr-47 {
    margin-right: 47px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-49 {
    margin-right: 49px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-51 {
    margin-right: 51px;
}

.mr-52 {
    margin-right: 52px;
}

.mr-53 {
    margin-right: 53px;
}

.mr-54 {
    margin-right: 54px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-56 {
    margin-right: 56px;
}

.mr-57 {
    margin-right: 57px;
}

.mr-58 {
    margin-right: 58px;
}

.mr-59 {
    margin-right: 59px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-61 {
    margin-right: 61px;
}

.mr-62 {
    margin-right: 62px;
}

.mr-63 {
    margin-right: 63px;
}

.mr-64 {
    margin-right: 64px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-66 {
    margin-right: 66px;
}

.mr-67 {
    margin-right: 67px;
}

.mr-68 {
    margin-right: 68px;
}

.mr-69 {
    margin-right: 69px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-71 {
    margin-right: 71px;
}

.mr-72 {
    margin-right: 72px;
}

.mr-73 {
    margin-right: 73px;
}

.mr-74 {
    margin-right: 74px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-76 {
    margin-right: 76px;
}

.mr-77 {
    margin-right: 77px;
}

.mr-78 {
    margin-right: 78px;
}

.mr-79 {
    margin-right: 79px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-81 {
    margin-right: 81px;
}

.mr-82 {
    margin-right: 82px;
}

.mr-83 {
    margin-right: 83px;
}

.mr-84 {
    margin-right: 84px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-86 {
    margin-right: 86px;
}

.mr-87 {
    margin-right: 87px;
}

.mr-88 {
    margin-right: 88px;
}

.mr-89 {
    margin-right: 89px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-91 {
    margin-right: 91px;
}

.mr-92 {
    margin-right: 92px;
}

.mr-93 {
    margin-right: 93px;
}

.mr-94 {
    margin-right: 94px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-96 {
    margin-right: 96px;
}

.mr-97 {
    margin-right: 97px;
}

.mr-98 {
    margin-right: 98px;
}

.mr-99 {
    margin-right: 99px;
}

.mr-100 {
    margin-right: 100px;
}

/*-- Padding Top --*/
.pt-1 {
    padding-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-1 {
    padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-27 {
    padding-left: 27px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-29 {
    padding-left: 29px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-31 {
    padding-left: 31px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-33 {
    padding-left: 33px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-37 {
    padding-left: 37px;
}

.pl-38 {
    padding-left: 38px;
}

.pl-39 {
    padding-left: 39px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-41 {
    padding-left: 41px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-43 {
    padding-left: 43px;
}

.pl-44 {
    padding-left: 44px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-46 {
    padding-left: 46px;
}

.pl-47 {
    padding-left: 47px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-49 {
    padding-left: 49px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-51 {
    padding-left: 51px;
}

.pl-52 {
    padding-left: 52px;
}

.pl-53 {
    padding-left: 53px;
}

.pl-54 {
    padding-left: 54px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-56 {
    padding-left: 56px;
}

.pl-57 {
    padding-left: 57px;
}

.pl-58 {
    padding-left: 58px;
}

.pl-59 {
    padding-left: 59px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-61 {
    padding-left: 61px;
}

.pl-62 {
    padding-left: 62px;
}

.pl-63 {
    padding-left: 63px;
}

.pl-64 {
    padding-left: 64px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-66 {
    padding-left: 66px;
}

.pl-67 {
    padding-left: 67px;
}

.pl-68 {
    padding-left: 68px;
}

.pl-69 {
    padding-left: 69px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-71 {
    padding-left: 71px;
}

.pl-72 {
    padding-left: 72px;
}

.pl-73 {
    padding-left: 73px;
}

.pl-74 {
    padding-left: 74px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-76 {
    padding-left: 76px;
}

.pl-77 {
    padding-left: 77px;
}

.pl-78 {
    padding-left: 78px;
}

.pl-79 {
    padding-left: 79px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-81 {
    padding-left: 81px;
}

.pl-82 {
    padding-left: 82px;
}

.pl-83 {
    padding-left: 83px;
}

.pl-84 {
    padding-left: 84px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-86 {
    padding-left: 86px;
}

.pl-87 {
    padding-left: 87px;
}

.pl-88 {
    padding-left: 88px;
}

.pl-89 {
    padding-left: 89px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-91 {
    padding-left: 91px;
}

.pl-92 {
    padding-left: 92px;
}

.pl-93 {
    padding-left: 93px;
}

.pl-94 {
    padding-left: 94px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-96 {
    padding-left: 96px;
}

.pl-97 {
    padding-left: 97px;
}

.pl-98 {
    padding-left: 98px;
}

.pl-99 {
    padding-left: 99px;
}

.pl-100 {
    padding-left: 100px;
}

/*-- Padding Right --*/
.pr-1 {
    padding-right: 1px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-21 {
    padding-right: 21px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-23 {
    padding-right: 23px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-27 {
    padding-right: 27px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-29 {
    padding-right: 29px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-31 {
    padding-right: 31px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-33 {
    padding-right: 33px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-37 {
    padding-right: 37px;
}

.pr-38 {
    padding-right: 38px;
}

.pr-39 {
    padding-right: 39px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-41 {
    padding-right: 41px;
}

.pr-42 {
    padding-right: 42px;
}

.pr-43 {
    padding-right: 43px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-46 {
    padding-right: 46px;
}

.pr-47 {
    padding-right: 47px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-49 {
    padding-right: 49px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-51 {
    padding-right: 51px;
}

.pr-52 {
    padding-right: 52px;
}

.pr-53 {
    padding-right: 53px;
}

.pr-54 {
    padding-right: 54px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-56 {
    padding-right: 56px;
}

.pr-57 {
    padding-right: 57px;
}

.pr-58 {
    padding-right: 58px;
}

.pr-59 {
    padding-right: 59px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-61 {
    padding-right: 61px;
}

.pr-62 {
    padding-right: 62px;
}

.pr-63 {
    padding-right: 63px;
}

.pr-64 {
    padding-right: 64px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-66 {
    padding-right: 66px;
}

.pr-67 {
    padding-right: 67px;
}

.pr-68 {
    padding-right: 68px;
}

.pr-69 {
    padding-right: 69px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-71 {
    padding-right: 71px;
}

.pr-72 {
    padding-right: 72px;
}

.pr-73 {
    padding-right: 73px;
}

.pr-74 {
    padding-right: 74px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-76 {
    padding-right: 76px;
}

.pr-77 {
    padding-right: 77px;
}

.pr-78 {
    padding-right: 78px;
}

.pr-79 {
    padding-right: 79px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-81 {
    padding-right: 81px;
}

.pr-82 {
    padding-right: 82px;
}

.pr-83 {
    padding-right: 83px;
}

.pr-84 {
    padding-right: 84px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-86 {
    padding-right: 86px;
}

.pr-87 {
    padding-right: 87px;
}

.pr-88 {
    padding-right: 88px;
}

.pr-89 {
    padding-right: 89px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-91 {
    padding-right: 91px;
}

.pr-92 {
    padding-right: 92px;
}

.pr-93 {
    padding-right: 93px;
}

.pr-94 {
    padding-right: 94px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-96 {
    padding-right: 96px;
}

.pr-97 {
    padding-right: 97px;
}

.pr-98 {
    padding-right: 98px;
}

.pr-99 {
    padding-right: 99px;
}

.pr-100 {
    padding-right: 100px;
}

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

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

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

.pt-200 {
    padding-top: 200px;
}
@media (max-width: 575px) {
    .pt-200 {
        padding-top: 180px;
    }
}

.pt-234 {
    padding-top: 234px;
}
@media (max-width: 575px) {
    .pt-234 {
        padding-top: 180px;
    }
}

.mr-15 {
    margin-right: 15px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-service-details.ml-70 {
        margin-left: 0;
    }
}

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

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

.vl-shape-blog img {
    position: absolute;
    top: 0;
}

.inner-blog:hover .vl-single-blog-title-4 {
    color: #5038c9;
    -webkit-text-fill-color: inherit;
}
.inner-blog:hover .vl-readmore {
    color: #5038c9;
}
.inner-blog .vl-single-blog-right-arow a {
    background: #111112;
    height: 60px;
    width: 60px;
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    position: absolute;
    transition: 0.3s;
    transform: rotate(-45deg);
    right: -20px;
    top: -20px;
    overflow: hidden;
}
.inner-blog .vl-single-blog-right-arow a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #5038c9;
    transition: width 0.3s;
}
.inner-blog .vl-single-blog-right-arow a:hover:after {
    width: 100%;
}

.vl-single-blog-img img {
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-single-blog-img-4 {
        margin-bottom: 0;
    }
}
.vl-single-blog-img-4 img {
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-single-blog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-single-blog.ml-60 {
        margin-left: 0 !important;
    }
}
.vl-single-blog-content-2 .vl-single-blog-desc {
    color: var(--vl-text-4);
}
.vl-single-blog-content-2 .vl-readmore {
    color: #1c1c25;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-single-blog-content-3 {
        padding-top: 0px;
    }
}
.vl-single-blog-content-3 .vl-readmore {
    color: #14212b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}
.vl-single-blog-content-4 p {
    color: #5f6168;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.vl-single-blog-content-4 .vl-readmore {
    color: #111112;
    font-weight: 700;
}
.vl-single-blog-content-7:hover .vl-readmore {
    transition: 0.3s;
    background: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vl-single-blog-content-7:hover .vl-single-blog-title {
    transition: 0.3s;
    background: var(
        --01-h-0-mepagemaincolrs,
        linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vl-single-blog-content-7:hover .vl-readmore span {
    background: var(
        --01-h-0-mepagemaincolrs,
        linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vl-single-blog-item {
    padding: 20px;
    border-radius: 8px;
}
.vl-single-blog-item:hover .vl-single-blog-img img {
    transform: scale(1.1);
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}
.vl-single-blog-item-3 {
    padding: 0;
}
.vl-single-blog-item-3:hover .vl-single-blog-title {
    color: #2334de;
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .vl-blog-title {
    color: #2334de;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .vl-readmore {
    color: #2334de;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .vl-single-blog-right-arow a:after {
    width: 100%;
}
.vl-single-blog-item-3:hover .vl-single-blog-img.vl-single-blog-img-4 img {
    transform: scale(1.1);
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .vl-single-blog-title-4 {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .redmore {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: 0.3s;
}
.vl-single-blog-item-3:hover .redmore span {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: 0.3s;
}
.vl-single-blog-item-4:hover .vl-readmore {
    color: #2334de;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-single-blog-item-4:hover .vl-single-blog-right-arow a:after {
    width: 100%;
}
.vl-single-blog-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 575px) {
    .vl-single-blog-title br {
        display: none;
    }
}
.vl-single-blog-title-4 {
    font-size: 20px;
    line-height: 20px;
    color: #111112;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-single-blog-title-4 {
        line-height: 28px;
    }
}
@media (max-width: 575px) {
    .vl-single-blog-title-4.pt-18 {
        padding-top: 5px;
    }
}
.vl-single-blog-desc {
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.vl-single-blog-meta {
    display: flex;
}
.vl-single-blog-meta-box {
    display: flex;
}
.vl-single-blog-meta-box-icon {
    display: block;
    height: 20px;
    width: 20px;
}
.vl-single-blog-meta-box-icon span img {
    height: 20px;
    width: 20px;
    display: block;
}
.vl-single-blog-meta-box-content a {
    color: #414141;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.vl-single-blog-tag a {
    display: inline-block;
    background: #2334de;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 10px;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.vl-single-blog-4 {
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    margin-right: 40px;
    margin-top: -100px;
}
@media (max-width: 575px) {
    .vl-single-blog-4 {
        margin-right: 0px;
        margin-top: 0px;
        padding: 14px;
    }
}
.vl-single-blog-4 img {
    transition: 0.3s;
}
.vl-single-blog-right-arow a {
    background: #111112;
    height: 60px;
    width: 60px;
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(-45deg);
    right: -20px;
    top: -20px;
    overflow: hidden;
}
@media (max-width: 575px) {
    .vl-single-blog-right-arow a {
        top: -53px !important;
        right: -5px !important;
    }
}
.vl-single-blog-right-arow a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: var(--vl-gradient-2);
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-single-blog-right-arow-2 a::after {
    background: #5038c9;
}

.theme-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}
.theme-pagination ul li a {
    background: #f4f5f8;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    color: #111112;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.theme-pagination ul li a.active {
    background: #5038c9;
    color: #fff;
}
.theme-pagination ul li a:hover {
    background: #5038c9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.vl-blg2:hover .vl-single-blog-title {
    color: #9edd05;
    transition: 0.3s;
}
.vl-blg2:hover .vl-readmore {
    color: #9edd05;
    transition: 0.3s;
}

span.rot-minus {
    transform: rotate(0deg) !important;
}

.meta-content-4 a {
    color: #434d55;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-service-details.ml-40 {
        margin-left: 0;
    }
}

.vl-sidebar-widget-search {
    padding: 24px 20px;
}
.vl-sidebar-widget-search-form input[type="text"] {
    border-radius: 50px;
    background: #fff;
    height: 48px;
    color: #111112;
}
.vl-sidebar-widget-search-icon span {
    width: 48px;
    height: 48px;
    background: #5038c9;
    display: block;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.vl-sidebar-rec-post ul li a {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-rec-post ul li a:hover {
    background: #5038c9;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-rec-post ul li a:hover span {
    background: #6550d0;
    color: #fff;
}
.vl-sidebar-rec-post ul li a:hover span i {
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-rec-post ul li a span {
    float: right;
    background: #f5f3fb;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: #5038c9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-rec-post ul li a span i {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-phone a {
    background: #5038c9;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.vl-sidebar-phone a span {
    height: 32px;
    width: 32px;
    background: #6550d0;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
}
.vl-sidebar-social ul li {
    display: inline-block;
}
.vl-sidebar-social ul li a {
    background: #fff;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #111112;
    margin-right: 10px;
}
.vl-sidebar-social ul li a:hover {
    background: #5038c9;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-social-2 ul li a {
    background: #eeebfa;
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
}
.vl-sidebar-tags a {
    background: #fff;
    padding: 12px 16px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    color: #061d19;
    font-weight: 600;
    margin-right: 14px;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-sidebar-tags a:hover {
    background: #5038c9;
    color: #fff;
}
.vl-sidebar-form input[type="text"],
.vl-sidebar-form input[type="email"],
.vl-sidebar-form input[type="number"],
.vl-sidebar-form textarea {
    border-radius: 8px;
    background: #fff;
    color: #5f6168;
}
.vl-sidebar-form textarea {
    height: 120px;
}
.vl-sidebar-auth {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.vl-sidebar-meta span img {
    height: 16px;
    width: 16px;
    margin-top: -4px;
    margin-right: 4px;
}
.vl-sidebar-rec-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.vl-sidebar-rec-blog:last-child {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .vl-sidebar-rec-blog {
        display: block;
    }
}
.vl-sidebar-rec-blog-thumb {
    margin-right: 13px;
}
.vl-sidebar-rec-blog-thumb img {
    border-radius: 8px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
@media (max-width: 575px) {
    .vl-sidebar-rec-blog-content {
        margin-top: 15px;
    }
}

.vl-sidebar-auth {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
@media (max-width: 575px) {
    .vl-sidebar-auth {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-service-details.ml-80 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-service-details.mr-80 {
        margin-right: 0;
    }
}
.vl-service-details-larg-img img {
    height: 426px;
    object-fit: cover;
}
.vl-service-details-content-check ul li {
    color: #5f6168;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
}
.vl-service-details-content-check ul li span {
    background: #5038c9;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 9px;
    margin-right: 6px;
}
.vl-service-details-content-check-bold ul li {
    color: #111112;
    font-weight: 600;
}
.vl-service-details-cat {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 575px) {
    .vl-service-details-cat {
        display: inherit;
    }
}
@media (max-width: 575px) {
    .vl-service-details-cat-single {
        padding-bottom: 16px;
    }
}
.vl-service-box {
    padding: 24px 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box-content {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box-content p {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box:hover {
    background: #5038c9 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box:hover .vl-service-box-content {
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box:hover .vl-service-box-content p {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-box-icon span {
    background: #ebe9f4;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-right: 16px;
}

.vl-block-quote {
    padding: 24px;
    padding-left: 32px;
}
.vl-block-quote::after {
    position: absolute;
    content: "";
    background: #5038c9;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.vl-block-grid {
    border-top: 1px solid #e7e7e7;
}
.vl-block-check {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-block-check {
        display: inherit;
    }
}
.vl-block-check h3 {
    margin: 0;
    color: #061d19;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
}
.vl-block-check h3 span {
    background: #5038c9;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

.vl-blog-tags {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .vl-blog-tags {
        display: block;
    }
}
.vl-blog-tag ul li {
    display: inline-block;
}
.vl-blog-tag ul li a {
    margin: 0;
    color: #111112;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #e7e7e7;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-right: 10px;
}
.vl-blog-tag ul li a:hover {
    background: #5038c9;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-blog-tag ul li a {
        margin-top: 10px;
    }
}
.vl-blog-share {
    display: flex;
    justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-blog-share {
        justify-content: inherit;
    }
}
.vl-blog-single-comment {
    padding: 24px;
}
@media (max-width: 575px) {
    .vl-blog-single-comment {
        padding: 15px;
    }
}
@media (max-width: 575px) {
    .vl-blog-single-comment.ml-30 {
        margin-left: 0;
    }
}
.vl-blog-single-auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vl-blog-single-auth-thumb {
    display: flex;
    align-items: center;
}
.vl-blog-single-auth-thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    margin-right: 16px;
}
.vl-blog-reply-2 {
    padding: 32px;
}
@media (max-width: 575px) {
    .vl-blog-reply-2 {
        padding: 15px;
    }
}
.vl-blog-reply-form input[type="text"] {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    color: #111112;
}
.vl-blog-reply-form textarea {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    color: #111112;
    height: 140px;
}

.vl-service-details-cat-single-2 {
    position: relative;
    z-index: 1;
}
.vl-service-details-cat-single-2 span img {
    border-radius: 50px;
    margin-right: 16px;
}
.vl-service-details-cat-single-2 span.icon img {
    margin-right: 5px;
}
.vl-service-details-cat-single-2::after {
    position: absolute;
    content: "";
    right: -35px;
    width: 2px;
    height: 16px;
    background: #111112;
    opacity: 0.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-service-details-cat-single-2::after {
        right: -20px;
    }
}
@media (max-width: 575px) {
    .vl-service-details-cat-single-2::after {
        background: transparent;
    }
}
.vl-service-details-cat-single-2:last-child::after {
    display: none;
}

.vl-blog-tag ul li a span {
    opacity: 1;
}

.vl-blog-tag ul li a:hover span {
    opacity: 1;
}

.vlshape-footer img {
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vlshape-footer img {
        top: inherit;
        bottom: 0;
    }
}

.vl-footer-content p {
    color: var(--vl-white);
    opacity: 0.8;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.vl-footer-content-2 p {
    color: #525057;
    opacity: 1;
}
.vl-footer-content-3 p {
    color: var(--vl-text-5);
    opacity: 1;
}
.vl-footer-content-4 p {
    color: var(--vl-text-1);
    opacity: 1;
}
.vl-footer-social ul li {
    display: inline-block;
}
.vl-footer-social ul a {
    height: 32px;
    width: 32px;
    background: #273366;
    color: #fff;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 50px;
    margin-right: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.vl-footer-social ul a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--vl-gradient-1);
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-footer-social ul a:hover:after {
    width: 100%;
}
.vl-footer-social-2 ul li a {
    background: #fff;
    color: #1c1c25;
}
.vl-footer-social-2 ul li a:after {
    background: #9edd05;
}
.vl-footer-social-2 ul li a:hover:after {
    width: 100%;
}
.vl-footer-social-3 ul li a {
    background: #e2e4f7;
    color: #1c1c25;
}
.vl-footer-social-3 ul li a:after {
    background: var(--vl-theme-color-3);
}
.vl-footer-social-3 ul li a:hover {
    color: #fff;
}
.vl-footer-social-3 ul li a:hover::after {
    width: 100%;
}
.vl-footer-social-4 ul li a {
    background: #e5e5f6;
    color: #4d36c6;
}
.vl-footer-social-4 ul li a:after {
    background: var(--vl-gradient-2);
}
.vl-footer-social-4 ul li a:hover {
    color: #fff;
}
.vl-footer-widget-title {
    line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-footer-widget-3.ml-40 {
        margin-left: 0px;
    }
}
.vl-footer-widget-4 {
    margin-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-footer-widget-4 {
        margin-left: 0;
    }
}
.vl-footer-widget-4 p {
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 26px;
}
.vl-footer-widget-4 .black {
    color: #525057;
}
.vl-footer-menu ul li a {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.vl-footer-menu ul li a:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-footer-menu-2 ul li a {
    color: var(--vl-text-4);
    opacity: 1;
}
.vl-footer-menu-2 ul li a:hover {
    color: #9edd05;
}
.vl-footer-menu-3 ul li a {
    color: var(--vl-text-5);
    opacity: 1;
}
.vl-footer-menu-3 ul li a:hover {
    color: #2334de;
}
.vl-footer-menu-4 ul li a {
    color: var(--vl-text-1);
    transition: 0.3s;
    opacity: 1;
}
.vl-footer-menu-4 ul li a:hover {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}
.vl-footer-newsletter input[type="email"] {
    border-radius: 4px;
}
.vl-footer-newsletter-btn .vl-btn-sec {
    width: 100%;
    text-align: center;
}
.vl-footer-newsletter-2 input[type="email"] {
    background: #fff;
    color: #525057;
}
.vl-footer-copyright-text {
    color: var(--vl-white-8);
    padding: 24px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.vl-footer-copyright-text-2 {
    color: #525057;
    border-top: 1px solid #b5b6b9;
}
.vl-footer-copyright-text-3 {
    border-top: 1px solid #b3b8bc;
    color: #5a5a5f;
}
.vl-footer-copyright-text-4 {
    border-top: inherit;
    color: #5f6168;
    padding: 0;
}
@media (max-width: 575px) {
    .vl-footer-copyright-text-4 {
        text-align: center;
    }
}
.vl-footer-copyright-text-4 p {
    margin: 0;
}
.vl-footer-copyright-menu {
    text-align: right;
}
@media (max-width: 575px) {
    .vl-footer-copyright-menu {
        text-align: center;
    }
}
.vl-footer-copyright-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: 17px;
    padding-left: 17px;
}
.vl-footer-copyright-menu ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.vl-footer-copyright-menu ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background: #5f6168;
    opacity: 0.1;
    left: 0;
    top: 6px;
}
.vl-footer-copyright-menu ul li:first-child:before {
    display: none;
}
.vl-footer-copyright-menu ul li a {
    color: #5f6168;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}
.vl-footer-instapost {
    border-radius: 8px;
}
.vl-footer-instapost img {
    transition: 0.3s;
}
.vl-footer-instapost-icon a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 4px;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.vl-footer-instapost:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}
.vl-footer-instapost:hover .vl-footer-instapost-icon a {
    opacity: 1;
    top: 50%;
}
.vl-footer-border-top {
    border-top: 1px solid #dddee1;
    padding-top: 24px;
    padding-bottom: 24px;
}

.vl-footer-widget-4 input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.vl-footer-newsletter-2 form ::placeholder {
    color: #525057;
}

.vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
@media (max-width: 575px) {
    .vl-transparent-header-4 {
        top: 0px;
    }
}

.vl-header-bg-4 {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-header-bg-4 {
        background: inherit;
    }
}
.vl-header-bg-3 {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-bg-3 {
        padding: 16px;
    }
}
@media (max-width: 575px) {
    .vl-header-bg-3 {
        border: inherit;
        border-radius: 0;
        top: 0;
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-header-bg-5 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-header2 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-header-area.header-sticky .vl-header2 {
        padding: 24px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .vl-header-area.header-sticky .vl-header2 {
        padding-left: 15px;
        padding-right: 1px;
    }
}

.vl-main-menu ul > li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-main-menu ul > li {
        margin-right: 20px;
    }
}
.vl-main-menu ul > li > a {
    color: #fff;
    font-family: var(--vl-fonts-figtree);
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    padding: 24px 0;
}
.vl-main-menu ul > li > a span {
    font-size: 12px;
    line-height: 12px;
}
.vl-main-menu ul > li:hover a:before {
    opacity: 1;
    top: 0;
}
.vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 105%;
    width: 212px;
    left: 0;
    background: #fff;
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
}
.vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.vl-main-menu ul > li .sub-menu li a {
    color: #000;
    display: block;
    padding: 4px 25px;
    font-size: 17px;
}
.vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.vl-main-menu ul > li .sub-menu li a:hover {
    padding-left: 38px;
}
.vl-main-menu ul > li .sub-menu li a:hover::after {
    left: 20px;
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
}
.vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    height: 25px;
    width: 5px;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 105%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vl-main-menu ul > li .sub-menu li:hover > a {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 35px;
}
.vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.vl-main-menu ul > li .sub-menu-2::after {
    background: red;
}
.vl-main-menu ul > li .sub-menu-2:hover > .sub-menu-2 {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.vl-main-menu ul > li .sub-menu-2 li a::after {
    background: #9edd05;
}
.vl-main-menu ul > li .sub-menu-3 li a::after {
    background: #2334de;
}
.vl-main-menu ul > li .sub-menu-4 li a::after {
    background: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
}
.vl-main-menu-black ul li a {
    color: #0a0e1a;
}
.vl-main-menu-black ul li a:before {
    color: var(--vl-theme-orange);
}
.vl-main-menu-black ul li:hover a {
    color: var(--vl-theme-orange);
}
.vl-main-menu-black ul li .sub-menu li:hover > a {
    color: var(--vl-theme-orange);
}
.vl-main-menu-2 ul > li:hover a {
    color: var(--vl-theme-color-2);
}
.vl-main-menu-2 ul > li:hover a:before {
    opacity: 1;
    top: 0;
}
.vl-main-menu-2 ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 105%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vl-main-menu-2 ul > li .sub-menu li:hover > a {
    color: var(--vl-theme-color-2);
    -webkit-text-fill-color: inherit;
}
.vl-main-menu-2 ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.vl-main-menu-2 ul > li:hover a {
    color: var(--vl-theme-color-2);
}
.vl-main-menu-2 ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 100%;
}

.vl-mega-menu {
    position: absolute;
    left: -343px;
    top: 105%;
    width: 1320px;
    background: #fff;
    padding: 25px;
    padding-bottom: 0;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
    }
}
.vl-mega-menu-2 {
    left: -416px;
}

.vl-home-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 14px;
}
.vl-home-thumb {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    text-align: center;
}
.vl-home-thumb::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5294117647);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s;
}
.vl-home-thumb:hover::after {
    transform: scale(1);
    opacity: 1;
}
.vl-home-thumb:hover .vl-home-btn {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.vl-home-btn {
    position: absolute;
    top: 55%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: 190px;
    margin: 0 auto;
}

.vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #050c36;
    -webkit-animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.header-sticky .vl-header-bg-4 {
    background: inherit;
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-4 {
        padding: 24px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.header-sticky .vl-header-bg-3 {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-3 {
        padding: 24px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-5 {
        padding: 24px 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .header-sticky .vl-header-bg-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vl-offcanvas-menu ul {
    list-style: none;
}
.vl-offcanvas-menu ul li {
    position: relative;
}
.vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.vl-offcanvas-menu ul li a span {
    display: none;
}
.vl-offcanvas-menu ul li.active > a {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vl-offcanvas-menu ul li.active > .vl-menu-close {
    color: #111112;
    border-radius: 5px;
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}

.vl-offcanvas-menu.vl-offcanvas-menu-2 ul li.active > a {
    color: #9edd05;
    -webkit-text-fill-color: inherit;
}
.vl-offcanvas-menu.vl-offcanvas-menu-3 ul li.active > a {
    color: #2334de;
    -webkit-text-fill-color: inherit;
}

.vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid rgba(1, 15, 28, 0.12);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
}
.vl-menu-close i {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .vl-hero.pt-190 {
        padding-top: 150px;
    }
}
.vl-hero-fan img {
    animation: vlspin 12s linear infinite;
}
.vl-hero-img-1 img {
    width: 370px;
    height: 450px;
    border-top-left-radius: 222px;
    border-top-right-radius: 222px;
    border: 9px solid var(--vl-theme-color);
    object-fit: cover;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 575px) {
    .vl-hero-img-1 img {
        width: 100%;
    }
}
.vl-hero-img-2 {
    text-align: right;
    margin-top: -332px;
}
@media (max-width: 575px) {
    .vl-hero-img-2 {
        margin-top: 30px;
    }
}
.vl-hero-img--2 {
    text-align: right;
}
.vl-hero-img--2 img {
    height: 470px;
    width: 470px;
    border-radius: 50%;
}
@media (max-width: 575px) {
    .vl-hero-img--2 img {
        width: 100%;
        height: 100%;
    }
}
.vl-hero-img-3 img {
    position: absolute;
    left: 0;
    top: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-img-3 img {
        position: relative;
        margin-bottom: -130px;
        top: 0;
    }
}
@media (max-width: 575px) {
    .vl-hero-img-3 img {
        position: relative;
        margin-bottom: 0px;
        top: 0;
    }
}
.vl-hero-img-4 img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -88px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-hero-img-4 img {
        margin-bottom: -100px;
        top: -55px;
    }
}
.vl-hero-img-4-content {
    background: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    padding: 24px;
    width: 313px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-img-4-content {
        bottom: -30px;
    }
}
@media (max-width: 575px) {
    .vl-hero-img-4-content {
        width: 100%;
        bottom: -40px;
        padding: 15px;
    }
}
.vl-hero-img-4-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #111112;
}
.vl-hero-img-4-grup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vl-hero-img-4-grup-content h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    position: relative;
    color: #111112;
}
.vl-hero-img-4-grup-content h4:after {
    position: absolute;
    content: "";
    left: -32px;
    height: 1.6px;
    width: 32px;
    background: #111112;
}
.vl-hero-counter {
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .vl-hero-counter {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.vl-hero-counter-box {
    padding-right: 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 45px;
    text-align: center;
}
@media (max-width: 575px) {
    .vl-hero-counter-box {
        text-align: inherit;
        border: inherit;
        padding-right: 0;
        margin-right: 0;
    }
}
.vl-hero-counter-box:last-child {
    border: none;
}
.vl-hero-counter-box span {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.vl-hero-counter-box-title {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.vl-hero-counter-3 {
    display: block;
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .vl-hero-counter-3 {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0px);
    }
}
.vl-hero-counter-3 .vl-hero-counter-box {
    padding-right: 0;
    border-right: 0;
    margin-right: -170px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-counter-3 .vl-hero-counter-box {
        margin-right: 25px;
    }
}
@media (max-width: 575px) {
    .vl-hero-counter-3 .vl-hero-counter-box {
        margin-right: 25px;
        margin-left: 25px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-counter-3 {
        bottom: 33%;
        right: -17px;
    }
}
.vl-hero-shape img {
    position: absolute;
    top: -50px;
    left: 0;
}
.vl-hero-shape-2 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vl-hero-shape--2 img {
    position: absolute;
    right: 54px;
    top: 181px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .vl-hero-shape--2 img {
        right: 133px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .vl-hero-shape--2 img {
        right: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-shape--2 img {
        top: inherit;
        right: 19px;
        bottom: 28px;
    }
}
.vl-hero-shape-4 .vl-shape-1 img {
    position: absolute;
    right: 0;
    top: 50%;
    animation: vlbounce 5s linear infinite;
}
.vl-hero-shape-4 .vl-shape-2 img {
    position: absolute;
    right: 90px;
    top: 40px;
    animation: vlbounce 5s linear infinite;
}
.vl-hero-shape-4 .vl-shape-3 img {
    position: absolute;
    top: 0;
    animation: vlbounce 5s linear infinite;
}
.vl-hero-circle {
    background: var(--vl-gradient-1);
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    position: relative;
}
.vl-hero-circle-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.vl-hero-circle img.vl-hero-circle-icon-text {
    animation: vlspin 12s linear infinite;
}
.vl-hero-dot-shape-1 {
    position: absolute;
    left: 0;
    right: 37px;
    text-align: center;
    border-radius: 50px;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    bottom: 136px;
}
.vl-hero-banner-content-2 {
    height: 230px;
    width: 230px;
    text-align: center;
    background: var(--vl-theme-color-2);
    padding: 60px 24px;
    border-radius: 548.936px 0px 548.936px 548.936px;
    position: absolute;
    top: 50%;
}
@media (max-width: 575px) {
    .vl-hero-banner-content-2 {
        height: 180px;
        padding: 40px 24px;
    }
}
.vl-hero-banner-content-2-text {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    color: var(--vl-black-theme-2);
}
.vl-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vl-hero-area-4 {
    height: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-hero-area-4 {
        height: 100%;
    }
}
.vl-hero-area-3 {
    height: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-hero-area-3 {
        height: 100%;
    }
}

.vl-hero-circle {
    position: absolute;
    right: 170px;
}
@media (max-width: 575px) {
    .vl-hero-circle {
        position: relative;
        right: 32%;
        left: 24%;
    }
}

.vl--shape img {
    position: absolute;
    left: 50%;
    top: 34%;
    animation: vlbounce 5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl--shape img {
        left: 10%;
        top: 60%;
    }
}

@keyframes vlspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes vlbounce {
    0% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(-20%);
    }
}
.vl-hero-half-circle {
    position: absolute;
    right: -10px;
    top: -20px;
}

.vl-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
    .vl-about-grid {
        grid-template-columns: 1fr;
    }
}
.vl-about-img-1 img {
    height: 470px;
    width: 470px;
    border-top-left-radius: 222px;
    border-top-right-radius: 222px;
    border: 8px solid var(--vl-theme-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 575px) {
    .vl-about-img-1 img {
        width: 100%;
    }
}
.vl-about-img-2 img {
    border-radius: 50%;
    height: 270px;
    width: 270px;
    float: right;
    margin-top: -188px;
    position: relative;
    z-index: 1;
}
@media (max-width: 575px) {
    .vl-about-img-2 img {
        margin-top: 30px;
        height: 200px;
        width: 200px;
        float: inherit;
    }
}
@media (max-width: 575px) {
    .vl-about-img--2 img {
        height: 100%;
        width: 100%;
    }
}
.vl-about-img--2-1 {
    text-align: right;
    margin-top: -300px;
}
.vl-about-img--2-1 img {
    height: 340px;
    width: 270px;
    border-radius: 4px;
    overflow: hidden;
    border: 4px solid #fff;
}
.vl-about-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.vl-about-icon-box {
    background: var(--vl-cmn-black);
    padding: 24px 20px;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .vl-about-icon-box {
        display: block !important;
    }
}
.vl-about-icon-box-4-title {
    font-size: 18px;
    line-height: 18px;
    transition: 0.3s;
}
.vl-about-icon-box-4:hover .vl-about-icon-box-4-icon4 span {
    transform: rotateY(180deg);
    transition: 0.3s;
}
.vl-about-icon-box-4:hover .vl-about-icon-box-4-title {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: 0.3s;
}
.vl-about-icon-box-2 {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}
.vl-about-icon-content {
    margin-left: 36px;
}
@media (max-width: 575px) {
    .vl-about-icon-content {
        margin-left: 0px;
        margin-top: 30px;
    }
}
.vl-about-icon-content-2 .vl-about-icon-title {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.vl-about-icon-content-2 .vl-about-icon-desc {
    color: #333;
    opacity: 0.8;
    font-size: 18px;
}
.vl-about-icon::after {
    position: absolute;
    content: "";
    background: #312076;
    height: 40px;
    width: 40px;
    z-index: -1;
    left: 0;
    line-height: 40px;
    top: -7px;
    border-radius: 50px;
}
.vl-about-icon span {
    background: var(--vl-gradient-1);
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    left: 50%;
    font-size: 10px;
}
.vl-about-icon-title {
    font-size: 20px;
    line-height: 20px;
}
.vl-about-icon-desc {
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
}
.vl-about-icon-2 span {
    background: #5038c9;
}
.vl-about-icon-2::after {
    background: #eeebfa;
}
@media (max-width: 575px) {
    .vl-about-imgs-2.mr-60 {
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .vl-about-imgs.mr-60 {
        margin-right: 0;
    }
}
.vl-about-imgs-2-check-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 14px 16px;
    border-radius: 4px;
    width: 320px;
    position: absolute;
    bottom: 23px;
    left: 20px;
}
@media (max-width: 575px) {
    .vl-about-imgs-2-check-box {
        position: relative;
        display: block;
        padding: 10px;
        width: 100%;
        left: 0;
    }
}
.vl-about-imgs-2-check-box-ic span {
    background: #9edd05;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    margin-right: 8px;
}
.vl-about-imgs-2-check-box-text p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 575px) {
    .vl-about-imgs-2-check-box-text p {
        padding-top: 10px;
    }
}
.vl-about-imgs-3 .vl-about-large img {
    height: 470px;
    width: 470px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: 50px;
}
@media (max-width: 575px) {
    .vl-about-imgs-3 .vl-about-large img {
        margin-left: 0;
        height: 100%;
        width: 100%;
    }
}
.vl-about-imgs-3 .vl-about-sm img {
    border-radius: 8px;
    border: 6px solid #fff;
    height: 294px;
    width: 278px;
    object-fit: cover;
    margin-top: -180px;
    position: relative;
    z-index: 999;
}
.vl-about-imgs-3 .vl-about-content {
    background: #2334de;
    padding: 28px;
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 350px;
    padding-left: 80px;
    z-index: 1;
}
@media (max-width: 575px) {
    .vl-about-imgs-3 .vl-about-content {
        width: 100%;
        padding: 15px;
        position: relative;
        top: 15px;
        right: 0;
    }
}
.vl-about-imgs-3 .vl-about-content p {
    margin: 0;
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 26px;
}
.vl-about-imgs-3 .vl-about-content .vl-about-counter-box {
    font-size: 44px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
}
.vl-about-ch-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.vl-about-ch-icon {
    background: #2334de;
    height: 20px;
    width: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 50px;
    margin-right: 8px;
}
.vl-about-ch-title {
    margin: 0;
    color: #14212b;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.vl-about-content.vl-home2-about {
    padding-right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-about-content.vl-home2-about {
        padding-right: 0px;
    }
}
.vl-about-content.iner-about {
    padding-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-about-content.iner-about {
        padding-right: 0px;
    }
}
.vl-about-content-4 {
    padding-right: 104px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-about-content-4 {
        padding-right: 0px;
    }
}
.vl-about-content-4 .vl-about-icon-box-4 {
    background: #f4f5f8;
    padding: 20px;
}
.vl-about-content-4 .vl-about-icon-box-4-icon4 span {
    background: #eae9f3;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    transition: 0.3s;
}
.vl-about-content-4 .vl-about-icon-box-4-title {
    font-size: 18px;
    line-height: 18px;
    color: var(--vl-text-2);
    margin: 0;
}
.vl-about-content-4 .vl-about-icon-box-4 p {
    color: var(--vl-text-1);
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.vl-about-auth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #e8e9ea;
    padding-top: 32px;
}
@media (max-width: 575px) {
    .vl-about-auth {
        display: block;
    }
}
.vl-about-auth-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .vl-about-auth-box {
        margin-bottom: 15px;
    }
}
.vl-about-auth-box .box-icon span i {
    background: #2334de;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
.vl-about-auth .vl-about-title {
    color: #14212b;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.vl-about-auth .box-content span {
    color: #5a5a5f;
    font-size: 12px;
    line-height: 12px;
}
.vl-about-auth .box-content a {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}
.vl-about-auth .box-content .num {
    color: #2334de;
    font-weight: 600;
}
.vl-about-large4 {
    margin-left: 123px;
    margin-right: 138px;
}
@media (max-width: 575px) {
    .vl-about-large4 {
        margin-left: 0;
        margin-right: 0;
    }
}
.vl-about-large4 img {
    border-radius: 8px;
    height: 500px;
    object-fit: cover;
}
.vl-about-sm-2 {
    position: absolute;
    top: 30px;
    left: 0;
}
.vl-about-poligon-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    color: #fff;
}
.vl-about-poligon-shap {
    margin-top: -166px;
    margin-right: 5px;
}
.vl-about-inner-box-content {
    padding: 32px 24px;
    padding-bottom: 96px;
}
.vl-about-inner-box-content p {
    color: var(--vl-text-1);
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-about-inner-box-content p br {
        display: none;
    }
}
.vl-about-inner-box-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.vl-about-vido img {
    height: 298px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.vl-about-vido::after {
    position: absolute;
    content: "";
    background: var(--vl-text-2);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.vl-about-choose-content p {
    margin: 0;
    color: var(--vl-text-1);
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about-choose-img-2 img {
        height: 395px;
        object-fit: cover;
    }
}
.vl-about-choose-counter {
    position: absolute;
    top: 50%;
    background: #fff;
    width: 60%;
    border-radius: 8px;
    right: 0;
    padding: 48px 40px;
    padding-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-about-choose-counter {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
}
.vl-about-choose-counter-box {
    padding-right: 33px;
    margin-right: 33px;
    border-right: 1px solid rgba(17, 17, 18, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about-choose-counter-box {
        padding-right: 17px;
        margin-right: 17px;
    }
}
@media (max-width: 575px) {
    .vl-about-choose-counter-box {
        border: inherit;
    }
}
.vl-about-choose-counter-box:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}
.vl-about-choose-counter-box span {
    color: var(--vl-text-2);
}
.vl-about-choose-counter-box .title-2 {
    color: var(--vl-text-1);
}
.vl-about-shape-1 img {
    position: absolute;
    left: 0;
}

.vl-readmore {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
}
.vl-readmore span {
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.arrow-7 {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    background: #e4e2f3;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    bottom: 32px;
    right: 32px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--vl-text-2);
}
.arrow-7:hover {
    background: #5038c9;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.arrow-7.next_arrow7 {
    margin-right: 50px;
}

.vl-sec-img-vi-4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
}
.vl-sec-img-vi-4 span {
    background: #5038c9;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
}
.vl-sec-img-vi-4 span::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #5038c9;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}
.vl-sec-img-vi-4 span::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #5038c9;
    border-radius: 50%;
    transition: all 200ms;
}
.vl-sec-img-vi-4 span i {
    color: #fff;
    position: relative;
    z-index: 111;
}

.vl-progress-container {
    background-color: #f5f7fa;
    padding: 24px 18px;
    border-radius: 8px;
}
.vl-progress-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--vl-text-3);
}
.vl-progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.vl-progress-bar-fill {
    height: 100%;
    background-color: var(--vl-text-3);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: width 1s ease;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.vl-contact-shape img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(-50%);
    height: 200px;
    width: 200px;
}
.vl-contact-map {
    height: 470px;
    border-radius: 8px;
    width: 470px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-contact-map {
        width: 100%;
    }
}
.vl-contact-btn {
    display: inline-block;
}
.vl-contact-wrap-icon {
    display: inline-block;
}
.vl-contact-wrap-icon span {
    display: inline-block;
    height: 19px;
    width: 19px;
    line-height: 19px;
    margin-right: 10px;
}
.vl-contact-wrap-icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.vl-contact-wrap-text {
    line-height: 10px;
}
.vl-contact-wrap-text a {
    color: #cdcfd8;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-contact-wrap-2.ml-80 {
        margin-left: 0;
    }
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box {
    background: var(--vl-white);
    padding: 28px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box {
        display: block;
        padding: 15px;
    }
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box:hover {
    background: var(--vl-theme-color-2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box:hover .vl-icon-box-icon span img {
    filter: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box-icon span {
    background: #f6f8f9;
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
}
@media (max-width: 575px) {
    .vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box-icon span {
        margin-bottom: 15px;
    }
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box-icon span img {
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box-title {
    color: var(--vl-text-4);
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.vl-contact-wrap-2 .vl-contact-wrap-icbox .vl-icon-box-content a {
    color: var(--vl-text-3);
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
}
.vl-contact-box {
    padding: 32px;
    padding-bottom: 12px;
}
@media (max-width: 575px) {
    .vl-contact-box {
        padding: 15px;
    }
}
.vl-contact-box-content span {
    color: var(--vl-text-4);
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.vl-contact-box-content .off-w {
    color: var(--vl-text-4);
}
.vl-contact-box-title {
    color: var(--vl-text-3);
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.vl-contact-box-form-2 input[type="text"],
.vl-contact-box-form-2 input[type="email"],
.vl-contact-box-form-2 input[type="tel"],
.vl-contact-box-form-2 input[type="number"],
.vl-contact-box-form-2 input[type="password"],
.vl-contact-box-form-2 input[type="url"],
.vl-contact-box-form-2 textarea {
    background-color: #f6f8f9;
    height: 56px;
    line-height: 48px;
    color: #5d5e65;
    border-radius: 4px;
}
.vl-contact-box-form-2 textarea {
    height: 140px;
}
.vl-contact-iner-box {
    padding: 31px 32px;
}
@media (max-width: 575px) {
    .vl-contact-iner-box {
        padding: 16px;
    }
}
.vl-contact-iner-form input[type="text"],
.vl-contact-iner input[type="email"],
.vl-contact-iner input[type="tel"],
.vl-contact-iner input[type="number"],
.vl-contact-iner input[type="password"],
.vl-contact-iner input[type="url"] {
    background: var(--vl-white);
    color: var(--vl-text-2);
    border-radius: 4px;
}
.vl-contact-iner-form textarea {
    background: var(--vl-white);
    color: var(--vl-text-2);
    border-radius: 4px;
    height: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-contact-iner-widget.ml-50 {
        margin-left: 0;
    }
}
.vl-contact-iner-widget-1 {
    padding: 28px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-contact-iner-widget-1 {
        display: block;
        padding: 15px;
    }
}
.vl-contact-iner-widget-1-icon {
    background: var(--vl-white);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-contact-iner-widget-1-icon {
        margin-bottom: 15px;
    }
}
.vl-contact-iner-widget-1-icon span img {
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-widget-1-content-title {
    color: var(--vl-text-1);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-widget-1-content {
    color: var(--vl-text-3);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-widget-1:hover {
    background: var(--vl-theme-color-4) !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--vl-white);
}
.vl-contact-iner-widget-1:hover .vl-contact-iner-widget-1-icon span img {
    filter: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-widget-1:hover .vl-contact-iner-widget-1-content-title {
    color: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-widget-1:hover .vl-contact-iner-widget-1-content {
    color: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-contact-iner-google-map {
    height: 440px;
    width: 100%;
}

.vl-contact-box-form-2 ::placeholder {
    color: #1c1c25;
    opacity: 0.7;
}

.vl-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-cta-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .vl-cta-grid {
        grid-template-columns: 1fr;
    }
}
.vl-cta-shape img {
    position: absolute;
    left: 56%;
    top: 90px;
    animation: vlbounce 5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-cta-shape img {
        left: 200px;
        top: 50%;
    }
}
@media (max-width: 575px) {
    .vl-cta-shape img {
        left: 0;
        top: 60%;
    }
}
.vl-cta-shape-2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.vl-cta-img {
    position: relative;
}
.vl-cta-img img {
    position: absolute;
    right: 50px;
    top: -36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-cta-img img {
        margin-bottom: -80px;
        right: 0;
        position: relative;
        float: right;
        padding-bottom: -110px;
    }
}
@media (max-width: 575px) {
    .vl-cta-img img {
        position: relative;
        margin-bottom: -30px;
        top: 0;
        right: 0;
        left: 0;
    }
}
.vl-cta-wrapper-title {
    font-size: 48px;
    line-height: 58px;
    margin: 0;
}
@media (max-width: 575px) {
    .vl-cta-wrapper-title {
        font-size: 27px;
        line-height: 35px;
    }
}
.vl-cta-bg-1 {
    background: var(--vl-gradient-1);
    padding: 80px;
    position: relative;
    margin-top: -200px;
    z-index: 1;
    margin-bottom: -195px;
    padding-top: 70px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-cta-bg-1 {
        padding: 40px !important;
        margin-top: -348px;
    }
}
@media (max-width: 575px) {
    .vl-cta-bg-1 {
        padding: 30px;
        margin-top: -370px;
    }
}
.vl-cta-bg-2 {
    margin-top: 0px;
    margin-bottom: -195px;
    background: #083c2f;
    padding: 80px;
    padding-bottom: 48px;
}
@media (max-width: 575px) {
    .vl-cta-bg-2 {
        padding: 15px;
    }
}
.vl-cta-bg-3 {
    margin-top: 0px;
    margin-bottom: -100px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
    padding-bottom: 30px;
}
.vl-cta-bg-4 {
    margin-top: 0;
    background: var(--vl-gradient-2);
    padding: 0;
    padding-left: 80px;
    padding-top: 70px;
    padding-bottom: 40px;
}
@media (max-width: 575px) {
    .vl-cta-bg-4 {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-cta-bg-4 {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.vl-cta-icbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.vl-cta-icbox-icon {
    transition: 0.3s;
}
.vl-cta-icbox-icon span {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    display: block;
    background: #fff;
}
.vl-cta-icbox-title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    opacity: 0.8;
}
.vl-cta-icbox-content a {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.vl-cta-icbox:hover .vl-cta-icbox-icon {
    transform: rotateY(-180deg);
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-cta-btn-3.text-end {
        text-align: start !important;
    }
}
.vl-cta-mail {
    position: relative;
    z-index: 1;
    margin-right: 50px;
}
.vl-cta-mail input[type="email"] {
    border-radius: 50px;
    color: #111112;
    background: #fff;
}
@media (max-width: 575px) {
    .vl-cta-mail {
        margin-right: 0px;
    }
}
.vl-cta-mail-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}
@media (max-width: 575px) {
    .vl-cta-mail-btn {
        position: relative;
        right: inherit;
        top: 10px;
    }
}
.vl-cta-mail-btn .theme-btn {
    background: linear-gradient(90deg, #726efc 0%, #2e0797 100%);
    width: 100% !important;
}
.vl-cta-mail-btn .vl-herobtn.vl-aboutbtn {
    width: 100%;
}
.vl-cta-half-circle img {
    position: absolute;
    right: -80px;
    top: 118px;
    z-index: -1;
}

@keyframes vlbounce {
    0% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(-20%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-268 {
        padding-bottom: 360px;
    }
}
@media (max-width: 575px) {
    .pb-268 {
        padding-bottom: 380px;
    }
}

.vl-service-img {
    border-radius: 8px;
    overflow: hidden;
}
.vl-service-img img {
    transition: 0.3s;
}
.vl-service-img:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}
.vl-service-content {
    background: #1d254b;
    padding: 32px;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .vl-service-content {
        padding: 15px;
    }
}
.vl-service-content p {
    color: var(--vl-white);
    opacity: 0.8;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 575px) {
    .vl-service-content p br {
        display: none;
    }
}
.vl-service-content-2 {
    background: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-2 p {
    color: var(--vl-text-4);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.vl-service-content-2 .vl-readmore {
    color: var(--vl-text-3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}
.vl-service-content-2 .vl-readmore span {
    transform: rotate(0);
}
.vl-service-content-2:hover {
    background: var(--vl-theme-color-2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-2:hover .vl-service-icon-2 span {
    background: var(--vl-text-3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-2:hover .vl-service-icon-2 span img {
    filter: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-3 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--vl-white);
}
.vl-service-content-3 .vl-service-icon span {
    background: #f4f5fd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-3 .vl-service-icon span img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-3 p {
    color: #5a5a5f;
    opacity: 1;
}
.vl-service-content-3 .vl-readmore {
    color: #14212b;
    font-weight: 700;
}
.vl-service-content-3:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-3:hover .vl-service-icon span {
    transform: rotateY(180deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #2334de;
}
.vl-service-content-3:hover .vl-service-icon span img {
    filter: brightness(0) invert(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-content-3:hover .vl-service-icon.icon3 span {
    background: #2334de;
}
.vl-service-content-3:hover .vl-service-title {
    color: #2334de !important;
    transition: 0.3s;
}
.vl-service-content-3:hover .vl-readmore {
    color: #2334de !important;
    transition: 0.3s;
}
.vl-service-content:hover .vl-service-icon span {
    transform: rotateY(180deg);
    transition: 0.3s;
}
.vl-service-content:hover .vl-service-icon span {
    background: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
    transition: 0.3s;
}
.vl-service-content:hover .vl-service-icon-2 span {
    background: #1c1c25;
    transition: 0.3s;
}
.vl-service-content:hover .vl-service-icon .icon3 span {
    background: red;
}
.vl-service-icon span {
    background: #343a5c;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
}
.vl-service-icon-2 span {
    background: #f6f8f9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
}
.vl-service-icon-2 span img {
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-title1 {
    color: var(--vl-white);
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}
.vl-service-title {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    color: var(--vl-text-3);
    transition: 0.3s;
}
.vl-service-icon-box-4 {
    background: var(--vl-white);
    padding: 32px 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4-title {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #111112;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4-content4 p {
    color: var(--vl-text-1);
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .vl-service-icon-box-4-content4 p br {
        display: none;
    }
}
.vl-service-icon-box-4-content4 .readmore {
    color: #111112;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4-content4 .readmore span i {
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4-icon4 span {
    background: #eeedfb;
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50px;
    line-height: 70px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--vl-gradient-2);
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover:after {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--vl-theme-color-4);
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover::after {
    width: 100%;
}
.vl-service-icon-box-4:hover .vl-service-icon-box-4-title {
    color: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover .vl-service-icon-box-4-content4 p {
    color: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover .vl-service-icon-box-4-content4 .readmore {
    color: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover .vl-service-icon-box-4-content4 .readmore span i {
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-icon-box-4:hover .vl-service-icon-box-4-icon4 span {
    background: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotateY(180deg);
}
.vl-service-redmore:hover {
    background: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-service-redmore:hover span {
    background: linear-gradient(85deg, #0d43fe -50.83%, #bb29f2 90.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vl-df {
    display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-df {
        display: block;
    }
}
.vl-service-icon {
    margin-right: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-content {
        padding-top: 32px;
    }
}

.vl-team-shape img {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    transition: 0.3s;
}

.vl-team-sin:hover .vl-team-shape img {
    opacity: 1;
    transition: 0.3s;
}

.vl-team-bg {
    background: #f4f5f8;
}
.vl-team-single-image {
    background: #1c1c25;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image:hover {
    background: #083c2f;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image:hover .vl-team-single-image-shape {
    opacity: 1;
}
.vl-team-single-image:hover .vl-team-single-image-social {
    transform: translateY(0);
}
.vl-team-single-image-shape {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.vl-team-single-image-social {
    background: #9edd05;
    border-radius: 4px;
    padding: 16px 24px;
    position: absolute;
    left: 64px;
    bottom: 16px;
    right: 64px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(95px);
}
.vl-team-single-image-social.social1 {
    padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-team-single-image-social {
        left: 25px;
        right: 25px;
    }
}
@media (max-width: 575px) {
    .vl-team-single-image-social {
        left: 7px;
        right: 7px;
    }
}
.vl-team-single-image-social ul li {
    display: inline-block;
}
.vl-team-single-image-social ul li a {
    display: block;
    background: #91ca08;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    margin: 0 6px;
    color: #1c1c25;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image-social ul li a:hover {
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image-social-2 {
    background: var(--vl-gradient-2);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 16px;
    margin-left: 11px;
    margin-right: 11px;
}
@media (max-width: 575px) {
    .vl-team-single-image-social-2 {
        margin-left: 6px;
        margin-right: 6px;
    }
}
.vl-team-single-image-social-2 ul li a {
    display: block;
    background: #8377e3;
    color: #fff;
}
.vl-team-single-image-social-2 ul li a:hover {
    color: #5b4bda;
}
.vl-team-single-image-social-2-iner {
    background: var(--vl-theme-color-4);
}
.vl-team-single-image-2 {
    background: var(--vl-white);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 380px;
    overflow: hidden;
}
.vl-team-single-image-2:hover {
    background: var(--vl-white);
}
.vl-team-single-image-2:hover .vl-team-single-image-2-shape {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image-2:hover .vl-team-single-image-2-shape-active {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 4px;
}
.vl-team-single-image-2-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-image-2-shape-active {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-team-single-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: #111112;
}
.vl-team-single-content span {
    color: #5f6168;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.vl-team-single:hover .vl-team-single-image-social {
    transform: translateY(0);
}
.vl-team-single-inner {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.vl-team-shape img {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-team2 {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}
.btn-wrap-team2 button {
    position: absolute;
    background: #ecf8cd;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    font-size: 25px;
    top: 42px;
    right: 0;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-team2 button {
        position: relative;
        top: 0;
        margin: 0 15px;
    }
}
.btn-wrap-team2 button:hover {
    background: #9edd05;
    transition: 0.3s;
}
.btn-wrap-team2 button.prev-btn2.slick-arrow {
    margin-right: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-team2 button.prev-btn2.slick-arrow {
        margin-right: 0px;
    }
}

.vl-team .owl-nav {
    position: absolute;
    top: 44px;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-team .owl-nav {
        position: relative;
        top: 0;
    }
}
@media (max-width: 575px) {
    .vl-team .owl-nav {
        position: relative;
        top: 10px;
    }
}
.vl-team .owl-nav button {
    background: linear-gradient(90deg, rgb(216, 215, 246) 0%, rgb(207, 202, 233) 100%) !important;
    height: 60px;
    width: 60px;
    font-size: 32px !important;
    line-height: 60px !important;
    text-align: center;
    border-radius: 50% !important;
    color: #111112 !important;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.vl-team .owl-nav button:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    transition: 0.3s;
}
.vl-team .owl-nav button:hover {
    color: #fff !important;
}
.vl-team .owl-nav button:hover:after {
    width: 100%;
    transition: 0.3s;
}
.vl-team .owl-carousel,
.vl-team .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: inherit;
}
.vl-team .owl-theme .owl-nav {
    margin: 0;
}
.vl-team .owl-prev {
    margin-right: 16px !important;
}

.vl-team-single .owl-carousel .owl-item {
    position: inherit;
}

.vl-team-thumb {
    background: white;
    position: relative;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    height: 380px;
}

.vl-tem-social {
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 16px;
    position: absolute;
    bottom: 16px;
    transform: translateY(88px);
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-tem-social {
        margin-left: 14px;
        margin-right: 14px;
        width: 90%;
    }
}
.vl-tem-social ul li {
    display: inline-block;
}
.vl-tem-social ul li a {
    height: 44px;
    width: 44px;
    display: block;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    margin: 0 6px;
    transition: 0.3s;
    position: relative;
}
.vl-tem-social ul li a:hover {
    background: #fff;
    transition: 0.3s;
}
.vl-tem-social ul li a:hover span {
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}
.vl-tem-social-iner {
    background: #5038c9;
}
.vl-tem-social-iner ul li {
    display: inline-block;
}
.vl-tem-social-iner ul li a {
    height: 44px;
    width: 44px;
    display: block;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    margin: 0 6px;
    transition: 0.3s;
    position: relative;
}
.vl-tem-social-iner ul li a:hover {
    background: #fff;
    transition: 0.3s;
}
.vl-tem-social-iner ul li a:hover span {
    color: #5038c9;
    -webkit-text-fill-color: inherit;
    transition: 0.3s;
}

.vl-team-sin:hover .vl-tem-social {
    transform: translateY(0px);
    transition: 0.3s;
}

.vl-team-content {
    text-align: center;
}
.vl-team-content .title {
    color: #111112;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding-top: 20px;
}
.vl-team-content span {
    color: #5f6168;
    font-size: 18px;
    line-height: 18px;
    padding-top: 16px;
    display: block;
}

.vl-teamm .owl-carousel,
.vl-teamm .owl-carousel .owl-item {
    position: inherit;
}
.vl-teamm .owl-nav button {
    background: #ecf8cd !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px !important;
    border-radius: 4px;
    transition: 0.3s;
    color: #1c1c25;
    position: absolute;
    top: 44px;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-teamm .owl-nav button {
        position: relative;
        top: 10px;
    }
}
.vl-teamm .owl-nav button:hover {
    background: #9edd05 !important;
    color: #1c1c25 !important;
}
.vl-teamm .owl-prev {
    margin-right: 80px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-teamm .owl-prev {
        margin-right: 10px !important;
    }
}

.vl-team3 .owl-nav button {
    background: #e4e2f3 !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px !important;
    color: #5038c9 !important;
    border-radius: 50px !important;
    transition: 0.3s;
}
.vl-team3 .owl-nav button:hover {
    background: #5038c9 !important;
    color: #fff !important;
}
.vl-team3 .owl-nav .owl-prev {
    position: absolute;
    top: 44px;
    right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-team3 .owl-nav .owl-prev {
        position: relative;
        top: 0;
        right: 0;
    }
}
.vl-team3 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-team3 .owl-nav .owl-next {
        position: relative;
        top: 0;
        right: 0;
    }
}
.vl-team3 .owl-carousel,
.vl-team3 .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: inherit;
}

.vl-case-shape-1 img {
    position: absolute;
    top: 0;
}

.vl-gallery-shape img {
    position: absolute;
    height: 200px;
    width: 200px;
    left: 0;
    top: 170px;
}
.vl-gallery-item-img {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    height: 400px;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery-item-img {
        height: 336px;
    }
}
.vl-gallery-item-img > img {
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery-item-img > img {
        height: 336px;
        object-fit: cover;
        border-radius: 8px;
    }
}
.vl-gallery-item-img:hover img {
    transform: scale(1.1) rotate(2deg);
    transition: 0.3s;
}
.vl-gallery-item-img-2 {
    height: 830px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery-item-img-2 {
        height: 336px;
    }
}
.vl-gallery-item-img::after {
    position: absolute;
    background: #050c36;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}
.vl-gallery-item-icon a {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--vl-gradient-1);
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.vl-gallery-item:hover .vl-gallery-item-icon a {
    top: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}
.vl-gallery-item:hover .vl-gallery-item-img::after {
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
    visibility: visible;
}
.vl-gallery-testimonial-2-image {
    transition: 0.3s;
}
.vl-gallery-testimonial-2-image img {
    height: 450px;
    object-fit: cover;
}
.vl-gallery-testimonial-2-con {
    background: #fff;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 4px;
    z-index: 2;
}
.vl-gallery-testimonial-2-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-gallery-testimonial-2-title {
        font-size: 17px;
    }
}
.vl-gallery-testimonial-2-icon {
    position: absolute;
    left: 0;
    top: 87%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.vl-gallery-testimonial-2-icon::after {
    position: absolute;
    content: "";
    background-image: url(/assets/img/icons/vl-poligon-2.1.svg);
    height: 140px;
    width: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -108%;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50%;
}
.vl-gallery-testimonial-2-icon a {
    font-weight: 600;
    color: #1c1c25;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.vl-gallery-testimonial-2-icon span {
    display: block;
    background: #9edd05;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 8px;
}
.vl-gallery-testimonial-2-icon span img {
    display: inline-block;
}
.vl-gallery-testimonial-2-icon-4 span {
    background: var(--vl-gradient-2);
    color: #fff;
}
.vl-gallery-testimonial-2-icon-4 span img {
    filter: brightness(0) invert(1);
}
.vl-gallery-testimonial-2::after {
    position: absolute;
    content: "";
    background: #1c1c25;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-gallery-testimonial-2:hover:after {
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-gallery-testimonial-2:hover .vl-gallery-testimonial-2-image {
    transition: 0.3s;
    transform: scale(1.1);
}
.vl-gallery-testimonial-2:hover .vl-gallery-poligon {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 125px;
}
.vl-gallery-testimonial-2-iner {
    margin-right: 0;
}
.vl-gallery-2 .gallery-number span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    display: block;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #2334de;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    z-index: 11;
}
.vl-gallery-2 .gallery-content {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 128px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-gallery-2 .gallery-content {
        padding: 14px;
        height: 135px;
    }
}
@media (max-width: 575px) {
    .vl-gallery-2 .gallery-content {
        padding: 10px;
        margin-left: 4px;
        margin-right: 4px;
        height: 142px;
    }
}
.vl-gallery-2 .gallery-content p {
    color: #5a5a5f;
    font-size: 16px;
    line-height: 26px;
    opacity: 1;
}
.vl-gallery-2 .gallery-content .vl-readmore {
    color: #1c1c25;
}
.vl-gallery-2 .gallery-title {
    color: #14212b;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.vl-gallery-2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 33, 43, 0.2941176471);
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.vl-gallery-2:hover::after {
    opacity: 1;
}
.vl-gallery-2:hover .gallery-content {
    height: 180px;
}
.vl-gallery-poligon {
    position: absolute;
    z-index: -1;
    left: 0;
    z-index: 9;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(/assets/img/icons/vl-poligon-2.1.svg);
    height: 140px;
    width: 140px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vl-gallery-poligon h3 {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    top: 93px;
    margin: 0;
    color: var(--vl-text-2);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.vl-gallery-poligon span {
    height: 44px;
    width: 44px;
    background: var(--vl-gradient-2);
    line-height: 44px;
    display: block;
    text-align: center;
    font-size: 21px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46px;
    transform: rotate(-45deg) translateY(-50%);
    text-align: center;
    left: 30px;
    color: var(--vl-white);
}
.vl-gallery-poligon span.sp2 {
    background: #9edd05;
    color: #1c1c25;
}
.vl-gallery-poligon span.arow2 {
    background: #9edd05;
    color: #1c1c25;
}
.vl-gallery-poligon span.blu-bg {
    background: #5038c9;
}
.vl-gallery-poligon.poligon2 h3 {
    color: #1c1c25;
}

.btn-wrap-1 button {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}
.btn-wrap button {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    background: #d9d3f0;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 32px;
    border-radius: 50%;
    left: -80px;
    overflow: hidden;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap button {
        position: relative;
        left: 0;
        transform: translateY(0px);
    }
}
.btn-wrap button img {
    transition: 0.3s;
}
.btn-wrap button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--vl-gradient-2);
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: 0.3s;
}
.btn-wrap button.next-btn {
    right: -80px;
    left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap button.next-btn {
        right: 0;
        margin-left: 25px;
    }
}
.btn-wrap button.next-btn img {
    transform: rotate(-180deg);
}
.btn-wrap button:hover::after {
    width: 100%;
}
.btn-wrap button:hover img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.btn-wrap-1 button {
    left: auto;
    right: -80px;
    transform: translateY(-60px);
}
.btn-wrap-1 button img {
    filter: brightness(0);
    transition: 0.3s;
}
.btn-wrap-1 button:hover img {
    filter: inherit;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-1 button {
        right: 0px;
        transform: translateY(0px);
    }
}
.btn-wrap-1 button.next-btn1 {
    margin-top: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-1 button.next-btn1 {
        margin-top: 0px;
        margin-left: 20px;
    }
}
.btn-wrap-1 button::after {
    background: var(--vl-white);
}
.btn-wrap-1 button.next-btn1 img {
    transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-gallery-2 {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}
.btn-wrap-gallery-2 button {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #ecf8cd;
    line-height: 60px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: -80px;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-gallery-2 button {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        margin: 0 10px;
    }
}
.btn-wrap-gallery-2 button:hover {
    background: #9edd05;
    transition: 0.3s;
}
.btn-wrap-gallery-2 button.next-btn {
    left: auto;
    right: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-gallery-2 button.next-btn {
        right: 0;
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-3 {
        display: flex;
        justify-content: center;
    }
}
.btn-wrap-3 button {
    background: #f4f5fd;
    height: 60px;
    width: 60px;
    font-size: 18px;
    border-radius: 50px;
    transition: 0.3s;
    position: absolute;
    top: 48px;
    right: 0;
    color: #14212b;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-3 button {
        position: relative;
        top: 30px;
        margin: 0 10px;
    }
}
.btn-wrap-3 button:hover {
    background: #2334de;
    transition: 0.3s;
    color: #fff;
}
.btn-wrap-3 button.prev-btn1 {
    margin-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-3 button.prev-btn1 {
        margin-right: 0px;
    }
}

.vl-gallery .owl-nav button {
    background: linear-gradient(90deg, rgb(216, 215, 246) 0%, rgb(207, 202, 233) 100%) !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vl-gallery .owl-nav button:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #2e0797 0%, #726efc 100%);
    z-index: -1;
    transition: 0.3s;
}
.vl-gallery .owl-nav button:hover:after {
    width: 100%;
}
.vl-gallery .owl-nav button:hover img {
    filter: brightness(0) invert(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery .owl-nav button {
        position: relative;
        top: 0%;
        transform: translateY(0%);
    }
}
.vl-gallery .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery .owl-nav .owl-next {
        position: relative;
        right: 0;
    }
}
.vl-gallery .owl-nav .owl-next img {
    transform: rotate(180deg);
}
.vl-gallery .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery .owl-nav .owl-prev {
        position: relative;
        left: 0;
    }
}

.vl-gallery2 .owl-nav {
    position: absolute;
    top: 44px;
    right: 0;
}
.vl-gallery2 .owl-nav button {
    background: #f4f5fd !important;
    height: 60px;
    width: 60px;
    font-size: 32px !important;
    border-radius: 50px !important;
    color: #14212b !important;
    transition: 0.3s;
}
.vl-gallery2 .owl-nav button:hover {
    background: #2334de !important;
    color: #fff !important;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery2 .owl-nav {
        position: relative;
        top: 0;
    }
}
.vl-gallery2 .owl-carousel,
.vl-gallery2 .owl-carousel .owl-item {
    position: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery3 .owl-nav {
        margin-top: 30px;
    }
}
.vl-gallery3 .owl-nav button {
    background: #ecf8cd !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px !important;
    color: #1c1c25 !important;
    transition: 0.3s;
    border-radius: 4px;
}
.vl-gallery3 .owl-nav button:hover {
    background: #9edd05 !important;
    transition: 0.3s;
}
.vl-gallery3 .owl-nav .owl-prev {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery3 .owl-nav .owl-prev {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0%);
    }
}
.vl-gallery3 .owl-nav .owl-next {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery3 .owl-nav .owl-next {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0%);
    }
}

.vl-gallery2 .owl-carousel .owl-stage-outer {
    position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-gallery2 .owl-carousel .owl-stage-outer {
        position: relative;
    }
}

#gallery3 {
    height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    #gallery3 {
        height: inherit;
    }
}

.vl-success-box {
    background: #111840;
    padding: 32px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}
@media (max-width: 575px) {
    .vl-success-box {
        padding: 14px;
    }
}
.vl-success-box-number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: var(--vl-gradient-1);
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: -20px;
    top: -20px;
}
.vl-success-box-number:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background: #050c36;
    z-index: -1;
    left: -5px;
    top: -5px;
    line-height: 60px;
    border-radius: 50px;
}
.vl-success-box-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.vl-success-box-icon::after {
    position: absolute;
    content: "";
    left: -5px;
    top: -6px;
    height: 60px;
    width: 60px;
    background: transparent;
    z-index: -1;
    border-radius: 50px;
    border: 1px solid #292f53;
    line-height: 60px;
}
.vl-success-box-icon span {
    background: #292f53;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}
.vl-success-box-icon-3 span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #f4f5fd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-icon-3::after {
    height: 120px;
    width: 120px;
    border: 3px solid #f4f5fd;
    left: -10px;
    top: -10px;
    border-radius: 50%;
}
.vl-success-box-icon-3-number cite {
    background: #14212b;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    font-style: normal;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: 0;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    transition: 0.3s;
    color: #14212b;
}
.vl-success-box-title.title4 {
    color: #fff;
}
.vl-success-box p {
    color: #fff;
    opacity: 0.8;
    margin: 0;
}
.vl-success-box-3 {
    background: inherit;
    margin-left: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.vl-success-box-3 p {
    color: var(--vl-text-5);
    opacity: 1;
}
.vl-success-box-3-arow img {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}
.vl-success-box-3-arow .arow-active {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-3:hover .vl-success-box-icon-3-number cite {
    background: #2334de;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-3:hover .vl-success-box-icon-3 span {
    transform: rotateY(180deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-3:hover .vl-success-box-3-arow .arow-active {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-iner .vl-success-box-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--vl-text-1);
}
.vl-success-box-iner:hover .vl-success-box-icon-3-number cite {
    background: #5038c9;
}
.vl-success-box-iner:hover .vl-success-box-title {
    color: #5038c3;
}
.vl-success-box-iner:hover .vl-success-box-icon-3 span {
    background: #5038c9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box-iner:hover .vl-success-box-icon-3 span img {
    filter: brightness(0) invert(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-success-box:hover .vl-success-box-icon span {
    transform: rotateY(180deg);
    transition: 0.3s;
}
.vl-success-box:hover .vl-success-box-title {
    color: #2334de;
}
.vl-success-box:hover .vl-success-box-title.title4 {
    color: #fff;
}

.vl-testimonial .owl-carousel .owl-item img {
    width: auto;
}

.vl-shpate-testimonial img {
    position: absolute;
    right: 0;
}

.vl-testimonial-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vl-testimonial-bg-2 {
    background: var(--vl-gradient-2);
}
.vl-testimonial-box {
    background: #1d244a;
    padding: 32px 24px;
}
.vl-testimonial-box-icon a {
    background: #343343;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #ffba00;
    margin-right: 4px;
}
.vl-testimonial-box-content p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    opacity: 0.8;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial-box-content p br {
        display: none;
    }
}
.vl-testimonial-box-auth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.vl-testimonial-box-auth-content span {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    color: #fff;
}
.vl-testimonial-box-auth-img img {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    margin-right: 16px;
}
.vl-testimonial-box-auth-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.vl-testimonial-box-auth-3 {
    justify-content: center;
}
.vl-testimonial-box-quote {
    position: absolute;
    right: 0;
}
.vl-testimonial-box-3 {
    background: inherit;
    padding: 0;
}
.vl-testimonial-box-4 {
    background: #fff;
}
.vl-testimonial-box-4 .vl-testimonial-box-content p {
    color: #111112;
    opacity: 0.8;
}
.vl-testimonial-box-4 .vl-testimonial-box-auth-title {
    color: #111112;
}
.vl-testimonial-box-4 .vl-testimonial-box-auth-content span {
    color: #5f6168;
}
.vl-testimonial-box-4 .vl-testimonial-box-icon a {
    color: #5745d4;
    background: #f5f3fa;
}
.vl-testimonial-box-5 {
    margin-left: 30px;
}
.vl-testimonial-active .slick-dots {
    bottom: -38px;
}
.vl-testimonial-active .slick-dots .slick-active button {
    background: var(--vl-gradient-1);
    height: 12px;
    width: 12px;
    z-index: 1;
    position: relative;
}
.vl-testimonial-active .slick-dots .slick-active button:after {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #9f2df4;
}
.vl-testimonial-active .slick-dots li button {
    background: #292f53;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    display: inline-block;
}
.vl-testimonial-active .slick-dots li button::before {
    font-size: 0;
}
.vl-testimonial-active-3 .slick-list {
    overflow: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial-active-3 .slick-list {
        overflow: hidden;
    }
}
.vl-testimonial-2 .desc-4 {
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.vl-testimonial-3-bg {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 40px;
    padding-left: 32px;
    padding-right: 32px;
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-testimonial-3-bg.slick-active {
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-testimonial-3-icon a {
    border-radius: 4px;
    background: rgba(255, 186, 0, 0.1);
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
    color: #ffba00;
    margin: 0;
}
.vl-testimonial-3-desc p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    opacity: 0.8;
}
.vl-testimonial-3-auth-content span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
    margin: 0;
}
.vl-testimonial-3-auth-content-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}
.vl-testimonial-3-auth-brand {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial-3-img {
        margin-bottom: 30px;
    }
}

.vl-testimonial-box-icon-2 a {
    background: #f5ece5 !important;
    color: #ff8c04 !important;
    font-size: 16px;
}
.vl-testimonial-box-inner {
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial-box-inner {
        padding: 15px;
    }
}
.vl-testimonial-box-auth-content span.degsination {
    font-size: 16px;
    line-height: 16px;
    color: #5f6168;
}

.testiarrow-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .testiarrow-2 {
        bottom: -45px;
        top: inherit;
        transform: inherit;
    }
}
.testiarrow-2 i {
    background: #ecf8cd;
    height: 60px;
    width: 60px;
    color: #1c1c25;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.testiarrow-2 i:hover {
    background: #9edd05;
}
.testiarrow-2.next_arrow3 {
    left: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .testiarrow-2.next_arrow3 {
        left: 0;
        bottom: -50px;
    }
}
@media (max-width: 575px) {
    .testiarrow-2.next_arrow3 {
        left: 10px;
        bottom: -50px;
    }
}
.testiarrow-2.prev_arrow3 {
    right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .testiarrow-2.prev_arrow3 {
        right: 0;
        bottom: -50px;
        left: 80px;
        z-index: 1;
    }
}

.vl-testimonial-active-3 .slick-dots li button {
    display: inline-block;
    background: #52766d;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    margin: 0 12px;
}
.vl-testimonial-active-3 .slick-dots li button::before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    display: none;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vl-testimonial-active-3 .slick-dots .slick-active button {
    background: var(--vl-theme-color-2);
    height: 14px;
    width: 14px;
    z-index: 1;
    position: relative;
    margin: 0 16px;
    background: var(--vl-theme-color-2);
}
.vl-testimonial-active-3 .slick-dots .slick-active button:after {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50px;
    border: 3px solid var(--vl-theme-color-2);
}

.vl-testimonial-slider4 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.vl-testimonial-slider4 .slick-list {
    overflow: inherit;
}

.vl-testim {
    transform: scale(0.9);
    background: #1f5c3c;
    padding: 40px 32px;
    border-radius: 8px;
    color: #e4e4e4;
    transition: 0.3s;
}
.vl-testim.slick-active {
    transform: scale(1);
}

.vl-testimonial-content-icon a {
    margin: 0;
    background: #375a3d;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #ffba00;
}

.vl-testimonial-content-desc p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
}

.vl-testimonial-content-auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vl-testimonial-content-auth .vl-testimonial-content-auth-title span {
    font-size: 16px;
    line-height: 16px;
    color: white;
    opacity: 0.9;
}

.vl-testimonial-slider4 .slick-dots li button {
    display: inline-block;
    background: #52766d;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    margin: 0 12px;
}
.vl-testimonial-slider4 .slick-dots li button::before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    display: none;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vl-testimonial-slider4 .slick-dots .slick-active button {
    background: var(--vl-theme-color-2);
    height: 14px;
    width: 14px;
    z-index: 1;
    position: relative;
    margin: 0 16px;
    background: var(--vl-theme-color-2);
}
.vl-testimonial-slider4 .slick-dots .slick-active button:after {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50px;
    border: 3px solid var(--vl-theme-color-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-4 {
        display: flex;
        justify-content: center;
    }
}
.btn-wrap-4 button {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
    font-size: 26px;
    transition: 0.3s;
    color: var(--vl-white);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-4 button {
        position: relative;
        left: 0;
        top: 10px;
        transform: translateY(0);
        margin: 0 10px;
    }
}
.btn-wrap-4 button:hover {
    background: var(--vl-white);
    color: var(--vl-theme-color-3);
    transition: 0.3s;
}
.btn-wrap-4 button.next-btn {
    left: auto;
    right: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .btn-wrap-4 button.next-btn {
        right: 0;
    }
}

.vl-test-flex {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 40px 32px;
    display: flex;
    align-items: center;
}

.vl-test-thumb {
    margin-right: 48px;
}

.vl-test-thumb img {
    border-radius: 4px;
}
@media (max-width: 575px) {
    .vl-test-thumb img {
        margin-bottom: 20px;
    }
}

.vl-test-2-act .slick-list {
    overflow: inherit;
}

.vl-test-flex.slick-slide {
    display: flex;
}
@media (max-width: 575px) {
    .vl-test-flex.slick-slide {
        display: block;
    }
}

.vl-test-icons ul li a {
    border-radius: 4px;
    background: rgba(255, 186, 0, 0.1);
    padding: 4px;
    color: #ffba00;
    margin-right: 2px;
}

.vl-test-icons ul li {
    display: inline-block;
}

.vl-test-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.vl-test-aut-content h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px;
}

.vl-test-aut-content span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.vl-test-aut {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vl-test-flex.slick-current.slick-active {
    transform: scale(1);
}

.vl-test-flex.slick-slide {
    transform: scale(0.9);
}

.vl-test-2-act .slick-dots li button {
    background: rgba(255, 255, 255, 0.3);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    position: relative;
}

.vl-test-2-act .slick-dots li.slick-active button:after {
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    height: 26px;
    width: 26px;
    border: 2px solid #9edd05;
    border-radius: 50px;
    opacity: 1;
}

.vl-test-2-act .slick-dots li button:before {
    font-size: inherit;
}

.vl-test-2-act .slick-dots {
    bottom: -50px;
}

.vl-test-2-act .slick-dots li.slick-active button {
    background: #9edd05;
    height: 14px;
    width: 14px;
}

.vl-test-flex.testimonial-inner {
    background: #f4f5f8;
}

.vl-test-flex.testimonial-inner .vl-test-content p {
    color: #5f6168;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.vl-test-flex.testimonial-inner .vl-test-aut-content h3 {
    color: #111112;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.vl-test-flex.testimonial-inner .vl-test-aut-content span {
    color: #5f6168;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.vl-test-2-act.vl-testinner .slick-dots li button {
    background: #cbc3ef;
}

.vl-test-2-act.vl-testinner .slick-dots li.slick-active button {
    background: #5038c9;
    height: 14px;
    width: 14px;
}

.vl-test-2-act.vl-testinner .slick-dots li.slick-active button:after {
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    height: 26px;
    width: 26px;
    border: 2px solid #5038c9;
    border-radius: 50px;
    opacity: 1;
}

.vl-testimonial .owl-nav button {
    background: #8c87f9 !important;
    height: 60px;
    width: 60px;
    border-radius: 50px !important;
    position: absolute;
    top: 37%;
    right: -88px;
    transform: translateY(-50%);
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial .owl-nav button {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0%);
    }
}
.vl-testimonial .owl-nav button:hover {
    background: #fff !important;
    transition: 0.3s;
}
.vl-testimonial .owl-nav button:hover img {
    filter: none;
    transition: 0.3s;
}
.vl-testimonial .owl-nav button img {
    filter: brightness(0) invert(1);
}
.vl-testimonial .owl-next {
    margin-top: 75px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-testimonial .owl-next {
        margin-top: 0 !important;
    }
}
.vl-testimonial .owl-next img {
    transform: rotate(-180deg);
}

.vl-pricing-box {
    margin-top: 70px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 18, 0.1);
    padding-top: 95px;
}
.vl-pricing-box-list-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.vl-pricing-box .vl-icon span {
    background: var(--vl-gradient-2);
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    color: var(--vl-white);
    margin-right: 8px;
    font-size: 10px;
}
.vl-pricing-box .vl-icon-content p {
    margin: 0;
    color: var(--vl-text-2);
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
}
.vl-pricing-box .vl-icon-2 span {
    background: var(--vl-theme-color-4);
}
.vl-pricing-box-price {
    background: var(--vl-gradient-2);
    padding: 24px 32px;
    border-radius: 8px;
    position: absolute;
    left: 70px;
    right: 70px;
    top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-pricing-box-price {
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 575px) {
    .vl-pricing-box-price {
        left: 40px;
        right: 40px;
    }
}
.vl-pricing-box-price .price-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: var(--vl-white);
}
.vl-pricing-box-price .price-number {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: var(--vl-white);
    margin: 0;
    letter-spacing: -1px;
    display: inline-block;
}
.vl-pricing-box-price .price-number span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
}
.vl-pricing-box-price-iner {
    background: var(--vl-theme-color-4);
}
.vl-pricing-box-content {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(17, 17, 18, 0.1019607843);
    margin-bottom: 32px;
}
.vl-pricing-box-content p {
    color: var(--vl-text-1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-pricing-box-content p br {
        display: none;
    }
}
.vl-pricing-box-btn {
    display: inline-block;
}
.vl-pricing-box.active {
    background: var(--vl-gradient-2);
    border: none;
}
.vl-pricing-box.active .vl-btn-sec-5 {
    background: var(--vl-white);
}
.vl-pricing-box.active .vl-btn-wrap-2 {
    color: #3f21b0;
}
.vl-pricing-box.active .vl-pricing-box-content p {
    color: var(--vl-white);
    opacity: 0.8;
}
.vl-pricing-box.active .vl-icon span {
    background: var(--vl-white);
    color: #3f21b0;
}
.vl-pricing-box.active .vl-icon-content p {
    color: var(--vl-white);
}
.vl-pricing-box.active-2 {
    background: var(--vl-theme-color-4);
}

.vl-brand-single-iner {
    padding: 32px 24px;
    border-radius: 8px;
    border: 1px solid rgba(13, 4, 0, 0.1);
    background: var(--vl-white);
    display: inline-block;
    margin-right: 16px;
    height: 112px !important;
}
.vl-brand-single-iner:hover {
    border-radius: 8px;
    border: 1px solid rgba(13, 4, 0, 0.1);
    background: var(--vl-white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.vl-brand-inner-active .slick-list {
    overflow: inherit;
}

.vl-pricing-box-content.active-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vl-accordion-item {
    border-radius: 8px;
    border: 1px solid rgba(35, 52, 222, 0.05);
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(151, 149, 150, 0.08);
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.accordion-button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #14212b;
    background: inherit;
    padding: 24px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: inherit;
}
.accordion-body {
    padding: 24px;
    padding-top: 0px;
}
.accordion-body p {
    margin: 0;
    color: #5a5a5f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .accordion-body p br {
        display: none;
    }
}

.vl-accordion-item-2 .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
    background: #5038c9;
    color: #fff;
}
.vl-accordion-item-2 .accordion-button:not(.collapsed) span {
    color: #fff;
}
.vl-accordion-item-2 .accordion-body:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
    background: #5038c9;
}
.vl-accordion-item-2 .accordion-body p {
    color: white;
}

.vl-faq-tab .nav-tabs {
    border-bottom: inherit;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid rgba(6, 29, 25, 0.1);
    padding: 16px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .vl-faq-tab .nav-tabs {
        padding: 15x;
    }
}
.vl-faq-tab .nav-tabs .nav-item {
    display: inline-block;
    margin-right: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-faq-tab .nav-tabs .nav-item {
        margin-right: 8px;
    }
}
@media (max-width: 575px) {
    .vl-faq-tab .nav-tabs .nav-item {
        margin-bottom: 8px;
    }
}
.vl-faq-tab .nav-tabs .nav-item .nav-link {
    background: #ddd;
    padding: 12px 16px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 8px;
}
.vl-faq-tab .nav-tabs .nav-item .nav-link.active {
    background: #5038c9;
    color: #fff;
}
.vl-faq-tab .nav-link {
    border: none;
    padding: 0;
    color: #111112;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-faq-tab .nav-link.active {
    border: none;
    background: none;
}
.vl-faq-tab .nav-link:focus {
    border: inherit;
}

.vl-accordion-item-2 .accordion-button::after {
    display: none;
}
.vl-accordion-item-2 button span {
    color: #111112;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vl-accordion-item-2 .accordion-button:not(.collapsed) span {
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vl-breadcrumb-img.faq-breadcrub img {
    top: -56px;
}
@media (max-width: 575px) {
    .vl-breadcrumb-img.faq-breadcrub img {
        position: relative;
        top: 0;
        margin-bottom: -100px;
    }
}

.vl-breadcrumb.dvir {
    margin: 0 4px;
}
.vl-breadcrumb-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .vl-breadcrumb-bg {
        height: 100%;
    }
}
@media (max-width: 575px) {
    .vl-breadcrumb-bg.pt-200 {
        padding-top: 130px;
    }
}
.vl-breadcrumb-fan img {
    position: absolute;
    animation: vlspin 12s linear infinite;
    height: 300px;
    top: -90px;
}
.vl-breadcrumb-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-breadcrumb-img img {
        top: -118px;
    }
}
@media (max-width: 575px) {
    .vl-breadcrumb-img img {
        position: relative;
        top: 0;
        margin-bottom: -100px;
    }
}
.vl-breadcrumb-list span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.vl-breadcrumb-list span.active {
    font-weight: 700;
}

.vl-logo img {
    max-height: 50px;
}
