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

Template Name: Ventix - Personal Portfolio Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Kanit
Main Color   : #2667FF

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

[Typography]

Body copy:    15px 'Kanit', sans-serif
Header:     36px 'Kanit', sans-serif
Input, textarea:  16px 'Kanit', sans-serif
Sidebar heading:  22px 'Kanit', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    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 Left
        - Nav Sidebar
        - Navbar Mobile
    04. Banner
        - Banner Grid
        - Banner with typed text
    05. Services
        - Serices Grid
        - Serices Slider
        - Services Single (Popup)
	06. Projects / Portfolio / Gallery
        - Grid Colum
        - Project Single (Popup)
    07. About Us
    08. CV / Resume / Personal Information
        - Bingraphy
        - Skills
        - Education
	09. Pricing Table
        - Pricing With Tab
        - Pricing Item (Grid)
    10. Companies/Clients/Partner
    11. Available For Freelancer
    12. Blog
        - Blog Grid
        - Blog Single
    13. Error 404
    14. Footer
    15. PHP Contact Form
    16. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800&display=swap');

/* Varialbes */

:root {
    --font-default: 'Kanit', sans-serif;
    --font-heading: 'Kanit', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #1a2221;
    --dark-secondary: #262525;
    --white: #ffffff;
    --color-primary: #0047ba;
    --color-secondary: #07fab5;
    --color-heading: #202942;
    --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: #f7f7f7;
    --bg-gradient: linear-gradient(90deg, var(--color-primary) 20%, var(--color-secondary) 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,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

.main-wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1;
}

.secondary a:hover {
    color: var(--color-optional);
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

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

b {
    font-weight: 500;
}

strong {
    font-weight: 500;
}

.row {
    --bs-gutter-x: 30px;
}


/* ============================================================== 
    # 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);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: var(--white);
}

.bg-dark,
.bg-dark p {
    color: #cccccc;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a,
.btn,
button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 500;
}

p {
    color: var(--color-paragraph);
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 95%;
        width: 95%;
    }
    .box-layout {
        width: 94%;
        margin: auto;
        border-radius: 30px;
    }
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .container-fill {
        padding: 0 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        --bs-gutter-x: 1.5rem;
    }
}

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

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fit {
    background-size: 100% 100% !important;
    background-position: center !important;
}

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

.bg-gray-secondary {
    background: var(--bg-gray-secondary);
}

.bg-light {
    background-color: var(--white) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark-secondary {
    background-color: var(--dark-secondary) !important;
}

.bg-theme {
    background-color: var(--color-primary);
}

.bg-gradient {
    background-color: var(--color-primary);
    background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
    background-color: var(--color-optional);
    background: var(--bg-gradient) !important;
}

.text-light {
    color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
    color: var(--white);
}

.shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.shadow.dark {
    position: relative;
    z-index: 1;
}

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

.shadow.dark-hard {
    position: relative;
    z-index: 1;
}

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

.shadow.theme {
    position: relative;
    z-index: 1;
}

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

.shadow.light {
    position: relative;
    z-index: 1;
}

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

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .default-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.default-padding-big {
    padding: 250px 0;
}

@media only screen and (max-width: 767px) {
    .default-padding-big {
        padding: 80px 0;
    }
}

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

@media only screen and (max-width: 767px) {
    .default-padding-top {
        padding-top: 80px;
    }
}

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

@media only screen and (max-width: 767px) {
    .default-padding-bottom {
        padding-bottom: 80px;
    }
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .default-padding.bottom-less {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .default-padding-bottom.bottom-less {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.border-top {
    border-top: 1px solid #e7e7e7;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.heading {
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}

.heading span {
    font-weight: 400;
}

.site-heading {
    margin-bottom: 10px;
}

.site-heading strong {
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

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

.title {
    font-weight: 500;
    font-size: 60px;
    margin-top: -15px;
    line-height: 1.1;
}

.site-heading .title {
    margin-bottom: 0;
}

.bg-dark .site-heading .title {
    color: var(--white);
}

.sub-title {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
    color: var(--white);
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background: transparent;
}

.site-heading p {
    margin-bottom: 0;
    margin-top: 25px;
    padding: 0 10%;
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    position: relative;
    z-index: 1;
    left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
    background: var(--white);
}

@media (max-width: 767px) {
    .site-heading p {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-heading {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.heading-left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.heading-left .heading {
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-left .heading {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .heading-left .heading {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.2;
    }
}

.heading-left p {
    margin-bottom: 0;
}

.heading-left .btn {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .heading-left {
        margin-bottom: 30px;
    }
}

.bg-dark .heading-left p {
    opacity: 0.8;
}

.sub-heading {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.shadow .sub-heading {
    -webkit-text-fill-color: var(--white);
    font-weight: 500;
}

.bg-gradient .sub-heading {
    color: var(--white);
    background: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
    -webkit-text-fill-color: inherit;
    color: var(--white);
}


/* Hide scrollbar for Chrome, Safari and Opera */

.section-item::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.section-item {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    ;
}


/* ============================================================== 
    # Video Play Button 
=================================================================== */

.video-play-button i {
    display: inline-block;
    background: var(--color-primary);
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    position: relative;
}

.video-play-button i {
    font-weight: 100;
    font-size: 35px;
    position: relative;
    left: 3px;
    top: 2px;
}

.video-play-button .effect {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #07071e;
    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;
}

.video-play-button .effect::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-play-button .effect::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #07071e;
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.video-play-button.with-text {
    width: auto;
    background: transparent;
}

.video-play-button.with-text span {
    position: relative;
    z-index: 1;
}

.video-play-button.with-text span i {
    margin-left: 25px;
    margin-right: 30px;
    color: var(--white);
    left: -1px;
}

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

.video-play-button.with-text .effect::before {
    display: none;
}

.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 */

.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 */

.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 */

.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 */

.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 */

.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 */

.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 */

.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 */

.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
=================================================================== */

.btn {
    display: inline-block;
    font-weight: 500;
    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;
}

.btn:focus,
.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;
}

.btn:hover {
    background-color: var(--color-primary);
    color: var(--white);
}

.btn.radius {
    border-radius: 6px;
}

.btn.btn-border {
    border: 2px solid #dddddd;
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}

.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);
}

.btn.btn-border:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-border:hover {
    border-color: var(--dark);
}

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

.btn.btn-border.animation:hover {
    border-color: #e7e7e7;
    color: var(--dark);
}

.btn.btn-border.animation:hover::after {
    width: 100%;
}

.btn.btn-border-dark {
    border: 2px solid var(--dark);
    background: transparent;
}

.btn.btn-border-dark:hover {
    background: var(--dark);
    border-color: var(--dark);
}

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

.btn.btn-border-dark.animation:hover {
    border-color: var(--dark);
    color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
    width: 100%;
}

.btn.btn-border-theme {
    border: 2px solid var(--color-primary);
    background: transparent;
}

.btn.btn-border-theme:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

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

.btn.btn-border-theme.animation:hover {
    border-color: var(--color-primary);
    color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
    width: 100%;
}

.btn.btn-border-light {
    border: 2px solid var(--white);
    background: transparent;
    color: var(--white);
}

.btn.btn-border-light:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--dark);
}

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

.btn.btn-border-light.animation:hover {
    border-color: var(--white);
    color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
    width: 100%;
}

.btn.btn-border.light {
    color: var(--white);
}

.btn.btn-border.light::after {
    background: var(--color-primary);
}

.btn.btn-border.light:hover {
    border-color: var(--color-primary);
    color: var(--color-heading);
}

.btn.btn-gradient {
    border: none;
    color: var(--white);
}

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

.btn.btn-gradient:hover::after {
    background-position: -70% 0;
}

.btn.btn-gradient.active {
    background-position: -70% 0;
}

.btn.btn-theme {
    color: var(--black);
    border: none;
    background: var(--color-primary);
}

.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);
}

.bg-dark .btn.btn-theme::after {
    background-color: var(--white);
}

.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);
}

.btn.btn-theme:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

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

.bg-dark .btn.btn-theme:hover {
    color: var(--color-heading);
}

.banner-style-four .btn.btn-theme:hover {
    color: var(--color-heading) !important;
}

button {
    display: inline-block;
    font-weight: 500;
    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(--black);
    border: none;
    background: var(--color-primary);
}

button:hover {
    color: var(--white);
}

.bg-dark button:hover {
    color: var(--black);
}

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

.bg-dark button::after {
    background-color: var(--white);
}

button:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

button i {
    margin-right: 4px;
}

.btn.btn-theme.secondary {
    color: var(--white);
    border: none;
    background: var(--color-optional);
}

.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);
}

.text-light .btn.btn-theme.secondary::after {
    background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
    color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

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

.btn.btn-theme.hover-light:hover {
    color: var(--dark);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
    color: var(--color-heading);
    border: none;
    background: var(--white);
    border: 2px solid transparent;
}

.btn.btn-light.btn-md {
    padding: 13px 52px;
}

.btn.btn-light:hover {
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
}

.btn.btn-dark {
    color: var(--white);
    background: var(--dark);
    border: none;
}

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

.shadow .btn.btn-dark::after {
    background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
    color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
    width: 100%;
}

.btn.btn-dark.secondary {
    color: var(--white);
    border: none;
    background: var(--dark);
}

.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);
}

