/* ----------------------------------

Template Name: Metize - Startup & SaaS Template
Author: validtheme
Description:
Version: 1.0
�������أ�Http://www.bootstrapmb.com
Main Font    : Plus Jakarta Sans
Main Color   : #3366FF

-------------------------------------

[Typography]

Body copy:    15px 'Plus Jakarta Sans', sans-serif
Header:     36px 'Plus Jakarta Sans', sans-serif
Input, textarea:  16px 'Plus Jakarta Sans', sans-serif
Sidebar heading:  22px 'Plus Jakarta Sans', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
        - Banner Software
        - Banner Seo Agency
        - Banner Digital Agency
        - Banner Business
    05. Services
        - Version One
        - Version Two
        - Version Three
        - Service Single
	06. About
        - Version One
        - Version Two
    07. Project
        - Project Grid
        - Project Single
    08. Why Choose Us
    09. Team
        - Team Grid
        - Team Tab
        - Team Single
	10. Feature
        - Version One
        - Version Two
        - Version Thre
    11. Testimonials
        - Version One
        - Version Two
    12. Pricing
    13. Faq
    14. Progress
    15. Brand / Partner
    16. Feature
    17. Fun Factor
    18. Pricing
    19. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');*/
@import url('google-fonts-css2.css');


/* Varialbes */
:root {
    --font-default: 'Plus Jakarta Sans', sans-serif;
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #262525;
    --dark-secondary: #1d1d1d;
    --white: #ffffff;
    --color-primary: #3366FF;
    --color-secondary: #00bfff;
    --color-heading: #2e1861;
    --color-paragraph: #666666;
    --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #eeeffa;
    --bg-gradient: linear-gradient(140deg, #73233a 20%, #ffe1b3 100%);
    --text-gradient: linear-gradient(90deg, #A75BE2 0%, #76529B 45.714285714285715%, #43BADF 100%);
}




/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
.metize span,
.metize img,
.metize ol,
.metize ul,
.metize li,
.metize a,
.metize p,
.metize h1,
.metize h2,
.metize h3,
.metize h4,
.metize h5,
.metize h6,
.metize option,
.metize legend,
.metize label,
.metize table,
.metize th,
.metize td,
.metize tr,
.metize article,
.metize aside,
.metize caption,
.metize figure,
.metize footer,
.metize header,
.metize hgroup,
.metize mark,
.metize nav,
.metize section,
.metize time,
.metize audio,
.metize video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.metize .wrapper {
    height: 100%;
}

.metize img {
    border: none;
    outline: none;
    max-width: 100%;
}

.metize label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

.metize a {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

.metize a img {
    border: none;
}

.metize a:active {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1;
}

.metize a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

.metize a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1;
}

.metize .secondary a:hover {
    color: var(--color-optional);
}

.metize button {
    outline: medium none;
}

.metize iframe {
    border: none;
}

.metize hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.metize pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

.metize input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

.metize input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.metize textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.metize select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.metize ul {
    list-style-type: none;
}

.metize ul,
.metize li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.metize b {
    font-weight: 700;
}

.metize strong {
    font-weight: 700;
}

.metize .row {
    --bs-gutter-x: 30px;
}

.metize .animation-text {
    overflow: hidden;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

.metize h1,
.metize h2,
.metize h3,
.metize h4,
.metize h5,
.metize h6 {
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
}

.metize h1 {
    font-size: 48px;
}

.metize h2 {
    font-size: 36px;
}

.metize h3 {
    font-size: 30px;
}

.metize h4 {
    font-size: 22px;
}

.metize h5 {
    font-size: 18px;
}

.metize h6 {
    font-size: 16px;
}

.metize a,
.metize .btn,
.metize button {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    outline: medium none;
    text-decoration: none;
}

.metize p {
    color: var(--color-paragraph);
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 500;
    font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

.metize .container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width: 576px) {
    .metize .container-full {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .metize .container-full {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .metize .container-full {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .metize .container-full {
        max-width: 95%;
        width: 95%;
    }

    .metize .box-layout {
        width: 94%;
        margin: auto;
        border-radius: 30px;
    }
}

.metize .container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .metize .container-fill {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .metize .container-fill {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .metize .container-fill {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .metize .container-fill {
        width: 100%;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .metize .container-fill {
        padding: 0 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .metize .row {
        --bs-gutter-x: 1.5rem;
    }
}

.metize .item-center {
    display: flex;
    align-items: center;
}

.metize .bg-cover {
    background-position: center top !important;
    background-size: cover !important;
}

.metize .bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.metize .bg-fit {
    background-size: 100% 100% !important;
    background-position: center !important;
}

.metize .bg-gray {
    background: var(--bg-gray);
}

.metize .bg-dark .bg-gray {
    background: var(--dark-secondary);
}

.metize .bg-gray-secondary {
    background: var(--bg-gray-secondary);
}

.metize .bg-light {
    background-color: var(--white) !important;
}

.metize .bg-dark {
    background-color: var(--dark) !important;
}

.metize .bg-dark-secondary {
    background-color: var(--dark-secondary) !important;
}

.metize .bg-theme {
    background-color: var(--color-primary);
}

.metize .bg-gradient {
    background-color: var(--color-primary);
    background: var(--bg-gradient) !important;
}

.metize .bg-gradient-secondary {
    background-color: var(--color-optional);
    background: var(--bg-gradient-reverse) !important;
}

.metize .text-gradient {
    background: var(--text-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
}

.metize .text-light {
    color: var(--white);
}

.metize .text-light h1,
.metize .text-light h2,
.metize .text-light h3,
.metize .text-light h4,
.metize .text-light h5,
.metize .text-light h6,
.metize .text-light p,
.metize .text-light span,
.metize .text-light a {
    color: var(--white);
}

.metize .shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.metize .shadow.dark {
    position: relative;
    z-index: 1;
}

.metize .shadow.dark:after {
    background: var(--dark);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .shadow.dark-hard {
    position: relative;
    z-index: 1;
}

.metize .shadow.dark-hard:after {
    background: var(--black) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .shadow.theme {
    position: relative;
    z-index: 1;
}

.metize .shadow.theme:after {
    background: var(--color-primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .shadow.light {
    position: relative;
    z-index: 1;
}

.metize .shadow.light:after {
    background: var(--white) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .default-padding,
.metize .default-padding-top,
.metize .default-padding-bottom,
.metize .default-padding-mx {
    position: relative;
}

.metize .default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.metize .default-padding-big {
    padding: 250px 0;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding-big {
        padding: 60px 0;
    }
}

.metize .default-padding-top {
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding-top {
        padding-top: 50px;
    }
}

.min-box {
  border-bottom: 1px solid #d5dade;
  padding-bottom: 120px;
}

.metize .default-padding-bottom {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding-bottom {
        padding-bottom: 50px;
    }
}

.metize .default-padding.bottom-less {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding.bottom-less {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.metize .default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding-bottom.bottom-less {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

.metize .default-padding-top.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .metize .default-padding-top.bottom-less {
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 1200px) {
    .metize .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.metize .relative {
    position: relative;
}

.metize .overflow-hidden {
    overflow: hidden;
}

.metize .border-top {
    border-top: 1px solid #e7e7e7;
}

.metize .border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.metize .border-left {
    border-left: 1px solid #e7e7e7;
}

.metize .border-right {
    border-right: 1px solid #e7e7e7;
}

.metize .heading {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}

.metize .heading span {
    font-weight: 400;
}

.metize .site-heading {
    margin-bottom: 60px;
}

.metize .site-heading strong {
    display: inline-block;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.metize .site-heading strong::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/35.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}

.metize .site-heading.text-left .devider {
    left: 20px;
}

.metize .title {
    font-weight: 700;
    font-size: 42px;
}

@media (max-width: 767px) {
    .metize .title {
        font-size: 36px;
        margin-top: 0;
    }
}

.metize .bg-dark .title {
    color: var(--white);
}

.metize .site-heading .title {
    margin-bottom: 0;
}

.metize .bg-dark .site-heading .title {
    color: var(--white);
}

.metize .sub-title {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 700;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-bottom: 10px;
}

.metize .bg-gradient .sub-title,
.metize .bg-theme .sub-title {
    color: var(--white);
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background: transparent;
}

@media (max-width: 767px) {
    .metize .sub-title {
        margin-bottom: 15px;
    }
}

.metize .site-heading p {
    margin-bottom: 0;
    margin-top: 25px;
    padding: 0 10%;
}

.metize .site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--color-heading);
    position: relative;
    z-index: 1;
    left: 10px;
}

.metize .site-heading .devider:after {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: var(--color-heading);
}

.metize .site-heading.light .devider,
.metize .bg-theme .site-heading .devider,
.metize .bg-gradient .site-heading .devider,
.metize .shadow .site-heading .devider,
.metize .bg-dark .site-heading .devider {
    background: var(--white);
}

.metize .site-heading.light .devider::after,
.metize .bg-theme .site-heading .devider::after,
.metize .bg-gradient .site-heading .devider::after,
.metize .shadow .site-heading .devider::after,
.metize .bg-dark .site-heading .devider::after {
    background: var(--white);
}

@media (max-width: 767px) {
    .metize .site-heading p {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .metize .site-heading {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.metize .heading-left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.metize .heading-left .heading {
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .heading-left .heading {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .heading-left .heading {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.metize .heading-left p {
    margin-bottom: 0;
}

.metize .heading-left .btn {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .metize .heading-left {
        margin-bottom: 30px;
    }
}

.metize .sub-heading {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 700;
    background: var(--bg-gradient-reverse);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.metize .shadow .sub-heading {
    -webkit-text-fill-color: var(--white);
    font-weight: 700;
}

.metize .bg-gradient .sub-heading {
    color: var(--white);
    background: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    opacity: 0.9;
}

.metize .site-heading.text-light .sub-title,
.metize .site-heading.text-light .sub-heading {
    -webkit-text-fill-color: inherit;
    color: var(--white);
}


/* ============================================================== 
    # Video Play Button 
=================================================================== */
.metize .video-play-button {
    display: inline-block;
    background: var(--color-primary);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--color-heading);
    position: relative;
}

.metize .video-play-button i {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    left: 3px;
    top: 2px;
}

.metize .video-play-button .effect {
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--color-primary);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
}

.metize .video-play-button .effect::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.metize .video-play-button .effect::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: var(--color-secondary);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.metize .video-play-button.with-text {
    width: auto;
    background: transparent;
}

.metize .video-play-button.with-text span {
    position: relative;
    z-index: 1;
}

.metize .video-play-button.with-text span i {
    margin-left: 25px;
    margin-right: 30px;
    color: var(--white);
    left: -1px;
}

.metize .video-play-button.with-text .effect {
    height: 60px;
    width: 60px;
    left: 0;
    -webkit-animation: inherit;
    animation: inherit;
    background: var(--color-primary);
    top: 0;
    opacity: 1;
    z-index: 1;
}

.metize .video-play-button.with-text .effect::before {
    display: none;
}

.metize .video-play-button.with-text .effect::after {
    background: var(--color-primary);
    height: 100%;
    width: 100%;
    z-index: inherit;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes video-play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Zoom Animation */
.metize .zoom-animation {
    -webkit-animation: zoom 2000ms ease-out infinite;
    animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

/* Spiner Animation */
.metize .spiner-animation {
    -webkit-animation: spinner 20s infinite linear;
    animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}


/* Spiner Animation */
.metize .spiner-reverse-animation {
    -webkit-animation: spinnerReverse 20s infinite linear;
    animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes spinnerReverse {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation UpDown */
.metize .updown-animation {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation Left Right */
.metize .leftRight-animation {
    -webkit-animation: fadeLeftRight 10s ease-out infinite;
    animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@-webkit-keyframes fadeLeftRight {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

/* Animation Right Left */
.metize .rightLeft-animation {
    -webkit-animation: fadeRightLeft 10s ease-out infinite;
    animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@-webkit-keyframes fadeRightLeft {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/* Animation Zoom Up Down */
.metize .zoomUpDown-animation {
    -webkit-animation: zoomUpDown 10s ease-out infinite;
    animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {

    0%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes zoomUpDown {

    0%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* Animation Moving */
.metize .moving-animation {
    -webkit-animation: moving 10s ease-out infinite;
    animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }

    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }

    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }

    50% {
        -webkit-transform: translate(-100px, -30px);
        transform: translate(-100px, -30px);
    }

    70% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/* Animation Rotation */
@keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Button Border Animation */
@-webkit-keyframes open {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100px;
        height: 0;
    }

    100% {
        width: 100px;
        height: 55px;
    }
}

@keyframes open {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100px;
        height: 0;
    }

    100% {
        width: 100px;
        height: 55px;
    }
}

@-webkit-keyframes openB {
    0% {
        width: 0px;
    }

    100% {
        width: 100px;
    }
}

@keyframes openB {
    0% {
        width: 0px;
    }

    100% {
        width: 100px;
    }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes infiniteMove {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes infiniteMove {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@-webkit-keyframes infiniteMove2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

@keyframes infiniteMove2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.metize .btn {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: none !important;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 30px;
    background: #E7EDF8;
    position: relative;
    z-index: 1;
}

.metize .btn:focus,
.metize .btn.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 2px solid transparent;
}

.metize .btn:hover {
    background-color: var(--color-primary);
    color: var(--white);
}

.metize .btn.radius {
    border-radius: 6px;
}

.metize .btn.btn-border {
    border: 2px solid #dddddd;
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
}

.metize .btn.btn-border::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize .btn.btn-border:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize .btn.btn-border:hover {
    border-color: var(--dark);
}

.metize .btn.btn-border.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: #e7e7e7;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-border.animation:hover {
    border-color: #e7e7e7;
    color: var(--dark);
}

.metize .btn.btn-border.animation:hover::after {
    width: 100%;
}

.metize .btn.btn-border-dark {
    border: 2px solid var(--dark);
    background: transparent;
}

.metize .btn-md.btn-border-dark {
    padding: 15px 35px;
}

.metize .btn.btn-border-dark:hover {
    background: var(--dark);
    border-color: var(--dark);
}

.metize .btn.btn-border-dark.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-border-dark.animation:hover {
    border-color: var(--dark);
    color: var(--white);
}

.metize .btn.btn-border-dark.animation:hover::after {
    width: 100%;
}

.metize .btn.btn-border-theme {
    border: 2px solid var(--color-primary);
    background: transparent;
}

.metize .btn.btn-border-theme:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.metize .btn.btn-border-theme.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--color-primary);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-border-theme.animation:hover {
    border-color: var(--color-primary);
    color: var(--white);
}

.metize .btn.btn-border-theme.animation:hover::after {
    width: 100%;
}

.metize .btn.btn-border-light {
    border: 2px solid var(--white);
    background: transparent;
    color: var(--white);
}

.metize .btn.btn-border-light:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--dark);
}

.metize .btn.btn-border-light.animation::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--white);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-border-light.animation:hover {
    border-color: var(--white);
    color: var(--dark);
}

.metize .btn.btn-border-light.animation:hover::after {
    width: 100%;
}

.metize .btn-md.btn-border-light {
    border: 1px solid var(--white);
    padding: 15px 35px;
}

.metize .btn.btn-border.light {
    color: var(--white);
    border-color: var(--white);
}

.metize .btn.btn-border.light::after {
    background: var(--color-primary);
}

.metize .btn.btn-border.light:hover {
    border-color: var(--color-primary);
}

.metize .btn.btn-gradient {
    border: none;
    color: var(--white);
}

.metize .btn.btn-gradient::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-primary));
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-size: 250%;
}

.metize .btn.btn-gradient:hover::after {
    background-position: -70% 0;
}

.metize .btn.btn-gradient.active {
    background-position: -70% 0;
}

.metize .btn.btn-theme {
    color: var(--white);
    border: none;
    background: var(--color-primary);
}

.metize .btn.btn-theme::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize .bg-dark .btn.btn-theme::after {
    background-color: var(--color-secondary);
}

.metize .bg-dark .btn.btn-theme:hover {
    color: var(--color-heading);
}

.metize .banner-style-four .btn.btn-theme::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background: var(--white) !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize .btn.btn-theme:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize .banner-style-four .btn.btn-theme:hover {
    color: var(--color-heading) !important;
}

.metize button {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    letter-spacing: 0;
    padding: 14px 40px;
    background: #E7EDF8;
    position: relative;
    z-index: 1;
    color: var(--white);
    border: none;
    background: var(--color-primary);
}

.metize button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize button:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize button i {
    margin-right: 4px;
}

.metize .btn.btn-theme.secondary {
    color: var(--white);
    border: none;
    background: var(--color-optional);
}

.metize .btn.btn-theme.secondary::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize .text-light .btn.btn-theme.secondary::after {
    background-color: var(--white);
}

.metize .text-light .btn.btn-theme.secondary:hover {
    color: var(--color-heading);
}

.metize .btn.btn-theme.secondary:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize .btn.btn-theme.hover-light::after {
    background-color: var(--white);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-theme.hover-light:hover {
    color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .btn.btn-theme.hover-light:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize .btn.btn-light {
    color: var(--color-heading);
    border: none;
    background: var(--white);
    border: 2px solid transparent;
}

.metize .btn.btn-light.btn-md {
    padding: 13px 52px;
}

.metize .btn.btn-light:hover {
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
}

.metize .btn.btn-dark {
    color: var(--white);
    background: var(--dark);
    border: none;
}

.metize .btn.btn-dark::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: var(--color-primary);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.metize .shadow .btn.btn-dark::after {
    background-color: var(--white);
}

.metize .shadow .btn.btn-dark:hover {
    color: var(--color-heading) !important;
}

.metize .btn.btn-dark:hover::after {
    width: 100%;
}

.metize .btn.btn-dark.secondary {
    color: var(--white);
    border: none;
    background: var(--dark);
}

.metize .btn.btn-dark.secondary::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--color-optional);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.metize .btn.btn-dark.secondary:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.metize .btn i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.metize .btn-md i {
    font-weight: 1;
    font-size: 24px;
    margin: 0;
    float: left;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.metize .btn.text-slide {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
}

.metize .btn.text-slide span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.metize .btn.animate-border {
    overflow: inherit;
    z-index: inherit;
    width: 200px;
    height: 55px;
    line-height: 55px;
    padding: 0;
}

.metize .btn.animate-border:hover {
    background: transparent;
    color: var(--dark);
}

.metize .btn.animate-border:hover .hover-border::after,
.metize .btn.animate-border:hover .hover-border::before {
    opacity: 1;
    -webkit-animation: open 0.4s;
    /* Chrome, Safari, Opera */
    animation: open 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.metize .btn.animate-border:hover .hover-border-bottom::after,
.metize .btn.animate-border:hover .hover-border-bottom::before {
    opacity: 1;
    -webkit-animation: openB 0.4s;
    /* Chrome, Safari, Opera */
    animation: openB 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.metize .btn.animate-border .hover-border {
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
}

.metize .btn.animate-border .hover-border::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    border-top: solid 2px var(--color-primary);
    border-left: solid 2px var(--color-primary);
    right: 98px;
    top: -1px;
}

.metize .btn.animate-border .hover-border::after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    border-top: solid 2px var(--color-primary);
    border-right: solid 2px var(--color-primary);
    left: 98px;
    top: -1px;
}

.metize .btn.animate-border .hover-border-bottom {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.metize .btn.animate-border .hover-border-bottom::before {
    position: absolute;
    content: "";
    width: 0;
    display: block;
    opacity: 0;
    height: 55px;
    border-bottom: solid 2px var(--color-primary);
    right: -1px;
    bottom: -2px;
}

.metize .btn.animate-border .hover-border-bottom::after {
    position: absolute;
    content: "";
    width: 0;
    display: block;
    opacity: 0;
    height: 100%;
    border-bottom: solid 2px var(--color-primary);
    left: 0;
    bottom: -2px;
}

.metize .btn.animated-arrow {
    border: none;
    background: transparent;
    min-width: 14rem;
    height: auto;
    padding: 0;
}

.metize .btn.animated-arrow .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--color-primary);
    border-radius: 2rem;
}

.metize .btn.animated-arrow .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 15px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.metize .btn.animated-arrow .circle .icon::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--white);
    border-right: 0.125rem solid var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metize .btn.animated-arrow .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 70px;
    color: var(--dark);
    line-height: 2;
    text-align: left;
    width: 100%;
    font-size: 14px;
}

.metize .btn.animated-arrow:hover {
    color: var(--white);
}

.metize .btn.animated-arrow:hover .circle {
    width: 100%;
}

.metize .btn.animated-arrow:hover .circle .icon.arrow {
    background: var(--white);
    -webkit-transform: translate(1.5rem, 0);
    transform: translate(1.5rem, 0);
}

.metize .btn.animated-arrow:hover .button-text {
    color: var(--white);
}

.metize .btn.circle {
    border-radius: 30px !important;
}

.metize .btn-simple {
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-paragraph);
}

.metize .btn-simple i {
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 2px;
}

.metize .btn-simple:hover {
    color: var(--color-primary);
}

.metize .video-btn i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    color: var(--white);
}

.metize .text-light .video-btn i {
    background: var(--white);
    color: var(--color-primary);
}

.metize .video-btn i::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color-primary) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.metize .text-light .video-btn i::after {
    background: var(--white) repeat scroll 0 0;
}

.metize .text-shine {
    background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 3s infinite linear;
    animation: shine 3s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 12px 48px;
}

.metize .animate-inout {
    background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
    background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
    color: var(--white);
    font-size: 12px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: solid 2px var(--color-primary);
    cursor: pointer;
}

.metize .btn-icon {
    position: relative;
    padding-left: 20px;
}

.metize .btn-icon:hover {
    color: var(--color-primary);
}

.metize .btn-icon::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    height: 2px;
    left: 0;
    background: var(--color-heading);
    transform: translateY(-50%);
    margin-top: -1px;
    transition: all 0.35s ease-in-out;
}

.metize .btn-icon:hover::after {
    background: var(--color-primary);
}

.metize .btn-icon i {
    font-weight: 700;
}

.metize .btn-icon:hover {
    padding-left: 40px;
}

.metize .animate-inout span {
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 20px;
}

.metize .animate-inout::before,
.metize .animate-inout::after {
    width: 0%;
    height: 0%;
    position: absolute;
    content: "";
    border-radius: 100%;
}

.metize .animate-inout:after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.metize .animate-inout:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: var(--color-primary);
}

.metize .animate-inout.animate-inout-borde {
    background: transparent;
    color: var(--dark);
}

.metize .animate-inout.animate-inout-borde::after {
    background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
    background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.metize .animate-inout.animate-inout-borde:hover {
    color: var(--white);
}

.metize .animate-inout.animate-inout-borde:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.metize .animate-inout.animate-inout-borde:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.metize .animate-inout:hover {
    color: var(--dark);
}

.metize .animate-inout:hover::before,
.metize .animate-inout:hover::after {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.metize .animate-inout:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.metize .animate-inout:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.metize .btn-md {
    padding: 17px 35px;
    font-size: 15px;
}

.metize .btn-md.btn-border {
    padding: 14px 52px;
}

.metize .btn-sm {
    padding: 16px 45px;
    font-size: 14px;
}

.metize .btn-sm.btn-border,
.metize .btn-sm.btn-light {
    padding: 14px 45px;
}

.metize .mfp-close-btn-in .mfp-close::after {
    display: none;
}

/* Btn Animation */

.metize .btn-animation {
    z-index: 1;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.metize .bg-dark .btn-animation {
    color: var(--white);
}

.metize .btn-animation i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 50%;
    font-weight: 400;
    margin-right: 10px;
    transition: all 0.35s ease-in-out;
    transform: scale(0);
}

.metize .btn-animation:hover {
    margin-left: 0;
    color: var(--color-heading);
}

.metize .bg-dark .btn-animation:hover {
    color: var(--white);
}

.metize .btn-animation:hover i {
    transform: scale(1);
}

.metize .btn-animation::after {
    position: absolute;
    left: -13px;
    top: 0;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid #c2bfbf;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    transform: scale(1);
    z-index: -1;
}

.metize .bg-dark .btn-animation::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.metize .btn-animation:hover::after {
    transform: scale(0);
}

.metize .btn-animation span {
    transition: all 0.35s ease-in-out;
    left: -50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
}

.metize .btn-animation:hover span {
    left: 0;
}

.metize .btn-animation.dark::after {
    border-color: #c5c5c5;
    z-index: -1;
}

.metize .btn-animation.dark i {
    background: var(--color-primary);
    color: var(--white);
}

.metize .btn-animation.dark:hover {
    color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
    .metize .row {
        --bs-gutter-x: 1.5rem;
    }
}

.metize a.btn-round-animation {
    display: inline-block;
    height: 180px;
    width: 180px;
    text-align: center;
    line-height: 180px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.metize a.btn-round-animation i {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 400;
    margin-left: 5px;
}

.metize a.btn-round-animation::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.30s ease-in-out;
    border-radius: 50%;
}

.metize a.btn-round-animation::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    transition: all 0.40s ease-in-out;
    border-radius: 50%;
}

.metize a.btn-round-animation:hover {
    color: var(--white);
}

.metize a.btn-round-animation:hover::before {
    height: 100%;
}

.metize a.btn-round-animation:hover::after {
    opacity: 0.4;
    height: 80%;
}

.metize a.btn-round-animation.dark {
    border-color: rgba(255, 255, 255, 0.2);
}

.metize .bg-dark,
.metize .bg-dark-secondary,
.metize .bg-dark p,
.metize .bg-dark-secondary p {
    color: #cccccc;
}

.metize .bg-dark h1,
.metize .bg-dark h2,
.metize .bg-dark h3,
.metize .bg-dark h4,
.metize .bg-dark h5,
.metize .bg-dark h6 {
    color: var(--white);
}


/* Fun Fact */
.metize .fun-fact .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 5px;
}

.metize .fun-fact .medium {
    font-weight: 400;
}


/* ============================================================== 
    # Topbar Styles
=================================================================== */

.metize .item-flex {
    align-items: center;
    display: flex;
}

.metize .item-flex li {
    margin-left: 30px;
}

.metize .item-flex li:first-child {
    margin: 0;
}

.metize .item-flex li i {
    margin-right: 10px;
    font-weight: 100;
    font-size: 24px;
    color: var(--color-primary);
}

.metize .top-bar-area li {
    display: flex;
    align-items: center;
}

.metize .top-bar-area li a {
    font-weight: 400;
}

.metize .top-bar-area .social li {
    display: inline-block;
    margin-right: 30px;
}

.metize .top-bar-area .social li:first-child {
    margin-right: 0;
}

.metize .top-bar-area .text-end .social li {
    margin-right: 0;
    margin-left: 30px;
}

.metize .top-bar-area .text-end .social li:first-child {
    margin-left: 0;
}

.metize .top-bar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.metize .top-bar-area.top-bar-style-one.bg-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


/* ============================================================== 
    # Navbar Styles
=================================================================== */
@media (min-width: 1024px) {

    .metize nav.navbar.navbar-style-one.no-background {
        padding: 0;
    }

    .metize nav.navbar.navbar-style-one.no-background {
        top: 50px;
    }

    .metize nav.navbar.navbar-style-one.no-background::before {
        position: absolute;
        left: 0;
        content: "";
        height: 100%;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(20px);
        width: 100%;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .metize nav.navbar.navbar-style-one.no-background a.navbar-brand {
        position: relative;
        z-index: 1;
        padding: 0 35px;
        top: -20px;
    }

    .metize nav.navbar.navbar-style-one.no-background a.navbar-brand::after {
        position: absolute;
        left: 0;
        top: -48px;
        content: "";
        height: 160px;
        width: 100%;
        background: var(--bg-gradient);
        z-index: -1;
        border-radius: 0 0 15px 15px;
    }

    .metize nav.navbar.navbar-style-one.no-background::after {
        position: absolute;
        left: 20%;
        content: "";
        height: 100%;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        z-index: -1;
    }

    .metize nav.navbar.navbar-style-one.no-background::before {
        position: absolute;
        left: 20%;
        content: "";
        height: 100%;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(20px);
        width: 100%;
        z-index: -1;
    }
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.metize .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
}

.metize .nice-select:hover {
    border-color: #dbdbdb;
}

.metize .nice-select:active,
.metize .nice-select.open,
.metize .nice-select:focus {
    border-color: #999999;
}

.metize .nice-select::after {
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.metize .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: auto;
}

.metize .nice-select.open ::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.metize .nice-select.disabled {
    border-color: #ededed;
    color: #999999;
    pointer-events: none;
}

.metize .nice-select.disabled::after {
    border-color: #96aac1;
}

.metize .nice-select.wide {
    width: 100%;
}

.metize .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.metize .nice-select.right {
    float: right;
}

.metize .nice-select.right .list {
    left: auto;
    right: 0;
}

.metize .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.metize .nice-select.small::after {
    height: 4px;
    width: 4px;
}

.metize .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.metize .nice-select .list {
    background-color: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.metize .nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.metize .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.metize .nice-select .option:hover,
.metize .nice-select .option.focus,
.metize .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.metize .nice-select .option.selected {
    font-weight: 700;
}

.metize .nice-select .option.disabled {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.metize .no-csspointerevents .nice-select .list {
    display: none;
}

.metize .no-csspointerevents .nice-select.open .list {
    display: block;
}

.metize .mfp-iframe-holder .mfp-close {
    color: transparent;
    background: transparent;
}

.metize .mfp-iframe-holder .mfp-close::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    z-index: 1;
    display: block;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: var(--white);
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.metize .banner-area {
    height: 100%;
    width: 100%;
    position: relative;
}

@media (max-width: 1023px) {
    .metize .banner-area {
        height: auto;
    }
}

.metize .banner-area div {
    height: 100%;
}

.metize .banner-area div.swiper-slide .row div {
    height: auto;
}

.metize .banner-area.top-pad-80 .content {
    padding-top: 80px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-80 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-80 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-90 .content {
    padding-top: 90px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-90 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-90 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-100 .content {
    padding-top: 100px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-100 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-100 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-110 .content {
    padding-top: 110px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-110 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-110 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-120 .content {
    padding-top: 120px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-120 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-120 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-130 .content {
    padding-top: 130px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-130 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-130 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.top-pad-150 .content {
    padding-top: 150px;
}

@media (max-width: 1023px) {
    .metize .banner-area.top-pad-150 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.top-pad-150 .content {
        padding-top: 140px;
    }
}

.metize .banner-area.auto-height {
    height: auto;
}

.metize .banner-area.auto-height div {
    height: auto;
}

.metize .banner-area.auto-height .content {
    padding: 200px 0;
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.auto-height .content {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .banner-area.auto-height .content {
        padding: 120px 0;
    }
}

.metize .banner-area.auto-height .content .thumb {
    padding-left: 35px;
}

@media (max-width: 991px) {
    .metize .banner-area.auto-height .content .thumb {
        padding-left: 0;
        margin-top: 50px;
    }
}

.metize .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 250px;
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 220px;
    }
}

.metize .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
    padding-top: 80px;
}

.metize .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 250px;
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
        margin-top: 50px;
    }
}

.metize .banner-area .content {
    position: relative;
    z-index: 9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1023px) {
    .metize .banner-area .content {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .metize .banner-area .content {
        padding: 60px 0;
    }
}

.metize .banner-area h4 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
    opacity: 0;
    visibility: hidden;
}

.metize .banner-area h2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.metize .banner-area p,
.metize .banner-area ul {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    padding-right: 25%;
    margin: 0;
    visibility: hidden;
}

@media (max-width: 1023px) {
    .metize .banner-area p {
        padding-right: 0;
    }
}

.metize .banner-area.text-center p {
    padding-left: 13%;
    padding-right: 13%;
}

@media (max-width: 1023px) {
    .metize .banner-area.text-center p {
        padding: 0;
    }
}

.metize .banner-area .thumb {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.metize .banner-area .button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.metize .banner-area .banner-slide h4 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.metize .banner-area .banner-slide h2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.metize .banner-area .banner-slide p,
.metize .banner-area .banner-slide ul {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.metize .banner-area .banner-slide .button {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.metize .banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.metize .banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.metize .banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.metize .banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.metize .banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.metize .banner-area.double-items .thumb {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.metize .banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    visibility: visible;
    opacity: 1;
}

.metize .banner-area.double-items.bottom-thumb .content {
    padding: 0;
}

.metize .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 120px;
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.double-items.bottom-thumb .content {
        padding: 50px 0;
    }

    .metize .banner-area.double-items.bottom-thumb .content .thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .banner-area.double-items.bottom-thumb .content {
        padding: 120px 0;
    }

    .metize .banner-area.double-items.bottom-thumb .content .thumb {
        margin-top: 50px;
    }
}

.metize .banner-area.zoom-effect .banner-thumb {
    -webkit-transition: 10s ease-out;
    transition: 10s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.metize .banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.metize .banner-area .swiper-notification {
    display: none;
}

.metize .banner-area .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.metize .banner-area .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.metize .banner-area .swiper-slide.swiper-slide-active p,
.metize .banner-area .swiper-slide.swiper-slide-active ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.metize .banner-area .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 3200ms;
    transition-delay: 3200ms;
}

.metize .banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.metize .banner-area .banner-items {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.metize .banner-area:hover .swiper-button-prev,
.metize .banner-area:hover .swiper-button-next {
    opacity: 1;
}

.metize .banner-area:hover .swiper-button-prev {
    left: 30px;
    right: auto;
}

.metize .banner-area:hover .swiper-button-next {
    right: 30px;
    left: auto;
}

.metize .banner-area .swiper-button-prev,
.metize .banner-area .swiper-button-next {
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.metize .banner-area .swiper-button-prev::after,
.metize .banner-area .swiper-button-next::after {
    font-size: 28px;
    color: var(--color-heading);
}

.metize .banner-area.navigation-circle .swiper-button-prev,
.metize .banner-area.navigation-circle .swiper-button-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
}

.metize .banner-area.navigation-circle .swiper-button-prev::after,
.metize .banner-area.navigation-circle .swiper-button-next::after {
    font-size: 16px;
}

.metize .banner-area.navigation-right-bottom .swiper-button-prev,
.metize .banner-area.navigation-right-bottom .swiper-button-next {
    left: auto;
    right: 30px;
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 50px;
    border-radius: inherit;
}

.metize .banner-area.navigation-right-bottom .swiper-button-prev {
    right: 92px;
}

.metize .banner-area.navigation-between-bottom .content {
    padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
    .metize .banner-area.navigation-between-bottom .content {
        padding-bottom: 220px;
    }
}

.metize .banner-area.navigation-between-bottom .swiper-button-prev,
.metize .banner-area.navigation-between-bottom .swiper-button-next {
    left: auto;
    right: 30px;
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 30px;
    border-radius: inherit;
}

.metize .banner-area.navigation-between-bottom .swiper-button-prev {
    left: 30px;
    right: auto;
}

@media only screen and (max-width: 830px) {

    .metize .banner-area .swiper-button-prev,
    .metize .banner-area .swiper-button-next {
        display: none;
    }
}

.metize .banner-area.navigation-custom .swiper-button-prev::after {
    font-family: 'ElegantIcons';
    content: "\23";
    font-size: 22px;
}

.metize .banner-area.navigation-custom .swiper-button-next::after {
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 22px;
}

.metize .banner-area.navigation-text .swiper-button-prev,
.metize .banner-area.navigation-text .swiper-button-next {
    opacity: 1;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    left: auto;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 150px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 100px;
    line-height: 100px;
}

@media only screen and (max-width: 830px) {

    .metize .banner-area.navigation-text .swiper-button-prev,
    .metize .banner-area.navigation-text .swiper-button-next {
        display: none;
    }
}

.metize .banner-area.navigation-text .swiper-button-prev {
    right: 151px;
}

.metize .banner-area.navigation-text .swiper-button-prev::after {
    font-family: var(--font-heading);
    content: "Prev";
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.metize .banner-area.navigation-text .swiper-button-next::after {
    font-family: var(--font-heading);
    content: "Next";
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.metize .banner-area.navigation-icon-solid .swiper-button-prev::after,
.metize .banner-area.navigation-icon-solid .swiper-button-next::after {
    font-size: 30px;
}

.metize .banner-area.navigation-custom-large .swiper-button-prev,
.metize .banner-area.navigation-custom-large .swiper-button-next {
    min-width: 65px;
    height: 30px;
    margin: 0;
}

.metize .banner-area.navigation-custom-large .swiper-button-prev::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    font-weight: 100;
    font-size: 30px;
    position: absolute;
    left: 8px;
}

.metize .banner-area.navigation-custom-large .swiper-button-prev::before {
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 12px;
    content: "";
    height: 2px;
    width: 50px;
    z-index: -1;
    background-color: var(--white);
    margin-top: -1px;
}

.metize .banner-area.navigation-custom-large .swiper-button-next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-weight: 100;
    font-size: 30px;
    position: absolute;
    right: 8px;
}

.metize .banner-area.navigation-custom-large .swiper-button-next::before {
    position: absolute;
    top: 50%;
    right: 12px;
    bottom: inherit;
    left: inherit;
    content: "";
    height: 2px;
    width: 50px;
    z-index: -1;
    background-color: var(--white);
    margin-top: -1px;
}

.metize .banner-area.navigation-right-botom .swiper-button-prev,
.metize .banner-area.navigation-right-botom .swiper-button-next {
    position: absolute;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 40px;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}

.metize .banner-area.navigation-right-botom .swiper-button-prev {
    right: 60px;
}

.metize .banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.metize .banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
    bottom: 30px;
}

.metize .banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
    right: 100px;
}

.metize .banner-area .swiper-pagination {
    height: auto;
    bottom: 35px;
}

.metize .banner-area .swiper-pagination span.swiper-pagination-bullet {
    height: 4px;
    width: 50px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: inherit;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
    height: 7px;
}

@media only screen and (max-width: 767px) {
    .metize .banner-area.include-pagination .content {
        padding-bottom: 100px;
    }
}

.metize .banner-area .swiper-pagination-fraction span {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .banner-area .swiper-pagination-fraction span.swiper-pagination-current {
    font-size: 30px;
    font-family: var(--font-heading);
    font-weight: 700;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

/* Banner Software */

.metize .banner-software {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.metize .banner-software::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    left: 0;
    display: block;
    background: #000;
    opacity: 0.7;
}

.metize .banner-software > div {
    position: relative;
}

.metize .banner-software .content-box {
    padding-top: 200px;
    margin-bottom: 120px;
}

.metize .banner-software .content-box .thumb-inner {
    position: relative;
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 50px;
    bottom: -120px;
    margin-top: -80px;
}

.metize .banner-software .content-box .thumb-inner img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 250px;
}

.metize .banner-software .content-box .thumb-inner img:nth-child(3) {
    position: absolute;
    left: 0;
    top: 200px;
    max-height: 150px;
}

.metize .banner-software .content-box .thumb-inner img {
    border-radius: 10px;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 20%);
}

.metize .banner-software .content-box .thumb-inner img:first-child {
    padding: 15px;
    background: var(--white);
}

.metize .banner-software h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.metize .banner-software p {
    font-size: 18px;
    padding: 0 15%;
}

.metize .banner-software h2 strong {
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* Banner Digital Agency */
.metize .banner-digital-agency,
.metize .banner-digital-agency div {
    height: 100%;
}

.metize .banner-digital-agency .row div {
    height: auto;
}

.metize .right-angle-thumb,
.metize .right-angle-thumb div {
    height: auto !important;
}

.metize .banner-digital-agency .content {
    padding-top: 90px;
}

.metize .banner-digital-agency {
    position: relative;
    z-index: 1;
}

.metize .right-angle-thumb {
    position: absolute;
    right: 0;
    top: 180px;
    width: 45%;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    bottom: 120px;
}

.metize .right-angle-thumb .item {
    height: 100% !important;
    background-size: cover;
    background-position: center;
}

.metize .banner-digital-agency h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.metize .banner-digital-agency p {
    font-size: 18px;
    padding-right: 15%;
}

/* Banner Style Three */
.banner-style-three-area,
.banner-style-three-area div {
    height: 100%
}

.banner-style-three-area .row div {
    height: auto
}

.banner-style-three-area {
    position: relative;
    z-index: 1
}

.banner-style-three-area .banner-shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1;
    opacity: .2
}

.banner-style-three .content {
    padding: 170px 0 180px;
}

@media (min-width: 2220px) {
    .banner-style-three .content {
        padding: 16% 0 10%;
    }
}

.banner-style-three .thumb>img {
    border-radius: 50%;
    padding: 30px;
    background: var(--white)
}

.banner-style-three .information h2 {
    font-size: 70px;
    background: linear-gradient(to right, #030621, #5c00c2);
    background-clip: text;
    color: transparent;
}

.banner-style-three .information .btn {
    color: #0f1992;
    background: none;
    border: 2px solid #373c7e;
}

.banner-style-three .information .btn:hover {
    background-color: #fff;
}

.banner-style-three .information .btn i {
    font-size: 18px;
    top: 2px;
}

.banner-style-three .thumb .sheephead {
    padding: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.banner-style-three .thumb .sheephead>img {
    margin-left: 17.5%;
}

.banner-style-three .thumb {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: #f2f2f2;
    padding: 20px
}

.banner-style-three .sub-title {
    text-transform: capitalize
}

.banner-style-three h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px
}

.banner-style-three .thumb .grow-graph {
    background: var(--white);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 40px 30px 15px;
    border-radius: 30px;
    position: absolute;
    right: -100px;
    bottom: 120px
}

.banner-style-three .thumb .grow-graph img {
    height: 100px
}

.banner-style-three .thumb .grow-graph h5 {
    position: absolute;
    left: 50%;
    top: 25px;
    background: var(--bg-gradient);
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 30px;
    margin: 0 0 0 -65px
}

/* Banner SEO Agency */

.metize .banner-seo .content-box {
    padding-top: 200px;
    padding-bottom: 150px;
}

.metize .banner-seo .content-box h2 {
    color: #fff;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.metize .banner-seo .content-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-weight: normal;
    padding: 0 15%;
}

.metize .seo-thumb {
    position: relative;
    padding: 0 20%;
    margin-top: 50px;
    padding-right: 10%;
}

.metize .seo-thumb img:first-child {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
}

.metize .seo-thumb img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}

.metize .seo-thumb img:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}

.metize .banner-seo {
    background-color: #12161f;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.metize .banner-seo::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    background: #000;
    opacity: 0.7;
    z-index: -1;
}

/* banner SearchBox */

.custom-sec {
    background-color: #fff;
    border: 2px solid #dcdcdc;
    max-width: 600px;
    margin: 40px auto 20px;
    border-radius: 50px;
}

.custom-sec select, .custom-sec input {
    border: none;
    border-radius: 0;
}
  
.custom-sec button {
    border-radius: 50px !important;
    margin: 5px -15px 5px 0;
    height: 50px;
    line-height: 0;
}

.sec-history {
    color: #333;
    font-size: 14px;
}
.sec-history a {
    color: var(--color-primary);
    margin: 0 5px;
}


/* banner business */

.metize .business-banner .business-banner-thumb {
    margin-top: 120px;
    position: relative;
    z-index: 1;
}

.metize .revenew {
    background: var(--bg-gradient);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 35%;
    color: var(--white);
    padding: 40px;
    border-radius: 10px;
}

.metize .revenew i {
    display: inline-block;
    font-size: 30px;
    transform: rotate(-45deg);
    margin-bottom: 20px;
    font-weight: 100;
}

.metize .revenew h4 {
    color: var(--white);
    font-weight: 800;
    margin-bottom: 2px;
    font-size: 26px;
}

.metize .revenew p {
    margin: 0;
    color: var(--white);
    font-size: 17px;
}

.metize .business-banner .business-banner-thumb img:nth-child(2) {
    position: absolute;
    right: -25%;
    bottom: 100px;
    height: 160px;
    width: auto;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.metize .business-banner .info h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 7px 30px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.metize .business-banner h2 {
    word-spacing: 8px;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.metize .business-banner p {
    width: 65%;
    font-size: 18px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
}

.metize .business-banner .info {
    padding-top: 80px;
    margin-top: 80px;
    text-align: center;
    height: 500px;
}

/* Banner IT Solutions */

.metize .it-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.metize .it-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    z-index: -1;
    opacity: 0.7;
}

.metize .it-banner-thumb {
    text-align: center;
    margin-top: 150px;
}

.metize .it-banner h2 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 25px;
}

.metize .it-banner h2 strong {
    display: block;
    text-transform: uppercase;
    font-size: 108px;
}

.metize .process-video a {
    display: inline-block;
    background: #1b457b;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Feature */
.metize .feature-style-one-item i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--bg-gradient);
    border-radius: 50%;
    color: var(--white);
    font-size: 27px;
    font-weight: 100;
    margin-bottom: 30px;
}

.metize .feature-style-one-item h4 {
    font-weight: 700;
}

.metize .feature-style-one-item p {
    margin: 0;
}

.metize .feature-alert {
    background: #eff0ff;
    padding: 50px;
    border-radius: 30px;
    border: 2px solid;
}

.metize .feature-alert p {
    margin: 0;
}

.metize .feature-alert .fun-fact {
    margin-top: 20px;
}

.metize .feature-alert .fun-fact .counter {
    margin-top: 20px;
    background: linear-gradient(90deg, #5be2c8 0%, #011fc8 45.714285714285715%, #43BADF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.metize .feature-alert .fun-fact span.medium {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-heading);
}

.metize .feature-style-one-area {
    position: relative;
    z-index: 1;
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: right top;
}

.metize .feature-style-one-area .shape {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: -1;
    width: 25%;
}

/* Software Overview */

.metize .overview-area {
    position: relative;
    z-index: 1;
}

.metize .overview-area::after {
    position: absolute;
    left: 50%;
    top: -120px;
    content: "";
    height: 500px;
    width: 500px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ffcf00 60%, #27ff00 100%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
}

.metize .overview-item .overview-thumb {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
    border-radius: 30px;
    background: var(--white);
    padding: 15px;
    margin: 15px;
}

.metize .overview-item .overview-thumb img {
    border-radius: 20px;
}

.metize .overview-items {
    margin: -15px;
}

.metize .overview-item {
    padding-right: 20%;
    position: relative;
    padding-bottom: 50px;
}

.metize .overview-content {
    background: var(--white);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px;
    border: 2px solid #00ffc4;
    border-radius: 10px;
    max-width: 40%;
}

.metize .overview-carousel {
    position: relative;
}

.metize .overview-carousel .overview-pagination {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.metize .overview-carousel .overview-pagination span.swiper-pagination-bullet {
    display: block;
    margin: 13px 0;
    text-align: right;
    transform: scale(1);
    transition: all 0.35s ease-in-out;
    height: 10px;
    width: 10px;
}

.metize .overview-carousel .overview-pagination .swiper-pagination {
    left: auto;
    right: 25px;
    text-align: right;
    top: 15px;
}

.metize .overview-carousel .overview-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
}

.metize .overview-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.metize .overview-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.metize .overview-content ul li {
    padding-left: 25px;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.metize .overview-content ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--bg-gradient);
    border-radius: 4px;
    transform: translateY(-50%);
}


/* ============================================================== 
    # About
=================================================================== */
.metize .about-style-one-thumb {
    padding-left: 20%;
    position: relative;
    text-align: right;
    padding-right: 10%;
}

.metize .about-style-one-thumb img {
    border-radius: 20px;
}

.metize .experience {
    height: 250px;
    width: 250px;
    position: absolute;
    left: 0;
    top: 60px;
    background: #265ad0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow: hidden;
    border: 10px solid var(--white);
}

.metize .experience::after {
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    height: 100%;
    width: 100%;
    /*background: url(../img/shape/2.png);*/
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.metize .experience strong {
    display: block;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 10px;
}

.metize .experience h2 {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    font-size: 24px;
    color: var(--white);
    padding: 0 48px;
}

.metize .about-style-one-info .content {
    margin-top: 30px;
}

.metize .contact-short {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.metize .contact-short i {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
    color: var(--color-primary);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--bg-gray);
    border-radius: 50%;
}

.metize .contact-short h5 {
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.metize .contact-short a {
    color: var(--color-primary);
    font-weight: 700;
}

.metize .about-style-one-info li h4 {
    font-weight: 700;
    font-size: 18px;
}

.metize .about-style-one-info li::after {
    top: 0;
}

.metize .list-check {
    margin-top: 30px;
}

.metize .list-check li {
    color: var(--color-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin-top: 10px;
}

.metize .list-check li::after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: var(--color-primary);
}

.metize .list-check li:first-child {
    margin-top: 0;
}

/* ============================================================== 
    # About
=================================================================== */
.metize .about-style-two-items {
    position: relative;
    background-color: var(--dark);
}

.metize .about-style-two-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.metize .about-two-item {
    padding: 120px 50px;
}

.metize .about-style-two-thumb::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/9.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.metize .author-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.metize .author-info>img {
    height: 60px;
    margin-left: 30px;
}

.metize .author-info .thumb img {
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-right: 15px;
}

.metize .author-info h4 {
    margin-bottom: 5px;
    font-weight: 800;
}

.metize .author-info span {
    color: var(--color-primary);
    font-weight: 500;
}

.metize .author-info .info {
    border-right: 1px solid #91a2ab;
    padding-right: 30px;
}

.metize .about-two-item h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.metize .about-style-three-thumb {
    position: relative;
}

.metize .about-style-three-thumb i {
    font-size: 120px;
    position: absolute;
    left: -16px;
    bottom: 20%;
    color: var(--white);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    animation: spinner 20s infinite linear;
}


/* ============================================================== 
    # About
=================================================================== */

.metize .about-four-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    padding-right: 48%;
    margin-left: -10%;
}

.metize ul.about-list {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: absolute;
    left: 14%;
    bottom: -80px;
    background: var(--bg-gradient);
    right: 0;
    padding: 50px 0;
    align-items: center;
    border-radius: 10px;
}

.metize ul.about-list li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 50px;
}

.metize ul.about-list li h4 {
    font-weight: 900;
    color: var(--white);
}

.metize ul.about-list li p {
    color: var(--white);
    opacity: 0.9;
    margin-bottom: 0;
}

.metize ul.about-list li i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 100;
}

.metize ul.about-list .experiences {
    text-align: center;
}

.metize ul.about-list .experiences h1 {
    color: var(--white);
    font-size: 120px;
    line-height: 100px;
    font-weight: 900;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.metize ul.about-list .experiences h4 {
    margin: 0;
    font-weight: 700;
}

.metize ul.about-list li:first-child {
    border: none;
}

.metize .about-four-thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 80px;
    width: 40%;
}

.metize .about-four-thumb img {
    border-radius: 10px;
}

.metize .about-four-thumb::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 250px;
    width: 250px;
    background: #00ff29;
    z-index: -1;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.5;
}

.metize .about-card {
    display: flex;
    margin-top: 40px;
}

.metize .about-card img {
    height: 80px;
    width: auto;
    margin-right: 30px;
}

.metize .about-card h4 {
    font-weight: 900;
    line-height: 1.4;
}

.metize .about-style-four h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.metize .about-four-thumb::before {
    position: absolute;
    left: -150px;
    bottom: -100px;
    content: "";
    height: 400px;
    width: 400px;
    background: url(../img/shape/49.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom left;
    background-size: contain;
    animation: spinner 80s infinite linear;
}



/* ============================================================== 
    # Software Benifits
=================================================================== */

.metize .soft-illustration img {
    max-width: 140%;
}

.metize ul.list-double li {
    padding-left: 60px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.metize ul.list-double li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    background: var(--white);
    color: var(--dark);
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid var(--color-primary);
    transition: all 0.35s ease-in-out;
}

.metize ul.list-double li h5 {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 20px;
}

.metize ul.list-double li p {
    margin: 0;
}

.metize ul.list-double::after {
    position: absolute;
    left: 12px;
    top: 0;
    content: "";
    height: 100%;
    width: 2px;
    border-left: 1px solid var(--color-primary);
    opacity: 0.3;
}

.metize ul.list-double li:first-child::after,
.metize ul.list-double li:hover::after {
    transform: scale(1.5);
    background: var(--color-primary);
    color: var(--white);
}

.metize ul.list-double {
    position: relative;
}

/* ============================================================== 
     # Fun Fact
=================================================================== */

.metize .fun-facts-area .shape {
    position: absolute;
    right: 0;
    top: -25px;
    height: 73%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.4;
}

.metize .fun-facts-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .metize .fun-facts-area {
        width: 90%;
        margin: auto;
        border-radius: 30px;
        max-width: 1500px;
    }
}

.metize .fun-facts-area .fun-fact {
    text-align: center;
    position: relative;
    z-index: 1;
}

.metize .fun-facts-area .fun-fact .counter {
    position: relative;
}

.metize .fun-facts-area .fun-fact .counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px;
}

.metize .fun-facts-area .fun-fact .medium {
    font-weight: 700;
}


/* ============================================================== 
     # Testimonial
=================================================================== */
@media (min-width: 1200px) {
    .metize .testimonial-style-one-area .container-fill {
        padding-left: 0;
        padding-right: 0;
    }
}

.metize .testimonial-style-one {
    position: relative;
    z-index: 1;
}

.metize .testimonial-style-one-item {
    padding: 50px;
    background: var(--white);
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}

.metize .testimonial-style-one-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #999;
}

.metize .testimonial-style-one-item .provider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.metize .testimonial-style-one-item .provider img {
    display: none;
}

.metize .testimonial-style-one-item .provider h4 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}

.metize .testimonial-style-one .rating-provider {
    margin-left: 0;
}

.metize .testimonial-style-one .rating-provider .ratings {
    margin: 0;
}

.metize .testimonial-style-one-item .provider .thumb {
    width: 100%;
    position: relative;
    z-index: 1;
}

.metize .testimonial-style-one-item .provider .thumb a {
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.metize .testimonial-style-one-item .provider strong {
    font-weight: 700;
    color: var(--color-primary);
}

.metize .testimonial-style-one-area .shape-animation {
    z-index: inherit;
}

.metize .testimonial-style-one-item .review i {
    display: inline-block;
    color: #FFC107;
    margin-right: 5px;
}

.metize .testimonial-style-one-item .review {
    margin-top: 20px;
    display: inline-block;
    background: whitesmoke;
    padding: 0 14px;
    border-radius: 30px;
    font-weight: 900;
    border: 1px solid;
    position: absolute;
    right: 30px;
    top: 40px;
}



/* ============================================================== 
     # Testimonial Two
=================================================================== */
.metize .testimonial-style-two-carousel .item {
    display: flex;
    align-items: center;
}

.metize .testimonial-style-two-carousel .item .provider img {
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.metize .testimonial-style-two-carousel .item .info {
    padding-left: 65px;
    margin-left: 35px;
    position: relative;
    z-index: 1;
}

.metize .testimonial-style-two-carousel .item svg {
    height: 100%;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.metize .bg-dark .testimonial-style-two-carousel .item svg,
.metize .bg-gradient .testimonial-style-two-carousel .item svg,
.metize .bg-theme .testimonial-style-two-carousel .item svg {
    fill: var(--white);
    opacity: 0.5;
}

.metize .testimonial-style-two-carousel .item .reason {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.metize .testimonial-style-two-carousel .item .reason h5 {
    margin: 0;
    font-size: 26px;
    margin-right: 25px;
    font-weight: 700;
}

.metize .testimonial-style-two-carousel .item .reason i {
    color: #ead400;
    font-size: 16px;
}

.metize .testimonial-style-two-carousel .item p {
    font-size: 20px;
    line-height: 1.8;
}

.metize .testimonial-style-two-carousel .item .content h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.metize .testimonial-style-two-carousel .item .content {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.metize .testimonial-style-two-carousel .item .content span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.metize .testimonial-style-two-carousel .item .content img {
    height: 65px;
    width: auto;
    margin-right: 25px;
}

.metize .bg-dark .testimonial-style-two-carousel .item .content img {
    opacity: 0.2;
}


/* ============================================================== 
     # Pricing
=================================================================== */

.metize .pricing-style-one {
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    padding: 60px 37px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    background: var(--white);
}

.metize .pricing-style-one::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/item_3.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

.metize .pricing-style-one h4 {
    font-size: 24px;
    font-weight: 700;
}

.metize .pricing-style-one h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

.metize .pricing-style-one h2 sub {
    font-size: 16px;
    font-weight: 700;
    margin-left: -12px;
}

.metize .pricing-style-one h2 sup {
    font-size: 30px;
    top: -18px;
    font-weight: 500;
}

.metize .pricing-style-one .pricing-header img {
    margin: -20px 0 10px;
    height: 100px;
}

.metize .pricing-style-one li {
    margin-top: 7px;
    font-size: 14px;
}

.metize .pricing-style-one li i {
    font-size: 14px;
    margin-right: 5px;
}

.metize .pricing-style-one .pricing-info {
    margin-top: 30px;
}

.metize .pricing-style-one.active {
    border: none;
    background: var(--bg-gradient);
    z-index: 9;
}

.metize .pricing-style-one.active::after {
    background-image: url(../img/shape/item_2.png);
}

.metize .pricing-style-one.active h2,
.metize .pricing-style-one.active h4,
.metize .pricing-style-one.active li,
.metize .pricing-style-one.active p {
    color: var(--white);
}

.metize .pricing-style-one .btn {
    display: block;
}



/* ============================================================== 
    # Contact
=================================================================== */
.metize .contact-area {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.metize .contact-area.contact-page {
    background-position: center right;
}

.metize .shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 45%;
}

.metize .contact-bg-color {
    position: relative;
}

.metize .contact-bg-color::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}

.metize .contact-bg-color .contact-form-style-one {
    padding-bottom: 100px;
}

.metize .data-thumb {
    margin-top: 15px;
    margin-bottom: 40px;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.metize .data-thumb h4  {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    font-size: 34px;
    opacity: .75;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.26);
}

.metize .data-thumb h4 span {
    display: block;
    font-size: 65px;
}

.metize .contact-style-one-info h2 {
    font-weight: 700;
    margin-top: -8px;
}

.metize .contact-style-one-info .title {
    font-size: 20px;
}

.metize .contact-style-one-info .data-item {
    position: relative;
}

.metize .contact-style-one-info .data-item .title span {
    border: 2px solid #000;
    border-radius: 10px;
    display: block;
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    font-size: 35px;
}

.metize .contact-style-one-info .data-item .title .arrow {
    position: absolute;
    right: 40px;
    top: 5px;
    color: #000;
    opacity: 0.2;
    transition: all .3s;
}

.metize .contact-style-one-info .data-item .title .arrow b {
    font-size: 40px;
    margin: 0 5px;
}

.metize .contact-style-one-info .data-item:hover .arrow {
    color: var(--color-primary);
    right: 20px;
    opacity: 1;
}

.metize .contact-style-one-info .data-item b {
    background-image: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: all .3s, background-size .8s;
}

.metize .contact-style-one-info .data-item:hover b {
    color: var(--color-primary);
    background-size: 100% 2px;
}

.metize .contact-style-one-info li p {
    margin: 0;
}

.metize .contact-style-one-info li a {
    font-weight: 400;
}

.metize .contact-style-one-info h3 {
    font-weight: 700;
}

.metize .contact-form-style-one .sub-title {
    margin-bottom: 10px;
}

.metize .contact-form-style-one input,
.metize .contact-form-style-one textarea {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: inherit;
    padding: 0;
    box-shadow: inherit;
}

.metize .contact-form-style-one input:focus,
.metize .contact-form-style-one textarea:focus {
    box-shadow: inherit;
}

.metize .contact-form-style-one .form-group {
    margin-bottom: 30px;
}

.metize .contact-form-style-one textarea {
    min-height: 180px;
}

.metize .contact-form-style-one {
    padding: 80px;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    background: var(--white);
    position: relative;
    z-index: 1;
}

.metize .contact-form-style-one .shape-right-bottom {
    position: absolute;
    right: -110px;
    bottom: -50px;
    max-width: 170px;
}

.metize .contact-form-style-one .title {
    font-size: 36px;
}

.metize img.loader {
    margin-left: 10px;
}

.metize .contact-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.metize ul.social-link {
    margin-top: 20px;
}

.metize ul.social-link li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.metize ul.social-link li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    line-height: 40px;
}

.metize .contact-box {
    position: relative;
}

.metize .contact-box .shape-right-bottom {
    max-width: inherit;
    height: 300px;
    right: -200px;
    bottom: -100px;
}

.metize .contact-box .shape-right-bottom img {
    width: auto;
    height: 100%;
}

/* ============================================================== 
    # Brand
=================================================================== */
.metize .clients-area .rating {
    color: #ff7f00;
    margin-bottom: 15px;
}

.metize .clients-area h2 {
    font-weight: 700;
    margin: 0;
}

.metize .clients-area {
    position: relative;
}

.metize .clients-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 60%;
    width: 25%;
    background: linear-gradient(90deg, #ffffff 10%, #FBFBFD00 100%);
    z-index: 1;
}

.metize .clients-area::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 60%;
    width: 25%;
    background: linear-gradient(-90deg, #ffffff 10%, #FBFBFD00 100%);
    z-index: 21;
}

.metize .brand-carousel .swiper-wrapper {
    transition-timing-function: linear;
}

.metize .brand-carousel .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 30px;
}

.metize .brand-carousel .swiper-slide img {
    height: 40px;
}

/* ============================================================== 
    # Brand Two 
=================================================================== */
.metize .bg-text {
    display: inline-block;
    font-size: 90px;
    position: relative;
    line-height: 1.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    position: relative;
    font-weight: 900;
}

.metize .brand-two-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

.metize .brand-two-items.colum-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.metize .brand-two-items img {
    height: 80px;
}

.metize .brand-two-items .item {
    background: rgba(255, 255, 255, 0.5);
    padding: 80px 25px;
    border-radius: 200px;
    border: 1px solid #cedff6;
    margin-top: 200px;
}

.metize .brand-two-items.colum-3 .item {
    padding: 80px 25px;
}

.metize .brand-two-items .item:nth-child(3) {
    margin-top: 0;
}

.metize .brand-two-items .item:nth-child(2n) {
    margin-top: 40px;
}

/* ============================================================== 
    # Feature Two 
=================================================================== */

.metize .feature-style-two-area {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.metize .feature-style-two .icon {
    height: 120px;
    width: 120px;
    background: #d7edfa;
    padding: 30px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.metize .feature-style-two .icon img {
    height: 100%;
}

.metize .feature-style-two h3 {
    font-weight: 700;
    font-size: 25px;
}

.metize .feature-style-two p {
    margin: 0;
}

.metize .feature-style-two {
    padding: 0 60px;
}

.metize .feature-two-box .col-lg-4:nth-child(2) {
    margin-top: 120px;
}

.metize .feature-two-box .col-lg-4:nth-child(3) {
    margin-top: 240px;
}

.metize .feature-two-box .col-lg-4 {
    padding: 0;
    position: relative;
    z-index: 1;
}

.metize .feature-two-box .col-lg-4::after {
    position: absolute;
    right: -121px;
    top: 43px;
    content: "";
    height: 1px;
    left: 60px;
    border-top: 2px dashed #cccccc;
    z-index: -1;
}

.metize .feature-two-box .col-lg-4::before {
    position: absolute;
}

.metize .feature-style-two .icon::after {
    position: absolute;
    left: 50%;
    top: -75px;
    content: "";
    height: 100%;
    width: 1px;
    border-right: 2px dashed #cccccc;
    z-index: -1;
}

.metize .feature-two-box .col-lg-4:first-child .icon::after {
    display: none;
}

.metize .feature-two-box .col-lg-4:last-child::after {
    display: none;
}

.metize .feature-style-two span {
    position: absolute;
    left: 220px;
    font-size: 50px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--dark);
    background: var(--white);
    padding: 0 20px;
}


/* ============================================================== 
    # Service
=================================================================== */

.metize .services-style-one-area {
    border-radius: 50px;
}

/* ============================================================== 
    # Services Area
=================================================================== */

.services-style-one {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d5e3f3;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.services-style-one h4 {
    font-size: 20px;
}

.services-style-one .icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background: var(--color-primary);
    border-radius: 50%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    border: 6px solid transparent;
}

.services-style-one .btn-reagular {
	margin-top: 30px;
}

a.btn-reagular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff4fa;
    border-radius: 8px;
    padding: 10px 25px;
}

a.btn-reagular i {
    font-weight: 400;
}

.services-style-one:hover .icon, 
.services-style-one.active .icon {
    background: rgba(255, 255, 255, 0.05);
    border: 6px solid rgb(3 255 144);
}

.services-style-one p {
    min-height: 58px;
    transition: all 0.35s ease-in-out;
}

.services-style-one:hover p,
.services-style-one.active p {
    color: var(--white);
    opacity: 0.9;
}

.services-style-one:hover h4 a,
.services-style-one.active h4 a {
    color: var(--white);
}

.services-style-one:hover .btn-reagular {
    background-color: #fff;
}

.services-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.services-style-one:hover::after,
.services-style-one.active::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.metize .tab-content.service-one-items {
    padding: 80px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.metize .service-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 80%;
    float: right;
}

.metize .service-tags ul li {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f0f5f7;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.metize .service-tags {
    float: right;
    text-align: right;
}

.metize .nav-tabs.service-one-nav {
    margin: 0;
    border: none;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 20px;
}

.metize .nav-tabs.service-one-nav .nav-link::after {
    display: none;
}

.metize .nav-tabs.service-one-nav .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 35px 50px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    color: var(--white);
    display: flex;
    align-items: center;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    background-color: #333c57;
}

.metize .nav-tabs.service-one-nav .nav-link i {
    display: inline-block;
    font-weight: 700;
    font-size: 40px;
    width: 70px;
}

.metize .nav-tabs.service-one-nav .nav-link.active {
    background: var(--bg-gradient);
}

.metize .nav-tabs.service-one-nav .nav-link:last-child {
    border: none;
}

.metize .nav-tabs.service-one-nav .nav-link b {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.86;
}

.metize .tab-content.service-one-items h6 {
    font-size: 18px;
}

.metize .tab-content.service-one-items h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}

.metize .tab-content.service-one-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.metize .tab-content.service-one-items ul li {
    display: block;
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
}

.metize .tab-content.service-one-items ul li::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--bg-gradient);
    border-radius: 3px;
}

.metize .tab-content.service-one-items .progress-box {
    margin-top: 30px;
}

.metize .tab-content.service-one-items .progress-box h5 {
    font-weight: 800;
}

.metize .tab-content.service-one-items .progress-box .progress {
    width: 100%;
    height: 4px;
    overflow: inherit;
}

.metize .tab-content.service-one-items .progress-box .progress span {
    position: absolute;
    right: 0;
    top: -50px;
    background: var(--white);
    color: var(--color-heading);
    font-weight: 800;
    padding: 5px;
    border-radius: 5px;
}

.metize .tab-content.service-one-items .progress-box .progress .progress-bar {
    position: relative;
    overflow: inherit;
    width: 90%;
}

.metize .tab-content.service-one-items .progress-box .progress span::after {
    position: absolute;
    bottom: -8px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--white);
    left: 50%;
    transform: translateX(-50%);
}

.metize .achivement-counter li i.fas {
    font-size: 40px;
}


/* ============================================================== 
    # Service
=================================================================== */
.metize .services-two-item img {
    height: 80px;
    margin-bottom: 50px;
}

.metize .services-style-two-items {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
}

.metize .services-style-two-items .services-two-item {
    padding: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 65px;
    padding-right: 65px;
}

.metize .services-two-heading {
    position: sticky;
    top: 120px;
}

.metize .services-two-item p {
    color: #cccccc;
}

.metize .services-two-item h4 {
    margin-bottom: 25px;
}

.metize a.read-more {
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 30px;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.metize a.read-more i {
    display: inline-block;
    font-weight: 500;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.metize .services-two-heading h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 80px;
    margin: 0;
}


/* ============================================================== 
    # Service
=================================================================== */
  
@media only screen and (min-width: 1400px) {
    .metize .services-style-three-area .container-full {
        margin-left: calc((100% - 1320px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }
    
    .metize .svgimg {
      width: 1400px !important;
    }
    
    .software-benifits-area .cellbox {
        width: 80% !important; box-shadow: 0 0 1px #999;
    }
    
    .metize .services-style-three-area .services-style-three-carousel.owl-carousel .owl-stage {
        left: -300px;
    }
}

.metize .services-carousel.swiper {
    margin: -15px;
}

.metize .services-carousel.swiper .swiper-wrapper {
    padding: 15px;
}

.metize .service-three-item {
    padding: 67px 70px;
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.metize .bg-gray .service-three-item {
    box-shadow: none !important;
}

.metize .service-three-item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/14.png);
    background-size: 40px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right bottom;
}

.metize .service-three-item>a {
    display: inline-block;
    border: 2px solid #dddddd;
    padding: 13px 35px;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
}

.metize .service-three-item>a:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--white);
}

.metize .service-three-item img {
    width: auto !important;
    height: 65px;
    margin-right: 20px;
}

.metize .service-three-item ul {
    margin-top: 30px;
    margin-bottom: 20px;
}

.metize .service-three-item ul li {
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.metize .service-three-item ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 16px;
    width: 16px;
    line-height: 16px;
    background: var(--color-primary);
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 400;
    color: var(--white);
}

.metize .service-three-item .top {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.metize .service-three-item h4 {
    margin: 0;
    font-size: 24px;
}

.metize .service-three-item>a i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.metize .services-style-three-carousel {
    position: relative;
    z-index: 1;
}

.metize .services-style-three-carousel::after {
    position: absolute;
    left: -150px;
    bottom: -50px;
    content: "";
    height: 450px;
    width: 450px;
    background: #fff000;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
}


/* ============================================================== 
    # Services
=================================================================== */

.metize .services-style-four {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 50px;
    background: #001766;
}

.metize .services-style-four img {
    border-radius: 20px;
}

.metize .services-style-four .info img {
    height: 150px;
    margin-bottom: 30px;
}

.metize .services-style-four .thumb {
    padding: 0 30px;
}

.metize .services-style-four .info>a {
    display: block;
    text-align: center;
    background: var(--bg-gradient);
    text-transform: uppercase;
    padding: 13px;
    border-radius: 30px;
    margin-top: 30px;
}

.metize .services-style-four .info>a i {
    transform: rotate(-45deg);
    margin-left: 5px;
}

.metize .services-style-four .info p {
    color: #cccccc;
}

.metize .services-style-four .shape {
    position: absolute;
    left: -30px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.metize .services-style-four-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}


/* ============================================================== 
    # Services Details
=================================================================== */
.metize .services-details-area .thumb img {
    margin-bottom: 40px;
}

.metize .services-details-area h1,
.metize .services-details-area h2,
.metize .services-details-area h3,
.metize .services-details-area h4,
.metize .services-details-area h5,
.metize .services-details-area h6 {
    font-weight: 800;
}

.metize .feature-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.metize .feature-list-item li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: 8px;
    font-weight: 500;
}

.metize .feature-list-item li::after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
}

.metize .quick-contact-widget {
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 37px;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
}

.metize .quick-contact-widget .content {
    position: relative;
    z-index: 1;
}

.metize .quick-contact-widget h2 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}

.metize .quick-contact-widget h4 a {
    font-weight: 400;
    border-bottom: 2px solid;
}

.metize .quick-contact-widget i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-weight: 100;
    background: #ffffff;
    color: var(--color-primary);
    font-size: 22px;
    border-radius: 50%;
    margin-bottom: 40px;
    position: relative;
}

.metize .quick-contact-widget i::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    height: 80px;
    width: 80px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.8;
}

.metize .quick-contact-widget::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
    opacity: 0.3;
    border-radius: 7px;
}

.metize .quick-contact-widget .btn-sm {
    font-size: 16px;
}

.metize .services-sidebar .single-widget {
    margin-top: 50px;
}

.metize .services-sidebar .single-widget .widget-title {
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
}

.metize .services-sidebar .single-widget .widget-title::after {
    position: absolute;
    left: 10px;
    bottom: 0;
    content: "";
    height: 3px;
    width: 50px;
    border-bottom: 3px solid var(--color-primary);
}

.metize .services-sidebar .single-widget .widget-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 5px;
    background: var(--color-primary);
}

.metize .services-sidebar .single-widget h4.widget-title {
    font-size: 24px;
}

.metize .services-sidebar .single-widget:first-child {
    margin-top: 0;
}

.metize .widget-brochure ul {
    padding-left: 0;
    list-style: none;
}

.metize .widget-brochure ul li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 5px;
    border: 2px solid #cddff7;
    color: var(--color-heading);
}

.metize .widget-brochure ul li a:hover {
    color: var(--color-primary);
}

.metize .widget-brochure ul li:first-child a {
    margin-top: 0;
}

.metize .widget-brochure ul li:first-child a,
.metize .widget-brochure ul li a:hover {
    background: var(--color-primary);
    border-color: transparent;
    color: var(--white);
}

.metize .widget-brochure ul li i {
    font-size: 35px;
    font-weight: 100;
    margin-right: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.metize .widget-brochure ul li:hover i,
.metize .widget-brochure ul li:first-child i {
    color: var(--white);
}

@media only screen and (max-width: 767px) {
    .metize .services-more .row {
        margin-top: -20px;
    }
}

.metize .services-more .item {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
}

.metize .services-more .item i::before {
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    .metize .services-more .item {
        margin-top: 30px;
        padding: 50px 30px;
        border: 1px solid #dddddd;
    }
}

.metize .services-more .item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
    background: linear-gradient(132deg, rgb(205, 12, 12), rgba(220, 167, 19, 0.74));
    color: var(--white);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
}

.metize .services-more .item a {
    color: var(--color-heading);
}

.metize .services-more .item a:hover {
    color: var(--color-primary);
}

.metize .services-more .item p {
    margin: 0;
}

.metize .services-details-items .faq-style-one button.accordion-button::after {
    top: 15px;
}

.metize .service-single-thumb {
    position: relative;
    z-index: 1;
}

.metize .service-single-thumb img {
    margin-bottom: 40px;
}

.metize .services-list-widget {
    padding: 50px;
    border-radius: 10px;
    padding-top: 60px;
    border: 2px solid #dddddd;
}

.metize .services-list-widget a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    position: relative;
    padding-right: 50px;
}

.metize .services-list-widget .current-item a {
    color: var(--color-primary);
    font-weight: 700;
}

.metize .services-list-widget li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.metize .services-list-widget li:first-child {
    border: none;
    margin-top: -10px;
}

.metize .services-list-widget a i {
    float: right;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.metize .services-sidebar .single-widget.text-light .widget-title::after {
    border-color: var(--white);
}

.metize .services-details-items img {
    border-radius: 10px;
}

.metize .services-list-widget a::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.metize .services-list-widget .current-item a::after {
    opacity: 1;
}

.metize .dark .accordion-item .accordion-button:not(.collapsed) {
    background: var(--dark) !important;
}



/* ============================================================== 
    # Faq
=================================================================== */
.faq-area {
    background: url(/assets/img/shape/bg2_2.png) no-repeat center top, linear-gradient(180deg, #252744, #1e214f, #757792, rgba(255, 255, 255, 0));
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.metize .faq-sahpe img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.faq-area .customtit {
    font-size: 60px; font-weight: bold; margin: 0; padding: 10px 0 30px;
    background: linear-gradient(to right, #303fc7, #c2c6e6);
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.faq-area #identifiers label {
    word-break: break-word;
}

.metize .faq-sahpe img:first-child {
    left: auto;
    right: 20px;
    bottom: -50px;
    animation: fadeRightLeft 5s ease-out infinite;
}

.metize .faq-sahpe img:nth-child(2) {
    max-width: 200px;
}

.metize .faq-style-one button.accordion-button {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 800 !important;
    padding: 25px !important;
    background: var(--white) !important;
    border-radius: 10px !important;
    padding-right: 60px !important;
    position: relative;
    border-radius: 10px !important;
    box-shadow: inherit;
    border-bottom: 1px solid transparent !important;
}

.metize .faq-style-one button.accordion-button::before {
    background: transparent;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 25px;
    position: absolute;
    top: 22px;
    right: 25px;
}

.metize .faq-style-one button.accordion-button:not(.collapsed)::before {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f106";
}

.metize .faq-style-one button.accordion-button::after {
    display: none;
}

.metize .faq-style-one button.accordion-button:focus {
    background: transparent;
    color: var(--color-heading);
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding-left: 0;
    font-weight: 700;
}

.metize .faq-style-one .accordion-item {
    background: var(--white);
    border: none;
    margin-top: 15px;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%) !important;
    border-radius: 10px;
}

.metize .faq-style-one .accordion-item:first-child {
    margin-top: 0;
}

.metize .faq-style-one .accordion-item h2 {
    margin: 0;
    border: none;
}

.metize .faq-style-one .accordion-body {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.metize .faq-style-one .accordion-body p {
    margin: 0;
}

.metize .faq-style-one button.accordion-button strong {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid #e7e7e7;
}

.metize .accordion-item .accordion-button:not(.collapsed) {
    background: var(--dark) !important;
    border-radius: 10px 10px 0 0 !important;
    color: var(--white) !important;
}

.metize .secondary .accordion-item .accordion-button:not(.collapsed) {
    background: var(--bg-gradient-secondary) !important;
}

.metize .shape-left-center {
    left: -200px;
    position: absolute;
    bottom: 80px;
    z-index: -1;
}

.metize .faq-style-one {
    position: relative;
    z-index: 1;
}

.metize .faq-sidebar {
    position: relative;
    z-index: 9;
}

.metize .faq-sidebar-item {
    padding: 50px;
    overflow: hidden;
    border-radius: 7px;
}

.metize .faq-sidebar-item h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.metize .faq-sidebar-item li {
    margin-top: 7px;
}

/* ============================================================== 
    # Feature
=================================================================== */
.metize ul.feature-fun-fact li {
    margin-top: 50px;
}

.metize ul.feature-fun-fact li:first-child {
    margin-top: 0;
}

.metize .feature-fun-fact .fun-fact .counter {
    font-weight: 700;
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 1px #797474;
}

.metize .feature-style-three {
    padding: 60px 40px;
    background: linear-gradient(0deg, #F4F4F9 40%, #FBFBFD00 60%);
    border-radius: 10px;
    border: 2px solid #e9e9e9;
}

.metize .feature-style-three img {
    height: 150px;
    margin-top: 50px;
}

.metize .feature-style-three .icon {
    text-align: right;
}

.metize .feature-style-three h4 {
    font-size: 24px;
    font-weight: 800;
}

.metize .feature-style-three p {
    margin: 0;
    font-size: 18px;
}


/* ============================================================== 
    # Choose Us
=================================================================== */
.metize .choose-us-one-thumb {
    background: var(--white);
    border-radius: 30px;
    padding: 50px;
}

.metize .choose-us-one-thumb h3 {
    font-weight: 800;
    margin-bottom: 30px;
}

.metize ul.list-default {
    margin-top: 40px;
}

.metize ul.list-default li h4 {
    font-weight: 800;
}

.metize ul.list-default li {
    margin-top: 30px;
}

.metize ul.list-default p {
    margin: 0;
}


/* ============================================================== 
    # Choose Us Style TWo
=================================================================== */

.metize .choose-us-style-two-thumb .curve-text svg {
    position: absolute;
    left: -58px;
    top: 100px;
}

.metize .curve-text svg {
    fill: var(--white);
    height: 170px;
    width: 170px;
    overflow: inherit;
    animation: spinner 20s infinite linear;
    text-shadow: 1px 1px #000000;
}

.metize .curve-text svg path {
    fill: none;
}

.metize .curve-text svg text {
    fill: var(--white);
    letter-spacing: 4px;
}

.metize .choose-us-style-two-thumb {
    position: relative;
    bottom: -120px;
    margin-top: -120px;
}

.metize h2.text-path {
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
}

.metize .choose-us-style-two-thumb h4 {
    font-weight: 700;
    font-size: 24px;
}

.metize ul.check-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.metize ul.check-list-item li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid;
    position: relative;
    z-index: 1;
    padding-left: 75px;
}

.metize ul.check-list-item li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.metize ul.check-list-item li h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.metize ul.check-list-item li h4 {
    font-weight: 700;
}

.metize ul.check-list-item li p {
    margin: 0;
}

.metize .bg-dark ul.check-list-item li p {
    opacity: 0.9;
}

.metize ul.check-list-item li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bg-gradient);
    border-radius: 50%;
}

/* ============================================================== 
    # Choose Us Three
=================================================================== */

.metize .choose-us-thumb img {
    border-radius: 50%;
}

.metize .choose-us-style-three h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.metize .choose-us-style-three ul li {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.metize .choose-us-style-three ul li h4 {
    font-weight: 700;
    font-size: 17px;
}

.metize .choose-us-style-three ul li::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 400;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px;
    background: var(--bg-gradient);
    color: var(--white);
    border-radius: 50%;
}

.metize .choose-us-style-three ul {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.metize .choose-us-style-three ul::after {
    position: absolute;
    left: 11px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid var(--color-primary);
    z-index: -1;
}

.metize .choose-us-style-three ul li:first-child h4 {
    font-size: 24px;
}

.metize .choose-us-style-three ul li:first-child::after {
    top: 1px;
}

.metize .choose-us-thumb {
    position: relative;
}

.metize .choose-us-thumb .fun-fact {
    position: absolute;
    right: -50px;
    bottom: 0;
    background: var(--bg-gray);
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-heading);
    border-radius: 50%;
    border: 30px solid var(--white);
}

.metize .choose-us-thumb .fun-fact span.medium {
    display: block;
    width: 100%;
    text-align: center;
}

.metize .choose-us-thumb .fun-fact .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 900;
}


/* ============================================================== 
    # Feature
=================================================================== */
.metize .feature-four-items {
    padding: 80px 60px;
    border-radius: 30px;
    position: relative;
}

.metize .feature-style-four img {
    height: 100px;
    margin-bottom: 50px;
}

.metize .feature-style-four a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
}

.metize .feature-style-four a i {
    position: relative;
    z-index: 1;
    font-weight: 4;
    margin-left: 5px;
}

.metize .feature-style-four h3 {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.metize .feature-style-four {
    padding: 0 20px;
}

.metize .feature-four-items .sahpe {
    position: absolute;
    right: -50px;
    bottom: -50px;
}


/* ============================================================== 
    # Feature
=================================================================== */

.metize .feature-style-five-area {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.metize .feature-style-five {
    display: flex;
    padding: 0 20px;
}

.metize .feature-style-five-items .item {
    border-right: 1px solid #dddd;
}

.metize .feature-style-five-items .item:last-child {
    border: none;
}

.metize .feature-style-five .icon {
    display: flex;
    height: 90px;
    width: 90px;
    min-width: 90px;
    background: var(--bg-gradient);
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
}

.metize .feature-style-five img {
    margin: auto;
    height: 50px;
}

.metize .feature-style-five h4 {
    font-weight: 800;
}

.metize .feature-style-five p {
    margin: 0;
}

.metize .feature-style-five-items h2 {
    margin: 0;
}

.metize .progress-card {
    text-align: center;
    background: var(--white);
    padding: 50px 40px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 30px;
}

.metize .progress-card .circle {
    position: relative;
    margin-bottom: 15px;
}

.metize .progress-card .circle strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-size: 20px;
    margin-left: 3px;
    color: var(--color-heading);
}

.metize .progress-card h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.metize .progress-card p {
    margin: 0;
}


/* ============================================================== 
    # Project
=================================================================== */

.metize .mix-item-menu button {
    padding: 0;
    background: transparent;
    color: var(--color-heading);
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    overflow: inherit;
    font-size: 18px;
}

.metize .mix-item-menu button::after {
    display: none;
}

.metize .mix-item-menu {
    float: right;
    text-align: right !important;
    position: relative;
    top: -120px;
    z-index: 2;
    padding: 30px;
}

.metize .mix-item-menu button::before {
    position: absolute;
    right: -15px;
    top: 1px;
    content: "/";
    color: var(--color-paragraph);
}

.metize .mix-item-menu button:last-child::before {
    display: none;
}

.metize .mix-item-menu button.active {
    color: var(--color-primary);
}

.metize .mix-item-menu.center {
    top: 0;
    margin-bottom: 40px;
    float: none;
    overflow: hidden;
    text-align: center !important;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.metize .mix-item-menu.center::after {
    width: 100%;
    display: none;
}

.metize .mix-item-menu.center button {
    overflow: inherit;
    margin: 0 3px;
    padding: 10px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
}

.metize .mix-item-menu.center button::before {
    right: 0;
    display: none;
}

.metize .gallery-items.gallery-style-one .gallery-item {
    padding: 15px;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(2) {
    width: 50%;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(3) {
    width: 25%;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:first-child {
    width: 25%;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(4) {
    width: 25%;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(5) {
    width: 50%;
}

.metize .gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(6) {
    width: 25%;
}

.metize .gallery-items.gallery-style-one {
    margin: -15px;
    margin-top: 0;
}

@media (min-width: 1350px) {
    .metize .gallery-items.gallery-style-one {
        margin: -15px -10%;
        margin-top: 0;
    }
}

.metize .portfolio-style-one-single {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.metize .portfolio-style-one-single .info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 25px 50px;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    transition: all 0.35s ease-in-out;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.metize .portfolio-style-one-single .info h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.metize .portfolio-style-one-single .info .cat span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.metize .portfolio-style-one-single .info .cat span::after {
    position: absolute;
    right: -7px;
    bottom: 0;
    content: ",";
}

.metize .portfolio-style-one-single .info .cat span:last-child::after {
    display: none;
}

.metize .portfolio-style-one-single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.metize .portfolio-style-one-single:hover::after {
    opacity: 0.8;
    visibility: visible;
}

.metize .portfolio-style-one-single:hover .info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.metize .portfolio-style-one-single .info::after {
    position: absolute;
    left: 0;
    top: -18px;
    content: "";
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 80% 100%);
}

.metize .portfolio-style-one-single img {
    transition: all 0.35s ease-in-out;
}

.metize .portfolio-style-one-single:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.metize .magnific-mix-gallery {
    position: relative;
    z-index: 9;
}

.metize .mix-item-menu::after {
    position: absolute;
    right: 0;
    top: -115px;
    content: "";
    height: 500px;
    width: 500px;
    background: linear-gradient(90deg, #ffcf00 60%, #27ff00 100%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
}


/* ============================================================== 
    # Project Details
=================================================================== */

.metize ul.project-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.metize ul.project-info li {
    border-right: 1px solid #e7e7e7;
    padding-right: 50px;
    padding-left: 50px;
}

.metize ul.project-info li:last-child {
    border: none;
}

.metize ul.project-info h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.metize ul.project-info {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    top: -50px;
    margin-bottom: 0;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%) !important;
}

.metize .project-details-style-one img {
    border-radius: 10px;
}

.metize .project-details-thumb img {
    margin-bottom: 60px;
}

.metize .project-single-tags a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    text-transform: uppercase;
    color: var(--color-paragraph);
}

.metize .project-single-tags a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: ",";
}

.metize .project-single-tags a:last-child::after {
    display: none;
}

.metize .project-single-tags {
    margin-bottom: 15px;
}

.metize .project-single-tags a:hover {
    color: var(--color-primary);
}

.metize .project-details-thumb h2 {
    font-weight: 800;
    margin: 0;
    padding-right: 15%;
}

.metize .project-author-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-row-gap: 30px;
}

.metize .project-author-details ul li {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 60px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}

.metize .project-author-details ul li:first-child {
    border: none;
    padding: 0;
}

.metize .project-author-details ul li h3 {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
}

.metize .project-author-details ul li p {
    margin: 0;
}

.metize .project-author-details ul li .right-info h3 {
    color: var(--color-paragraph);
    font-weight: 600;
}

.metize p.project-inner-tag {
    font-weight: 700;
    line-height: 2.3;
    text-transform: uppercase;
}

.metize .item-grid-container {
    display: grid;
    grid-row-gap: 60px;
}

.metize .item-grid-container img {
    margin-top: 50px;
}

.metize .item-grid-colum {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
}

.metize .item-grid-colum h1,
.metize .item-grid-colum h2,
.metize .item-grid-colum h3,
.metize .item-grid-colum h4,
.metize .item-grid-colum h5,
.metize .item-grid-colum h6 {
    font-weight: 800;
}

.metize ul.list-disc {
    list-style: disc;
    margin-left: 20px;
    padding: 0;
}

.metize ul.list-disc li {
    list-style: disc;
    margin-top: 7px;
}




/* ============================================================== 
    # Team Area 
=================================================================== */

.metize .team-style-one-area {
    background-position: top !important;
}

.metize .team-style-one {
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 30px;
    background-color: var(--white);
}

.metize .bg-dark .team-style-one {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.metize .team-style-one img {
    border-radius: 50%;
    max-width: 80%;
    margin: auto;
}

.metize .team-style-one .thumb {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.metize .team-style-one .content {
    position: relative;
    padding: 30px;
    z-index: 1;
    border-top: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.metize .bg-dark .team-style-one .content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.metize .team-style-one .content i {
    display: inline-block;
    font-size: 38px;
    font-weight: 100;
    color: var(--color-primary);
}

.metize .bg-dark .team-style-one .content i {
    color: var(--white);
}

.metize .team-style-one h4 {
    margin-bottom: 3px;
}

.metize .bg-dark .team-style-one h4 a {
    color: var(--white);
}

.metize .team-style-one span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.6px;
}

.metize .bg-dark .team-style-one span {
    color: #cccccc;
}

.metize .team-style-one .thumb .social {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.metize .team-style-one .thumb .social li {
    display: inline-block;
    margin: 0 1px;
}

.metize .team-style-one .thumb .social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: var(--color-primary);
    line-height: 45px;
    border-radius: 50%;
    color: var(--white);
    position: relative;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
}

.metize .team-style-one .thumb .social li:last-child a {
    transition: all 0.55s ease-in-out;
}

.metize .team-style-one:hover .thumb .social li a {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.metize .team-style-one .social li.facebook a {
    background: #3B5998;
}

.metize .team-style-one .social li.twitter a {
    background: #1DA1F2;
}

.metize .team-style-one:hover .thumb img {
    filter: blur(2px);
}


/* Team Tabs */

.metize .team-navs-area .team-box {
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-color: var(--white) !important;
    max-width: 96%;
    margin: auto;
    border-radius: 50px;
}

.metize .team-navs.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    margin-top: -20px;
}

.metize .team-navs.nav-tabs::before,
.metize .team-navs.nav-tabs::after {
    display: none;
}

.metize .team-navs.nav-tabs li.nav-item {
    display: block;
    border-top: 1px solid #dddddd;
}

.metize .team-navs.nav-tabs li.nav-item button {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    text-align: left;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    overflow: inherit;
    color: #888888;
}

.metize .team-navs.nav-tabs li.nav-item button::after {
    display: none;
}

.metize .team-navs.nav-tabs li.nav-item:first-child {
    border: none;
}

.metize .team-navs.nav-tabs li.nav-item:last-child {
    border-bottom: 1px solid #dddddd;
}

.metize .team-navs.nav-tabs li.nav-item button strong {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #888888;
    display: block;
    line-height: 1;
}

.metize .team-navs.nav-tabs li.nav-item button::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 60%;
    background: var(--bg-gradient);
    border-radius: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.metize .team-navs.nav-tabs li.nav-item button.active::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.metize .team-navs.nav-tabs li.nav-item button.active strong {
    color: var(--color-heading);
}

.metize .team-navs.nav-tabs li.nav-item button.active {
    color: var(--color-heading);
}

/* ============================================================== 
     # Team Single  
=================================================================== */

.metize .team-single-area .team-content-top {
    bottom: -50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.metize .team-single-area .team-content-top .right-info {
    padding-left: 35px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.metize .team-single-area .team-content-top .right-info h2 {
    font-weight: 700;
}

.metize .team-single-area .team-content-top .right-info span {
    display: block;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 25px;
}

.metize .team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

.metize .team-single-area .right-info ul li {
    margin-top: 10px;
    color: var(--color-heading);
}

.metize .team-single-area .right-info ul li strong {
    font-weight: 700;
}

.metize .team-single-area .right-info ul li a {
    font-weight: 400;
}

.metize .team-single-area .right-info ul li a:hover {
    color: var(--color-primary);
}

.metize .team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 700;
    align-items: center;
}

.metize .team-single-area .right-info .social h4 {
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 25px;
}

.metize .team-single-area .right-info .social ul {
    margin: 0;
    padding: 0;
    border: none;
}

.metize .team-single-area .right-info .social .share-link {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    padding-right: 20px;
}

.metize .team-single-area .right-info .social .share-link>i {
    display: inline-block;
    height: 45px;
    background: var(--white);
    box-shadow: 0 0 10px #cccccc;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color-primary);
}

.metize .team-single-area .right-info .social ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}

.metize .team-single-area .right-info .social .share-link:hover ul {
    left: 58px;
    opacity: 1;
    pointer-events: auto;
}

.metize .team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
}

.metize .team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 50%;
}

.metize .team-single-area .bottom-info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.metize .team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.metize .team-single-area .bottom-info .skill-items {
    padding-left: 35px;
}

.metize .skill-items .progress-box {
    margin-bottom: 35px;
}

.metize .team-single-area .team-content-top img {
    border-radius: 30px;
}

.metize .skill-items .progress-box:last-child {
    margin-bottom: 0;
}

.metize .skill-items .progress-box h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.metize .skill-items .progress-box h5 span {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    top: -21px;
    left: 0;
    z-index: -1;
    opacity: 0.05;
    font-weight: 700;
}

.metize .skill-items .skill-items {
    margin-top: 40px;
}

.metize .skill-items .progress-box .progress {
    background: transparent;
    border-bottom: none;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;
}

.metize .skill-items .progress-box .progress .progress-bar {
    height: 6px;
    border-radius: 30px;
    background: var(--bg-gradient);
    top: 12px;
    position: relative;
    overflow: inherit;
}

.metize .skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -40px;
    display: block;
    font-size: 17px;
    color: var(--color-heading);
    font-weight: 700;
}

.metize .team-single-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.metize .team-list-item h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 28px;
}

.metize .team-list-item h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.metize .team-list-item span {
    text-transform: none;
    margin-bottom: 5px;
    color: var(--color-heading);
    display: block;
}

.metize .team-list-item li {
    margin-top: 30px;
}

.metize .team-list-item li:first-child {
    margin-top: 0;
}

.metize .team-single-list ul {
    border: none;
    margin-top: 0;
    padding: 0;
}

.metize .skill-items h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.metize .team-list-item ul {
    border-left: 1px solid;
    padding-left: 25px;
}

.metize .team-list-item ul li {
    position: relative;
    z-index: 1;
}

.metize .team-list-item ul li::after {
    position: absolute;
    left: -33px;
    top: 3px;
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: var(--bg-gray);
}

.metize .bg-theme {
    background: #252744 url(/assets/img/shape/bg2_1.png) no-repeat center bottom;
    background-size: 100%;
}

.metize .breadcrumb-area nav a {
    color: #fff;
}

.tablebox {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #ffffff, rgba(255, 255, 255, 0.7));
}

.tablebox h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0 30px 20px;
    background: linear-gradient(to right, #303fc7, #c2c6e6);
    background-clip: text;
    color: transparent;
    display: inline-block;
    letter-spacing: 2px;
}

.table th {
    color: #797ddd;
}

.page-item.disabled .page-link, .page-link {
    background-color: transparent;
}

.mb .faq-area {
    background: none;
    padding: 0 0 40px;
}

.wrapper .page-item.active .page-link {
    background-color: #3a3fd3;
    border-color: #3a3fd3;
}

.wrapper .pagination-detail .dropdown-toggle {
    background: none;
    color: #000;
    padding: 5px 10px;
    border-color: #ccc;
}

/* ============================================================== 
    # Footer
=================================================================== */

.metize footer {
    overflow: hidden;
}

.metize footer p {
    font-weight: normal;
}

.metize .f-item.about {
    position: relative;
    z-index: 1;
}

.metize .f-item.about::after {
    position: absolute;
    right: -40px;
    top: -100px;
    content: "";
    height: 300%;
    width: 500%;
    background: var(--white);
    z-index: -1;
    opacity: 0.2;
}

.metize .footer-bottom {
    background-color: #16172a;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.metize .bg-dark .footer-bottom {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metize .footer-bottom p {
  opacity: 0.7;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}

.metize footer img.logo {
    height: 80px;
}

.metize footer h3 {
    margin: 0 0 0 15px;
    font-size: 22px;
    color: #2d1861;
}

.metize footer .widget-title {
    margin-bottom: 30px;
    font-size: 22px;
    color: #2d1861;
}

.metize .bg-dark footer .widget-title {
    color: var(--white);
}

.metize .bg-dark footer p,
.metize .bg-dark footer {
    color: #cccccc;
}

.metize .footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -15px;
}

.metize .footer-social ul li {
    display: inline-block;
}

.metize .footer-social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 15px;
    color: #999;
    background: #fff;
}

.metize .bg-dark .footer-social ul li a {
    background: var(--white);
    color: var(--color-heading);
}

.metize .footer-social ul li a:hover {
    background: var(--color-primary);
    color: var(--white);
}

.metize footer .f-item.link li {
    margin-top: 10px;
    font-size: 15px;
}

.metize footer .f-item.link li a {
    display: inline-block;
    font-weight: 500;
    color: #777;
}

.metize footer .f-item.link li a:hover {
    color: var(--color-primary);
}

.metize .bg-dark footer .f-item.link li a {
    color: #d2d2d4;
}

.metize .bg-dark footer .f-item.link li a:hover {
    color: var(--white);
}

.metize .f-item.contact li {
    display: flex;
    margin-top: 20px;
}

.metize .f-item.contact li strong {
    display: block;
    text-transform: uppercase;
    color: var(--color-heading);
    font-size: 14px;
    margin-bottom: 3px;
}

.metize .bg-dark .f-item.contact li strong {
    color: var(--white);
}

.metize .f-item.contact li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-weight: 300;
    font-size: 18px;
}

.metize .bg-dark .f-item.contact li {
    color: #dedede;
}

.metize .f-item.contact li p {
    margin: 0;
}

.metize .bg-dark .f-item.contact li p {
    color: #dedede;
}

.metize .f-item.contact li a {
    font-weight: 500;
}

.metize .bg-dark .f-item.contact li a {
    color: #dedede;
}

.metize .bg-dark .f-item.contact li a:hover {
    color: var(--white);
}

.metize .f-item.newsletter form {
    background: var(--white);
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin-top: 20px;
    border: 2px solid;
}

.metize .bg-dark .f-item.newsletter form {
    border: none;
}

.metize .f-item.newsletter form input {
    box-shadow: inherit;
    border: none;
    min-height: 60px;
    padding-left: 25px;
}

.metize .f-item.newsletter form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
}

.metize .f-item.newsletter form button i {
    margin: 0;
    margin-left: 2px;
    transform: rotate(-45deg);
}


/* ============================================================== 
    # 404 page
=================================================================== */

.metize .error-page-area {
    position: relative;
    z-index: 1;
}

.metize .error-page-area .shape-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 20%;
    background-position: left !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0.3;
    background-size: contain !important;
}

.metize .error-page-area .shape-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 20%;
    background-position: right !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0.3;
    background-size: contain !important;
}

.metize .error-box h1 {
    font-size: 150px;
    line-height: 110px;
    font-weight: 800;
    margin-bottom: 40px;
    text-shadow: 3px 3px #c0c0c0;
}

.metize .error-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.metize .error-box p {
    padding: 0 10%;
}


/* ============================================================== 
    # Responsive CSS
=================================================================== */

/* Desktop  */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    /* Gallery */
    .metize .gallery-items.colums-2 .gallery-item,
    .metize .gallery-items.colums-3 .gallery-item,
    .metize .gallery-items.colums-4 .gallery-item {
        width: 33.3333333% !important;
    }
}


/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner */
    .metize .seo-thumb img:nth-child(2) {
        width: 150px;
    }

    .metize .seo-thumb img:nth-child(3) {
        width: 120px;
    }

    .metize .banner-digital-agency h2 {
        font-size: 50px;
    }

    .metize .banner-digital-agency div.row {
        align-items: center;
    }

    .metize .business-banner h2 {
        font-size: 50px;
    }

    .metize .business-banner .business-banner-thumb img:nth-child(2) {
        height: 120px;
        right: -50px;
    }

    .metize .business-banner .info {
        margin-top: 150px;
    }

    .banner-style-three .pl-60 {
        padding-left: 0
    }

    .banner-style-three .thumb .grow-graph img {
        height: 70px
    }

    .banner-style-three .thumb .grow-graph {
        right: -30px;
        bottom: 80px
    }

    .banner-style-three h2 {
        font-size: 60px
    }

    .banner-style-three .content {
        padding-top: 250px
    }

    .metize .overview-carousel .overview-pagination {
        bottom: 0;
        top: auto;
        width: 100%;
    }

    .metize .overview-carousel {
        padding-bottom: 50px;
    }

    .metize .overview-carousel .overview-pagination .swiper-pagination {
        text-align: center;
        left: auto;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .metize .overview-carousel .overview-pagination span.swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
    }

    .metize .nav-tabs.service-one-nav .nav-link i {
        display: none;
    }

    .metize .services-two-heading h2 {
        font-size: 60px;
    }

    .metize .services-style-two-items .services-two-item {
        padding: 50px 30px;
    }

    .metize .brand-two-items img {
        height: auto;
    }

    /* Gallery */
    .metize .mix-item-menu {
        top: 0;
        text-align: left !important;
        float: none;
        margin-bottom: 30px;
        padding: 0;
    }

    .metize .mix-item-menu button::before {
        display: none;
    }

    .metize .mix-item-menu button {
        margin: 0;
        border: 1px solid;
        padding: 5px 25px;
        margin-right: 10px;
        margin-top: 12px;
    }

    .metize .gallery-items.colums-2 .gallery-item,
    .metize .gallery-items.colums-3 .gallery-item,
    .metize .gallery-items.colums-4 .gallery-item {
        width: 50% !important;
    }

    .metize ul.project-info {
        top: 0;
        margin: 50px 0;
        box-shadow: none !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--bg-gray);
    }

    .metize ul.project-info li {
        padding: 15px 0;
        border-color: #cccccc;
    }

    .metize ul.project-info li:nth-child(2) {
        border: none;
    }

    .metize .feature-style-five-area {
        background-image: none !important;
    }

    .metize .progress-card {
        display: none;
    }

    .metize .about-style-two-thumb::after {
        display: none;
    }

    .metize .about-style-two-thumb {
        position: relative;
        height: 450px;
        width: 100%;
    }

    .metize .about-two-item {
        padding: 80px;
    }

    .metize .author-info .info {
        border: none;
        padding: 0;
    }

    .metize .author-info .thumb img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .metize .services-carousel.swiper {
        margin: 0;
    }

    .metize .services-carousel.swiper .swiper-wrapper {
        padding: 0;
    }
}

/* Tablet To Mobile */
@media (max-width: 1023px) {

    /* Footer */
    .metize .f-item.about::after {
        display: none;
    }

    /* Services */
    .metize .services-style-one-area {
        border-radius: 0;
    }

    .metize .services-two-heading {
        position: inherit;
    }

    /* team */
    .metize .team-navs-area .team-box {
        max-width: 100%;
        border-radius: 0;
    }

    .metize .team-navs.nav-tabs {
        margin-bottom: 40px;
    }

    .metize .team-navs-area {
        padding-bottom: 0;
    }

    .metize .feature-style-five-area {
        background-image: none !important;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .metize .banner-software .content-box {
        padding-top: 120px;
    }

    .metize .banner-seo .content-box {
        padding-top: 110px;
    }

    .metize .seo-thumb img:nth-child(2) {
        width: 150px;
    }

    .metize .seo-thumb img:nth-child(3) {
        width: 120px;
    }

    .metize .banner-digital-agency,
    .metize .banner-digital-agency div {
        height: auto;
    }

    .metize .banner-digital-agency .content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .metize .right-angle-thumb {
        display: none;
    }

    .metize .banner-digital-agency p {
        padding: 0;
    }

    .metize .business-banner {
        padding-top: 120px;
        text-align: center;
    }

    .metize .business-banner .business-banner-thumb img:nth-child(2) {
        right: 0;
        height: 130px;
    }

    .metize .revenew {
        left: 50px;
    }

    .metize .business-banner .business-banner-thumb {
        margin-top: 30px;
    }

    .metize .business-banner .info {
        margin-top: 0;
    }

    .banner-style-three-area,
    .banner-style-three-area div {
        height: auto
    }

    .banner-style-three .content {
        padding: 130px 0;
        text-align: center
    }

    .banner-style-three h2 {
        color: var(--white)
    }

    .banner-style-three h4 {
        color: var(--white)
    }

    .banner-style-three p {
        color: var(--white);
        opacity: .9
    }

    .banner-style-three p a, .banner-style-three .sec-history, .banner-style-three .sec-history a {
        color: var(--white);
    }

    .banner-style-three .thumb {
        background: #fff3;
        max-width: 80%;
        margin: 50px auto auto
    }

    .banner-style-three .thumb .grow-graph {
        right: 0;
        bottom: 30px;
        display: none
    }

    .banner-style-three .thumb>img {
        background: #0000004d
    }

    /* About */
    .metize .about-style-three-thumb {
        margin-bottom: 60px;
    }

    .metize .about-style-one-thumb {
        padding: 0;
        text-align: center;
    }

    .metize .about-style-one-thumb img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .metize .about-style-one-thumb .experience {
        display: none;
    }

    .metize .about-style-two-thumb::after {
        display: none;
    }

    .metize .about-style-two-thumb {
        position: relative;
        height: 350px;
        width: 100%;
    }

    .metize .about-two-item {
        padding: 80px;
    }

    .metize .author-info .info {
        border: none;
        padding: 0;
    }

    .metize .author-info .thumb img {
        margin-bottom: 20px;
    }


    /* Feature */
    .metize .feature-alert {
        margin-bottom: 50px;
    }

    .metize .feature-style-one-area .shape {
        display: none;
    }

    .metize .feature-style-one-area {
        padding-bottom: 90px;
    }

    .metize .feature-two-box .col-lg-4::after {
        display: none;
    }

    .metize .feature-style-two .icon::after {
        display: none;
    }

    .metize .feature-style-two {
        padding: 50px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }

    .metize .feature-two-box .col-lg-4:nth-child(3) {
        margin: 0;
    }

    .metize .feature-two-box .col-lg-4:nth-child(2) {
        margin: 0;
    }

    .metize .feature-two-box .col-lg-4 {
        padding: 0 15px;
    }

    .metize .feature-two-box .col-lg-4 .feature-style-two {
        margin-top: 30px;
    }

    .metize .feature-style-two span {
        left: auto;
        right: 30px;
        display: none;
    }

    .metize ul.feature-fun-fact li {
        display: inline-block;
        margin: 0;
        margin-bottom: 30px;
        margin-right: 50px;
    }

    .metize .choose-us-one-thumb {
        margin-bottom: 50px;
    }

    .metize .feature-style-four {
        text-align: center;
        margin-bottom: 50px;
    }

    .metize .feature-four-items {
        padding-bottom: 30px;
    }

    .metize .feature-style-four img {
        margin-bottom: 30px;
    }

    .metize .feature-style-five {
        display: block;
    }

    .metize .feature-style-five .icon {
        margin-bottom: 30px;
    }

    .metize .progress-card {
        margin-top: 60px;
    }

    .metize .feature-style-five-items .item {
        border: none;
    }

    /* Brand */
    .metize .brand-two-items img {
        height: auto;
    }

    .metize .bg-text {
        font-size: 70px;
    }

    /* Overview */
    .metize .overview-item {
        padding: 0;
    }

    .metize .overview-content {
        position: inherit;
        max-width: 100%;
        margin: 15px;
        margin-top: 28px;
    }

    .metize .overview-carousel .overview-pagination {
        bottom: 0;
        top: auto;
        width: 100%;
    }

    .metize .overview-carousel {
        padding-bottom: 50px;
    }

    .metize .overview-carousel .overview-pagination .swiper-pagination {
        text-align: center;
        left: auto;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .metize .overview-carousel .overview-pagination span.swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
    }

    .metize .soft-illustration img {
        max-width: 100%;
        margin-top: 50px;
    }

    /* Testimonial */
    .metize .testimonial-style-one-item .review {
        position: inherit;
    }

    .metize .testimonial-style-two-carousel .item {
        display: block;
    }

    .metize .testimonial-style-two-carousel .item .info {
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    .metize .testimonial-style-two-carousel .item .info svg {
        display: none;
    }

    .metize .testimonial-style-two-carousel .item .provider img {
        max-width: 280px;
        margin: auto;
    }

    .metize .testimonial-style-two-carousel {
        text-align: center;
    }

    .metize .testimonial-style-two-carousel .item .reason {
        display: block;
    }

    .metize .testimonial-style-two-carousel .item .reason h5 {
        margin: 0;
        margin-bottom: 15px;
    }

    .metize .testimonial-style-two-carousel .item .content {
        justify-content: center;
        text-align: left;
        border-top: 1px solid #dddddd;
        padding-top: 30px;
    }


    /* Services */

    .metize .services-two-heading {
        margin-bottom: 50px;
    }

    .metize .service-tags {
        float: none;
        text-align: left;
        display: none;
    }

    .metize .service-tags ul {
        float: left;
        max-width: 100%;
        margin-top: 30px;
    }

    .metize .nav-tabs.service-one-nav {
        margin-bottom: 30px;
    }



    /* Team Single */
    .metize .team-single-area .team-content-top .right-info {
        padding: 0 15px;
        margin: 0;
    }

    .metize .team-single-area .team-content-top img {
        margin-bottom: 40px;
    }

    .metize .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
        padding-bottom: 120px;
    }

    .metize .team-single-area .bottom-info .skill-items {
        padding-left: 0;
        margin-top: 50px;
    }

    /* Gallery */
    .metize .mix-item-menu {
        top: 0;
        text-align: left !important;
        float: none;
        margin-bottom: 30px;
        padding: 0;
    }

    .metize .mix-item-menu button::before {
        display: none;
    }

    .metize .mix-item-menu button {
        margin: 0;
        border: 1px solid;
        padding: 5px 25px;
        margin-right: 10px;
        margin-top: 12px;
    }

    .metize .gallery-items.colums-2 .gallery-item,
    .metize .gallery-items.colums-3 .gallery-item,
    .metize .gallery-items.colums-4 .gallery-item {
        width: 50% !important;
    }

    .metize ul.project-info {
        top: 0;
        margin: 50px 0;
        box-shadow: inherit !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--bg-gray);
    }

    .metize ul.project-info li {
        padding: 15px 0;
        border-color: #cccccc;
    }

    .metize ul.project-info li:nth-child(2) {
        border: none;
    }

    .metize .item-grid-colum {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }

    .metize .item-grid-container {
        grid-row-gap: 30px;
    }



    /* Fun Fact */
    .metize .fun-facts-area .item {
        margin-top: 36px;
    }

    .metize .fun-facts-area .item-inner {
        margin-top: -60px;
    }


    /* Contact */
    .metize .contact-address {
        margin-bottom: 80px;
    }

    .metize .contact-page .contact-address {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .metize .contact-page .contact-style-one-info {
        margin-top: 50px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    /* Banner */

    .metize .banner-software h2 {
        font-size: 36px;
    }

    .metize .banner-software p {
        padding: 0;
    }

    .metize .banner-software .content-box {
        padding-top: 60px;
    }

    .metize .banner-software .content-box .thumb-inner {
        padding: 0;
    }

    .metize .banner-software .content-box .thumb-inner img:nth-child(2),
    .metize .banner-software .content-box .thumb-inner img:nth-child(3) {
        display: none;
    }

    .metize .banner-seo .content-box h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .metize .banner-seo .content-box {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .metize .seo-thumb img:nth-child(2) {
        display: none;
    }

    .metize .seo-thumb {
        padding: 0;
    }

    .metize .seo-thumb img:nth-child(3) {
        display: none;
    }
    
    .custom-sec {
        margin: 20px 0 30px;
        border-radius: 8px;
        padding: 20px 0 0;
    }
    
    .custom-sec > div {
        text-align: center !important;
        margin: 0 0 15px;
        padding: 0 15px !important;
    }
     
    .custom-sec select, .custom-sec input {
        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
      
    .custom-sec button {
        border-radius: 10px !important;
        width: 90%;
        margin: 0 auto;
    }
    
    .custom-sec button i {
        margin: 0 auto;
    }
    
    .metize .data-thumb {
        margin-right: 0;
    }
    
    .metize .data-thumb h4 {
        font-size: 30px;
    }

    .metize .banner-seo .content-box p {
        padding: 0;
    }

    .metize .banner-digital-agency h2 {
        font-size: 36px;
    }

    .metize .banner-digital-agency,
    .metize .banner-digital-agency div {
        height: auto;
    }

    .metize .banner-digital-agency .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .metize .right-angle-thumb {
        display: none;
    }

    .metize .banner-digital-agency p {
        padding: 0;
    }

    .metize .business-banner h2 {
        font-size: 36px;
    }

    .metize .business-banner {
        padding-top: 70px;
        text-align: center;
    }

    .metize .business-banner .business-banner-thumb img:nth-child(2) {
        display: none;
    }

    .metize .revenew {
        display: none;
    }

    .metize .business-banner .business-banner-thumb {
        margin-top: 30px;
    }

    .metize .business-banner .info {
        margin-top: 0;
    }

    .banner-style-three-area,
    .banner-style-three-area div {
        height: auto
    }

    .banner-style-three .content {
        padding: 80px 0;
        text-align: center
    }

    .banner-style-three h2 {
        font-size: 50px;
        color: var(--white)
    }

    .banner-style-three h4 {
        color: var(--white)
    }

    .banner-style-three p {
        color: var(--white);
        opacity: .9
    }

    .banner-style-three p a, .banner-style-three .sec-history, .banner-style-three .sec-history a {
        color: var(--white);
    }

    .banner-style-three .thumb {
        margin-top: 50px;
        background: #fff3
    }

    .banner-style-three .thumb .grow-graph {
        right: 0;
        bottom: 30px;
        display: none
    }

    .banner-style-three .thumb>img {
        background: #0000004d
    }

    /* About */
    .metize .about-style-three-thumb i {
        left: 0;
        bottom: 0;
    }

    .metize .about-style-three-thumb {
        margin-bottom: 50px;
    }

    .metize .about-style-one-thumb {
        padding: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .metize .about-style-one-thumb .experience {
        display: none;
    }

    .metize .about-style-one-thumb img {
        width: 100%;
        border-radius: 10px;
    }

    .metize .about-style-two-thumb::after {
        display: none;
    }

    .metize .about-style-two-thumb {
        position: relative;
        height: 350px;
        width: 100%;
    }

    .metize .about-two-item {
        padding: 50px 30px;
    }

    .metize .author-info {
        display: block;
    }

    .metize .author-info .info {
        border: none;
        padding: 0;
    }

    .metize .author-info>img {
        display: none;
        margin: 0;
    }

    .metize .author-info .thumb img {
        margin-bottom: 20px;
        display: none;
    }


    /* Feature */
    .metize .feature-style-one-area {
        text-align: center;
        padding-bottom: 10px;
    }

    .metize .feature-alert .fun-fact .counter {
        justify-content: center;
        margin-bottom: 10px;
    }

    .metize .feature-alert {
        margin-bottom: 30px;
    }

    .metize .feature-style-one-area .shape {
        display: none;
    }

    /* Feature Two */
    .metize .feature-two-box .col-lg-4::after {
        display: none;
    }

    .metize .feature-style-two .icon::after {
        display: none;
    }

    .metize .feature-style-two {
        padding: 50px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }

    .metize .feature-two-box .col-lg-4:nth-child(3) {
        margin: 0;
    }

    .metize .feature-two-box .col-lg-4:nth-child(2) {
        margin: 0;
    }

    .metize .feature-two-box .col-lg-4 {
        padding: 0 15px;
    }

    .metize .feature-two-box .col-lg-4 .feature-style-two {
        margin-top: 30px;
    }

    .metize .feature-two-box .col-lg-4:first-child .feature-style-two {
        margin-top: 0;
    }

    .metize .feature-style-two span {
        left: auto;
        right: 30px;
        display: none;
    }

    /* Feature */
    .metize ul.feature-fun-fact {
        text-align: center;
    }

    .metize .feature-fun-fact .fun-fact .counter {
        justify-content: center;
        font-size: 60px;
    }

    .metize ul.feature-fun-fact li {
        margin-top: 30px;
    }

    .metize .feature-style-three {
        text-align: center;
    }

    .metize .feature-style-three .icon {
        text-align: center;
    }

    .metize .feature-style-four {
        text-align: center;
        margin-bottom: 50px;
    }

    .metize .feature-four-items {
        padding-bottom: 30px;
    }

    .metize .feature-style-four img {
        margin-bottom: 30px;
    }

    .metize .feature-style-five-area {
        background-image: none !important;
    }

    .metize .feature-style-five-items .item {
        border: none;
        margin-bottom: 40px;
    }

    .metize .feature-style-five {
        text-align: center;
        display: block;
    }

    .metize .feature-style-five .icon {
        justify-content: center;
        align-items: center;
        margin: auto auto 30px;
    }

    /* Brand */
    .metize .bg-text {
        font-size: 42px;
        line-height: 1.2;
    }

    .metize .brand-two-items {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .metize .brand-two-items .item {
        border-radius: 30px;
        margin: 0 !important;
    }


    /* Services */
    .metize .service-tags {
        float: none;
        text-align: left;
        display: none;
    }

    .metize .service-tags ul {
        float: left;
        max-width: 100%;
        margin-top: 30px;
    }

    .metize .nav-tabs.service-one-nav .nav-link i {
        display: none;
    }

    .metize .nav-tabs.service-one-nav {
        margin-bottom: 30px;
    }

    /* Service */

    .metize .services-style-two-area {
        padding-bottom: 40px;
    }

    .metize .services-two-heading h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .metize .services-two-heading {
        position: relative;
        top: 0;
    }

    .metize .services-style-two-items .services-two-item {
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .metize .services-style-two-items {
        border: none;
    }

    .metize .services-carousel.swiper .swiper-wrapper {
        padding: 0;
    }

    .metize .services-carousel.swiper {
        margin: 0;
    }

    .metize .service-three-item .top {
        display: block;
    }

    .metize .service-three-item img {
        margin: 0;
        margin-bottom: 30px;
    }


    /* Choose Us */
    .metize .choose-us-one-thumb {
        margin-bottom: 50px;
    }

    /* Team Single */
    .metize .team-single-area .team-content-top .right-info {
        padding: 0 15px;
        margin: 0;
    }

    .metize .team-single-area .team-content-top img {
        margin-bottom: 40px;
    }

    .metize .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
        padding-bottom: 60px;
    }

    .metize .team-single-area .bottom-info .skill-items {
        padding-left: 0;
        margin-top: 50px;
    }

    .metize .team-single-list {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

    /* Overview */
    .metize .overview-item {
        padding: 0;
    }

    .metize .overview-content {
        position: inherit;
        max-width: 100%;
        margin: 15px;
        margin-top: 28px;
    }

    .metize .overview-area::after {
        height: 320px;
        width: 320px;
    }

    .metize .overview-content h2 {
        font-size: 30px;
    }

    .metize .overview-carousel .overview-pagination {
        bottom: 0;
        top: auto;
        width: 100%;
    }

    .metize .overview-carousel {
        padding-bottom: 50px;
    }

    .metize .overview-carousel .overview-pagination .swiper-pagination {
        text-align: center;
        left: auto;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .metize .overview-carousel .overview-pagination span.swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
    }

    /* Soft Installation */
    .metize .soft-illustration img {
        max-width: 100%;
        margin-top: 50px;
    }


    /* Fun Fact */

    .metize .fun-facts-area .shape {
        top: 50%;
        transform: translateY(-50%);
    }

    .metize .fun-facts-area .item {
        margin-top: 36px;
    }

    .metize .fun-facts-area .item:first-child {
        margin-top: 0;
    }

    .metize .fun-facts-area .fun-fact {
        text-align: center;
        position: relative;
        z-index: 1;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        padding: 30px;
    }

    /* Testimonial */
    .metize .testimonial-style-one-item .review {
        position: inherit;
    }

    .metize .testimonial-style-two-carousel .item {
        display: block;
    }

    .metize .testimonial-style-two-carousel .item .info {
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    .metize .testimonial-style-two-carousel .item .info svg {
        display: none;
    }

    .metize .testimonial-style-two-carousel .item .provider img {
        max-width: 280px;
        margin: auto;
    }

    .metize .testimonial-style-two-carousel {
        text-align: center;
    }

    .metize .testimonial-style-two-carousel .item .reason {
        display: block;
    }

    .metize .testimonial-style-two-carousel .item .reason h5 {
        margin: 0;
        margin-bottom: 15px;
    }

    .metize .testimonial-style-two-carousel .item .content {
        justify-content: center;
        text-align: left;
        border-top: 1px solid #dddddd;
        padding-top: 30px;
    }

    /* Gallery */
    .metize .mix-item-menu {
        top: 0;
        text-align: left !important;
        float: none;
        margin-bottom: 30px;
        padding: 0;
    }

    .metize .mix-item-menu button::before {
        display: none;
    }

    .metize .mix-item-menu button {
        margin: 0;
        border: 1px solid;
        padding: 5px 25px;
        margin-right: 10px;
        margin-top: 12px;
    }

    .metize .gallery-items.colums-2 .gallery-item,
    .metize .gallery-items.colums-3 .gallery-item,
    .metize .gallery-items.colums-4 .gallery-item {
        width: 100% !important;
    }

    .metize ul.project-info {
        top: 0;
        margin: 50px 0;
        box-shadow: inherit !important;
        border: none;
        display: grid;
        grid-template-columns: 1fr;
        background: var(--bg-gray);
        grid-row-gap: 20px;
        text-align: left;
        padding: 50px;
    }

    .metize ul.project-info li {
        padding: 0;
        border: none;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 20px;
    }

    .metize .item-grid-colum {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }

    .metize .item-grid-container {
        grid-row-gap: 30px;
    }

    .metize ul.project-info li:last-child {
        border: none;
        padding-bottom: 0;
    }



    /* Contact */

    .metize .contact-address {
        display: block;
    }

    .metize .contact-address>li {
        animation: none !important;
        margin-top: 20px;
        border-top: 1px solid #e7e7e7;
        padding-top: 20px;
        visibility: visible !important;
    }

    .metize .contact-style-one-info .title {
        margin-bottom: 10px;
    }
    
    .metize .contact-style-one-info .data-item .title .arrow {
        right: 20px;
    }

    .metize .contact-address>li:first-child {
        margin-top: 0;
        padding-top: 0;
        border: mediumpurple;
    }

    .metize .contact-form-style-one {
        padding: 60px;
        margin-top: 50px;
    }

    .metize .contact-page .contact-form-style-one {
        margin-top: 0;
    }

    .metize .contact-page .contact-style-one-info {
        margin-top: 50px;
    }

    /* Blog */
    .metize .blog-area h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Custom Layout */
@media only screen and (max-width: 480px) {

    /* Brand */
    .metize .brand-carousel .swiper-slide img {
        height: auto;
    }

    /* Services */
    .metize .tab-content.service-one-items {
        padding: 37px;
    }

    .metize .tab-content.service-one-items h5 {
        font-size: 18px;
    }

    .metize .services-style-two-items .services-two-item {
        padding: 50px 30px;
    }

    .metize .service-three-item {
        padding: 50px;
    }

    /* Feature */
    .metize .feature-four-items {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Team */
    .metize .team-single-area .right-info .social .share-link {
        display: none;
    }
}


/* ============================================================== 
     # Preloader 
=================================================================== */

.metize .metize-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.metize .metize-preloader .animation-preloader {
    z-index: 1000;
    position: relative;
}

.metize .metize-preloader .animation-preloader::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/logo-icon.png);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.metize .bg-dark .metize-preloader .animation-preloader::after {
    background: url(../img/logo-icon-light.png);
    background-repeat: no-repeat;
    background-position: center;
}


.metize .metize-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.75);
    height: 110px;
    margin: auto;
    width: 110px;
}

.metize .bg-dark .metize-preloader .animation-preloader .spinner {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: rgba(255, 255, 255, 1);
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.metize .metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.metize .metize-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.metize .metize-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.metize .metize-preloader .loader .row {
    height: 100%;
}

.metize .metize-preloader .loader .loader-section {
    padding: 0px;
}

.metize .metize-preloader .loader .loader-section .bg {
    background-color: var(--white);
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.metize .bg-dark .metize-preloader .loader .loader-section .bg {
    background-color: var(--dark);
}

.metize .metize-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.metize .metize-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.metize .metize-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@media screen and (max-width: 767px) {
    .metize .metize-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .metize .metize-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
}