.btn.btn-dark.secondary:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.text-slide {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
}

.btn.text-slide span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.btn.animate-border {
    overflow: inherit;
    z-index: inherit;
    width: 200px;
    height: 55px;
    line-height: 55px;
    padding: 0;
}

.btn.animate-border:hover {
    background: transparent;
    color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.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;
}

.btn.animate-border:hover .hover-border-bottom::after,
.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;
}

.btn.animate-border .hover-border {
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
}

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

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

.btn.animate-border .hover-border-bottom {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

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

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

.btn.animated-arrow {
    border: none;
    background: transparent;
    min-width: 14rem;
    height: auto;
    padding: 0;
}

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

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

.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);
}

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

.btn.animated-arrow:hover {
    color: var(--white);
}

.btn.animated-arrow:hover .circle {
    width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
    background: var(--white);
    -webkit-transform: translate(1.5rem, 0);
    transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
    color: var(--white);
}

.btn.circle {
    border-radius: 30px !important;
}

.btn-simple {
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-paragraph);
}

.btn-simple i {
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 2px;
}

.btn-simple:hover {
    color: var(--color-primary);
}

.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);
}

.text-light .video-btn i {
    background: var(--white);
    color: var(--color-primary);
}

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

.text-light .video-btn i::after {
    background: var(--white) repeat scroll 0 0;
}

.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: 500;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 12px 48px;
}

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

.btn-icon {
    position: relative;
    padding-left: 20px;
}

.btn-icon:hover {
    color: var(--color-primary);
}

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

.btn-icon:hover::after {
    background: var(--color-primary);
}

.btn-icon i {
    font-weight: 500;
}

.btn-icon:hover {
    padding-left: 40px;
}

.animate-inout span {
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 20px;
}

.animate-inout::before,
.animate-inout::after {
    width: 0%;
    height: 0%;
    position: absolute;
    content: "";
    border-radius: 100%;
}

.animate-inout:after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.animate-inout:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
    background: transparent;
    color: var(--dark);
}

.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%);
}

.animate-inout.animate-inout-borde:hover {
    color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.animate-inout:hover {
    color: var(--dark);
}

.animate-inout:hover::before,
.animate-inout:hover::after {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.animate-inout:hover::before {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.btn-md {
    padding: 16px 52px;
    font-size: 17px;
}

.btn-md.btn-border {
    padding: 14px 52px;
}

.btn-sm {
    padding: 16px 45px;
    font-size: 14px;
}

.btn-sm.btn-border,
.btn-sm.btn-light {
    padding: 14px 45px;
}

.mfp-close-btn-in .mfp-close::after {
    display: none;
}


/* Btn Animation */

.btn-animation {
    z-index: 1;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.btn-animation i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--white);
    color: var(--color-heading);
    border-radius: 50%;
    font-weight: 400;
    margin-right: 10px;
    transition: all 0.35s ease-in-out;
    transform: scale(0);
}

.btn-animation:hover {
    margin-left: 0;
}

.btn-animation:hover i {
    transform: scale(1);
}

.btn-animation::after {
    position: absolute;
    left: -13px;
    top: 0;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    transform: scale(1);
    z-index: -1;
}

.btn-animation:hover::after {
    transform: scale(0);
}

.btn-animation span {
    transition: all 0.35s ease-in-out;
    left: -50px;
    position: relative;
}

.btn-animation:hover span {
    left: 0;
}

.btn-animation.dark::after {
    border-color: #c5c5c5;
    z-index: -1;
}

.btn-animation.dark i {
    background: var(--color-primary);
    color: var(--white);
}

.btn-animation.dark:hover {
    color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
    .row {
        --bs-gutter-x: 1.5rem;
    }
}

.btn-standard {
    display: inline-block;
    background: var(--color-primary);
    font-weight: 500;
    padding: 10px 40px;
    font-size: 20px;
    position: relative;
}

.btn-standard:hover {
    color: var(--color-heading);
    margin-left: 7px;
}

.btn-standard::after {
    position: absolute;
    right: -7px;
    bottom: -7px;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--dark);
    transition: all 0.25s ease-in-out;
    z-index: -1;
}

.bg-dark .btn-standard::after {
    border: 1px solid var(--white);
}

.btn-standard:hover::after {
    right: 7px;
    bottom: 7px;
}


/* ============================================================== 
    # Animated Side Navbar
=================================================================== */

@media (min-width: 1024px) {
    .main-wrapper {
        margin-left: 115px;
    }
}

.nav-wrapper {
    position: fixed;
    height: 100vh;
    z-index: 1;
}

.side-navbar {
    box-sizing: border-box;
    position: fixed;
    width: 115px;
    height: 100vh;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.bg-dark .side-navbar {
    background: #283d3b;
}

.side-nav-menu img {
    height: 60px;
}

.nav-toggle {
    cursor: pointer;
    transform: rotate(-90deg);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.nav-toggle img {
    height: 24px;
    filter: brightness(10%);
}

.bg-dark .nav-toggle img {
    filter: inherit;
}

.side-nav-menu a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: var(--color-primary);
    padding: 25px 5px;
}

.nav-side {
    position: fixed;
    width: 0%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    left: 115px;
    background: var(--white);
    z-index: 999;
    border-left: 1px solid #e7e7e7;
    box-shadow: 3px 0 5px -2px rgb(0 0 0 / 0.5);
}

.bg-dark .nav-side {
    background: #252e2d;
    border: none;
}

.nav-items {
    margin: 60px;
    height: 90%;
    padding-right: 50px;
    overflow-x: hidden;
}

.nav-items::-webkit-scrollbar-track {
    background-color: #cccccc;
}

.nav-items::-webkit-scrollbar {
    width: 1px;
    background-color: #e7e7e7;
}

.nav-items::-webkit-scrollbar-thumb {
    background-color: var(--dark);
}

.bg-dark .nav-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.bg-dark .nav-items::-webkit-scrollbar {
    width: 1px;
}

.bg-dark .nav-items::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
}

.nav-item {
    position: relative;
    z-index: 1;
    margin: 30px 0;
    min-width: 330px;
}

.nav-item a {
    position: relative;
    top: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.nav-item a:hover {
    color: var(--color-heading);
}

.bg-dark .nav-item a {
    color: var(--white);
}

.bg-dark .nav-item a:hover {
    color: var(--white);
}

.nav-item a.dropdown-toggle {
    position: absolute;
    right: 0;
    top: 70px;
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: 400;
}

.bg-dark .nav-item a.dropdown-toggle {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-item-wrapper:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 110%;
    height: 100%;
    background: var(--white);
    margin: 0 auto;
    transition: 0.6s;
}

.bg-dark .nav-item-wrapper:after {
    background: #252e2d;
}

.nav-item:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 0%;
    height: 2.8px;
    background: var(--color-primary);
    transition: 0.3s;
    z-index: -1;
}

.nav-item.dropdown:before {
    display: none;
}

.nav-item:hover:before {
    width: 100%;
}

.nav-item:hover .nav-item-wrapper:after {
    background: red;
    top: 0;
    transition: inherit;
    display: none;
    z-index: -1;
}

.nav-side .nav-toggle {
    position: absolute;
    right: 50px;
    top: 60px;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: var(--color-primary);
    border-radius: 50%;
    line-height: 52px;
    font-size: 25px;
    font-weight: 100;
    transform: inherit;
}

.bg-dark .nav-side .nav-toggle {
    background: rgba(255, 255, 255, 0.1);
}

.nav-side .nav-toggle i {
    font-weight: 400;
}

.simple-menu .dropdown .dropdown-menu {
    display: none;
    z-index: 999;
    color: var(--white);
    margin: 15px 0;
    background: transparent;
    position: inherit;
    box-shadow: none;
    padding: 0;
    margin-top: 25px;
    margin-left: 20px;
    border: none;
}

.simple-menu .dropdown .dropdown-menu a {
    top: 0;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 400;
    display: inline-block;
}

.bg-dark .simple-menu .dropdown .dropdown-menu a {
    font-weight: 300;
}

@media (max-width: 990px) {
    .side-navbar {
        width: 16%;
    }
    .side-nav {
        left: 16%;
    }
    .nav-item a {
        font-size: 40px;
        letter-spacing: 0;
    }
    .nav-item:after {
        display: none;
    }
}

.author-social {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 1;
    transform: translateX(-50%);
}

.author-social label i {
    transform: rotate(45deg);
    font-weight: 500;
}

.share-button i {
    transition: .3s ease;
}

.share-toggle:checked~.share-button i {
    transform: rotate(-180deg) !important;
}

.share-toggle:checked~.share-icon:nth-child(3) {
    transform: translateY(-70px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(4) {
    transform: translateY(-125px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(5) {
    transform: translateY(-180px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(6) {
    transform: translateY(-235px) rotate(0);
}

.share-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: var(--dark);
    background-color: var(--color-primary);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #ffffff;
    cursor: pointer;
    transition: .3s ease;
    transform: rotate(45deg);
}

.share-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: .3s ease-in-out;
    background: var(--dark);
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.share-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: .3s ease-in-out;
    background: var(--dark);
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.author-social::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 65px;
    width: 65px;
    background: #92f4c5;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    margin-top: -4%;
    z-index: -1;
}

.bg-dark .author-social::after {
    background: var(--white);
}

@media (max-width: 1023px) {
    .side-navbar-items {
        display: none;
    }
}

@media (min-width: 1024px) {
    nav.mobile-nav-only {
        display: none !important;
    }
}


/* ============================================================== 
    # Nice Select Styles
=================================================================== */

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

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999999;
}

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

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

.nice-select.open ::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999999;
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: #96aac1;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.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%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

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

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

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/* ============================================================== 
    # Topbar Styles
=================================================================== */

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

.item-flex li {
    margin-left: 30px;
}

.item-flex li:first-child {
    margin: 0;
    border: none;
    padding: 0;
}

.item-flex li i {
    margin-right: 10px;
    font-weight: 100;
    font-size: 24px;
    color: var(--color-primary);
}

.top-bar-area li {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 30px;
    padding-left: 30px;
}

.top-bar-area .social li {
    display: inline-block;
    margin-right: 30px;
}

.top-bar-area .social li:first-child {
    margin-right: 0;
}

.top-bar-area .text-end .social li {
    margin-right: 0;
    margin-left: 30px;
}

.top-bar-area .text-end .social li:first-child {
    margin-left: 0;
}

.top-bar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.top-bar-area.top-bar-style-one.bg-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-bar-style-two {
    padding: 20px 0;
}

.top-bar-style-two .text-end .social li {
    margin-left: 8px;
}

.top-bar-style-two .social li a {
    display: inline-block;
    background: var(--dark);
    color: var(--white);
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.top-bar-style-two .item-flex li i {
    font-weight: 500;
    color: var(--color-paragraph);
}

.call-entry {
    display: flex;
    justify-content: right;
    text-align: left;
}

.call-entry p {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 14px;
}

.call-entry p strong {
    font-weight: 500;
    color: var(--blue);
}

.call-entry h5 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.call-entry h5 a {
    padding: 0 !important;
    display: inline-block;
    text-transform: lowercase;
}

.call-entry i {
    display: inline-block;
    font-size: 40px;
    margin-right: 15px;
    position: relative;
    color: var(--white);
}

.top-bar-style-two .item-flex li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
}

.top-bar-style-two .item-flex li a {
    font-weight: 500;
    color: var(--white);
}

.top-bar-style-two .item-flex li a:hover {
    color: var(--white);
}

.top-bar-style-two .item-flex li {
    line-height: 1.7;
}

.top-bar-style-two .item-flex li i {
    display: inline-block;
    font-size: 40px;
    color: var(--white);
    margin-right: 15px;
    font-weight: 100;
}


/* ============================================================== 
    # Banner Styles
=================================================================== */

.banner-area {
    height: 100%;
    width: 100%;
    position: relative;
}

@media (max-width: 1023px) {
    .banner-area {
        height: auto;
    }
}

.banner-area div {
    height: 100%;
}

.banner-area div.swiper-slide .row div {
    height: auto;
}

.banner-area.top-pad-80 .content {
    padding-top: 80px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-80 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-80 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-90 .content {
    padding-top: 90px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-90 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-90 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-100 .content {
    padding-top: 100px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-100 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-100 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-110 .content {
    padding-top: 110px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-110 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-110 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-120 .content {
    padding-top: 120px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-120 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-120 .content {
        padding-top: 140px;
    }
}

.banner-area.top-pad-130 .content {
    padding-top: 130px;
}

@media (max-width: 1023px) {
    .banner-area.top-pad-130 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-130 .content {
        padding-top: 140px;
    }
}

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

@media (max-width: 1023px) {
    .banner-area.top-pad-150 .content {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.top-pad-150 .content {
        padding-top: 140px;
    }
}

.banner-area.auto-height {
    height: auto;
}

.banner-area.auto-height div {
    height: auto;
}

.banner-area.auto-height .content {
    padding: 200px 0;
}

@media only screen and (max-width: 767px) {
    .banner-area.auto-height .content {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.auto-height .content {
        padding: 120px 0;
    }
}

.banner-area.auto-height .content .thumb {
    padding-left: 35px;
}

@media (max-width: 991px) {
    .banner-area.auto-height .content .thumb {
        padding-left: 0;
        margin-top: 50px;
    }
}

.banner-area.auto-height.inc-header-transparent .content {
    padding-top: 250px;
}

@media only screen and (max-width: 767px) {
    .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.auto-height.inc-header-transparent .content {
        padding-top: 220px;
    }
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
    padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 250px;
}

@media only screen and (max-width: 767px) {
    .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) {
    .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
        margin-top: 50px;
    }
}

.banner-area .content {
    position: relative;
    z-index: 9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1023px) {
    .banner-area .content {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area .content {
        padding: 60px 0;
    }
}

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

.banner-area h2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.banner-area p,
.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) {
    .banner-area p {
        padding-right: 0;
    }
}

.banner-area.text-center p {
    padding-left: 13%;
    padding-right: 13%;
}

@media (max-width: 1023px) {
    .banner-area.text-center p {
        padding: 0;
    }
}

.banner-area .thumb {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

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

.banner-area .banner-slide h4 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide h2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide .button {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

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

.banner-area.double-items.bottom-thumb .content {
    padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 120px;
}

@media only screen and (max-width: 767px) {
    .banner-area.double-items.bottom-thumb .content {
        padding: 50px 0;
    }
    .banner-area.double-items.bottom-thumb .content .thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.double-items.bottom-thumb .content {
        padding: 120px 0;
    }
    .banner-area.double-items.bottom-thumb .content .thumb {
        margin-top: 50px;
    }
}

.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%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner-area .swiper-notification {
    display: none;
}

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

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

.banner-area .swiper-slide.swiper-slide-active p,
.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;
}

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

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.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);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
    opacity: 1;
}

.banner-area:hover .swiper-button-prev {
    left: 30px;
    right: auto;
}

.banner-area:hover .swiper-button-next {
    right: 30px;
    left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
    font-size: 28px;
    color: var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev,
.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);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
    font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.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;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
    right: 92px;
}

.banner-area.navigation-between-bottom .content {
    padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
    .banner-area.navigation-between-bottom .content {
        padding-bottom: 220px;
    }
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.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;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
    left: 30px;
    right: auto;
}

@media only screen and (max-width: 830px) {
    .banner-area .swiper-button-prev,
    .banner-area .swiper-button-next {
        display: none;
    }
}

.banner-area.navigation-custom .swiper-button-prev::after {
    font-family: 'ElegantIcons';
    content: "\23";
    font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.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) {
    .banner-area.navigation-text .swiper-button-prev,
    .banner-area.navigation-text .swiper-button-next {
        display: none;
    }
}

.banner-area.navigation-text .swiper-button-prev {
    right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
    font-family: var(--font-heading);
    content: "Prev";
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
    font-family: var(--font-heading);
    content: "Next";
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
    font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
    min-width: 65px;
    height: 30px;
    margin: 0;
}

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

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

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

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

.banner-area.navigation-right-botom .swiper-button-prev,
.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;
}

.banner-area.navigation-right-botom .swiper-button-prev {
    right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
    bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
    right: 100px;
}

.banner-area .swiper-pagination {
    height: auto;
    bottom: 35px;
}

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

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
    height: 7px;
}

@media only screen and (max-width: 767px) {
    .banner-area.include-pagination .content {
        padding-bottom: 100px;
    }
}

.banner-area .swiper-pagination-fraction span {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
    font-size: 30px;
    font-family: var(--font-heading);
    font-weight: 500;
}


/* ============================================================== 
    # Banner Custom Style
=================================================================== */

.banner-style-one-area {
    overflow: hidden;
    height: 100%;
    max-height: 100vh;
}

.banner-style-one-area .thumb {
    padding: 40px;
    border-radius: 10px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.banner-style-one-area .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%) rotate(-122deg);
    background: url(../img/shape/10.png);
    height: 100%;
    width: 95%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    margin: 0;
    margin-top: 21%;
}

.bg-dark .banner-style-one-area .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%) rotate(11deg);
    background: url(../img/shape/1.png);
    height: 100%;
    width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    margin: 0;
    margin-top: 11%;
}

.banner-style-one-area .thumb::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 450px;
    width: 450px;
    background: var(--color-primary);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
    z-index: -1;
    border-radius: 10px;
}

.bg-dark .banner-style-one-area .thumb::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 450px;
    width: 450px;
    background-color: var(--white);
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
    background-image: none;
}

.bg-dark .banner-style-one-area .thumb::before {
    background: var(--color-primary);
    opacity: 0.1;
}

.profile-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-column-gap: 30px;
}

.profile-grid ul li {
    height: 100%;
}

.profile-grid ul a {
    height: 100%;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .profile-grid ul a {
    color: var(--white);
    background-image: url(../img/shape/overlay-bg.png);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.profile-grid ul a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.6;
}

.bg-dark .profile-grid ul a::before {
    background: var(--dark);
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.5);
    opacity: 0.4;
}

.banner-style-one-area .information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.profile-grid .icon-list {
    margin-top: 15px;
}

.icon-list i {
    height: 65px;
    line-height: 65px;
    width: 70px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 30px;
}

.icon-list {
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: 40px;
}

.bg-dark .icon-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-list i:last-child {
    border: none;
}

.profile-grid ul li img {
    margin-top: 20px;
}

.profile-grid ul li strong {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1;
    color: var(--color-primary);
    font-weight: 500;
}

.profile-grid ul li .icon-list img {
    height: 44px;
    margin: 10px 5px;
}

.banner-style-one-area h2 img,
.banner-style-two-area h2 img {
    height: 65px;
    margin: 0 -10px;
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    ;
}

.banner-style-one-area h2,
.banner-style-two-area h2 {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.1;
}

.banner-style-two-area h2 {
    font-size: 100px;
    line-height: 1;
}

@keyframes wave-animation {
    0% {
        transform: rotate( 0.0deg);
    }
    10% {
        transform: rotate(14.0deg);
    }
    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8.0deg);
    }
    30% {
        transform: rotate(14.0deg);
    }
    40% {
        transform: rotate(-4.0deg);
    }
    50% {
        transform: rotate(10.0deg);
    }
    60% {
        transform: rotate( 0.0deg);
    }
    /* Reset for the last half to pause */
    100% {
        transform: rotate( 0.0deg);
    }
}

.banner-style-one-area p,
.banner-style-two-area p {
    font-size: 18px;
    font-weight: 400;
}

.banner-style-one-area div {
    height: 100%;
    min-height: 100vh;
}

.banner-style-one-area div .row div {
    height: auto;
    min-height: auto;
}

.banner-style-one-area {
    padding: 0;
}

.banner-style-one-area .content {
    margin-bottom: 60px;
}

.onepage-version .banner-style-one-area,
.onepage-version .banner-style-one-area div {
    height: auto;
    max-height: inherit;
    min-height: auto;
}

.onepage-version .banner-style-one-area {
    padding: 120px 0;
}


/* Banner Style Two */

.banner-style-two-area {
    height: 100%;
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: right bottom;
}

.banner-style-two-area .author-thumb {
    position: absolute;
    right: 10%;
    top: 50px;
    height: 100%;
    width: 35%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

ul.author-info {
    position: absolute;
    left: 0;
    top: -110px;
    display: flex;
    align-items: center;
    background: var(--dark);
    padding: 20px 0;
}

ul.author-info li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 30px;
    padding-right: 30px;
}

ul.author-info li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

ul.author-info li .fun-fact .counter {
    font-size: 36px;
    color: var(--white);
    margin: 0;
}

ul.author-info li .fun-fact .counter .operator {
    font-weight: 500;
}

ul.author-info li h4 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 5px;
}

ul.author-info li a {
    color: #cccccc;
    font-weight: 400;
}

ul.author-info li .fun-fact .medium {
    font-weight: 400;
}

.banner-style-two-area .title {
    font-size: 32px;
    font-weight: 400;
    margin-top: 25px;
    display: block;
}

.personal-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.personal-social li {
    margin: 30px 0;
    font-size: 22px;
}

.personal-social li a {
    display: inline-block;
    text-align: center;
    color: var(--color-heading);
    border-radius: 50%;
    width: 30px;
}

.bg-dark .personal-social li a {
    color: var(--white);
}

.onepage-version .banner-style-two-area {
    display: flex;
    align-items: center;
}

.onepage-version .banner-style-two-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    opacity: 0.1;
}

.bg-dark .onepage-version .banner-style-two-area::after {
    background: var(--bg-gradient);
    opacity: 0.06;
}


/* ============================================================== 
    # Fun Factor
=================================================================== */

.fun-fact .counter {
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 1.2;
    position: relative;
    margin-top: 20px;
}

.fun-fact .counter .operator {
    font-weight: 500;
}


/* ============================================================== 
     # Typed Text
=================================================================== */

.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 80%;
    background-color: var(--color-heading);
    transform: translateY(-50%);
}

.cd-headline.clip b {
    opacity: 0;
    font-weight: 400;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* ============================================================== 
    # Section Seperation
=================================================================== */

.main-content-area {
    width: 100%;
    min-height: 100vh;
    clear: both;
    float: left;
    position: relative;
}

.section-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: visibility 1s linear, opacity 0s linear;
    -moz-transition: visibility 1s linear, opacity 0s linear;
    -webkit-transition: visibility1s linear, opacity 0s linear;
    -o-transition: visibility 1s linear, opacity 0s linear;
}

.section-item>div {
    min-height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-item.animated {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.section-item.animated.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}


/* ============================================================== 
    # About
=================================================================== */

.section-item .about-style-one-area {
    position: relative;
}

.about-style-one-thumb {
    position: sticky;
    top: 120px;
    border-radius: 270px;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .about-style-one-thumb {
    padding: 30px;
}

.about-style-one-thumb img {
    border-radius: 270px;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .about-style-one-thumb img {
    box-shadow: none;
}

.bg-dark .about-style-one-thumb {
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.about-style-one-thumb img {
    border-radius: 270px;
}

.about-style-one-info .title {
    margin-bottom: 30px;
}

.bg-dark .about-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 50px;
    margin-top: 40px;
    border-radius: 10px;
    background-image: url(../img/shape/overlay-bg.png);
    background-size: cover;
    background-position: center;
    box-shadow: none;
}

.about-item {
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
    padding: 50px;
    margin-top: 40px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.about-item h3 {
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    color: var(--dark);
    padding-right: 50px;
}

.about-item h3::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.about-item:first-child {
    margin-top: 50px;
}

ul.biography-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

ul.biography-table h5 {
    margin-bottom: 5px;
}

ul.biography-table p {
    margin: 0;
}

.about-item h3 i {
    font-weight: 100;
    margin-right: 10px;
    color: var(--color-primary);
}

.curve-text svg {
    fill: var(--white);
    height: 170px;
    width: 170px;
    overflow: inherit;
    animation: spinner 20s infinite linear;
    text-shadow: 1px 1px #000000;
}

.curve-text svg {
    background: var(--dark);
    border-radius: 50%;
    padding: 35px;
    position: relative;
    z-index: 1;
    font-size: 25px;
    height: 180px;
    width: 180px;
    text-transform: uppercase;
    font-weight: 500;
}

.curve-text svg a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.curve-text {
    display: inline-block;
    position: relative;
}

.curve-text a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 9;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 40px;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.curve-text svg path {
    fill: none;
}

.curve-text svg text {
    fill: var(--white);
    letter-spacing: 4px;
}

.curve-text h4 {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 51px;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
    font-weight: 500;
    letter-spacing: 3px;
}

.about-style-one-thumb .curve-text {
    position: absolute;
    right: -70px;
    top: 15%;
}

ul.skill-items li {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

ul.skill-items li i {
    display: inline-block;
    font-size: 30px;
    color: var(--white);
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

ul.skill-items li span {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--color-heading);
}

.bg-dark ul.skill-items li span {
    color: var(--white);
}

ul.skill-items li h5 {
    margin: 0;
    color: var(--color-paragraph);
}

.bg-dark ul.skill-items li h5 {
    margin: 0;
    color: #cccccc;
}

ul.skill-items i.fa-laravel {
    background: #fb503b;
}

ul.skill-items i.fa-react {
    background: #61DBFB;
}

ul.skill-items i.fa-html5 {
    background: #e34c26;
}

ul.skill-items li:first-child {
    margin-top: 0;
}

ul.skill-items i.fa-laravel::before {
    left: 2px;
    position: relative;
}

ul.education-table li {
    /* border-left: 2px solid var(--color-primary); */
    padding-left: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

ul.education-table li:first-child {
    margin-top: 8px;
}

ul.education-table li h5 {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

ul.education-table li p {
    margin: 0;
}

ul.education-table li::after {
    position: absolute;
    left: -10px;
    top: 3px;
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: var(--white);
}

.bg-dark ul.education-table li::after {
    background: var(--dark);
}

ul.education-table {
    border-left: 1px solid var(--color-primary);
}

ul.education-table li span {
    display: block;
    color: var(--color-heading);
    margin-bottom: 10px;
}

.bg-dark ul.education-table li span {
    color: var(--white);
}


/* About Style Two */

.about-style-two-thumb {
    position: sticky;
    top: 120px;
    border: 1px solid #aae1c5;
    padding: 40px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}

.bg-dark .about-style-two-thumb {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-style-two-thumb img {
    max-width: 70%;
    border-radius: 50%;
    margin: auto auto 40px;
    background: radial-gradient(circle at 50% -10%, #93A8C73B 0%, #34374B00 100%);
    padding: 10px;
    box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.1803921568627451) inset;
}

.about-style-two-thumb h3 {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 30px;
}

.about-style-two-thumb a {
    color: var(--color-primary);
}

ul.achivement li {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #aae1c5;
    padding-top: 20px;
}

.bg-dark ul.achivement li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.achivement li i {
    display: inline-block;
    font-size: 38px;
    height: 65px;
    width: 65px;
    line-height: 67px;
    text-align: center;
    background: var(--color-primary);
    border-radius: 50%;
    margin-right: 20px;
    color: var(--white);
}

ul.achivement li h5 {
    margin-bottom: 5px;
}

ul.achivement li i.fa-wordpress {
    background: #21759b;
}

ul.achivement li i.fa-html5 {
    background: #e34c26;
}

.about-style-two-thumb .info p {
    margin-top: 7px;
}


/* ============================================================== 
    # Services
=================================================================== */

.service-style-one-item.button::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 300px;
    background: var(--color-primary);
    z-index: -1;
    opacity: 0.1;
}

.services-style-one-area {
    overflow: hidden;
}

.services-style-one-area .row {
    --bs-gutter-x: 50px;
}

.onepage-version .services-style-one-area {
    position: relative;
}

.onepage-version .services-style-one-area::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-primary), rgba(255, 255, 255, 0));
    max-width: 1320px;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .onepage-version .services-style-one-area::after {
        display: none;
    }
}

.service-style-one {
    margin-bottom: 50px;
}

.service-style-one-item {
    padding: 60px 45px;
    background: linear-gradient(108.44deg, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
    display: flex;
}

.bg-dark .service-style-one-item {
    background: linear-gradient(108.44deg, rgba(255, 255, 255, 0.1) 20.99%, rgba(255, 255, 255, 0.025) 84.05%);
    display: flex;
    box-shadow: none;
}

.service-style-one-item .thumb {
    min-width: 120px;
}

.service-style-one-item img {
    height: 80px;
    margin-bottom: 50px;
}

.service-style-one-item h4 a {
    font-size: 24px;
}

.bg-dark .service-style-one-item h4 a {
    color: var(--white);
}

.service-style-one-item p {
    margin: 0;
}

.service-style-one-item .bottom {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.bg-dark .service-style-one-item .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.service-style-one-item .bottom i {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-heading);
    font-size: 40px;
    transform: rotate(-45deg);
}

.bg-dark .service-style-one-item .bottom i {
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
}

.service-style-one-item.button {
    background: transparent;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
}

.service-style-one-item.button a {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
    font-size: 120px;
    text-decoration: underline;
    line-height: 1;
    display: inline-block;
}


/* Services Style Two */

.section-item .services-style-two-area {
    min-height: auto;
}

.service-box {
    position: relative;
    z-index: 1;
    padding: 120px 80px;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .service-box {
    box-shadow: none;
}

.bg-dark .service-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    opacity: 0.07;
}

.services-button-prev,
.services-button-next {
    height: 60px;
    width: 80px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.services-nav .nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    overflow: hidden;
    border-radius: 30px;
}

.bg-dark .services-nav .nav-items {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.services-button-prev {
    border-right: 1px solid;
}

.bg-dark .services-button-prev {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.services-button-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    transform: translate(-50%, -50%);
    margin-top: 1px;
}

.services-button-prev::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    transform: translate(-50%, -50%);
    margin-top: 1px;
}

.services-nav {
    display: flex;
    justify-content: right;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}

.services-nav .nav-items {
    position: relative;
    right: 0;
    top: -180px;
    margin-bottom: -90px;
    padding: 0;
}

@media (min-width: 576px) {
    .services-nav {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .services-nav {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .services-nav {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .services-nav {
        max-width: 1320px;
    }
}

.bg-text {
    display: inline-block;
    font-size: 550px;
    font-weight: 900;
    -webkit-text-stroke: 3px var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    line-height: 400px;
    margin: 0;
    text-transform: uppercase;
    margin-top: -30px;
}

ul.service-list li {
    position: relative;
    z-index: 1;
    padding-left: 33px;
    margin-top: 8px;
    font-weight: 400;
}

.bg-dark ul.service-list li {
    color: var(--white);
}

ul.service-list li::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 12px;
}

.bg-dark ul.service-list li::after {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.services-two-info .btn {
    margin-top: 35px;
}

.services-two-info h2 {
    font-weight: 500;
    margin-bottom: 20px;
}


/* ============================================================== 
    # Portfolio
=================================================================== */

.project-style-one-area {
    overflow: hidden;
}

.portfolio-style-one {
    margin-top: 50px;
    position: relative;
}

.bg-dark .portfolio-style-one {
    padding-right: 60px;
}

.project-style-one-area .row {
    --bs-gutter-x: 100px;
}

.project-style-one-area .project-details-items .row {
    --bs-gutter-x: 30px;
}

.content-info span {
    display: inline-block;
    background: var(--color-primary);
    color: var(--black);
    padding: 3px 20px;
    margin-bottom: 15px;
}

.pf-item-info {
    position: absolute;
    right: 50px;
    bottom: 30px;
    left: 35%;
    padding-left: 50px;
    text-align: right;
    z-index: 1;
}

.bg-dark .pf-item-info {
    right: 0;
    left: 40%;
}

.content-info a {
    color: var(--white);
}

.thumb-zoom {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumb-zoom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.pf-item-info h2 {
    margin: 0;
    border-top: 2px solid var(--color-primary);
    margin-top: 15px;
    padding-top: 17px;
}

.bg-dark .pf-item-info h2 {
    border-top: 2px solid var(--white);
    margin-top: 15px;
    padding-top: 17px;
}

.project-style-one-area .item-center {
    display: block;
}

.project-style-one-area .item-center:nth-child(2n) {
    margin-top: 80px;
}

.thumb-zoom img {
    transition: all 0.35s ease-in-out;
    width: 100%;
}

.thumb-zoom:hover img {
    transform: scale(1.2);
}


/* ============================================================== 
    # Testimonial Style One
=================================================================== */

.testimonial-style-one-area {
    height: auto;
    min-height: auto !important;
}

.testimonial-style-one-box {
    padding: 12px;
    position: relative;
    z-index: 1;
}

.testimonial-style-one-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .testimonial-style-one-box::after {
    background: var(--color-primary);
    opacity: 0.1;
    box-shadow: none;
}

.testimonial-style-one .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0px;
    padding: 15px;
    width: 100%;
}

.testimonial-style-one .thumb img {
    height: 150px;
    width: 150px;
    margin: 20px;
    /*     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%);
 */
}

.testimonial-style-one .item {}

.testimonial-style-one .content {
    width: 60vw;
}

.testimonial-style-one img::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/11.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-dark .testimonial-style-one .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/5.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-style-one .thumb::before {
    position: absolute;
    left: 30%;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: url(../img/shape/6.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-style-one p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}


/* .testimonial-style-one .provider {
    margin-top: 30px;
} */

.testimonial-style-one .provider span {
    text-transform: uppercase;
    font-size: 14px;
}

.testimonial-style-one .provider h4 {
    margin-bottom: 5px;
}

.testimonial-style-one .rating {
    color: #ffaa17;
    display: block;
    font-size: 10px;
}


/* ============================================================== 
    # Brand
=================================================================== */

.section-item .brand-style-one-area {
    min-height: auto;
}

.brand-style-one img {
    filter: brightness(10%);
}

.bg-dark .brand-style-one img {
    filter: none;
}

.brand-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.brand-heading::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-primary), rgba(255, 255, 255, 0));
    z-index: -1;
}

.bg-dark .brand-heading::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}

.brand-heading h3 {
    background: #f6fafb;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 30px;
    font-weight: 500;
}

.bg-dark .brand-heading h3 {
    background: var(--dark);
}

.brand-heading h3 strong {
    font-weight: 500;
    color: var(--color-primary);
}


/* ============================================================== 
    # Pricing
=================================================================== */

.section-item .pricing-style-one-area {
    min-height: auto;
}

.nav.nav-tabs.pricing-tab-navs {
    border: none;
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    background: var(--dark);
    width: 71px;
    border-radius: 30px;
    padding-left: 3px;
    margin-left: 90px;
}

.bg-dark .nav.nav-tabs.pricing-tab-navs {
    background: var(--white);
}

.nav.nav-tabs.pricing-tab-navs button {
    display: inline-block;
    background: transparent;
    border: none;
    color: var(--color-heading);
    padding: 0;
    border-radius: inherit;
    overflow: inherit;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 !important;
    position: relative;
    height: 30px;
    width: 30px;
}

.bg-dark .nav.nav-tabs.pricing-tab-navs button {
    color: var(--white);
}

.nav.nav-tabs.pricing-tab-navs button::after {
    display: none;
}

.nav.nav-tabs.pricing-tab-navs button::before {
    position: absolute;
    left: 0;
    bottom: 4px;
    content: "";
    height: 27px;
    width: 0;
    background: var(--color-primary);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 40px;
}

.nav.nav-tabs.pricing-tab-navs button.active::before {
    width: 27px;
}

.nav.nav-tabs.pricing-tab-navs button span {
    position: absolute;
    top: -6px;
    width: 100px;
    left: 25px;
    opacity: 0.5;
    transition: all 0.35s ease-in-out;
    font-size: 20px;
    font-weight: 400;
}

.nav.nav-tabs.pricing-tab-navs button:first-child span {
    left: -105px;
    top: -6px;
}

.nav.nav-tabs.pricing-tab-navs button.active span {
    opacity: 1;
}

.pricing-style-one {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.pricing-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    opacity: 1;
}

.pricing-style-one .btn.btn-border.light {
    border-color: var(--color-primary);
    color: var(--color-heading);
}

.bg-dark .pricing-style-one .btn.btn-border.light {
    border-color: #dddddd;
    color: var(--white);
}

.bg-dark .pricing-style-one .btn.btn-border.light:hover {
    border-color: var(--color-primary);
    color: var(--color-heading);
}

.bg-dark .pricing-style-one::after {
    background: var(--color-primary);
    opacity: 0.1;
}

.pricing-style-one.active::after {
    opacity: 1;
}

.pricing-style-one {
    padding: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    overflow: hidden;
}

.bg-dark .pricing-style-one {
    background: radial-gradient(circle at 50% -10%, #93A8C73B 0%, #34374B00 100%);
    box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.1803921568627451) inset;
}

.pricing-style-one.active::after {
    opacity: 1;
}

.pricing-style-one.active::after {
    background: var(--color-primary);
}

.pricing-style-one i {
    display: inline-block;
    font-size: 55px;
    margin-bottom: 30px;
    color: var(--color-primary);
}

.bg-dark .pricing-style-one i {
    color: var(--white);
}

.pricing-style-one h4 {
    font-weight: 500;
}

.pricing-style-one ul {
    list-style: circle;
    margin-left: 20px;
}

.pricing-style-one ul li {
    font-weight: 400;
    position: relative;
    z-index: 1;
    list-style: circle;
}

.pricing-style-one h2 {
    margin: 0;
    font-size: 55px;
    margin-top: 15px;
    font-weight: 500;
}

.pricing-style-one h2 sup {
    font-size: 30px;
    top: -18px;
    font-weight: 400;
}

.pricing-style-one.active ul li {
    color: var(--black);
}

.pricing-style-one.active h4 {
    color: var(--black);
}

.pricing-style-one.active h2 {
    color: var(--black);
}

.btn.btn-dark::after {
    background: var(--white);
}

.btn.btn-dark:hover {
    color: var(--color-heading);
}

.pricing-style-one.active i {
    color: var(--black);
}

ul.list-rating li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 10px;
}

.bg-dark ul.list-rating li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.list-rating li:first-child {
    border: navajowhite;
    margin: 0;
    padding: 0;
}

ul.list-rating li .rating {
    display: inline-block;
    background: rgb(0 255 104 / 10%);
    color: var(--color-primary);
    padding: 1px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
}

.bg-dark ul.list-rating li .rating {
    background: rgba(255, 255, 255, 0.1);
}

ul.list-rating li i {
    font-size: 14px;
    margin-right: 2px;
}


/* ============================================================== 
    # Expertise
=================================================================== */

.section-item .expertise-area {
    min-height: auto;
}

.expterise-item {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.bg-dark .expterise-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.expterise-item .icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin: auto auto 25px;
    position: relative;
    z-index: 1;
    background: radial-gradient(circle at 50% -10%, #93A8C73B 0%, #34374B00 100%);
    border-radius: 50%;
}

.expterise-item img {
    height: 65px;
}

.expertise-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.expterise-item .fun-fact .counter {
    margin: 0;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    color: var(--color-primary);
}

.bg-dark .expterise-item .fun-fact .counter {
    font-weight: 400;
}

.expterise-item .fun-fact .counter .operator {
    font-weight: 500;
}

.bg-dark .expterise-item .fun-fact .counter .operator {
    font-weight: 300;
}

.expterise-item h4 {
    border-top: 1px solid #e7e7e7;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
}

.bg-dark .expterise-item h4 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.expterise-item .top {
    padding: 30px;
}


/* ============================================================== 
    # Blog
=================================================================== */

.home-blog .blog-style-one .item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
}

.bg-dark .home-blog .blog-style-one .item {
    box-shadow: none;
}

.bg-dark .home-blog .blog-style-one .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.1;
}

.home-blog .blog-style-one .item .info {
    padding: 40px 30px;
}

.home-blog .blog-style-one .item .meta li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #666666;
}

.home-blog .blog-style-one .item .meta li,
.home-blog .blog-style-one .item .meta li a {
    font-weight: 400;
    color: var(--color-paragraph);
}

.bg-dark .home-blog .blog-style-one .item .meta li,
.bg-dark .home-blog .blog-style-one .item .meta li a {
    font-weight: 400;
    color: #cccccc;
}

.home-blog .blog-style-one .item .meta li a:hover {
    color: var(--color-primary);
}

.home-blog .blog-style-one .item .meta li::after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--color-paragraph);
    z-index: -1;
    margin-top: -1px;
    border-radius: 50%;
}

.bg-dark .home-blog .blog-style-one .item .meta li::after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: #cccccc;
    z-index: -1;
    margin-top: -1px;
    border-radius: 50%;
}

.home-blog .blog-style-one .item .meta li:last-child::after {
    display: none;
}

.home-blog .blog-style-one .item h4 a {
    display: inline;
    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;
    -webkit-transition: .3s, background-size .8s;
    transition: all .3s, background-size .8s;
}

.bg-dark .home-blog .blog-style-one .item h4 a {
    color: var(--white);
}

.home-blog .blog-style-one .item h4 a:hover {
    background-size: 100% 2px;
}

.home-blog .blog-style-one .item h4 {
    font-size: 25px;
    line-height: 1.4;
}

.home-blog .blog-style-one .item .thumb {
    position: relative;
}

.home-blog .blog-style-one .item .thumb .inner-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: var(--dark);
    color: var(--white);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-right: 15px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
}

.home-blog .blog-style-one .item .thumb .inner-date::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.home-blog .blog-style-one .item .thumb .inner-date strong {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--color-primary);
    margin-right: 15px;
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
}


/* ============================================================== 
    # Contact
=================================================================== */

.gradient-text {
    text-transform: capitalize;
    color: var(--color-primary);
    font-weight: 600;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 80px;
    line-height: 65px;
    margin-bottom: 25px;
}

.contact-style-one-info .top-info {
    margin-bottom: 40px;
}

.contact-style-one-info .top-info a {
    font-size: 30px;
    line-height: 1;
}

.bg-dark .contact-style-one-info .top-info a {
    color: var(--white);
}

.contact-style-one-info .call {
    display: flex;
    align-items: center;
}

.contact-style-one-info .call img {
    height: 50px;
    margin-right: 10px;
}

ul.contact-address>li {
    margin-top: 30px;
}

ul.contact-address li:first-child {
    margin-top: 0;
}

ul.contact-address li a {
    font-weight: 400;
    color: var(--color-paragraph);
}

.bg-dark ul.contact-address li a {
    color: #cccccc;
}

ul.contact-address li a:hover {
    color: var(--color-primary);
}

ul.contact-address li h4 {
    margin-bottom: 10px;
}

ul.social-link li {
    display: inline-block;
    margin-right: 30px;
}

ul.social-link li a {
    font-size: 20px;
}

ul.social-link li a:hover {
    color: var(--color-primary);
}

.contact-form-style-one form input,
.contact-form-style-one form textarea,
.contact-form-style-one form input:focus,
.contact-form-style-one form textarea:focus {
    background: transparent;
    border: none;
    color: var(--color-heading);
    border-bottom: 1px solid #cccccc;
    border-radius: inherit;
    box-shadow: none;
}

.bg-dark .contact-form-style-one form input,
.bg-dark .contact-form-style-one form textarea,
.bg-dark .contact-form-style-one form input:focus,
.bg-dark .contact-form-style-one form textarea:focus {
    background: transparent;
    border: none;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form-style-one form .form-group {
    margin-bottom: 25px;
}

.contact-form-style-one form {
    margin-top: 0;
}

.contact-form-style-one form textarea {
    height: 200px;
}

.contact-form-style-one form input::-webkit-input-placeholder,
.contact-form-style-one form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-optional);
}

.contact-form-style-one form input::-moz-placeholder,
.contact-form-style-one form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-optional);
}

.contact-form-style-one form input:-ms-input-placeholder,
.contact-form-style-one form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-optional);
}

.contact-form-style-one form input:-moz-placeholder,
.contact-form-style-one form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-optional);
}

.bg-dark .contact-form-style-one form input::-webkit-input-placeholder,
.bg-dark .contact-form-style-one form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cccccc;
}

.bg-dark .contact-form-style-one form input::-moz-placeholder,
.bg-dark .contact-form-style-one form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

.bg-dark .contact-form-style-one form input:-ms-input-placeholder,
.bg-dark .contact-form-style-one form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #cccccc;
}

.bg-dark .contact-form-style-one form input:-moz-placeholder,
.bg-dark .contact-form-style-one form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}

.contact-area.contact-page {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

p.copyright {
    margin: 0;
    margin-top: 20px;
}

.bg-dark p.copyright {
    color: var(--white);
}


/* ============================================================== 
    # Services Details
=================================================================== */

.services-details-area .thumb img {
    margin-bottom: 40px;
}

.services-details-area h1,
.services-details-area h2,
.services-details-area h3,
.services-details-area h4,
.services-details-area h5,
.services-details-area h6 {
    font-weight: 500;
}

.feature-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list-item li {
    position: relative;
    z-index: 1;
    padding-left: 32px;
    margin-top: 10px;
    font-weight: 400;
}

.feature-list-item li::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--color-heading);
    font-weight: 400;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.bg-dark .feature-list-item li::after {
    color: #cccccc;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
    .services-more .row {
        margin-top: -20px;
    }
}

.services-more .item {
    padding: 50px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(90, 144, 225, .2);
}

.bg-dark .services-more .item {
    box-shadow: 0 30px 80px rgba(90, 144, 225, .1);
}

.services-more .item img {
    height: 60px;
    margin-bottom: 30px;
}

.services-more .item i::before {
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    .services-more .item {
        margin-top: 30px;
        text-align: center;
    }
}

.services-more .item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 30px;
    background: var(--color-primary);
    color: var(--white);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}

.services-more .item a {
    color: var(--color-heading);
}

.services-more .item a:hover {
    color: var(--color-primary);
}

.services-more .item p {
    margin: 0;
}

.service-single-thumb {
    position: relative;
    z-index: 1;
}

.service-single-thumb img {
    margin-bottom: 50px;
    border-radius: 10px;
}

.bg-dark .services-more .item {
    background: rgba(255, 255, 255, 0.1);
}

.bg-dark .services-more .item a {
    color: var(--white);
}


/* Faq */

.faq-style-one button.accordion-button::after {
    background: transparent;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 26px;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 1;
    height: 100%;
    transform: inherit;
}

.faq-style-one button.accordion-button:not(.collapsed)::after {
    -webkit-transform: inherit;
    transform: inherit;
    content: "\f106";
}

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

.faq-style-one .accordion-item {
    background: transparent;
    border: none;
}

.faq-style-one .accordion-body {
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.faq-style-one-content {
    margin-top: -15px;
}

.faq-style-one .accordion-body p:last-child {
    margin: 0;
}

.bg-dark .faq-style-one button.accordion-button {
    color: var(--white);
    border: none;
}

.faq-style-one .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-style-one .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-style-one button.accordion-button {
    padding-left: 0 !important;
    padding-right: 35px !important;
    background: transparent;
    padding-bottom: 20px;
    box-shadow: none;
    font-weight: 600;
    color: var(--color-heading);
}

.faq-style-one .accordion-body {
    padding-left: 0;
    padding-right: 35px;
    margin-bottom: 15px;
    border-top: 1px solid #dddddd;
    border-radius: inherit;
}

.bg-dark .faq-style-one .accordion-body {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-style-one button.accordion-button::after {
    left: auto;
    right: 0;
}

.faq-style-one .accordion-item {
    border-bottom: 1px solid #cccccc;
}

.bg-dark .faq-style-one .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-style-one .accordion-item {
    border-radius: inherit;
}


/* Footer */

footer p {
    margin: 0;
}

footer {
    padding: 30px 0;
}

ul.footer-link li {
    display: inline-block;
    margin-left: 20px;
}

ul.footer-link li a {
    font-weight: 300;
}

ul.footer-link li:first-child {
    margin: 0;
}

ul.footer-link li a:hover {
    color: var(--color-primary);
}


/* ============================================================== 
    # Portfolio Single CSS
=================================================================== */

.project-details h1,
.project-details h2,
.project-details h3,
.project-details h4,
.project-details h5,
.project-details h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.project-details p {
    margin-bottom: 25px;
}

.thumb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

ul.list-disc {
    list-style: disc;
    margin-left: 20px;
    padding: 0;
}

ul.list-disc li {
    list-style: disc;
    margin-top: 7px;
}

.bg-dark ul.list-disc li {
    color: #cccccc;
}

ul.gallery-project-basic-info {
    padding: 0 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-left: 1px solid #cccccc;
}

.bg-dark ul.gallery-project-basic-info {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul.gallery-project-basic-info b {
    display: block;
    text-transform: uppercase;
    color: var(--color-heading);
}

.bg-dark ul.gallery-project-basic-info b {
    color: var(--white);
}

ul.gallery-project-basic-info li {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #dddddd;
    font-weight: 400;
}

.bg-dark ul.gallery-project-basic-info li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.gallery-project-basic-info li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}


/* ============================================================== 
    # Modal CSS
=================================================================== */

.modal-content .modal-header button.btn-close {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: var(--dark);
    opacity: 1;
    color: var(--white);
    border-radius: 50%;
    position: relative;
    font-weight: 500;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.modal-content .modal-header button.btn-close::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    color: red;
    background: transparent;
}

.modal-dialog-scrollable .modal-content {
    overflow: inherit;
    border-radius: inherit;
    background: var(--white);
}

.bg-dark .modal-dialog-scrollable .modal-content {
    overflow: inherit;
    border-radius: inherit;
    background: #393b45;
}

.modal-dialog-scrollable .modal-body {
    padding: 65px 50px;
    border-radius: inherit;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--dark);
}

.modal-content .modal-header {
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 9;
    right: 55px;
    top: 55px;
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
    position: relative;
    z-index: 1;
}

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

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

.error-box h1 {
    font-size: 150px;
    line-height: 110px;
    font-weight: 500;
    margin-bottom: 40px;
    text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.error-box p {
    padding: 0 10%;
}


/* ============================================================== 
    # Responsive CSS
=================================================================== */


/* Desktop Custom */

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    /* Nav */
    .about-style-one-area .mt-50 {
        margin-top: 20px;
    }
    .nav-item a {
        font-size: 30px;
    }
    .nav-item {
        margin: 20px 0;
    }
    .simple-menu .dropdown .dropdown-menu {
        margin-top: 10px;
    }
    .simple-menu .dropdown .dropdown-menu a {
        font-size: 16px;
    }
    .nav-item {
        min-width: 230px;
    }
    .nav-side .nav-toggle {
        top: 45px;
        right: 40px;
    }
    /* Banner */
    .banner-style-one-area {
        height: auto;
        max-height: inherit;
        padding: 120px 0;
    }
    .banner-style-one-area h2 {
        font-size: 60px;
    }
    .profile-grid ul {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }
    .banner-style-one-area .information {
        padding-right: 50px;
    }
    .banner-style-one-area p {
        font-size: 16px;
    }
    .banner-style-one-area .thumb::before,
    .bg-dark .banner-style-one-area .thumb::before {
        height: 400px;
        width: 400px;
    }
    .banner-style-one-area .align-center {
        align-items: inherit;
    }
    /* Banner Two */
    .banner-style-two-area h2 {
        font-size: 60px;
    }
    .banner-style-two-area .author-thumb {
        width: 40%;
    }
    /* About */
    .about-style-one-area .mt-50 {
        margin-top: 20px;
    }
    /* Service */
    .about-style-one-area .mt-50 {
        margin-top: 20px;
    }
    .nav-item a {
        font-size: 30px;
    }
    .nav-item {
        margin: 20px 0;
    }
    .service-style-one-item.button a {
        font-size: 80px;
    }
    .service-style-one-item {
        display: block;
    }
}


/* Desktop Mini */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-one-items {
        margin-top: 50px;
    }
    .pricing-style-one-items {
        margin-top: 50px;
    }
    .pf-item-info {
        left: 20%;
    }
    .pf-item-info h2 {
        font-size: 30px;
    }
    .gradient-text {
        font-size: 60px;
    }
    /* Expertise */
    .expertise-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .bg-text {
        font-size: 450px;
        line-height: 360px;
    }
}


/* Tablet To Mobile */

@media (max-width: 991px) {
    .project-style-one-area {
        overflow: hidden;
    }
    .project-style-one-area .item-center:nth-child(2n) {
        margin-top: 0;
    }
    .home-blog .blog-style-one .item h4 {
        font-size: 22px;
    }
}


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Common CSS */
    .home-vcard .section-item {
        padding-top: 85px;
    }
    .title {
        font-size: 42px;
        line-height: 1.1;
    }
    .heading-left,
    .site-heading {
        margin-bottom: 5px;
    }
    /* Banner */
    .banner-style-one-area {
        height: auto;
        max-height: initial;
        padding-top: 120px;
        padding-bottom: 0 !important;
    }
    .onepage-version .banner-style-one-area {
        padding-top: 190px;
    }
    .banner-style-one-area .thumb {
        padding: 100px;
        padding-bottom: 0;
        padding-top: 60px;
    }
    .banner-style-one-area .thumb::after,
    .bg-dark .banner-style-one-area .thumb::after {
        width: 70%;
    }
    .onepage-version .banner-style-one-area::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.1;
    }
    .banner-style-one-area .thumb::before {
        border-radius: 10px 10px 0 0;
        height: 600px;
        width: 600px;
    }
    .onepage-version .banner-style-two-area {
        height: auto;
        min-height: inherit !important;
        max-height: initial;
        padding-top: 190px;
    }
    .banner-style-two-area h2 {
        font-size: 60px;
    }
    .banner-style-two-area .title {
        font-size: 20px;
    }
    .banner-style-two-area .author-thumb {
        width: 45%;
        right: 5%;
    }
    .section-item .banner-style-two-area .author-thumb {
        display: none;
    }
    .banner-style-two-area::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.1;
    }
    /* About */
    .about-style-one-thumb {
        max-width: 100%;
        margin-right: 65px;
        position: relative;
        top: 0;
        border-radius: 400px;
    }
    /* Services */
    .service-style-one-item,
    .bg-dark .service-style-one-item {
        display: block;
    }
    .service-style-one-item.button a {
        font-size: 60px;
    }
    .service-style-one-item.button {
        padding: 0;
        display: none;
    }
    .service-style-one-item.button::after {
        width: 100%;
    }
    .pricing-style-one-items {
        margin-top: 50px;
    }
    .testimonial-style-one-box {
        padding: 120px 90px;
    }
    /* Expertise Area */
    .expertise-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .services-nav .nav-items {
        top: 0;
        margin: 0;
    }
    .services-nav {
        justify-content: left;
        padding: 0;
        margin-bottom: 50px;
    }
    .bg-text {
        text-align: left;
        margin-left: -15px;
        margin-bottom: 70px;
    }
    /* Brand */
    .brand5col.swiper img {
        height: 40px;
    }
    /* Modal Popup */
    .modal-dialog {
        max-width: 720px;
    }
    .thumb-grid {
        margin-top: 50px;
    }
    ul.gallery-project-basic-info {
        padding: 50px;
        border: 1px solid #e7e7e7;
        margin-bottom: 30px;
    }
    .bg-dark ul.gallery-project-basic-info {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    /* Footer */
    footer {
        text-align: center;
    }
    footer .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    ul.footer-link li {
        margin: 0 12px !important;
        position: relative;
    }
    ul.footer-link li::after {
        position: absolute;
        right: -15px;
        content: "";
        height: 18px;
        width: 1px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        top: 50%;
        transform: translateY(-50%);
    }
    ul.footer-link li:last-child::after {
        display: none;
    }
}


/* Mobile */

@media (max-width: 767px) {
    /* Common CSS */
    .title {
        font-size: 36px;
        line-height: 1.2;
    }
    .heading-left,
    .site-heading {
        margin-bottom: 5px;
    }
    .home-vcard .section-item {
        padding-top: 85px;
    }
    /* Banner */
    .banner-style-one-area {
        height: auto;
        max-height: initial;
        padding-top: 60px;
        padding-bottom: 0 !important;
    }
    .banner-style-one-area h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .profile-grid ul {
        grid-template-columns: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .banner-style-one-area .thumb::before,
    .bg-dark .banner-style-one-area .thumb::before {
        height: 70%;
        width: 100%;
    }
    .banner-style-one-area .thumb {
        padding-bottom: 0;
        margin-top: 40px;
    }
    .banner-style-one-area .thumb::after {
        width: 70%;
    }
    .onepage-version .banner-style-one-area::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.1;
    }
    .banner-style-one-area .thumb::before {
        border-radius: 10px 10px 0 0;
    }
    .personal-social {
        display: none;
    }
    .onepage-version .banner-style-two-area {
        height: auto;
        min-height: inherit !important;
        max-height: initial;
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .banner-style-two-area h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .banner-style-two-area .title {
        font-size: 20px;
    }
    .banner-style-two-area .author-thumb {
        width: 45%;
        right: 5%;
    }
    .section-item .banner-style-two-area .author-thumb {
        display: none;
    }
    .banner-style-two-area::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.1;
    }
    .banner-style-two-area .author-thumb {
        display: none;
    }
    /* About */
    .about-style-one-thumb {
        max-width: 80%;
        margin: auto;
        position: relative;
        top: 0;
    }
    .about-style-one-thumb .curve-text {
        display: none;
    }
    /* Services */
    .service-style-one-item,
    .bg-dark .service-style-one-item {
        display: block;
    }
    .service-style-one-item.button a {
        font-size: 60px;
    }
    .service-style-one-item.button {
        padding: 0;
        display: none;
    }
    .service-style-one-item.button::after {
        width: 100%;
    }
    .pricing-style-one-items {
        margin-top: 50px;
    }
    .testimonial-style-one-box {
        padding: 60px 40px;
    }
    /* Expertise Area */
    .expertise-items {
        grid-template-columns: 1fr 1fr;
    }
    .services-nav .nav-items {
        top: 0;
        margin: 0;
    }
    .services-nav {
        justify-content: left;
        padding: 0;
        margin-bottom: 50px;
    }
    .service-box {
        padding: 80px 50px;
    }
    .service-style-one:last-child {
        margin-bottom: 0;
    }
    .bg-text {
        text-align: left;
        margin-left: -8px;
        margin-bottom: 20px;
        font-size: 300px;
        line-height: 260px;
    }
    .pricing-style-one {
        margin-top: 30px;
    }
    .tab-content.pricing-tab-content {
        margin-top: -30px;
    }
    .portfolio-style-one,
    .bg-dark .portfolio-style-one {
        padding: 0;
    }
    .pf-item-info {
        position: inherit;
        right: auto !important;
        left: 0 !important;
        padding: 0;
        bottom: auto;
        text-align: left;
        margin-top: 30px;
    }
    .pf-item-info h2 {
        font-size: 28px;
    }
    .content-info a {
        color: var(--color-heading);
    }
    .bg-dark .content-info a {
        color: var(--white);
    }
    .thumb-zoom::after {
        display: none;
    }
    .testimonial-style-one .thumb img {
        min-width: auto;
        height: auto;
    }
    .testimonial-style-one p {
        font-size: 18px;
    }
    /* Contact */
    .gradient-text {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    /* Brand */
    .brand5col.swiper img {
        height: 40px;
    }
    .brand-heading {
        margin-bottom: 30px;
    }
    .brand-heading h3,
    .bg-dark .brand-heading h3 {
        background: transparent;
    }
    .brand-heading::after,
    .bg-dark .brand-heading::after {
        display: none;
    }
    /* Modal Popup */
    .modal-dialog {
        max-width: 96%;
    }
    .service-single-thumb img {
        margin-bottom: 30px;
    }
    .thumb-grid {
        margin-top: 40px;
    }
    ul.gallery-project-basic-info {
        padding: 50px;
        border: 1px solid #e7e7e7;
        margin-bottom: 30px;
    }
    .bg-dark ul.gallery-project-basic-info {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    /* Footer */
    footer {
        text-align: center;
    }
    footer .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    ul.footer-link li {
        margin: 0 12px !important;
        position: relative;
    }
    ul.footer-link li::after {
        position: absolute;
        right: -15px;
        content: "";
        height: 18px;
        width: 1px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        top: 50%;
        transform: translateY(-50%);
    }
    ul.footer-link li:last-child::after {
        display: none;
    }
}


/* Custom Layout */

@media only screen and (max-width: 480px) {
    /* Expertise Area */
    .expertise-items {
        grid-template-columns: 1fr;
    }
    .service-box {
        padding: 60px 30px;
    }
    ul.biography-table {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .about-item {
        padding: 50px 30px;
    }
    ul.achivement li {
        display: block;
        text-align: center;
    }
    ul.achivement li i {
        margin: 0;
        margin-bottom: 30px;
    }
    .modal-dialog-scrollable .modal-body {
        padding: 50px 15px;
        border-radius: inherit;
    }
    .modal-content .modal-header {
        right: 20px;
        top: 40px;
    }
    ul.gallery-project-basic-info {
        padding: 30px;
        border: 1px solid #e7e7e7;
        margin-bottom: 30px;
    }
    .bg-dark ul.gallery-project-basic-info {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}


/* Custom Layout */

@media only screen and (max-width: 360px) {
    ul.footer-link li {
        margin: 0 !important;
        display: block;
    }
    ul.footer-link li::after {
        display: none;
    }
}


/* ============================================================== 
     # Preloader 
=================================================================== */

.ventix-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;
}

.ventix-preloader .animation-preloader {
    z-index: 1000;
    position: relative;
}

.ventix-preloader .animation-preloader::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/preloader-icon.png);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-dark .ventix-preloader .animation-preloader::after {
    background: url(../img/preloader-icon-light.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ventix-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 2px solid rgba(2, 109, 255, 0.3);
    border-top-color: var(--color-primary);
    height: 110px;
    margin: auto;
    width: 110px;
}

.bg-dark .ventix-preloader .animation-preloader .spinner {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: rgba(255, 255, 255, 1);
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ventix-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ventix-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.ventix-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.ventix-preloader .loader .row {
    height: 100%;
}

.ventix-preloader .loader .loader-section {
    padding: 0px;
}

.ventix-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);
}

.bg-dark .ventix-preloader .loader .loader-section .bg {
    background-color: var(--dark);
}

.ventix-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ventix-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ventix-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) {
    .ventix-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .ventix-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
}