/* Cloud Swifty Private Limited*/

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

/* Varialbes */

:root {
    --font-default: 'Outfit', sans-serif;
    --font-heading: 'Outfit', sans-serif;
    --font-secondary: 'Manrope', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #033663;
    --dark-secondary: #0e2d48;
    --white: #ffffff;
    --color-primary: #033663;
    --color-secondary: #3E6F9A;
    --color-style-two: #8AAAB5;
    --color-style-three: #FF9B0D;
    --color-heading: #0e0e0e;
    --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: #eff6fe;
    --bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    --bg-gradient-secondary: linear-gradient(0deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    --bg-gradient-two: linear-gradient(90deg, var(--color-style-two) 0%, var(--color-style-three) 100%);
}


/* ============================================================== 
     # Hello Bro What's up !!
=================================================================== */

* {
    -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%;
}

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

.color-style-two a:hover {
    color: var(--color-style-three);
}

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

strong {
    font-weight: 600;
}

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

i::before {
    line-height: inherit !important;
}

.split-text {
    overflow: hidden;
    position: relative;
}

.split-text .line {
    overflow: hidden;
    display: none;
}


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

body {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    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;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
}

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

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

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

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

@media only screen and (min-width: 1367px) {
    .container-stage {
        margin-left: calc((100% - 1320px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }
}

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

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

.bg-contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left top !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-light {
    background-color: var(--white);
}

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

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

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

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

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

.gradient-bg {
    background-color: var(--color-primary);
    background: var(--gradient-bg) !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(--black);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    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: rgba(0, 4, 30, 0) 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;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0.45;
}

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

.shadow.theme-hard:after {
    background: var(--color-primary) none repeat scroll 0 0;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0.65;
}

.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: 90px;
    padding-bottom: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 600;
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}

.heading span {
    font-weight: 400;
}

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

.title {
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 25px;
}

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

.sub-title {
    text-transform: uppercase;
    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;
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 20px;
}

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

.color-style-two .sub-title {
    background: var(--bg-gradient-two);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-dark .sub-title {
    border-color: rgba(255, 255, 255, 0.3);
    -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;
}

.color-style-two .site-heading .devider {
    background: var(--color-style-three);
}

.color-style-two .site-heading .devider::before {
    background: var(--color-style-two);
}

.secondary.site-heading .devider {
    background: var(--color-heading);
}

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

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: var(--color-primary);
}

.secondary.site-heading .devider:before {
    background: var(--color-heading);
}

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

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

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

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

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

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

.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: 600;
    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;
    font-size: 22px;
}

.secondary .sub-heading,
.secondary.sub-heading,
.bg-dark .secondary.sub-heading {
    background: var(--bg-gradient-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.text-center .sub-heading,
.text-center.sub-heading {
    margin-bottom: 15px;
}

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

.bg-dark .sub-heading.secondary {
    background: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: var(--color-secondary);
}

.left-heading {
    margin-bottom: 60px;
}

.left-heading .row {
    align-items: center;
}

.left-heading h2 {
    margin: 0;
    line-height: 1.1;
}

.left-heading p {
    margin: 0;
}

@media (max-width: 1023px) {
    .left-heading h2 {
        margin-bottom: 20px;
    }
}


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

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

.color-style-two .video-play-button {
    background: var(--bg-gradient-two);
}

.color-style-four .video-play-button {
    background: var(--color-style-four);
}

.video-play-button i {
    font-weight: 100;
    color: var(--white);
}

.video-play-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 105%;
    width: 105%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: pulse-border 3s linear infinite;
    border-radius: 50%;
}

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

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

.video-play-button-with-text i::before {
    position: relative;
    left: 2px;
}

.video-play-button-with-text i::after {
    background: var(--white);
    height: 120%;
    width: 120%;
    z-index: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    animation: video-play 1500ms ease-out infinite;
    z-index: -1;
    border-radius: 50%;
}


/* ============================================================== 
    # 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: 8px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: none;
    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 #e7e7e7;
    background: transparent;
}

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

.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: 1px solid #96a1bd;
    background: transparent;
    padding: 13px 35px;
}

.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-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 right, 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(--white);
    border: none;
    background: var(--bg-gradient);
}

.color-style-two .btn.btn-theme {
    background: var(--bg-gradient-two);
}

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

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

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

.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.secondary {
    color: var(--white);
    border: none;
    background: var(--color-secondary);
}

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

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

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

.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(--white);
    -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.btn-dark.secondary:hover {
    color: var(--color-heading);
}

.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: capitalize;
    display: inline-block;
    font-size: 17px;
}

.btn-simple i {
    display: inline-block;
    margin-left: 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.35s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    background: var(--dark);
    color: var(--white);
}

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

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

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

.secondary .btn-simple:hover i {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--white);
}

.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: 600;
    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: 14px 35px;
    font-size: 18px;
}

.btn-sm {
    padding: 13px 30px;
    font-size: 15px;
}


/* Btn Animation */

.btn-animation {
    z-index: 1;
    position: relative;
    font-size: 20px;
    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);
}


/* Animate Button */

.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.btn-animate {
    min-width: 11.2rem;
    height: auto;
}

.btn-animate .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: var(--bg-gradient);
    border-radius: 2rem;
    text-align: center;
}

.color-style-two .btn-animate .circle {
    background: var(--bg-gradient-two);
}

.btn-animate .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-animate .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 12px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn-animate .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 65px;
    color: #0e2258;
    line-height: 2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-size: 15px;
}

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

.btn-animate:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-animate:hover .button-text {
    color: #fff;
}


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

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

.item-flex li i {
    margin-right: 10px;
    font-weight: 100;
    font-size: 20px;
}

.top-bar-area li {
    display: flex;
    align-items: center;
}

.top-bar-area li a {
    font-weight: 400;
}

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

.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: 600;
    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: 600;
    color: var(--blue);
}

.call-entry h5 {
    margin: 0;
    font-weight: 600;
    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(--color-primary);
}

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

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

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

.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(--color-primary);
    margin-right: 15px;
    font-weight: 100;
}


/* ============================================================== 
    # Navbar Styles
=================================================================== */

.color-style-two .navbar .attr-right .attr-nav li.button a {
    background: var(--bg-gradient-two) !important;
}

@media (min-width: 1200px) {
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background {
        box-shadow: inherit;
        top: 50px;
    }
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header {
        position: relative;
        z-index: 1;
        padding-right: 45px;
        margin-right: -45px;
    }
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header::after {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 300px;
        width: 500%;
        background: var(--white);
        z-index: -1;
        transform: skewX(15deg);
    }
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header::before {
        position: absolute;
        right: -10px;
        bottom: 15px;
        content: "";
        height: 300px;
        width: 100%;
        background: #cfd2d5;
        z-index: -1;
        transform: skewX(15deg);
    }
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header a {
        position: relative;
    }
    nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header img {
        position: relative;
        top: -35px;
    }
}


/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */

.breadcrumb-area {
    padding: 150px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breadcrumb-area .top-pad-extra {
    padding-top: 240px;
}

.breadcrumb-area .row {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb>li+li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    padding: 0 5px;
    color: var(--white);
    display: none;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb-area .breadcrumb li a {
    font-weight: 600;
}

.breadcrumb-area .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    right: -5px;
    position: absolute;
    line-height: 0;
    top: 50%;
    font-size: 14px;
    color: var(--white);
    margin-top: 2px;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 3px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    margin-top: -10px;
    font-size: 55px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        padding: 80px 0 !important;
    }
}

.breadcrum-shape {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.breadcrum-shape img {
    height: 100%;
}


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

.top-style-one .logo img {
    height: 60px;
}

.top-style-one .social li {
    display: inline-block;
}

.top-style-one {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}

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

.top-style-one .logo {
    text-align: center;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 15px 0;
}

.top-style-one.transparent .logo {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .social li a {
    display: inline-block;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 45px;
    background: var(--bg-gradient);
    color: var(--white);
    border-radius: 50%;
    font-size: 15px;
}

.top-style-one .text-end.social li {
    margin-left: 3px;
}

.top-style-one .info i {
    font-weight: 100;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    color: var(--color-primary);
}

.top-style-one .info li {
    font-weight: 500;
    text-transform: capitalize;
}

@media (min-width: 1024px) {
    .top-style-one.transparent {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }
}


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

.content p {
    color: #00a1ff;
    size: 5em;
}

.banner-thumb {
    margin-right: -90px;
    width: 550px;
    height: 550px;
}

.hero1 {
    background: url('assets/img/shape/b-2.jpg') no-repeat center center;
    background-size: cover;
    padding: 180px 0;
    position: relative;
}

.banner-style-two .container {
    position: relative;
    z-index: 2;
}

.content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.content p {
    font-size: 1.125rem;
    margin-bottom: 30px;
    max-width: 600px;
}

.shape-circle {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 80%;
}

.banner-thumb {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-thumb img {
    max-width: 600px;
    max-height: 100%;
    height: auto;
    margin-top: 180px;
    width: 100%;
}


/* Responsive Styles */

@media (max-width: 992px) {
    .hero1 {
        padding: 80px 20px;
    }
    .banner-thumb {
        justify-content: center;
        width: 100%;
        margin-top: 5px;
    }
    .banner-thumb img {
        max-width: 800px;
        max-height: 100%;
        margin-bottom: -90px;
        margin-top: 0px;
        height: auto;
        width: 100%;
    }
    .shape-circle {
        display: none;
    }
    .content h2 {
        font-size: 2rem;
    }
    .content p {
        font-size: 1rem;
    }
}

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

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

.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 h4 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

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

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

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

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

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

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

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

.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: 400ms;
    transition-delay: 400ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.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: 1200ms;
    transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-area .banner-style-one.swiper-slide.swiper-slide-active .button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.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: 55px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    width: 55px;
    color: var(--color-heading);
    background: var(--white);
    border-radius: 50%;
    border: 1px solid #cccccc;
    line-height: 55px;
    font-size: 28px;
}

.banner-area.banner-style-one .swiper-button-prev,
.banner-area.banner-style-one .swiper-button-next {
    color: var(--white);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-area .swiper-button-prev i,
.banner-area .swiper-button-next i {
    font-weight: 300;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
    display: none;
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 2px solid var(--color-heading);
}

.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: 600;
    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: 600;
    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;
    color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 12px;
    content: "";
    height: 2px;
    width: 35px;
    z-index: -1;
    background-color: var(--color-primary);
    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;
    color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 18px;
    bottom: inherit;
    right: inherit;
    content: "";
    height: 2px;
    width: 35px;
    z-index: -1;
    background-color: var(--color-primary);
    margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
    position: absolute;
    left: auto;
    left: 85px;
    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 {
    left: 30px;
}

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


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


/* Banner Style Two */

.banner-style-two .containe {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.banner-style-two .content::after {
    position: absolute;
    left: -150px;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    background: var(--white);
    z-index: -1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.banner-style-two.swiper-slide-visible .content::after {
    transition-delay: 600ms;
    opacity: 0.7;
    visibility: visible;
    left: -200px;
}

.banner-style-two .container {
    position: relative;
    z-index: 1;
}

.banner-style-two .container .banner-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-style-two {
    position: relative;
}

.banner-style-two .banner-shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70%;
    width: 30%;
    background-size: contain !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.banner-style-two h2 {
    font-size: 70px;
    line-height: 1.1;
    margin: 0;
    font-weight: 600;
}

.banner-style-two h2 strong {
    font-weight: 600;
    display: block;
    color: var(--color-primary);
}

.banner-style-two h4 {
    text-transform: uppercase;
    font-weight: 500;
}

.banner-style-two p {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 25px;
    padding-right: 15%;
    color: var(--color-heading);
}

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

.banner-area.banner-style-two .swiper-slide.swiper-slide-active p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

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


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

.angle-shape {
    position: relative;
    z-index: 1;
}

.angle-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #F7F7F7;
    border-top: 200px solid transparent;
    width: 0;
    z-index: -1;
}

.about-thumb {
    position: relative;
    margin-bottom: 80px;
}

.owner-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.owner-info img {
    height: 80px;
}

.owner-info h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.owner-info .left-info {
    margin-right: 30px;
    border-right: 1px solid #e7e7e7;
    padding-right: 30px;
}

.shape-animated-left img {
    position: absolute;
    left: 0;
    bottom: 30%;
}

.shape-animated-left img:nth-child(2) {
    position: absolute;
    left: 50px;
    top: 120px;
}

.thumb-shape-bottom {
    position: absolute;
    right: -80px;
    bottom: -50px;
    text-align: right;
}


/* ============================================================== 
     # Fun Fact
=================================================================== */

.fun-fact .counter {
    position: relative;
}

.fun-fact .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 70px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 5px;
}

.fun-fact .medium {
    font-weight: 600;
    color: var(--color-heading);
}

.text-center .fun-fact .counter {
    justify-content: center;
    align-items: center;
}

.fun-fact {
    display: inline-block;
    text-align: left;
}

.text-center .fun-fact {
    text-align: center;
}

.about-card {
    display: inline-block;
    padding: 50px 65px;
    background: var(--color-primary);
}

.about-card li {
    display: flex;
    margin-top: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.about-card li .icon i {
    color: var(--white);
    line-height: 1;
    font-size: 55px;
    min-width: 75px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.about-card .fun-fact .counter {
    color: var(--white);
    line-height: 1;
    font-size: 60px;
}

.about-card .fun-fact .medium {
    color: var(--white);
    font-weight: 500;
    opacity: 0.9;
}

.about-card li:first-child {
    margin: 0;
}

.about-style-one .about-card {
    position: absolute;
    left: -80px;
    bottom: -80px;
}

.fun-factor-style-one-area {
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.fun-factor-style-one-box {
    position: relative;
}

.shape-animated-up-down {
    position: absolute;
    top: -270px;
}

.shape-right-bottom-extra {
    position: absolute;
    left: 6%;
    bottom: -60px;
    max-width: 10%;
}

.about-style-one .accordion-single .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 10px;
}

.about-style-one .accordion {
    border-left: 2px solid #e7e7e7;
}

.about-style-one .accordion-single .accordion-body {
    padding: 0 30px;
    padding-bottom: 10px;
}

.about-style-one .accordion-single .accordion-button::after {
    position: absolute;
    left: -2px;
    top: 0;
    content: "";
    display: block;
    background: no-repeat;
    transform: none;
    border-left: 2px solid;
    height: 0;
    transition: all 0.35s ease-in-out;
}

.about-style-one .accordion-single .accordion-button:not(.collapsed)::after {
    height: 100%;
}


/* About Style Two */

.about-style-two-area .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-style-two-area {
    position: relative;
    z-index: 1;
}

.about-style-two-thumb {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    grid-column-gap: 30px;
    align-items: end;
    padding-top: 50px;
}

.about-style-two-thumb img {
    border-radius: 10px;
}

.certification {
    margin: 0;
    background: var(--bg-gradient);
    font-size: 40px;
    position: absolute;
    left: 40%;
    top: 0;
    right: 0;
    padding: 30px;
    font-weight: 600;
    color: var(--white);
    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%);
    height: 280px;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.certification img {
    height: 70px;
    margin-bottom: 20px;
}

.certification h4 {
    margin: 0;
    color: var(--white);
    font-weight: 600;
}

.about-style-two-thumb h2 strong {
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

.about-style-two-info h2 {
    font-weight: 600;
    margin-bottom: 35px;
}

.about-style-two-info ul li {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #dddddd;
    display: flex;
}

.about-style-two-info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.about-style-two-info ul li .counter {
    font-size: 30px;
    font-weight: 700;
}

.about-style-two-info ul li i {
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    margin-right: 20px;
    color: var(--color-primary);
}

.about-style-two-info ul li i::before {
    line-height: inherit;
}

.about-style-two-info ul li span.medium {
    color: var(--color-paragraph);
}

.about-style-two-info ul {
    margin-top: 40px;
}

.list-item-style-two {
    display: flex;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.list-item-style-two .number {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    min-width: 50px;
    background: var(--dark);
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
    margin-right: 25px;
}

.list-item-style-two p {
    margin: 0;
}

.list-item-style-two::after {
    position: absolute;
    left: 25px;
    bottom: -21px;
    content: "";
    height: 60%;
    width: 1px;
    border-left: 1px dashed #8f8e8e;
    z-index: -1;
}

.list-item-style-two:last-child::after {
    display: none;
}

.list-item-style-two h4 {
    font-weight: 600;
}


/* About Style Three */

.about-style-three .thumb img {
    max-width: 140%;
    margin-left: -40%;
    border-radius: 10px;
}

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

.shape-light-bottom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 150px;
    width: 100%;
    background: var(--white);
    z-index: -1;
}

.about-style-three .thumb {
    position: relative;
    z-index: 1;
    padding-top: 126px;
}

.about-style-three .experience {
    position: absolute;
    left: 0;
    top: 0;
    height: 260px;
    width: 260px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    border: 15px solid var(--bg-gray);
    background: var(--white);
}

.about-style-three .experience h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.about-style-three .experience h2 strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.about-style-three .experience::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}

.about-style-three {
    position: relative;
}

.about-style-three .fixed-text {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 150%;
}

.about-style-three .fixed-text h2 {
    color: var(--color-heading);
    margin: 0;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
}

.about-style-three .fun-fact {
    display: inline-block;
    margin-left: 50px;
    border-left: 1px solid #c6c6c6;
    padding-left: 50px;
}

.about-style-three .fun-fact:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.about-style-three .fun-fact .counter {
    color: var(--color-primary);
}

.about-style-three .fun-fact .medium {
    font-size: 20px;
}

.company-autor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.company-autor .right-info img {
    height: 75px;
}

.company-autor .left-info {
    display: flex;
    align-items: center;
}

.company-autor .left-info img {
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.company-autor .left-info h4 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 2px;
}

.shape-right-bottom-actual {
    position: absolute;
    right: 0;
    bottom: 150px;
    max-width: 30%;
}


/* About Style Four */

.about-style-four-thumb img {
    border-radius: 10px;
}

.about-style-four-info .about-list-box {
    margin-left: -25%;
    background: var(--white);
    padding: 30px;
    padding-top: 0;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
    padding-right: 0;
}

.about-style-four-info .about-list-box::before {
    position: absolute;
    left: -25px;
    top: -9px;
    content: "";
    height: 34px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transform: rotate(-90deg);
}

.about-style-four-info .about-four-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
}

.about-style-four-info .about-four-list li {
    padding: 35px;
    border-right: 1px solid #e7e7e7;
}

.about-style-four-info .about-four-list li:last-child {
    border: none;
}

.about-style-four-info .about-four-list li h4 {
    font-size: 20px;
    margin: 0;
}

.about-style-four-info .about-four-list li img {
    height: 50px;
    margin-bottom: 30px;
}

.about-style-four-info .thumb {
    position: relative;
    z-index: 1;
}

.about-style-four-info .thumb::before {
    position: absolute;
    left: -58px;
    top: -9px;
    content: "";
    height: 34px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transform: rotate(-90deg);
}

.about-style-four-info .thumb>img {
    border-radius: 10px;
}

.clients-card img {
    height: 50px;
    width: 50px;
}

.clients-card .clients img {
    border-radius: 50%;
    border: 1px solid var(--white);
    margin-left: -20px;
}

.clients-card i {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--bg-gradient);
    border-radius: 50%;
    border: 1px solid var(--white);
    text-align: center;
    line-height: 50px;
    color: var(--white);
    font-weight: 200;
    margin-left: -25px;
}

.clients-card .clients {
    margin-left: 20px;
    margin-bottom: 15px;
}

.about-style-four-info .clients-card {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: var(--white);
    padding: 30px;
    border-top-left-radius: 10px;
    padding-bottom: 0;
    padding-right: 0;
}

.about-style-four-info .clients-card::after {
    position: absolute;
    right: 3px;
    top: -35px;
    content: "";
    height: 35px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
}

.about-style-four-info .clients-card::before {
    position: absolute;
    left: -17px;
    bottom: 0;
    content: "";
    height: 35px;
    width: 17px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
}

.clients-card h5 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -5px;
}


/* About Style Five */

.about-style-five-left-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.about-style-five-left-info img {
    border-radius: 10px;
}

.about-style-five-left-info .fun-fact {
    height: 100%;
    background: var(--bg-gray);
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.about-style-five-left-info .fun-fact h4 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.about-style-five-left-info .fun-fact h4 a {
    display: inline-block;
    height: 45px;
    width: 45px;
    min-width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--dark);
    color: var(--white);
    border-radius: 50%;
    transform: rotate(-45deg);
}

.about-style-five-left-info .fun-fact h4 a i {
    font-weight: 100;
}

.about-style-five-left-info .fun-fact h4 a:hover {
    background: var(--color-primary);
    transform: rotate(0);
}

.color-style-two .about-style-five-left-info .fun-fact {
    background: var(--bg-gradient-two);
}

.color-style-two .about-style-five-left-info .fun-fact .counter {
    color: var(--white);
}

.color-style-two .about-style-five-left-info .fun-fact h4 {
    color: var(--white);
}

.color-style-two .about-style-five-left-info .fun-fact a {
    background: var(--white);
    color: var(--color-heading);
}

.color-style-two .about-style-five-left-info .fun-fact a:hover {
    background: var(--dark);
    color: var(--white);
}


/* ============================================================== 
    # Skill Fact
=================================================================== */

.skill-facts-area {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 10%;
}

.skill-fact-info .circle-progress {
    display: flex;
    gap: 40px;
    text-align: center;
    margin-top: 30px;
}

.skill-fact-info .circle-progress .circle {
    position: relative;
}

.skill-fact-info .circle-progress .circle strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    margin-top: -5px;
    color: var(--white);
}

.skill-fact-info .circle-progress .progressbar h4 {
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
    color: var(--white);
}


/* ============================================================== 
    # Faq
=================================================================== */

.faq-area {
    position: relative;
    z-index: 1;
}

.faq-sahpe img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.faq-sahpe img:first-child {
    left: auto;
    right: 20px;
    bottom: -50px;
    animation: fadeRightLeft 5s ease-out infinite;
}

.faq-sahpe img:nth-child(2) {
    max-width: 200px;
}

.faq-style-one button.accordion-button {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 600;
    padding: 25px !important;
    background: var(--white) !important;
    border-radius: 10px !important;
    padding-right: 60px !important;
    position: relative;
    border-radius: 10px !important;
    box-shadow: inherit;
    border-bottom: 1px solid transparent !important;
}

.faq-style-one button.accordion-button::after {
    background: transparent;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 25px;
    position: absolute;
    top: 22px;
    right: 25px;
}

.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: var(--white);
    border: none;
    margin-top: 15px;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%) !important;
    border-radius: 10px;
}

.faq-style-one .accordion-item:first-child {
    margin-top: 0;
}

.faq-style-one .accordion-item h2 {
    margin: 0;
    border: none;
}

.faq-style-one .accordion-body {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.faq-style-one .accordion-body p {
    margin: 0;
    color: var(--color-paragraph);
}

.faq-style-one button.accordion-button strong {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid #e7e7e7;
}

.accordion-item .accordion-button:not(.collapsed) {
    background: var(--color-primary) !important;
    border-radius: 10px 10px 0 0 !important;
    color: var(--white) !important;
}

.secondary .accordion-item .accordion-button:not(.collapsed) {
    background: var(--bg-gradient-secondary) !important;
}

.shape-left-center {
    left: -200px;
    position: absolute;
    bottom: 80px;
    z-index: -1;
}

.faq-style-one {
    position: relative;
    z-index: 1;
}

.faq-style-one::after {
    position: absolute;
    left: -120px;
    top: 180px;
    content: "";
    height: 250px;
    width: 250px;
    background: linear-gradient(-62.5deg, transparent, rgba(237, 245, 255, 0.2));
    z-index: -1;
    border-radius: 50%;
}

.secondary.faq-style-one::after {
    left: auto;
    right: -100px;
    top: -50px;
    bottom: auto;
    height: 200px;
    width: 200px;
    background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
}

.faq-style-one-area {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.faq-sidebar {
    position: relative;
    z-index: 9;
}

.faq-sidebar-item {
    padding: 50px;
    overflow: hidden;
    border-radius: 7px;
}

.faq-sidebar-item h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.faq-sidebar-item li {
    margin-top: 7px;
}

.bg-gradient .accordion-item .accordion-button:not(.collapsed) {
    background: var(--dark) !important;
}


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

.triangle-shape {
    max-width: 12%;
    position: absolute;
    left: 0;
    top: -120px;
}

.center-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-style-one-item {
    background: var(--white);
    padding: 67px 50px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}

.services-style-one-item .icon img {
    height: 80px;
}

a.round-btn {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transform: rotate(45deg);
    background: var(--color-primary);
    border-radius: 50%;
}

.services-style-one-item a.round-btn {
    margin-top: 10px;
}

.services-style-one-item span {
    position: absolute;
    right: 65px;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    opacity: 0.07;
    top: 80px;
    z-index: -1;
}

.services-style-one-item .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 60px;
}

.services-style-one-item .icon::after {
    position: absolute;
    left: -50px;
    bottom: 0;
    content: "";
    height: 30px;
    right: 70px;
    border: 1px solid #cccccc;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 10px;
}

.services-style-one-item .icon::before {
    position: absolute;
    right: 66px;
    bottom: 25px;
    content: "";
    height: 10px;
    width: 10px;
    background: #cccccc;
    border-radius: 50%;
    z-index: 1;
}


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

.feature-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list-item li {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin-top: 8px;
    font-weight: 500;
}

.feature-list-item li::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--white);
    font-weight: 500;
    font-size: 11px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
}

.quick-contact-widget {
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 37px;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
}

.quick-contact-widget .content {
    position: relative;
    z-index: 1;
}

.quick-contact-widget h2 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}

.quick-contact-widget h4 a {
    font-weight: 400;
    border-bottom: 2px solid;
}

.quick-contact-widget i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-weight: 100;
    background: #ffffff;
    color: var(--color-primary);
    font-size: 22px;
    border-radius: 50%;
    margin-bottom: 40px;
    position: relative;
}

.quick-contact-widget i::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    height: 80px;
    width: 80px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.8;
}

.quick-contact-widget::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
    opacity: 0.3;
    border-radius: 7px;
}

.quick-contact-widget .btn-sm {
    font-size: 16px;
}

.services-sidebar .single-widget {
    margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
    position: absolute;
    left: 10px;
    bottom: 0;
    content: "";
    height: 3px;
    width: 50px;
    border-bottom: 3px solid var(--color-primary);
}

.services-sidebar .single-widget .widget-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 5px;
    background: var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
    font-size: 24px;
}

.services-sidebar .single-widget:first-child {
    margin-top: 0;
}

.widget-brochure ul {
    padding-left: 0;
    list-style: none;
}

.widget-brochure ul li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 5px;
    border: 2px solid #cddff7;
    color: var(--color-heading);
}

.widget-brochure ul li a:hover {
    color: var(--color-primary);
}

.widget-brochure ul li:first-child a {
    margin-top: 0;
}

.widget-brochure ul li:first-child a,
.widget-brochure ul li a:hover {
    background: var(--color-primary);
    border-color: transparent;
    color: var(--white);
}

.widget-brochure ul li i {
    font-size: 35px;
    font-weight: 100;
    margin-right: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
.widget-brochure ul li:first-child i {
    color: var(--white);
}

@media only screen and (max-width: 767px) {
    .services-more .row {
        margin-top: -20px;
    }
}

.services-more .item {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgb(3 27 78 / 8%);
    background: var(--white);
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}

.services-more .item i::before {
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    .services-more .item {
        margin-top: 30px;
        padding: 50px 30px;
        border: 1px solid #dddddd;
    }
}

.services-more .item i {
    display: inline-block;
    font-size: 30px;
    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: 40px;
}

.services-list-widget {
    padding: 50px;
    border-radius: 10px;
    padding-top: 60px;
    background: var(--bg-gray);
}

.services-list-widget a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
}

.services-list-widget .current-item a {
    color: var(--color-primary);
    font-weight: 600;
}

.services-list-widget li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list-widget li:first-child {
    border: none;
    margin-top: -10px;
}

.services-list-widget a i {
    float: right;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-sidebar .single-widget.text-light .widget-title::after {
    border-color: var(--white);
}

.services-details-items img {
    border-radius: 10px;
}

.services-list-widget a::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.services-list-widget .current-item a::after {
    opacity: 1;
}

.dark .accordion-item .accordion-button:not(.collapsed) {
    background: var(--dark) !important;
}


/* ============================================================== 
    # CHoose Us Style
=================================================================== */

.choose-us-style-one-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose-us-style-one-area::after {
    position: absolute;
    left: -10%;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    background: var(--dark);
    z-index: -1;
    transform: skewX(-10deg);
}

.cover-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.choose-us-style-one-area .text-invisible {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 7vw;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 600;
    opacity: 0.5;
    line-height: 1;
}

.list-item {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

.list-item li {
    margin-top: 35px;
}

.list-item li h4 {
    font-weight: 600;
    font-size: 22px;
}

.choose-us-style-one p {
    color: #d1d1d7;
    margin: 0;
}

.list-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 7px;
    background: var(--color-primary);
}

.choose-us-style-one {
    position: relative;
    z-index: 1;
}

.choose-us-style-one .shape-circle {
    position: absolute;
    left: -80px;
    top: -59px;
    z-index: -1;
}

.shape-left-top img {
    height: 100%;
}

.shape-left-top {
    max-width: 10%;
    position: absolute;
    left: 0;
    top: 0;
}


/* ============================================================== 
    # Choose Us Style Two
=================================================================== */

.choose-us-style-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-left: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.choose-us-style-thumb .shape {
    position: absolute;
    right: 80px;
    top: 50px;
    z-index: -1;
    width: 100%;
}

.choose-us-style-thumb .fun-fact {
    position: absolute;
    right: -100px;
    bottom: 40%;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 45px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 8px;
}

.choose-us-style-thumb .fun-fact .medium {
    font-size: 20px;
    font-weight: 500;
}

.choose-us-style-two .expertise {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 70px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background-size: 70%;
    background-position: right;
    margin-top: 35px;
}

.choose-us-style-two .expertise .left {
    padding: 50px;
    background: var(--white);
    border-radius: 30px 0 0 30px;
    border: 1px solid #e7e7e7;
}

.choose-us-style-two .expertise::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80%;
    background: var(--dark);
    z-index: -1;
    opacity: 0.3;
    border-radius: 30px;
    mix-blend-mode: multiply;
}

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

.video-play-button.with-text .effect {
    height: 60px;
    width: 60px;
    left: 0;
    background: var(--white);
    top: 0;
    opacity: 1;
    z-index: 1;
}

.video-play-button.with-text .effect::after {
    background: var(--white);
    height: 100%;
    width: 100%;
    z-index: inherit;
    animation-delay: 0s;
}

.choose-us-style-two .expertise .left h2 {
    font-size: 20px;
    color: var(--color-heading);
    margin: 0;
}

.choose-us-style-two .expertise .left h2 strong {
    display: block;
    font-size: 80px;
    line-height: 1;
}

.choose-us-style-two ul.list-style-one {
    margin-top: 30px;
}

.list-style-one {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style-one li {
    font-size: 17px;
    font-weight: 500;
    color: #232323;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
}

.list-style-one li::after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    height: 23px;
    width: 23px;
    line-height: 23px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 5px;
    color: var(--color-primary);
    font-weight: 500;
}


/* ============================================================== 
    # Choose Us Style Three
=================================================================== */

.choose-us-style-three-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose-us-style-three-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 50%;
}

.choose-us-style-three-thumb {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: -120px;
    position: relative;
    bottom: -120px;
}

.choose-us-style-three-info .d-flex {
    gap: 50px;
    justify-content: space-between;
    margin-top: 35px;
}

.choose-us-style-three-info .fun-fact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choose-us-style-three-info .fun-fact {
    background: var(--dark);
    padding: 35px;
    border-radius: 10px;
}

.choose-us-style-three-info .fun-fact .counter {
    color: var(--white);
}

.choose-us-style-three-info .fun-fact .medium {
    color: var(--white);
}

ul.list-style-two {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

ul.list-style-two li {
    padding-left: 28px;
    position: relative;
    z-index: 1;
}

ul.list-style-two li::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    background: var(--color-primary);
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 19px;
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
    border-radius: 50%;
}

.color-style-two ul.list-style-two li::after {
    background: var(--bg-gradient-two);
}

.choose-us-style-three-info .progress-box {
    margin-top: 35px;
}

.choose-us-style-three-info .progress-box .progress {
    height: 10px;
    border-radius: 30px;
    overflow: hidden;
    background: #bccdd4;
    overflow: inherit;
    position: relative;
}

.choose-us-style-three-info .progress-box .progress .progress-bar {
    background: var(--bg-gradient);
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    height: 100%;
}

.choose-us-style-three-info .progress-box h5 {
    margin-bottom: 20px;
    font-size: 22px;
}


/* ============================================================== 
    # Choose Us Style Four
=================================================================== */

.choose-us-style-four-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.half-shape-dark-top {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.half-shape-dark-top::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
}

.choose-us-four-thumb {
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
}

.choose-us-four-thumb img {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.choose-us-four-thumb img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 45%;
}

.choose-us-four-thumb img:nth-child(3) {
    border: none;
    border-radius: 0;
    max-width: 38%;
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: -1;
}

.choose-us-four-thumb .btn {
    margin-top: 30px;
}

.choose-us-four-thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 50%;
    background: var(--bg-gradient-two);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.2;
}

ul.list-card-two {
    margin: 0;
    list-style: none;
    padding: 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    margin-top: 30px;
}

ul.list-card-two li p {
    margin: 0;
}

ul.list-card-two li {
    margin-top: 30px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

ul.list-card-two li:first-child {
    margin-top: 0;
}

ul.list-card-two li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--bg-gradient);
    border-radius: 3px;
}

.color-style-two ul.list-card-two li::after {
    background: var(--bg-gradient-two);
}


/* ============================================================== 
    # Expertise Style One
=================================================================== */

.ceo-quote {
    display: flex;
    align-items: center;
}

.ceo-quote h4 {
    margin-bottom: 5px;
}

.ceo-quote .right {
    border-left: 1px solid #aeb7c0;
    margin-left: 30px;
    padding-left: 30px;
}

.expertise-style-one-info .ceo-quote {
    margin-top: 30px;
    border-top: 1px solid #aeb7c0;
}

.ceo-quote img {
    height: 60px;
}

.expertise-style-one-info .ceo-quote .left {
    padding-top: 30px;
}

.expertise-style-one-info .ceo-quote .right {
    padding-top: 30px;
}

.expertise-style-one-thumb .skill-items {
    margin-top: 30px;
}

.expertise-style-one-thumb .skill-items .progress-box .progress {
    background: #eadde7;
    height: 13px;
    position: relative;
    border-radius: 16px;
}

.expertise-style-one-thumb .skill-items .progress-box .progress .progress-bar {
    position: absolute;
    left: 3px;
    top: 3px;
}

.color-style-two .expertise-style-one-thumb .skill-items .progress-box .progress .progress-bar {
    background: var(--bg-gradient-two);
}

.expertise-style-one-thumb .skill-items .progress-box h5 {
    margin-bottom: 15px;
}


/* ============================================================== 
    # Process Style
=================================================================== */

.large-shape {
    position: absolute;
    right: 0;
    top: -120px;
    max-width: 20%;
}

.process-style-one-area {
    background-size: cover;
}

.process-style-one .thumb {
    position: relative;
    z-index: 1;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto auto 30px;
}

.process-style-one .thumb::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 110%;
    background: url(../img/shape/14.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.35s ease-in-out;
}

.process-style-one .thumb::before {
    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) 130%) repeat scroll 0 0;
    mix-blend-mode: multiply;
}

.process-style-one p {
    margin: 0;
}

.process-style-one {
    padding: 0 30px;
}

.process-style-one h4 {
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.process-style-one .thumb span {
    font-weight: 600;
    position: absolute;
    bottom: -20px;
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    font-family: Calibri;
    left: 55px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    line-height: 1;
}

.process-style-one:hover .thumb::after {
    bottom: 0;
}

.active.process-style-one .thumb::after {
    bottom: 0;
}

.process-style-one img {
    transition: all 0.35s ease-in-out;
}

.active .process-style-one:hover .thumb::before {
    opacity: 0;
}


/* ============================================================== 
    # Process Style Two
=================================================================== */

.process-style-two {
    position: relative;
    z-index: 1;
    padding: 50px;
    background: var(--white);
    border-radius: 15px;
    padding-top: 95px;
    overflow: hidden;
}

.process-style-two-area .shape {
    position: absolute;
    left: 0;
    top: -100px;
    max-width: 10%;
}

.process-style-two .icon {
    margin-top: 30px;
}

.process-style-two span {
    display: inline-block;
    height: 85px;
    width: 60px;
    text-align: center;
    line-height: 100px;
    background: var(--bg-gradient-secondary);
    border-radius: 50px;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: -22px;
}

.process-style-two-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.process-style-two h4 {
    color: var(--color-heading);
}

.bg-dark .process-style-two p {
    color: var(--color-paragraph);
}


/* ============================================================== 
    # Process Style Three
=================================================================== */

.process-style-three-area {
    margin-bottom: 0px;
}

.process-style-three-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 25%;
    position: relative;
    z-index: 1;
}

.process-style-three {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

.process-style-three h4 {
    background: var(--bg-gradient);
    color: var(--white);
    padding: 20px;
    margin: 0;
}

.process-style-three .info {
    padding: 40px;
}

.process-style-three .info p {
    margin: 0;
}

.process-style-three:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.process-style-three:nth-child(2n) img {
    margin: 0;
    margin-bottom: 30px;
}

.process-style-three img {
    margin-bottom: 30px;
}

.process-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 100%;
}

.process-arrow img {
    height: 1200px;
    object-fit: contain;
    object-position: center;
}

.process-style-three:first-child {
    position: relative;
    right: 130px;
}

.process-style-three:nth-child(5) {
    position: relative;
    right: 130px;
}

@media (max-width: 992px) {
    .process-style-three:nth-child(5) {
        right: 0px;
    }
}

.process-style-three:nth-child(4) {
    position: relative;
    left: 130px;
}


/* ============================================================== 
    # Technology Inxed Style
=================================================================== */

.technology-index-area {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bg-dark p {
    color: #d1d1d7;
}

ul.tech-index-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

ul.tech-index-items li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, #18306b 0%, #17368a 100%);
    border-radius: 10px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

ul.tech-index-items li a img {
    height: 30px;
}

ul.tech-index-items li a .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.tech-index-items li a .left h4 {
    text-transform: uppercase;
    margin: 0;
}

ul.tech-index-items li a .left i {
    font-size: 40px;
}

ul.tech-index-items li a .left i.fa-robot {
    font-size: 35px;
}

ul.tech-index-items li a .left i.fa-router {
    font-size: 32px;
}

ul.tech-index-items li a .left i.fa-apple {
    font-size: 42px;
}

ul.tech-index-items li a svg {
    transition: all 0.35s ease-in-out;
}

ul.tech-index-items li a:hover svg {
    transform: rotate(45deg);
}


/* ============================================================== 
    # Technology Index Style
=================================================================== */

.left-heading-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.left-heading-two .left-info {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    padding-bottom: 50px;
}

.left-heading-two .right-info {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-top: 50px;
}

.left-heading-two .left-info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.left-heading-two .right-info::after {
    position: absolute;
    left: -1px;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top-left-radius: 30px;
}

.left-heading-two .left-info h2 {
    margin: 0;
}

.left-heading-two .right-info .fun-fact {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 50px;
    margin-right: 50px;
}

.left-heading-two .right-info .fun-fact:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.left-heading-two .right-info .fun-fact .counter {
    color: var(--white);
    font-size: 60px;
}

.left-heading-two .right-info .fun-fact h4 {
    font-size: 20px;
}

.left-heading-two .right-info .fun-fact span.medium {
    color: var(--white);
    opacity: 0.9;
    font-weight: 600;
}

.technology-index-two-items {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 30px;
    margin-top: 50px;
}

.tech-index-two-item a {
    display: block;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tech-index-two-item img {
    max-height: 60px;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
}

.tech-index-two-item h5 {
    text-transform: uppercase;
    margin: 0;
}

.tech-index-two-item a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    transform: scale(0);
    border-radius: 10px;
}

.tech-index-two-item a:hover::after {
    transform: scale(1);
}

.color-style-two .tech-index-two-item a::after {
    background: var(--bg-gradient-two);
}

.tech-index-two-item img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.tech-index-two-item:hover img:nth-child(2) {
    margin: 0;
    visibility: visible;
    opacity: 1;
}

.tech-index-two-item:hover img:first-child {
    opacity: 0;
    visibility: hidden;
}


/* ============================================================== 
    # Partner Style
=================================================================== */

.partner-map {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.partner-map h2 {
    font-size: 250px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.partner-map h2 span {
    position: absolute;
    font-size: 40px;
    color: var(--color-primary);
}

.partner-map h4 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
}

.mask-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
}

.partner-items ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.partner-items ul img {
    width: auto;
    text-align: center;
    margin: auto;
}

.partner-items ul li::after {
    position: absolute;
    right: -2px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

.partner-items ul li::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
}

.partner-items ul li {
    position: relative;
    padding: 45px 30px;
    display: flex;
    align-items: center;
}


/* Partner Style Two */

.partner-heading {
    position: relative;
    z-index: 1;
}

.partner-heading::after {
    position: absolute;
    right: 0;
    top: -200px;
    content: "";
    height: 500px;
    width: 30px;
    background: var(--white);
    transform: skewX(-10deg);
}

.partner-heading::before {
    position: absolute;
    right: 5px;
    top: -200px;
    content: "";
    height: 500px;
    width: 400%;
    background: var(--dark);
    z-index: -1;
    transform: skewX(-10deg);
}

.partner-heading h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
}

.partner-heading h3 strong {
    font-size: 36px;
    font-weight: 600;
    color: var(--color-secondary);
    text-decoration: underline;
}

.partner-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right bottom;
}

.partner-style-two-area {
    position: relative;
    z-index: 1;
}


/* ============================================================== 
    # Team Style
=================================================================== */

.bg-contain-center {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

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

.team-style-one .thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-style-one .thumb .social {
    position: absolute;
    left: -80px;
    right: 50px;
    bottom: 0;
    padding: 15px;
    background: var(--color-primary);
    z-index: 1;
    text-align: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-style-one.active .thumb .social,
.team-style-one:hover .thumb .social {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.team-style-one .thumb .social ul li {
    display: inline-block;
    margin: 0 15px;
}

.team-style-one .thumb .social ul li a {
    display: inline-block;
    color: var(--white);
}

.team-style-one .thumb::after {
    position: absolute;
    left: -120px;
    bottom: -50px;
    content: "";
    height: 200px;
    width: 200px;
    background: var(--dark);
    transform: skewX(40deg);
    opacity: 0;
    transition: all 0.15s ease-in-out;
    visibility: hidden;
}

.team-style-one.active .thumb::after,
.team-style-one:hover .thumb::after {
    opacity: 0.5;
    visibility: visible;
    bottom: 0;
    transition-delay: 200ms;
}

.team-style-one .thumb::before {
    position: absolute;
    right: -99px;
    bottom: -100px;
    content: "";
    height: 200px;
    width: 130px;
    background: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transform: skewX(-40deg);
    transition: all 0.35s ease-in-out;
}

.team-style-one.active .social,
.team-style-one:hover .social {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.team-style-one.active .thumb::before,
.team-style-one:hover .thumb::before {
    opacity: 0.5;
    visibility: visible;
    bottom: 0;
    transition-delay: 400ms;
    transition-duration: 200ms;
}

.team-style-one h4 {
    margin: 0;
}


/* Team Style Two */

.team-style-two-area {
    background-repeat: no-repeat;
    background-position: left bottom;
}

.team-style-two .info {
    padding: 30px;
    position: relative;
    max-width: 85%;
}

.team-style-two .title {
    font-size: 24px;
    margin-bottom: 5px;
}

.team-style-two .thumb {
    padding-left: 70px;
    position: relative;
    z-index: 1;
}

.team-style-two .thumb::after {
    position: absolute;
    left: 25px;
    top: 0;
    content: "";
    height: 0;
    width: 20px;
    background: var(--color-primary);
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.secondary .team-style-two .thumb::after {
    background: var(--color-secondary);
}

.team-style-two:hover .thumb::after {
    height: 50%;
    opacity: 1;
    visibility: visible;
}

.team-style-two .info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 150%;
    width: 100%;
    background: var(--white);
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}

.team-style-two .thumb img {
    border-radius: 10px;
}

.team-style-two .social {
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.team-style-two .social a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--color-secondary);
    color: var(--white);
    border-radius: 50%;
    margin-top: 10px;
}

.team-style-two .social li {
    transition: all 0.35s ease-in-out;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.team-style-two .social li:nth-child(2) {
    transform: translateY(20px);
}

.team-style-two .social li:first-child {
    transform: translateY(30px);
}

.team-style-two:hover .social li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 20ms;
}

.team-style-two:hover .social li:nth-child(2) {
    transform: translateY(0);
    transition-delay: 30ms;
}

.team-style-two:hover .social li:first-child {
    transform: translateY(0);
    transition-delay: 40ms;
}

.team-style-two .social li.facebook a {
    background: #3B5998;
}

.team-style-two .social li.twitter a {
    background: #1DA1F2;
}

.team-style-two .social li.pinterest a {
    background: #E60023;
}

.team-style-two .social li.g-plus a {
    background: #DB4437;
}

.team-style-two .social li.linkedin a {
    background: #0077B5;
}

.team-style-two .social li.dribbble a {
    background: #ea4c89;
}


/* Team Style Three */

.team-style-three-items {
    margin-top: -50px;
}

.team-style-three-item {
    margin-top: 50px;
}

.team-style-three-item .thumb {
    position: relative;
    padding: 15px;
    background-size: cover;
    max-width: 350px;
    margin: auto auto 30px;
}

.team-style-three-item .thumb img {
    border-radius: 50%;
}

.team-style-three-item .item {
    padding: 0 20px;
}

.social-overlay {
    position: absolute;
    right: 50px;
    bottom: 3px;
    z-index: 1;
}

.social-overlay .icon i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
    background: var(--dark);
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    font-weight: 400;
    border: 2px solid;
}

.team-style-three-item h4 {
    margin-bottom: 5px;
}

.social-overlay ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.social-overlay ul li a {
    display: inline-block;
}

.social-overlay ul li a i {
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.35s ease-in-out;
}

.social-overlay ul li:first-child a i {
    transition-delay: 0.60ms;
}

.social-overlay ul li:nth-child(2) a i {
    transition-delay: 0.45ms;
}

.social-overlay ul li:nth-child(3) a i {
    transition-delay: 0.30ms;
}

.social-overlay ul li:nth-child(4) a i {
    transition-delay: 0.15ms;
}

.team-style-three-item .item:hover .thumb .social-overlay ul li a i {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.social-overlay ul li a i.fa-facebook-f {
    background: #3B5998;
}

.social-overlay ul li a i.fa-dribbble {
    background: #ea4c89;
}

.social-overlay ul li a i.fa-linkedin-in {
    background: #0077B5;
}


/* Team Style Four */

.team-style-four-item {
    margin-top: 50px;
}

.team-style-two-items {
    margin-top: -50px;
}

.team-style-four-item .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}

.team-style-four-item .thumb span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    text-transform: uppercase;
    color: var(--color-heading);
    padding: 0 15px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    z-index: 9;
    padding-right: 25px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
}

.team-style-four-item .thumb span::before {
    position: absolute;
    left: 8px;
    top: -19px;
    content: "";
    height: 27px;
    width: 11px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transform: rotate(90deg);
}

.team-style-four-item .thumb span::after {
    position: absolute;
    right: -20px;
    bottom: -9px;
    content: "";
    height: 29px;
    width: 11px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--white);
    transform: rotate(90deg);
}

.team-style-four-item .item {
    position: relative;
}

.team-style-four-item .item:hover .social-overlay ul li a i {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.team-style-four-item .item .social-overlay {
    right: 30px;
}

.color-style-two .social-overlay .icon i {
    background: var(--bg-gradient-two);
}

.team-style-four-item .item h4 {
    margin: 0;
}


/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .team-content-top {
    bottom: -50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.team-single-area .team-content-top .right-info {
    padding-left: 35px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.team-single-area .team-content-top .right-info h2 {
    font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
    display: block;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 25px;
}

.team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

.team-single-area .right-info ul li {
    margin-top: 10px;
    color: var(--color-heading);
}

.team-single-area .right-info ul li strong {
    font-weight: 600;
}

.team-single-area .right-info ul li a {
    font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
    color: var(--color-primary);
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 600;
    align-items: center;
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px;
}

.team-single-area .right-info .social ul {
    margin: 0;
    padding: 0;
    border: none;
}

.team-single-area .right-info .social .share-link {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    padding-right: 20px;
}

.team-single-area .right-info .social .share-link>i {
    display: inline-block;
    height: 45px;
    background: var(--white);
    box-shadow: 0 0 10px #cccccc;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color-primary);
}

.team-single-area .right-info .social ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
    left: 58px;
    opacity: 1;
    pointer-events: auto;
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
}

.team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 50%;
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
    padding-left: 35px;
}

.skill-items .progress-box {
    margin-bottom: 35px;
}

.team-single-area .team-content-top img {
    border-radius: 30px;
}

.skill-items .progress-box:last-child {
    margin-bottom: 0;
}

.skill-items .progress-box h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.skill-items .progress-box h5 span {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    top: -21px;
    left: 0;
    z-index: -1;
    opacity: 0.05;
    font-weight: 600;
}

.skill-items .skill-items {
    margin-top: 40px;
}

.skill-items .progress-box .progress {
    background: transparent;
    border-bottom: none;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
    height: 6px;
    border-radius: 30px;
    background: var(--bg-gradient);
    top: 12px;
    position: relative;
    overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -40px;
    display: block;
    font-size: 17px;
    color: var(--color-heading);
    font-weight: 700;
}

.team-single-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.team-list-item h4 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 28px;
}

.team-list-item h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.team-list-item span {
    text-transform: none;
    margin-bottom: 5px;
    color: var(--color-heading);
    display: block;
}

.team-list-item li {
    margin-top: 30px;
}

.team-list-item li:first-child {
    margin-top: 0;
}

.team-single-list ul {
    border: none;
    margin-top: 0;
    padding: 0;
}

.skill-items h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.team-list-item ul {
    border-left: 1px solid;
    padding-left: 25px;
}

.team-list-item ul li {
    position: relative;
    z-index: 1;
}

.team-list-item ul li::after {
    position: absolute;
    left: -33px;
    top: 3px;
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: var(--white);
}


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

.pricing-style-one {
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: var(--white);
}

.pricing-style-one .pricing-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.pricing-style-one .pricing-content {
    padding-top: 25px;
}

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

.pricing-style-one .pricing-header span {
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 30px;
    background: var(--white);
    bottom: -14px;
    padding: 0 19px;
    color: var(--color-heading);
    font-weight: 500;
}

.pricing-style-one {
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 30px;
}

.pricing-style-one .pricing-header p {
    margin: 0;
}

.pricing-style-one .pricing-content h2 {
    font-weight: 600;
    font-size: 50px;
}

.pricing-style-one .pricing-content h2 strong {
    font-weight: 600;
    color: var(--color-primary);
}

.secondary .pricing-style-one .pricing-content h2 strong {
    color: var(--color-secondary);
}

.pricing-style-one .pricing-content h2 sub {
    font-size: 15px;
    font-weight: 400;
    left: -5px;
}

.pricing-style-one .pricing-content h2 sup {
    font-size: 25px;
    top: -18px;
}

.pricing-style-one .pricing-content li {
    margin-top: 6px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.pricing-style-one .pricing-content li i {
    color: var(--color-primary);
    margin-right: 8px;
    font-size: 15px;
}

.secondary .pricing-style-one .pricing-content li i {
    color: var(--color-secondary);
}

.pricing-style-one .pricing-content li i.fa-times-circle {
    font-weight: 100;
}

.pricing-style-one .pricing-content a {
    display: block;
}

.pricing-style-one.active {
    border: 2px solid var(--color-primary);
}

.secondary .pricing-style-one.active {
    border: 2px solid var(--color-secondary);
}

.pricing-style-one.active .pricing-header {
    border-bottom: 1px solid var(--color-secondary);
}

.pricing-badge {
    position: absolute;
    right: -75px;
    top: -80px;
}

.pricing-badge h5 {
    display: inline-block;
    margin: 0;
    font-weight: 600;
}

.pricing-badge img {
    height: 40px;
    transform: rotate(5deg);
    display: block;
}


/* ============================================================== 
    # Pricing Style Two
=================================================================== */

.pricing-style-two-area {
    background-size: cover;
    background-position: left;
}

.pricing-style-two {
    background: var(--white);
    padding: 50px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
}

.pricing-style-two .pricing-header {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.pricing-style-two .pricing-header h4 {
    margin: 0;
}

.pricing-style-two .pricing-header .icon {
    display: inline-flex;
    background: var(--bg-gradient);
    height: 55px;
    width: 55px;
    padding: 15px;
    border-radius: 50%;
}

.pricing-style-two .price span {
    display: block;
    font-size: 17px;
    color: #8b8888;
    font-weight: 400;
    margin-top: 5px;
}

.pricing-style-two .price {
    position: relative;
}

.pricing-style-two .price h2 .discount {
    font-size: 17px;
    background: #dadde4;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 30px;
    padding-right: 13px;
}

.pricing-style-two .price h2 {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    font-size: 45px;
    margin: 0;
}

.pricing-style-two .btn {
    width: 100%;
}

.pricing-style-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.pricing-style-two ul li i {
    font-size: 15px;
    color: var(--color-primary);
}

.pricing-style-two ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.pricing-style-two ul li i.fa-times-circle {
    font-weight: 300;
}


/* ============================================================== 
    # Project Style
=================================================================== */

.project-two-items {
    position: relative;
    z-index: 1;
}

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

.bottom-shape-light::after {
    position: absolute;
    left: 0;
    top: 462px;
    content: "";
    bottom: 0;
    right: 0;
    background: var(--white);
    z-index: -1;
}

.project-style-one .info {
    background: var(--white);
    padding: 80px;
    margin-top: 80px;
    position: relative;
    left: -120px;
    margin-right: -120px;
    border: 1px solid #e7e7e7;
    border-top: none;
}

.project-style-one .info>span {
    display: block;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.project-style-one h3 {
    margin-bottom: 25px;
}

.project-swiper-nav {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    width: 200px;
    justify-content: space-between;
    align-items: center;
}

.project-swiper-nav>div {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9;
    position: relative;
    border-radius: 50%;
}

.project-swiper-nav>div::after {
    position: absolute;
    top: 7px;
    content: "";
    height: 100%;
    width: 100%;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    color: var(--white);
}

.project-swiper-nav .project-button-next::after {
    content: "\f105";
}

.project-swiper-nav .project-button-prev::after {
    content: "\f104";
}

.project-style-one-carousel {
    padding-top: 120px;
    margin-top: -120px;
}

.project-swiper-nav .project-pagination {
    background: transparent;
    position: absolute;
    line-height: 40px;
    color: var(--white);
    font-size: 24px;
    width: auto;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}


/* Cursor Hover Effect */

.cursor-hover-parent {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.banner-style-three-area .cursor-hover-parent div {
    height: auto;
}

.cursor {
    position: absolute;
    background: var(--color-primary);
    cursor: pointer;
    width: 16px;
    height: 16px !important;
    border-radius: 100%;
    z-index: 9;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    transform: scale(0.8);
    text-align: center;
}

.cursor.active {
    opacity: 1;
    transform: scale(8);
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
}

.cursor::before {
    content: "< DRAG >";
    width: 100px;
    height: 100px;
    position: absolute;
    font-size: 2px;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    opacity: 0;
    color: var(--white);
    text-align: center;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-family: var(--font-heading);
}

.cursor.active::before {
    opacity: 1;
}

.cursor-follower {
    position: absolute;
    width: 40px;
    height: 40px !important;
    border-radius: 100%;
    z-index: 2;
    background-color: rgba(19, 81, 216, 0.5);
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    transform: translate(4px, 4px);
}

.bg-dark .cursor-follower {
    background-color: rgba(255, 255, 255, 0.7);
}

.cursor-follower.active {
    opacity: 0.3;
    transform: scale(0);
    text-align: center;
}


/* ============================================================== 
    # Project Style Two 
=================================================================== */

.project-style-two-area {
    position: relative;
    z-index: 1;
}

.project-style-two-area .banner-sahpe {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
    width: 100%;
}

.project-style-two-area .banner-sahpe img {
    width: 100%;
}

.project-style-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.project-style-two .content {
    padding: 35px;
}

a.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.project-style-two .btn-arrow {
    margin-top: 10px;
}

.project-style-two span {
    display: inline-block;
    background: var(--bg-gradient);
    margin-bottom: 20px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 20px;
    padding-top: 5px;
    border-radius: 5px;
    font-size: 15px;
}

.project-style-two .thumb {
    transition: all 0.35s ease-in-out;
    text-align: center;
    height: 100%;
}

.project-style-two .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-style-two .content {
    transition: all 0.35s ease-in-out;
}

.project-style-two h4 {
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 20px;
}


/* ============================================================== 
    # Project Style Three 
=================================================================== */

.project-style-three-item .project-style-three-info {
    background: var(--white);
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.project-style-three-item {
    margin-bottom: 50px;
}

.project-style-three-item img {
    border-radius: 10px;
}

.project-style-three-info span {
    display: block;
    margin-bottom: 5px;
}

.project-style-three-info .bottom {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
}

.project-style-three-info .bottom h5 {
    margin: 0;
}

.project-style-three-info .pf-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.project-style-three-info .pf-tags li {
    display: inline-block;
    padding: 3px 20px;
    border: 1px solid #f2b6f2;
    border-radius: 30px;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.color-style-two .project-style-three-info .pf-tags li {
    background: var(--bg-gradient-two);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.project-style-three-items {
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
}

.project-style-three-item:nth-child(2n) .row {
    flex-direction: row-reverse;
}


/* ============================================================== 
    # Gallery 
=================================================================== */

.magnific-mix-gallery {
    margin: -15px;
    overflow: hidden;
}

.gallery-items.colums-3 .gallery-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.gallery-items.colums-2 .gallery-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.gallery-items.colums-4 .gallery-item {
    float: left;
    padding: 15px;
    width: 25%;
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .gallery-items.colums-2 .gallery-item,
    .gallery-items.colums-3 .gallery-item,
    .gallery-items.colums-4 .gallery-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


/* Max Wide Mobile Layout: 600px. */

@media only screen and (min-width: 600px) and (max-width: 1200px) {
    /* Portfolio */
    .gallery-items.colums-4 .gallery-item {
        width: 50%;
    }
}

.gallery-style-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-style-one .content-inner {
    display: inline-block;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    overflow: hidden;
    border-radius: 0 10px 10px;
    margin-right: 30px;
}

.gallery-style-one .overlay {
    display: flex;
    justify-content: space-between;
    bottom: 30px;
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    position: absolute;
    z-index: 1;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
}

.gallery-item .gallery-style-one:hover .overlay,
.gallery-item.active .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.gallery-item .gallery-style-one:hover .shape,
.gallery-item.active .shape {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
}

.gallery-style-one .overlay span {
    display: inline-block;
    margin-bottom: 5px;
}

.gallery-style-one h4 {
    margin: 0;
}

.gallery-style-one .overlay .link {
    position: absolute;
    right: -100px;
    background: var(--color-primary);
    height: 100%;
    top: 0;
    width: 80px;
    text-align: center;
    color: var(--white);
    opacity: 0;
    visibility: hidden;
}

.gallery-style-one .overlay .link i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    margin-left: -10px;
}

.gallery-style-one:hover .overlay .link,
.gallery-style-one.active .overlay .link {
    right: -80px;
    opacity: 1;
    visibility: visible;
}

.gallery-style-one .shape {
    position: absolute;
    left: 0;
    bottom: -30%;
    max-width: 50%;
    transition: all 0.20s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gallery-style-one .shape img {
    height: 100%;
}

.gallery-style-one>img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.gallery-style-one:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.load-more-info p {
    margin-bottom: -5px;
}

.load-more-info a {
    text-decoration: underline;
    font-weight: 600;
    color: var(--color-primary);
}

.secondary.load-more-info a {
    color: var(--color-secondary);
}

.load-more-info {
    display: inline-block;
    border: 1px dashed;
    padding: 10px 20px;
    padding-bottom: 15px;
    border-radius: 30px;
}


/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-items .project-thumb img {
    margin-bottom: 30px;
}

.project-details-items .project-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-details-area .top-info {
    position: relative;
    margin-top: 50px;
}

.project-details-area .top-info p:last-child {
    margin-bottom: 0;
}

.project-details-area .main-content {
    margin-top: 30px;
}

.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
    font-weight: 600;
    margin-bottom: 25px;
}

.project-details-area .main-content .row img {
    margin-top: 30px;
}

.project-details-area .top-info h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.project-info {
    border-left: 1px solid #cccccc;
    padding-left: 50px;
}

.project-info .title {
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    margin-top: -5px;
    font-size: 26px;
}

.project-info ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.project-info ul li {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-heading);
    margin-top: 15px;
}

.project-info ul li:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.project-info ul li span {
    font-weight: 400;
    position: relative;
    display: block;
    font-family: var(--font-default);
    font-size: 16px;
    color: var(--color-paragraph);
}

.project-info ul.social {
    margin-top: 25px;
}

.project-info ul.social li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    margin-top: 5px;
}

.project-info ul.social li a {
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 100;
    color: var(--white);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    background: var(--dark);
}

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

.project-info ul.social li:last-child {
    margin-right: 0;
}

.item-grid-container {
    display: grid;
    grid-row-gap: 60px;
}

.item-grid-container img {
    margin-top: 50px;
}

.item-grid-colum {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
}

.project-details-items.bg-gray {
    padding: 100px 120px;
}


/* ============================================================== 
    # Call Back Style
=================================================================== */

.request-call-back-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.request-call-back-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(var(--white), transparent 1px), linear-gradient(to right, var(--white), transparent 1px);
    background-size: 100% 51px, 51px 100%;
    z-index: -1;
    opacity: 0.3;
}

.achivement-counter li {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.achivement-counter .fun-fact .counter {
    color: var(--white);
    font-size: 80px;
    margin-bottom: 15px;
    min-width: 200px;
}

.achivement-counter .fun-fact .medium {
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.achivement-counter {
    display: inline-block;
    padding-left: 120px;
    position: relative;
    z-index: 1;
}

.achivement-counter::after {
    position: absolute;
    left: 0;
    top: -120px;
    height: 200%;
    content: "";
    width: 500%;
    background: var(--color-primary);
    z-index: -1;
    border-top-left-radius: 50px;
}

.achivement-counter li:first-child {
    margin: 0;
}

.achivement-counter li i {
    display: inline-block;
    font-size: 60px;
    margin-right: 20px;
    line-height: 1;
}


/* ============================================================== 
    # Testimonail Style
=================================================================== */

.testimonial-thumb .thumb-item {
    overflow: hidden;
    border-radius: 0 0 480px 485px;
}

.testimonial-thumb {
    position: relative;
    z-index: 1;
}

.testimonial-thumb::after {
    position: absolute;
    left: 50%;
    bottom: 5px;
    content: "";
    height: 450px;
    width: 450px;
    transform: translateX(-50%);
    background: var(--bg-gradient);
    z-index: -1;
    border-radius: 50%;
}

.testimonial-thumb .mini-shape {
    position: absolute;
    right: -50px;
    top: 30%;
}

.testimonial-style-one p {
    font-size: 25px;
    line-height: 1.5;
}

.testimonial-style-one h4 {
    margin-bottom: 7px;
    font-weight: 600;
}

.testimonial-style-one .provider {
    border-top: 2px solid var(--dark);
    margin-top: 25px;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.testimonial-style-one .provider i {
    display: inline-block;
    font-size: 80px;
    transform: rotate(180deg);
    color: var(--dark);
    margin-right: 18px;
    position: relative;
    top: -10px;
    line-height: 1;
}

.testimonial-style-one .rating {
    color: var(--color-primary);
    display: block;
    margin-bottom: 10px;
}

.testimonial-style-one h2 {
    font-weight: 600;
    margin-bottom: 20px;
}


/* Testimonial Style Two */

.testimonials-style-two-area {
    background-size: contain !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}

.testimonial-style-two {
    padding: 50px;
    background: var(--white);
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    position: relative;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}

.testimonial-style-two>img {
    height: 50px;
    position: absolute;
    right: 50px;
    top: 80px;
    opacity: 0.04;
}

.testimonial-style-two .provider {
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    transition: all 0.35s ease-in-out;
}

.testimonial-style-two .provider h4 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

.testimonial-style-two p {
    margin: 0;
    line-height: 1.8;
    color: var(--color-paragraph);
}

.testimonial-style-two .provider i {
    color: #ffb300;
}

.testimonial-style-two-carousel .swiper-slide {
    transition: all 0.35s ease-in-out;
}

.testimonial-style-two .top-info {
    margin-bottom: 30px;
}

.testimonial-style-two .top-info h3 {
    font-weight: 600;
}

.testimonial-style-two .top-info i {
    color: #ffb300;
}

.half-shape-light-bottom {
    position: relative;
    z-index: 1;
}

.half-shape-light-bottom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 235px;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}

.testimonial-style-two-carousel .swiper-pagination {
    margin-bottom: 5px;
}

.testimonial-style-two-carousel {
    padding-bottom: 80px;
}

.testimonial-style-two-carousel .swiper-slide.swiper-slide-active .testimonial-style-two .provider {
    border-top: 1px solid var(--color-heading);
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet {
    height: 22px;
    width: 22px;
    background: transparent;
    border: 2px solid var(--color-heading);
    position: relative;
    z-index: 1;
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--color-primary);
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    background: var(--color-heading);
    border-radius: 50%;
}

.testimonial-style-two-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--color-primary);
}


/* ============================================================== 
    # Testimonial Style Three
=================================================================== */

.testimonial-bullet {
    box-sizing: border-box;
}

.testimonial-bullet .swiper-slide {
    width: 20%;
    height: 100%;
}

.testimonial-bullet .swiper-slide-active {
    opacity: 1;
}

.testimonial-bullet {
    text-align: center;
    max-width: 70%;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

.testimonial-bullet .swiper-slide {
    width: 33%;
}

.swiper-bullet-item img {
    transform: scale(0.8);
    border-radius: 50%;
}

.swiper-bullet-item .swiper-slide-active img {
    transform: scale(1);
}

.swiper-slide-active .swiper-bullet-item img {
    transform: scale(1);
}

.testimonial-style-three-items .review-cards {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.testimonial-style-three-items .review-cards .review-from {
    display: inline-flex;
    align-items: center;
    max-width: max-content;
    background: var(--bg-gradient);
    padding: 12px 15px;
    border-radius: 8px;
}

.testimonial-style-three-items .review-cards .review-from span {
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
}

.testimonial-style-three-items .review-cards i {
    color: #ffa900;
}

.testimonial-style-three p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
}

.testimonial-bullet img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.testimonial-bullet h4 {
    margin-bottom: 4px;
}

.swiper-bullet-item .tm-provider {
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide-active .swiper-bullet-item .tm-provider {
    opacity: 1;
    visibility: visible;
}

.testimonial-bullet .swiper-slide img {
    filter: grayscale(1);
}

.testimonial-bullet .swiper-slide-active.swiper-slide img {
    filter: none;
}

.bg-dark .testimonial-bullet span {
    opacity: 0.8;
}

.swiper-bullet-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.swiper-bullet-item::after {
    position: absolute;
    left: 50%;
    top: -50px;
    content: "";
    height: 3px;
    width: 0;
    background: var(--bg-gradient);
    z-index: -1;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.testimonial-bullet .swiper-wrapper {
    padding-top: 50px;
}

.testimonial-bullet::after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    height: 2px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-slide-active .swiper-bullet-item::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}


/* Testimonial Four */

.testimonial-style-four {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
}

.testimonial-style-four .provider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.testimonial-style-four .provider .thumb img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 5px;
}

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

.testimonial-style-four p {
    font-size: 22px;
}

.testimonial-style-four .bottom-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.testimonial-style-four .bottom-info .provider-brand {
    border: 1px solid #cccccc;
    padding: 9px 15px;
    border-radius: 10px;
    display: flex;
    max-width: max-content;
    align-items: center;
}

.testimonial-style-four .bottom-info .provider-brand span {
    line-height: 1;
    margin-left: 15px;
    border-left: 1px solid #baa5a5;
    padding-left: 15px;
}

.testimonial-style-four .bottom-info i {
    color: #FF9000;
}

.testimonial-style-four .quote {
    position: absolute;
    right: 50px;
}

.testimonial-style-four .quote img {
    height: 30px;
}

.testimonial-four-swiper-nav {
    display: inline-flex;
    gap: 15px;
}

.testimonial-four-swiper-nav>div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tesimoinial-style-four-area .left-heading .row {
    align-items: flex-end;
}

.testimonial-four-swiper-nav>div i {
    font-weight: 100;
    font-size: 30px;
    color: var(--color-heading);
    line-height: 1;
}


/* Brand */

.brand-style-two-items {
    overflow: hidden;
}

.brand-style-two-items h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 30px;
}

.brand-style-two-items h4::after {
    position: absolute;
    left: 100%;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid #cccccc;
}

.brand-style-two-items h4::before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid #cccccc;
}

.brand-style-two-items img {
    max-height: 40px;
    margin: auto;
}


/* ============================================================== 
    # Features Style
=================================================================== */

.half-angle-shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.half-angle-shape::after {
    position: absolute;
    left: -5%;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--dark);
    z-index: -1;
    transform: skewX(-10deg);
}

.half-angle-shape::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(var(--white), transparent 1px), linear-gradient(to right, var(--white), transparent 1px);
    background-size: 100% 51px, 51px 100%;
    opacity: 0.12;
}

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

.feature-style-one-heading ul.list-card {
    margin-top: 25px;
}

ul.list-card li {
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 25px;
}

ul.list-card li::after {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    content: "";
    width: 4px;
    background: #ffffff;
    z-index: -1;
    border-radius: 30px;
}

ul.list-card li h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.list-card li p {
    margin: 0;
}

.feature-style-one-heading {
    position: relative;
    z-index: 1;
}

.feature-style-one-heading .arrow-shape {
    position: absolute;
    right: -110px;
    top: -50px;
    height: 50px;
}

.feature-style-one-heading .arrow-shape img {
    height: 100%;
}

.feature-style-one-heading.text-light p {
    opacity: 0.9;
}

.feature-style-one-area {
    background-repeat: no-repeat;
    background-position: left top;
}

.shape-left-top-max {
    position: absolute;
    left: 2%;
    width: 80px;
    top: -20px;
    opacity: 0.2;
}

.shape-left-top-max img {
    height: 100%;
}

.feature-style-one {
    margin-top: 40px;
    display: flex;
    border-top: 1px solid #e7e7e7;
    padding-top: 40px;
}

.feature-style-one:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.feature-style-one>i {
    display: inline-block;
    font-size: 60px;
    color: var(--color-primary);
    margin-bottom: 30px;
    line-height: 50px;
}

.feature-style-one h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.feature-style-one ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 24px;
}

.feature-style-one i::before {
    line-height: 1;
}

.feature-style-one p {
    margin: 0;
}

.feature-link-list li {
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.feature-link-list li:hover {
    border-color: transparent;
}

.feature-link-list li:first-child {
    border: none;
}

.feature-link-list li a {
    display: block;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.feature-link-list li a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    visibility: hidden;
    opacity: 0;
    clip-path: polygon(95% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
}

.feature-link-list li a:hover {
    color: var(--white);
}

.feature-link-list li i {
    left: 20px;
    display: inline-block;
    transition: all 0.35s ease-in-out;
    position: absolute;
    top: 18px;
    opacity: 0;
    visibility: hidden;
    font-weight: 500;
    font-size: 14px;
}

.feature-link-list li a:hover i,
.feature-link-list li:first-child a i {
    left: 20px;
    opacity: 1;
    visibility: visible;
    color: var(--white);
}

.feature-link-list li a:hover,
.feature-link-list li:first-child a {
    padding-left: 44px;
    color: var(--white);
}

.feature-link-list li:first-child a::after,
.feature-link-list li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.feature-link-list li a:hover::after {
    background: var(--dark);
}

.feature-style-one .icon {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.feature-style-one .icon {
    font-size: 50px;
    position: relative;
    z-index: 1;
    height: 86px;
    width: 100px;
    text-align: center;
    color: var(--white);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
    padding: 25px;
}

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


/* Feature Style Two */

.feature-style-two {
    background: var(--white);
    overflow: hidden;
}

.feature-style-two .info {
    padding: 0 30px;
    position: relative;
    top: -50px;
    z-index: 1;
    margin-bottom: -50px;
}

.feature-style-two i,
.feature-style-two .icon {
    display: inline-flex;
    font-size: 36px;
    height: 80px;
    width: 80px;
    color: var(--color-primary);
    text-align: center;
    line-height: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-weight: 100;
    align-items: center;
    justify-content: center;
}

.feature-style-two .icon img {
    height: 38px;
}

.feature-style-two p {
    margin: 0;
}

.feature-style-two h4 {
    font-size: 24px;
    font-weight: 600;
}

.feature-style-two i::after,
.feature-style-two .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #f2d8d4 0%, #fff 100%);
    z-index: -1;
    border-radius: 10px;
}

.feature-style-two-area .row>div:nth-child(2) i::after,
.feature-style-two-area .row>div:nth-child(2) .icon::after {
    background: linear-gradient(45deg, #9fb4ff 0%, #fff 100%);
}

.feature-style-two-area .row>div:nth-child(3) i::after,
.feature-style-two-area .row>div:nth-child(3) .icon::after {
    background: linear-gradient(45deg, #d4f2df 0%, #fff 100%);
}

.feature-style-two .thumb {
    position: relative;
    z-index: 1;
}

.feature-style-two .thumb::after {
    position: absolute;
    left: -20%;
    bottom: -35px;
    content: "";
    height: 70px;
    width: 140%;
    background: var(--white);
    filter: blur(10px);
}

.feature-style-two .thumb img {
    border-radius: 10px 10px 0 0;
}


/* Feature Style Three */

.feature-style-three-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #dde8ff;
    border-top: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .full-border .feature-style-three-items {
        border-top: 1px solid #dde8ff;
    }
}

.feature-style-three-items::after {
    position: absolute;
    left: 100%;
    bottom: 0;
    content: "";
    height: 100px;
    width: 100px;
    background: var(--bg-gradient);
    z-index: -1;
    border-radius: 50%;
    filter: blur(80px);
}

.feature-style-three {
    padding: 50px 37px;
    border-right: 1px solid #dde8ff;
    background-color: var(--white);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.feature-style-three:last-child {
    border: none;
}

.feature-style-three .icon {
    display: inline-flex;
    height: 90px;
    width: 90px;
    text-align: center;
    background: linear-gradient(90deg, #edf5fc 0%, #f7ebff 100%);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-style-three p {
    margin: 0;
}

.feature-style-three::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 80%;
    width: 100%;
    background: var(--bg-gradient-secondary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.feature-style-three .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.feature-style-three .item {
    position: relative;
    z-index: 1;
}

.feature-style-three.active::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.feature-style-three h4,
.feature-style-three p {
    transition: all 0.35s ease-in-out;
}

.feature-style-three.active h4,
.feature-style-three.active p {
    color: var(--white);
}

.feature-style-three.active p {
    opacity: 0.85;
}


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

.services-style-two .thumb {
    position: relative;
    z-index: 1;
}

.services-style-two .thumb .title {
    margin-top: 25px;
    margin-bottom: 10px;
}

.services-style-two .thumb .title h4 {
    margin: 0;
    padding: 0 25px;
    font-weight: 600;
    color: #000000;
}

.services-style-two .info {
    padding: 25px;
    padding-top: 0px;
    padding-bottom: 50px;
}

.services-style-two .info p {
    margin: 0;
}

.services-style-two {
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
}

.services-style-two .button {
    display: table;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.services-style-two .button a,
.services-style-two .button .devider {
    display: table-cell;
}

.services-style-two .button a {
    width: 1%;
    white-space: nowrap;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.services-style-two .button .devider {
    border-top: 2px solid #e5e5e5;
    bottom: -14px;
    position: relative;
    z-index: 1;
}

.services-style-two .button .devider::after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    height: 2px;
    width: 50%;
    background: var(--color-primary);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.services-style-two:hover .button .devider::after,
.services-style-two.active .button .devider::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.services-style-two:hover .button a {
    color: var(--color-primary);
}


/* ============================================================== 
    # Services Style Three
=================================================================== */

.services-style-three i,
.services-style-three .icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-bottom: 60px;
    background: linear-gradient(45deg, var(--color-primary) 40%, #c428ff 100%);
    font-weight: 100;
    height: 90px;
    width: 90px;
    line-height: 86px;
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    border: 2px solid var(--white);
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 9%);
}

.services-style-three .icon img {
    height: 33px;
}

.services-style-three {
    background: linear-gradient(164deg, #e6ecff 0%, var(--white) 60%);
    border-radius: 10px;
}

.services-style-three .info {
    padding: 60px 50px;
}

.services-style-three .info p {
    margin: 0;
}

.services-style-three a:hover {
    color: var(--color-secondary);
}

.services-style-three ul li {
    font-weight: 500;
    line-height: 2;
    position: relative;
    z-index: 1;
    padding-left: 22px;
}

.services-style-three ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    margin-top: 1px;
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 14px;
}

.services-carousel .swiper-pagination {
    margin-bottom: -7px;
}

.services-carousel {
    padding-bottom: 80px;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet {
    height: 22px;
    width: 22px;
    background: transparent;
    border: 2px solid var(--white);
    position: relative;
    z-index: 1;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--color-secondary);
}

.services-carousel .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    background: var(--white);
    border-radius: 50%;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--color-secondary);
}

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

.half-bg-dark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: var(--dark);
    z-index: -1;
}

.services-swiper-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    width: 200px;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
}

.services-swiper-nav>div {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 9;
    position: relative;
    border-radius: 50%;
    line-height: 25px;
}

.services-swiper-nav>div::after {
    position: absolute;
    top: 7px;
    content: "";
    height: 100%;
    width: 100%;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    color: var(--white);
}

.services-swiper-nav .services-button-next::after {
    content: "\f105";
}

.services-swiper-nav .services-button-prev::after {
    content: "\f104";
}

.services-style-one-carousel {
    padding-top: 120px;
    margin-top: -120px;
}

.services-swiper-nav .services-pagination {
    background: transparent;
    position: absolute;
    line-height: 40px;
    color: var(--white);
    font-size: 24px;
    width: auto;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border: none;
}


/* ============================================================== 
    # Services Style Four
=================================================================== */

@media (max-width: 1023px) {
    .services-style-four-area {
        overflow: hidden;
    }
}

.service-style-four-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
}

.service-style-four-items .image-hover-item {
    padding: 40px 0;
    z-index: 1;
    width: 100%;
    display: block;
    position: relative;
    counter-increment: count;
    border-top: 1px solid #e7e7e7;
}

.service-style-four-items li:last-child .image-hover-item {
    border-bottom: 1px solid #e7e7e7;
}

.service-style-four-items li:nth-last-child(2) .image-hover-item {
    border-bottom: 1px solid #e7e7e7;
}

.service-style-four-items .image-hover-item .image-hover-wrapper {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease-out;
    left: auto !important;
    right: 0 !important;
    z-index: -1;
    margin-top: -25%;
    max-width: 200px;
    border-radius: 30px;
}

.service-style-four-items .image-hover-item .image-hover-wrapper img {
    width: auto;
}

.service-style-four-items .image-hover-item::after {
    display: none;
}

.services-style-four-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-style-four-area .bammer-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.services-style-four-area .banner-sahpe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.services-style-four-area .banner-sahpe img {
    width: 100%;
}

.services-style-four-area .shape img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.services-style-four-area .shape img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.service-style-four-items .image-hover-item .icon img {
    height: 60px;
}

.service-style-four-items .image-hover-item .item-content {
    display: flex;
    gap: 30px;
    width: 100%;
}

.service-style-four-items .image-hover-item .item-content h3 {
    margin: 0;
}

.service-style-four-items {
    padding-bottom: 120px;
}


/* ============================================================== 
    # Services Style Five
=================================================================== */

.services-style-five .item {
    padding: 60px;
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.services-style-five .item .shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

.services-style-five .item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: linear-gradient(90deg, var(--color-primary) 0%, #00a1ff 100%);
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.services-style-five.active .item::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.services-style-five .item .icon {
    margin-bottom: 50px;
}

.services-style-five .item .icon img {
    height: 70px;
    transition: all 0.35s ease-in-out;
}

.services-style-five.active .item .icon img {
    filter: brightness(0) invert(1);
}

.services-style-five .item p,
.services-style-five .item li {
    transition: all 0.35s ease-in-out;
}

.services-style-five.active .item p,
.services-style-five.active .item li,
.services-style-five.active .item a {
    color: var(--white);
}

.services-style-five.active .item p,
.services-style-five.active .item li {
    opacity: 0.9;
}

.services-style-five .item ul {
    padding-left: 20px;
    list-style: disc;
}

.services-style-five .item ul li {
    list-style: disc;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 600;
}


/* ============================================================== 
    # Services Style Six
=================================================================== */

.services-style-six-area {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.services-style-six-item .item {
    padding: 60px 37px;
    background: var(--white);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.services-style-six-item .item .icon img {
    height: 80px;
    transition: all 0.35s ease-in-out;
}

.services-style-six-item .item .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.services-style-six-item .item .icon::after {
    position: absolute;
    right: -10px;
    top: 50%;
    content: "";
    height: 35px;
    width: 35px;
    background: var(--bg-gradient);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    transform: translateY(-50%);
}

.color-style-two .services-style-six-item .item .icon::after {
    background: var(--bg-gradient-two);
}

.services-style-six-items {
    padding-bottom: 120px;
}

.services-style-six-item .item ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.services-style-six-item .item ul li {
    display: inline-block;
    border: 1px solid #c8d0f8;
    padding: 2px 17px;
    border-radius: 30px;
    font-size: 15px;
}

.color-style-two .services-style-six-item .item ul li {
    border: 1px solid #ecc0e6;
}

.services-style-six-item .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    border-radius: 10px;
}

.color-style-two .services-style-six-item .item::after {
    background: var(--bg-gradient-two);
}

.services-style-six-item.active .item::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.services-style-six-item .item p,
.services-style-six-item .item li {
    transition: all 0.35s ease-in-out;
}

.services-style-six-item.active .item p,
.services-style-six-item.active .item li {
    color: var(--white);
    opacity: 0.9;
}

.services-style-six-item.active .item li {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.services-style-six-item.active .item a {
    color: var(--white);
}

.services-style-six-item.active .item .icon img {
    filter: brightness(0) invert(1);
}

.services-style-six-item.active .item .icon:after {
    background: var(--white);
    opacity: 0.2;
}


/* ============================================================== 
    # Mission / Vision Style
=================================================================== */

.thumb-style-two {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    padding-bottom: 60px;
}

.card-style-one {
    background: var(--color-primary);
    padding: 80px 50px;
    max-width: 300px;
}

.card-style-one h4 {
    margin: 0;
    color: var(--white);
    font-weight: 600;
    line-height: 1.4;
}

.thumb-style-two .card-style-one {
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-style-one img {
    height: 80px;
    margin-bottom: 30px;
}

.mission-vision-style-one-area {
    position: relative;
    z-index: 1;
}

.mission-thumb {
    position: relative;
}

.mission-thumb img {
    border-radius: 50%;
}

.mission-tab-content h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.mission-tab-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mission-tab-content ul li {
    display: block;
    font-weight: 500;
    line-height: 2;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.mission-tab-content ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    font-weight: 600;
    color: var(--color-primary);
}

.bg-gradient .mission-tab-content ul li::after,
.bg-theme .mission-tab-content ul li::after {
    color: var(--white);
}

.nav.nav-tabs.mission-tab-navs {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border: none;
    display: inline-block;
    background: linear-gradient(45deg, #ffffff 0%, #eff6fe 100%);
    padding: 10px;
    border-radius: 50px;
    border: 1px solid;
}

.mission-tab-navs button.nav-link {
    border: none;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-heading);
    transition: all 0.35s ease-in-out;
    border-radius: 30px;
    padding: 13px 35px;
    display: inline-block;
    box-shadow: none;
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mission-tab-navs button.nav-link::after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: "";
    height: 40px;
    width: 40px;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    transform: translateY(-50%);
    filter: blur(10px);
    opacity: 0;
    transition: all 0.35s ease-in-out;
}

.mission-tab-navs button.nav-link.active::after {
    opacity: 1;
}

.mission-tab-navs::before,
.mission-tab-navs::after {
    display: none;
}

.mission-tab-navs button.nav-link.active,
.mission-tab-navs button.nav-link:focus {
    color: var(--white);
    background: var(--dark);
}

.mission-tab-navs button.nav-link:hover {
    color: var(--color-heading);
}

.mission-tab-navs button.nav-link.active:hover {
    color: var(--white);
}

.shape-top-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 22%;
}

.shape-top-left img {
    height: 100%;
}

.progress-style-one .progress-box {
    margin-top: 25px;
}

.progress-style-one .progress-box h5 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.progress-style-one .progress-box .progress {
    border-radius: 30px;
    height: 15px;
    background: #d0defe;
    overflow: inherit;
}

.progress-style-one .progress-box .progress .progress-bar {
    border-radius: 50px;
    position: relative;
    background: var(--color-primary);
    overflow: inherit;
}

.progress-style-one .progress-box .progress .progress-bar span {
    font-size: 22px;
    right: 0;
    position: absolute;
    top: -40px;
    font-weight: 600;
    color: var(--color-heading);
    line-height: 1;
}


/* Mission Vision Style Two */

.mission-vission-navs .nav-tabs {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.mission-vission-navs .nav-tabs .nav-link {
    border: none;
    background: var(--white);
    text-transform: uppercase;
    border-radius: 0;
    padding: 20px 30px;
    font-size: 20px;
    color: var(--color-heading);
    border-right: 2px solid #ddeaed;
}

.mission-vission-navs .nav-tabs .nav-link.active {
    background: var(--color-primary);
    color: var(--white);
}

.mission-vission-navs .nav-tabs .nav-item:last-child .nav-link {
    border: none;
}

.mission-vission-navs .nav-tabs::after {
    position: absolute;
    right: -10px;
    bottom: -10px;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    opacity: 0.2;
}

.mission-style-two-tab-content {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    padding: 80px;
    border-radius: 10px;
    top: -95px;
    padding-top: 100px;
    margin-bottom: -95px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.mission-vision-item .list-style-one li::after {
    background: var(--bg-gradient);
    border-radius: 50%;
    top: 2px;
    color: var(--white);
    font-size: 12px;
    height: 22px;
    width: 22px;
    line-height: 21px;
}

.mission-vision-item .list-style-one li {
    padding-left: 30px;
    font-size: 17px;
}

.mission-vision-item .list-style-one {
    margin-top: 30px;
}

.mission-vision-item h2 {
    font-size: 40px;
    margin-bottom: 30px;
}


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

.blog-style-one {
    background: var(--white);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.bg-gray .blog-style-one {
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}

.blog-grid .blog-style-one {
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
}

.secondary .blog-style-one {
    box-shadow: rgb(0 0 0 / 5%) 0px 10px 30px 0px;
}

.blog-style-one .thumb .tags {
    position: absolute;
    right: 45px;
    top: 45px;
    z-index: 1;
}

.blog-style-one .thumb .tags a {
    display: inline-block;
    background: var(--bg-gradient);
    color: var(--white);
    padding: 2px 20px;
    border-radius: 5px;
    z-index: 1;
    font-weight: 500;
}

.blog-style-one .thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-style-one .thumb {
    padding: 15px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.blog-style-one .info {
    padding: 30px;
    padding-top: 0;
}

.blog-style-one .btn-simple {
    margin-top: 5px;
}

.blog-style-one h4 {
    font-size: 26px;
    line-height: 1.3;
}

.blog-style-one p {
    margin: 0;
}

.blog-meta {
    display: block;
    margin-bottom: 15px;
}

.blog-meta ul li {
    position: relative;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 60px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.blog-meta ul li,
.blog-meta ul li a {
    color: var(--color-paragraph);
}

.blog-meta ul li img {
    height: 35px;
    width: 35px !important;
    border-radius: 50% !important;
    margin-right: 12px !important;
}

.blog-meta ul li:last-child {
    padding-right: 0;
}

.blog-meta ul {
    display: flex;
    align-items: center;
}

.blog-meta ul li::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #dddddd;
}

.blog-meta ul li:last-child::after {
    display: none;
}

.blog-meta ul li a {
    margin-left: 3px;
    display: inline-block;
    line-height: 1.4;
}

.blog-meta ul li a:hover {
    color: var(--color-primary);
}

.secondary .blog-meta ul li a:hover {
    color: var(--color-secondary);
}

.secondary .blog-meta ul li a:hover {
    color: var(--color-secondary);
}

.blog-meta i {
    font-size: 16px;
    font-weight: 100;
    margin-right: 5px;
}

.blog-style-one.flex {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    padding: 0;
    grid-column-gap: 30px;
}

.blog-style-one.flex .thumb img {
    margin: 0;
    border-radius: inherit;
}

.blog-style-one.flex .thumb {
    padding: 0;
}

.blog-style-one.flex .info {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-style-one.flex .thumb .tags {
    right: auto;
    left: 30px;
    top: 30px;
}

.blog-style-one.solid li {
    font-size: 16px;
}

.blog-style-one.solid li a {
    font-weight: 500;
}

.blog-style-one.solid .info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    padding: 30px;
    padding-bottom: 15px;
}

.blog-style-one.solid .thumb {
    padding: 0;
    box-shadow: inherit;
    position: relative;
    z-index: 1;
}

.blog-style-one.solid .thumb img {
    margin: 0;
    border-radius: inherit;
    transition: all 0.35s ease-in-out;
}

.blog-style-one.solid:hover .thumb img {
    transform: scale(1.2);
}

.blog-style-one.solid {
    box-shadow: inherit;
    position: relative;
    z-index: 1;
    border-radius: inherit;
}

.blog-style-one.solid .info h4 {
    margin: 0;
}

.blog-style-one.solid .info p {
    margin-top: 15px;
}

.blog-style-one.solid .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%) repeat scroll 0 0;
    transition: all 0.35s ease-in-out;
}

.blog-style-one.solid:hover .thumb::after {
    height: 100%;
}

.blog-style-one.solid a,
.blog-style-one.solid p,
.blog-style-one.solid li,
.blog-style-one.solid .blog-meta a {
    color: var(--white);
}

.secondary .blog-style-one a:hover {
    color: var(--color-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-meta ul li img {
        display: none;
    }
}


/* Blog Style Three */

.blog-style-three {
    position: relative;
    z-index: 1;
}

.blog-style-three .info {
    padding-left: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.blog-style-three .info .content {
    background: var(--white);
    padding: 40px;
    border-radius: 10px 0 10px 10px;
}

.blog-style-three .thumb img {
    border-radius: 10px;
}

.blog-style-three .tags a {
    display: inline-block;
    padding: 2px 14px;
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
    margin-top: 10px;
}

.blog-style-three .tags a:hover,
.blog-style-three .tags a:first-child {
    background: var(--color-primary);
    color: var(--white);
}


/* Blog Style Four */

.blog-style-four {
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.blog-style-four .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 30px;
}

.blog-style-four .thumb img {
    border-radius: 10px 10px 0 10px;
}

.blog-style-four .author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
}

.blog-style-four .author img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.blog-style-four .author a {
    color: var(--white);
    font-weight: 400;
}

.blog-style-four>.thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 41%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
}

.blog-style-four>.thumb::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: "";
    height: 60px;
    width: 50px;
    background: var(--white);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.blog-style-four .info {
    padding: 15px;
    padding-top: 0;
}

.blog-style-four .info .blog-meta li i {
    color: var(--color-primary);
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-left: 1px;
}

.color-style-two .blog-style-four .info .blog-meta li i {
    color: var(--color-primary);
    background: var(--bg-gradient-two);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.blog-style-four .info h4 {
    font-size: 26px;
    line-height: 1.4;
}


/* ============================================================== 
    # Default Page
=================================================================== */

.default-page-area ul {
    padding-left: 20px;
    margin-bottom: 25px;
    list-style: disc;
}

.default-page-area ul li {
    list-style: disc;
    margin-top: 5px;
}

p.note {
    display: inline-block;
    border: 1px solid #a8c2e1;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f3f5f7;
    margin-bottom: 25px;
}


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

.contact-stye-one {
    padding-top: 90px;
    position: relative;
}

@media (max-width:767px) {
    .contact-style-one-info {
        padding-top: 0px;
        margin-top: -180px;
    }
}

@media (max-width:992px) {
    .contact-stye-one {
        padding-top: 60px;
    }
}

.contact-style-one-info {
    padding-top: 200px;
}

.shape-animated-arrow {
    position: absolute;
    left: -12%;
    margin-top: 90px;
    top: 0;
}

.contact-shape {
    position: absolute;
    right: -15%;
    bottom: 0;
    max-width: 30%;
}

.half-shape-top {
    position: relative;
    z-index: 1;
}

.half-shape-top::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}

.contact-area {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact-area .shape-left-top {
    max-width: 30%;
    top: 60px;
    opacity: 0.1;
}

.contact-style-one-info li {
    display: flex;
    margin-top: 30px;
}

.contact-style-one-info li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--white);
    font-size: 25px;
    margin-right: 20px;
}

.contact-style-one-info li:nth-child(2) i {
    background: #033663;
}

.contact-style-one-info li:nth-child(3) i {
    background: var(--dark);
}

.contact-style-one-info li p {
    margin: 0;
}

.contact-style-one-info li h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.contact-style-one-info li a {
    font-weight: 400;
}

.contact-style-one-info h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}

.contact-style-one-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.contact-form-style-one {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 60px 80px;
    border-radius: 10px;
    position: relative;
    background: var(--white);
}

.contact-form-style-one .illustration {
    position: absolute;
    left: -130px;
    bottom: -60px;
    z-index: -1;
}

.contact-form-style-one .sub-heading {
    margin-bottom: 15px;
}

.contact-form-style-one .heading {
    margin-bottom: 30px;
    font-size: 36px;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
    margin-bottom: 15px;
    padding: 15px 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #d6d6d6;
    border-radius: 0;
    font-size: 18px;
}

.contact-form-style-one input:focus,
.contact-form-style-one textarea:focus {
    box-shadow: inherit;
}

.contact-form-style-one textarea {
    min-height: 180px;
}

.contact-form-style-one button {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 17px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    color: var(--white);
    border: none;
    background: var(--color-primary);
    padding: 16px 52px;
}

.contact-form-style-one 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);
}

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

.contact-form-style-one button:hover {
    color: var(--white);
}

img.loader {
    margin-left: 8px;
}

.contact-style-one-info h2 span {
    position: relative;
    z-index: 1;
}

.contact-style-one-info h2 span svg {
    position: absolute;
    top: auto;
    left: 50%;
    width: 80%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible;
    bottom: 0;
    z-index: -1;
}

.contact-style-one-info h2 span path {
    stroke: var( --color-secondary);
    stroke-width: 10;
    stroke-dasharray: 1500;
    fill: none;
}

.maps-area iframe {
    min-height: 550px;
    margin-bottom: -10px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.error-box h1 {
    margin-top: 70px;
    font-size: 200px;
    font-weight: 600;
    line-height: 150px;
    margin-bottom: 30px;
}

.error-box h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.alert-notification {
    margin-top: 30px;
}

.alert-notification .alert {
    margin: 0;
}

.alert-notification h3 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 22px;
    color: red;
}

.alert-notification p {
    margin: 0;
}

.alert-notification p strong {
    color: #232323;
}

.alert-notification .alert.alert-success h3 {
    color: green;
}


/* ============================================================== 
    # Footer Style
=================================================================== */

footer .widget-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

footer .logo img {
    height: 60px;
}

footer .logo {
    margin-bottom: 30px;
    height: 60px;
}

footer .newsletter form {
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 30px;
}

footer .newsletter form input {
    background: transparent !important;
    border: none;
    box-shadow: inherit !important;
    color: var(--white) !important;
    min-height: 58px;
    padding: 15px;
    padding-left: 26px;
}

footer .newsletter form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d1d1d7;
}

footer .newsletter form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d7;
}

footer .newsletter form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #d1d1d7;
}

footer .newsletter form input:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d7;
}

footer .newsletter form button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    background: var(--white);
    border: none;
    color: var(--color-heading);
    font-weight: 500;
    border-radius: 30px;
    height: 48px;
    width: 48px;
}

footer .newsletter.secondary form button {
    background: var(--color-secondary);
}

footer .newsletter {
    margin-top: 30px;
}

footer p,
footer li,
footer li a {
    color: #d1d1d7 !important;
    transition: all 0.35s ease-in-out;
}

footer li a:hover {
    color: var(--white) !important;
}

footer li a {
    font-weight: 400;
}

footer .link li {
    margin-top: 15px;
}

footer .link li:first-child {
    margin-top: 0;
}

.footer-item {
    margin-top: 50px;
}

.footer-bottom li {
    display: inline-block;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom {
    padding: 15px 0;
    background: var(--dark-secondary);
}

.footer-bottom .text-end li {
    margin-left: 20px;
}

.f-items {
    position: relative;
    z-index: 1;
}

.f-items .shape-animated-top {
    position: absolute;
    left: -200px;
    top: 80px;
}

.f-items .shape-animated-top img {
    max-width: 250px;
    opacity: 0.03;
}

.footer-bottom .container {
    position: relative;
}

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer-shape .item:first-child {
    position: absolute;
    right: 0;
    top: 50px;
    height: 250px;
}

.footer-shape .item:first-child img {
    height: 100%;
}

.footer-shape .item:nth-child(2) {
    position: absolute;
    left: 30px;
    bottom: 45px;
    height: 30px;
}

.footer-shape .item:nth-child(2) img {
    height: 100%;
    animation: spinner 20s infinite linear;
}

.footer-shape .item:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    opacity: 0.3;
}

.footer-shape .item:nth-child(3) img {
    height: 100%;
}

.footer-shape .item.bottom {
    top: auto;
    bottom: 60px;
    height: 70%;
}

.opening-hours {
    margin-top: 30px;
}

.opening-hours li {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.opening-hours h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.opening-hours .working-day,
.opening-hours .working-hour {
    width: 1%;
    display: table-cell;
    white-space: nowrap;
}

.opening-hours .working-day {
    padding-right: 10px;
}

.opening-hours .working-hour {
    padding-left: 10px;
    text-transform: uppercase;
}

.opening-hours .marker {
    width: 98%;
    display: table-cell;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 10px;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.footer-social li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white) !important;
}

.footer-social {
    margin-top: 20px;
}

.footer-social li a:hover {
    background: var(--color-primary);
}

.color-style-two .footer-social li a:hover {
    background: var(--bg-gradient-two);
}


/* Footer Style Two */

footer.footer-style-two::after {
    display: none;
}

footer.footer-style-two {
    overflow: hidden;
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
}

footer.footer-style-two .f-item.about {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

footer.footer-style-two .f-item.about::after {
    position: absolute;
    right: 0;
    top: -200px;
    bottom: -200px;
    width: 500%;
    background: var(--bg-gradient-secondary);
    content: "";
    z-index: -1;
    opacity: 0.2;
}

.footer-style-two .footer-bottom {
    position: relative;
    z-index: 1;
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.f-item.contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-item.contact ul li {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.f-item.contact ul li p {
    margin: 0;
}

.f-item.contact ul li i {
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
}

.color-style-two .f-item.contact ul li i::before {
    background: var(--bg-gradient-two);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

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

@media (min-width: 1024px) {
    .footer-style-two .f-item.contact {
        padding-left: 60px;
    }
    .project-style-three-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}


/* ============================================================== 
    # 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: 800;
    margin-bottom: 40px;
    text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.error-box p {
    padding: 0 10%;
}


/* ============================================================== 
    # Responsive CSS
=================================================================== */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .choose-us-style-two .expertise {
        padding-right: 25px;
    }
    .title {
        font-size: 50px;
    }
    .banner-style-five-info h2:first-child {
        margin-left: 0;
    }
    .list-style-one li {
        font-size: 15px;
        padding-left: 30px;
    }
    .choose-us-style-three-info .d-flex {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title {
        font-size: 45px;
    }
    .left-heading-two .left-info h2 {
        font-size: 40px;
    }
    .left-heading-two .right-info .fun-fact {
        margin-right: 25px;
        padding-right: 25px;
    }
    .left-heading-two .right-info {
        padding-left: 30px;
    }
    /* Banner Four */
    .banner-style-four-area h2 {
        font-size: 80px;
    }
    .banner-four-bottom-info p {
        margin-top: 0;
        font-size: 20px;
    }
    .banner-four-top-info img {
        display: none;
    }
    .banner-four-bottom-info .thumb img {
        top: 0;
        margin: 0;
    }
    .banner-four-bottom-info {
        margin-top: 30px;
        gap: 50px;
    }
    .about-style-one .about-card {
        left: 0;
    }
    .about-thumb {
        padding-left: 50px;
    }
    .thumb-shape-bottom {
        width: 30%;
    }
    .choose-us-style-two .expertise .right {
        min-width: 210px;
        position: relative;
        right: -25px;
    }
    /* Banner Five */
    .banner-style-five-info .content {
        padding: 0;
    }
    .banner-style-five-info h2:first-child {
        margin-left: 0;
    }
    .banner-style-five-info h2 {
        font-size: 50px;
    }
    .banner-style-five-area .row.align-center {
        align-items: center;
    }
    .banner-style-five-thumb {
        padding: 100px 70px;
    }
    /* Banner Six */
    .banner-style-six-info h2 {
        font-size: 80px;
    }
    /* About */
    .testimonial-thumb::after {
        height: 350px;
        width: 350px;
    }
    .testimonial-thumb .mini-shape {
        right: -55px;
        top: 20%;
    }
    .about-style-one-area {
        overflow: hidden;
    }
    .about-style-three .fun-fact {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        margin-top: 30px;
    }
    .about-style-three-area.shape-light-bottom::after {
        display: none;
    }
    .company-autor {
        position: inherit;
        margin-top: 30px;
    }
    .company-autor .right-info {
        display: none;
    }
    .about-style-three-area {
        padding-bottom: 120px;
    }
    .shape-right-bottom-actual {
        bottom: 0;
    }
    .about-style-one-area .shape-animated-left {
        display: none;
    }
    .owner-info {
        display: block;
    }
    .owner-info .right-info {
        display: none;
    }
    .owner-info .left-info {
        border: none;
        margin: 0;
        padding: 0;
    }
    /* About Four */
    .about-style-four-info .about-list-box {
        margin-left: -60%;
    }
    .about-style-four-thumb {
        height: 100%;
    }
    .about-style-four-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .about-style-four-info .clients-card {
        right: -3px;
        bottom: -1px;
    }
    .feature-style-three-items::after {
        display: none;
    }
    .choose-us-style-three-thumb {
        display: none;
    }
    .technology-index-two-items {
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* Project */
    .project-style-two {
        grid-template-columns: 1fr;
    }
    /* Feature */
    .feature-style-three-items {
        padding-top: 120px;
        border: none;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .feature-style-three {
        border: 1px solid #dde8ff;
        padding: 50px;
    }
    .feature-style-three:last-child {
        border: 1px solid #dde8ff;
    }
    /* Process */
    .process-arrow {
        height: 100%;
    }
    .process-style-three:first-child {
        right: 90px;
    }
    .process-style-three:nth-child(4) {
        left: 90px;
    }
    /* Team Single */
    .team-single-area .team-content-top {
        bottom: 0;
        margin: 0;
        padding-bottom: 120px;
    }
    .team-single-area .team-content-top .right-info {
        margin-bottom: 0;
    }
    /* Service */
    .service-nav-info {
        margin: 0;
    }
    /* Partner */
    .partner-heading::before {
        right: -50px;
    }
    .partner-heading::after {
        right: -50px;
    }
    /* Why Choose Us */
    .choose-us-style-one-area::after {
        width: 65%;
    }
    .partner-style-one-area .align-center {
        align-items: center;
    }
    .bottom-shape-light::after {
        top: 480px;
    }
    /* Feature */
    .half-angle-shape::after {
        transform: skewX(-7deg);
        width: 53%;
    }
    .feature-style-one-heading .arrow-shape {
        right: -150px;
    }
    /* Pricing */
    .pricing-badge {
        display: none;
    }
    .choose-us-style-thumb .fun-fact {
        right: auto;
        left: -80px;
        bottom: 20%;
    }
}


/* Tablet Layout Custom */

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media screen and (max-width: 991px) {
    /* global reset - start */
    .order-last {
        order: 0;
    }
    .gallery-style-one .overlay {
        max-width: 85%;
    }
    /* Testimonila */
    .testimonial-four-swiper-nav {
        justify-content: center;
        margin-top: 20px;
    }
    .tesimoinial-style-four-area .text-end {
        text-align: center !important;
    }
    .tesimoinial-style-four-area .left-heading {
        text-align: center;
    }
    footer.footer-style-two .f-item.about::after {
        display: none;
    }
    .process-style-two-area::after {
        display: none;
    }
}


/* Tablet Layout: 768px.*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Topbar */
    .top-bar-area .social {
        display: none;
    }
    .top-bar-area .item-flex {
        justify-content: center;
    }
    .top-bar-area .call-entry {
        display: none;
    }
    .top-bar-style-two {
        border-bottom: 1px solid #e7e7e7;
        background: var(--bg-gray);
    }
    /* Banner */
    .banner-style-two .container .banner-thumb {
        position: inherit;
        height: auto;
        max-width: 60%;
        margin: auto;
        display: none;
    }
    .banner-style-two .content {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
        left: 50%;
        margin-left: -50px;
    }
    .banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
        right: auto;
        left: 50%;
        margin-right: -50px;
    }
    .banner-style-one h2 {
        font-size: 70px;
    }
    /* Banner Style Four */
    .banner-style-four-area h2 {
        font-size: 80px;
        margin-bottom: 25px;
    }
    .banner-four-bottom-info {
        grid-template-columns: 1fr;
        margin: 0;
        gap: 30px;
    }
    .banner-style-four-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .banner-four-bottom-info .thumb {
        display: none;
    }
    .banner-style-four-area h2 strong {
        float: none;
        text-align: left;
    }
    .banner-four-bottom-info p {
        margin-top: 0;
    }
    .banner-four-top-info img {
        display: none;
    }
    /* Banner Five */
    .banner-style-five-area,
    .banner-style-five-area div {
        height: auto;
    }
    .banner-style-five-info {
        padding-top: 100px;
    }
    .banner-style-five-info h2:first-child {
        margin-left: 0;
    }
    .banner-style-five-info .content {
        padding: 0;
    }
    .banner-style-five-area {
        text-align: center;
    }
    .banner-style-five-info .button {
        justify-content: center;
    }
    .banner-style-five-info .content p {
        padding: 0 10%;
    }
    .banner-style-five-thumb {
        padding-top: 50px;
    }
    /* Banner Style Six */
    .banner-style-six-info h2 {
        font-size: 80px;
    }
    .banner-style-six-info .content {
        padding: 0;
    }
    .banner-style-six-area {
        padding: 120px 0;
    }
    .banner-style-six-info .content p {
        padding: 0;
    }
    .banner-style-six-area {
        text-align: center;
    }
    .banner-style-six-video {
        margin-top: 50px;
    }
    /* About */
    .thumb-shape-bottom {
        right: 0;
    }
    .thumb-shape-bottom img {
        height: 150px;
        right: 0;
        position: relative;
        top: 50px;
    }
    .about-thumb {
        margin-bottom: 50px;
    }
    .shape-animated-left {
        display: none;
    }
    .about-style-one .about-card {
        position: relative;
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        margin-top: 30px;
    }
    .triangle-shape {
        display: none;
    }
    .about-style-one .about-card ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
    .about-card li {
        margin: 0;
        padding: 0;
        border: navajowhite;
    }
    .about-style-two-thumb {
        margin-bottom: 50px;
    }
    .about-style-two .thumb img:nth-child(2) {
        left: 0;
        border: 2px solid var(--white);
        box-shadow: 0 25px 70px rgb(0 0 0 / 7%) !important;
        display: none;
    }
    .about-style-two .thumb {
        padding-left: 0;
        margin-bottom: 50px;
    }
    .about-style-two .experience {
        left: 50px;
    }
    .about-style-two .thumb .shape {
        display: none;
    }
    .shape-right-bottom {
        max-width: 30%;
        bottom: -150px;
        display: none;
    }
    .thumb-style-one {
        text-align: center;
    }
    .thumb-style-one img {
        margin-bottom: 30px;
    }
    .project-info {
        border: none;
        padding: 50px;
        background: var(--bg-gray);
        margin-bottom: 30px;
    }
    .project-details-items.bg-gray {
        padding: 50px;
    }
    .item-grid-colum {
        display: block;
    }
    /* About Style Four */
    .company-autor {
        position: inherit;
        margin-top: 30px;
    }
    .shape-light-bottom::after {
        display: none;
    }
    .about-style-three-area {
        padding-bottom: 60px;
    }
    .shape-right-bottom-actual {
        bottom: 0;
    }
    .company-autor .right-info {
        display: none;
    }
    .about-style-three .thumb img {
        margin: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .about-style-three .experience {
        display: none;
    }
    .about-style-three .thumb {
        padding-top: 0;
    }
    .choose-us-style-thumb .fun-fact {
        right: auto;
        left: -80px;
        bottom: 25%;
    }
    /* About Four */
    .about-style-four-info .about-list-box {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .about-style-four-info .about-list-box::before,
    .about-style-four-info .about-list-box::after {
        display: none;
    }
    .about-style-four-info .thumb>img {
        width: 100%;
    }
    .about-style-four-info .clients-card {
        right: -3px;
    }
    /* About Five */
    .about-style-five-left-info {
        height: auto;
        margin-bottom: 50px;
    }
    /* Choose Us */
    .choose-us-four-thumb {
        margin-bottom: 60px;
    }
    /* Feature */
    .feature-style-three-items::after {
        display: none;
    }
    .feature-style-three-items {
        padding-top: 100px;
        border: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .full-border .feature-style-three-items {
        padding-top: 0;
    }
    .feature-style-three {
        border: 1px solid #dde8ff;
    }
    .feature-style-three:last-child {
        border: 1px solid #dde8ff;
    }
    .expertise-style-one-info {
        margin-bottom: 50px;
    }
    /* Estimate */
    .estimate-thumb {
        margin-top: 50px;
        text-align: center;
    }
    .estimate-thumb img {
        width: 100%;
    }
    /* Technology Index */
    .left-heading-two {
        grid-template-columns: 1fr;
    }
    .left-heading-two .left-info::after {
        display: none;
    }
    .left-heading-two .right-info::after {
        display: none;
    }
    .left-heading-two .right-info {
        padding: 0;
        display: flex;
        gap: 30px;
    }
    .left-heading-two .right-info .fun-fact {
        border: none;
        margin: 0;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }
    .left-heading-two .right-info .fun-fact:last-child {
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px;
    }
    .left-heading-two .left-info {
        padding: 0;
        margin-bottom: 50px;
    }
    .technology-index-two-items {
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* Services */
    .service-nav-info {
        margin-right: 30px;
    }
    .services-style-two .thumb .title::after {
        transform: none;
        right: 0;
    }
    .services-style-two .thumb .title {
        right: 0;
    }
    /* Service */
    .service-style-four-items ul {
        grid-template-columns: 1fr;
    }
    .service-style-four-items {
        padding-bottom: 50px;
    }
    .services-style-six-items {
        padding-bottom: 50px;
    }
    /* Service */
    .services-style-five .item {
        padding: 50px 37px;
    }
    /* Process */
    .process-style-one {
        margin-top: 60px;
        padding: 0 25%;
    }
    .col-lg-4:first-child .process-style-one {
        margin-top: 0;
    }
    /* Faq */
    .faq-style-one.default-padding {
        padding-bottom: 0;
    }
    .faq-thumb {
        text-align: center;
    }
    .faq-thumb img {
        max-width: 50%;
        margin-top: 20px;
    }
    .faq-style-one-area {
        background-size: contain;
    }
    /* Mission */
    .mission-style-two-tab-content .thumb {
        margin-top: 50px;
    }
    /* Partner */
    .partner-heading {
        margin-bottom: 15px;
    }
    .partner-heading::after {
        display: none;
    }
    .partner-heading::before {
        display: none;
    }
    .partner-style-two-area {
        text-align: center;
    }
    .partner-heading h3 strong {
        color: var(--white);
    }
    /* Choose Us */
    .choose-us-style-one-area::after {
        width: 100%;
        transform: inherit;
        left: 0;
    }
    .choose-us-style-one-area .text-invisible {
        font-size: 100px;
        bottom: 20px;
        display: none;
    }
    .choose-us-style-three-thumb {
        height: auto;
        margin: 0;
        top: 0;
        margin-bottom: 50px;
        display: none;
    }
    /* Partner */
    .partner-map {
        text-align: center;
        margin-bottom: 50px;
    }
    .partner-items ul li {
        border: 1px solid #e7e7e7;
    }
    /* Skill Fact */
    .skill-fact-info .circle-progress {
        border: none;
        padding: 0;
        margin-top: 50px;
        justify-content: center;
        gap: 50px;
    }
    .skill-fact-info .circle-progress .progressbar {
        margin: 0;
    }
    .skill-facts-area {
        text-align: center;
    }
    .skill-fact-thumb {
        margin-bottom: 50px;
    }
    /* Portfolio */
    .gallery-items.colums-2 .gallery-item,
    .gallery-items.colums-3 .gallery-item {
        width: 50%;
    }
    .project-swiper-nav {
        position: relative;
        top: 0;
    }
    .project-style-one .info {
        padding: 50px;
        left: 0;
        margin: 0;
    }
    .project-style-one-carousel .swiper-wrapper {
        padding-bottom: 30px;
    }
    .project-swiper-nav .project-pagination {
        color: var(--color-heading);
    }
    .project-style-one-carousel {
        margin: 0;
        padding: 0;
    }
    .gallery-item.active .overlay {
        opacity: 0;
        visibility: hidden;
        transform: translateX(60px);
    }
    .gallery-item.active .shape {
        bottom: -30%;
        opacity: 0;
        visibility: hidden;
    }
    .shape-animated-arrow {
        display: none;
    }
    .project-details-area .top-info {
        margin-top: 30px;
    }
    .project-style-three-area .left-heading {
        text-align: center;
    }
    .project-style-three-area .left-heading .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .project-style-three-item img {
        border-radius: 0;
    }
    .project-style-three-item .project-style-three-info {
        border-radius: 0;
    }
    .project-style-three-item {
        background: var(--white);
        overflow: hidden;
        border-radius: 10px;
    }
    /* Team Single */
    .team-single-area .team-content-top .right-info {
        padding: 0 15px;
        margin: 0;
    }
    .team-single-area .team-content-top img {
        margin-bottom: 40px;
    }
    .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
        padding-bottom: 120px;
    }
    .team-single-area .bottom-info .skill-items {
        padding-left: 0;
        margin-top: 50px;
    }
    /* Pricing */
    .pricing-style-two {
        padding: 50px 30px;
    }
    /* Request Call Back */
    .request-call-back-area .text-end {
        text-align: left !important;
    }
    .achivement-counter ul {
        margin: 0 -15px;
    }
    .achivement-counter {
        border: none;
        padding: 0;
        margin-top: 50px;
    }
    .achivement-counter li {
        margin: 0;
        width: 50%;
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 30px;
    }
    .achivement-counter li .icon {
        float: left;
    }
    .achivement-counter li:last-child {
        border: navajowhite;
    }
    .achivement-counter .fun-fact .medium {
        margin-top: 8px;
        display: block;
    }
    .achivement-counter li i {
        line-height: 0;
    }
    .request-call-back-area .achivement-counter::after {
        display: none;
    }
    /* Pricing */
    .pricing-badge {
        display: none;
    }
    /* Testimonial */
    .testimonial-style-one-area {
        text-align: center;
    }
    .testimonial-thumb::after {
        height: 500px;
        width: 500px;
    }
    .testimonial-thumb .thumb-item img {
        max-width: 490px;
    }
    .testimonial-thumb .thumb-item img {
        border-radius: 0 0 400px 400px;
        position: relative;
    }
    .testimonial-thumb .thumb-item {
        margin-bottom: 50px;
        margin-top: -35px;
    }
    .testimonial-thumb .mini-shape {
        right: 10%;
        top: 35%;
    }
    .testimonial-style-one .provider {
        justify-content: center;
    }
    /* Process */
    .process-style-three:first-child {
        right: 0;
    }
    .process-style-three:nth-child(4) {
        left: 0;
    }
    .process-style-three {
        background: var(--white);
    }
    /* Cirlce Progressbar */
    .half-angle-shape::after {
        width: 100%;
        transform: inherit;
        left: 0;
    }
    .feature-style-one-heading .arrow-shape {
        right: auto;
        top: -70px;
        height: 40px;
        left: -30px;
    }
    .circle-progress {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 50px;
        display: none;
    }
    .circle-progress .progressbar {
        display: inline-block;
        margin-right: 70px;
    }
    .feature-style-one {
        width: 50%;
        float: left;
        margin: 0;
        border: none;
        padding: 0 30px;
        display: block;
    }
    .feature-style-one:first-child {
        padding-left: 0;
    }
    .feature-style-one:last-child {
        padding-right: 0;
    }
    .feature-style-one h4 {
        color: var(--white);
    }
    .feature-style-one p {
        color: var(--white);
        opacity: 0.8;
    }
    .feature-style-one .icon {
        margin: 0;
        margin-bottom: 20px;
    }
    /* Contact */
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
        background: transparent;
    }
    /* Blog Three */
    .blog-style-three .info {
        margin: 0;
        padding: 0;
    }
    .blog-style-three .info .content {
        border-radius: 0;
        padding: 30px;
    }
    .blog-style-three .thumb img {
        border-radius: 0;
    }
    .blog-style-three {
        border-radius: 10px;
        overflow: hidden;
    }
    .blog-style-three h2 {
        font-size: 26px;
    }
    .blog-style-three .blog-meta ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    .blog-style-three .blog-meta ul li::after {
        display: none;
    }
    .blog-meta ul li::after {
        display: none;
    }
    .blog-meta ul li {
        padding-right: 30px;
    }
    /* Footer */
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .footer-shape .item:nth-child(2) img {
        display: none;
    }
    .footer-bottom .text-end li {
        margin: 0 15px;
    }
    .footer-shape .item.bottom {
        height: auto;
        top: auto;
        bottom: 0;
        max-width: 30%;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .title {
        font-size: 36px;
    }
    .left-heading {
        margin-bottom: 40px;
    }
    /* Topbar */
    .top-bar-area {
        display: none;
    }
    .breadcrumb-area h1 {
        font-size: 36px;
    }
    /* Banner Area */
    .banner-area h2 {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
    .banner-area.banner-style-one .content {
        padding: 100px 0;
    }
    .banner-style-two .container .banner-thumb {
        height: auto;
        position: inherit;
    }
    .banner-style-two .content {
        text-align: center;
    }
    /* Banner Style Four */
    .banner-style-four-area h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .banner-four-bottom-info {
        grid-template-columns: 1fr;
        margin: 0;
        gap: 30px;
    }
    .banner-style-four-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .banner-four-bottom-info .thumb {
        display: none;
    }
    .banner-style-four-area h2 strong {
        float: none;
        text-align: left;
    }
    .banner-four-bottom-info p {
        margin-top: 0;
    }
    .banner-four-top-info img {
        display: none;
    }
    /* Banner Five */
    .banner-style-five-info h2 {
        font-size: 40px;
    }
    .banner-style-five-info h2 {
        margin-left: 0;
    }
    .banner-style-five-info .content {
        padding: 0;
    }
    .banner-style-five-area,
    .banner-style-five-area div {
        height: auto;
    }
    .banner-style-five-area {
        text-align: center;
    }
    .banner-style-five-info h2:first-child {
        margin-left: 0;
    }
    .banner-style-five-info {
        padding-top: 60px;
    }
    .banner-style-five-info .content p {
        font-size: 17px;
    }
    .banner-style-five-info .button {
        justify-content: center;
    }
    .banner-style-five-thumb {
        padding: 50px;
    }
    /* Banner Six */
    .banner-style-six-info h2 {
        font-size: 40px;
    }
    .banner-style-six-info .content {
        padding: 0;
    }
    .banner-style-six-area {
        padding: 80px 0;
    }
    .banner-style-six-info .content p {
        padding: 0;
    }
    .banner-style-six-area {
        text-align: center;
    }
    .banner-style-six-video {
        margin-top: 50px;
    }
    /* About */
    .shape-animated-left {
        display: none;
    }
    .thumb-shape-bottom {
        display: none;
    }
    .about-style-one .about-card {
        left: 0;
        top: 0;
        bottom: auto;
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .about-thumb {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .about-style-one .about-thumb {
        margin-top: 0;
    }
    .triangle-shape {
        display: none;
    }
    .about-card li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    .about-card li {
        padding-bottom: 30px;
    }
    .about-style-one .accordion-single .accordion-body {
        padding-right: 0;
    }
    ul.tech-index-items {
        grid-template-columns: 1fr;
    }
    ul.tech-index-items li a {
        position: relative;
        z-index: 1;
        padding-right: 60px;
    }
    ul.tech-index-items li a::after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        font-size: 22px;
    }
    /* About Style Two */
    .about-style-two .thumb img:nth-child(2) {
        display: none;
    }
    .about-style-two .thumb {
        padding: 0;
        margin-bottom: 30px;
    }
    .about-style-two .experience {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        margin-top: 30px;
        width: 100%;
        text-align: center;
        display: none;
    }
    .about-style-two .thumb .shape {
        display: none;
    }
    /* About Style Three */
    .company-autor {
        position: inherit;
        margin-top: 30px;
    }
    .shape-light-bottom::after {
        display: none;
    }
    .about-style-three-area {
        padding-bottom: 60px;
    }
    .shape-right-bottom-actual {
        bottom: 0;
    }
    .company-autor .right-info {
        display: none;
    }
    .about-style-three .thumb img {
        margin: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .about-style-three .experience {
        display: none;
    }
    .about-style-three .thumb {
        padding-top: 0;
    }
    /* About Style Four */
    .about-style-four-info .about-four-list {
        grid-template-columns: 1fr;
        border: none;
        gap: 30px;
        overflow: inherit;
    }
    .about-style-four-info .about-list-box {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        background: transparent;
    }
    .about-style-four-info .about-four-list li {
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }
    .about-style-four-info .about-four-list li:last-child {
        border: 1px solid #e7e7e7;
    }
    .about-style-four-info .thumb {
        margin-top: 30px;
    }
    .about-style-four-info .about-list-box::before {
        display: none;
    }
    .about-style-four-info .clients-card {
        right: -1px;
        bottom: -1px;
    }
    .about-style-four-info .clients-card::after {
        right: 0;
    }
    .about-style-five-left-info .fun-fact {
        padding: 30px;
    }
    .about-style-five-left-info {
        margin-bottom: 40px;
        height: auto;
    }
    /* Why Choose us */
    .choose-us-four-thumb img:nth-child(2) {
        display: none;
    }
    .choose-us-four-thumb {
        padding: 0;
        margin-bottom: 35px;
    }
    .choose-us-four-thumb img:nth-child(3) {
        display: none;
    }
    .choose-us-four-thumb::after {
        display: none;
    }
    .choose-us-four-thumb .button {
        display: none;
    }
    ul.list-card-two {
        padding: 30px;
    }
    /* Expertice */
    .expertise-style-one-info .ceo-quote {
        display: block;
    }
    .ceo-quote .right {
        display: none;
    }
    .expertise-style-one-thumb {
        margin-top: 30px;
    }
    /* Feature */
    .feature-style-three-items {
        grid-template-columns: 1fr;
        gap: 30px;
        border: none;
        padding-top: 50px;
    }
    .full-border .feature-style-three-items {
        padding-top: 0;
    }
    .feature-style-three {
        border: 1px solid #dde8ff;
    }
    .feature-style-three:last-child {
        border: 1px solid #dde8ff;
    }
    .feature-style-three-items::after {
        display: none;
    }
    /* Service Style Three */
    .services-style-three {
        text-align: center;
    }
    .services-style-two .thumb .title::after {
        transform: none;
        right: 0;
    }
    .services-style-two .thumb .title {
        right: 0;
    }
    /* Service Style Four */
    .service-style-four-items ul {
        grid-template-columns: 1fr;
    }
    .service-style-four-items .image-hover-item .icon img {
        height: auto;
        width: 60px;
    }
    .service-style-four-items .image-hover-item .item-content h3 {
        font-size: 22px;
    }
    .service-style-four-items {
        padding-bottom: 30px;
    }
    /* Team Single */
    .team-single-area .team-content-top .right-info {
        padding: 0 15px;
        margin: 0;
    }
    .team-single-area .team-content-top img {
        margin-bottom: 40px;
    }
    .team-single-area .team-content-top {
        margin: 0;
        bottom: 0;
        padding-bottom: 60px;
    }
    .team-single-area .bottom-info .skill-items {
        padding-left: 0;
        margin-top: 50px;
    }
    .project-details-items .project-thumb .row {
        gap: 30px;
    }
    .project-info {
        padding: 30px;
        border: none;
        background: var(--bg-gray);
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .project-details-items.bg-gray {
        padding: 50px 30px;
    }
    .item-grid-container {
        grid-row-gap: 20px;
    }
    .item-grid-colum {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }
    .left-heading a.btn-circle {
        display: none;
    }
    .project-style-three-item {
        background: var(--white);
        overflow: hidden;
        border-radius: 10px;
    }
    .project-style-three-item .project-style-three-info {
        border-radius: 0;
        padding: 50px 30px;
    }
    .project-style-three-item img {
        border-radius: 0;
    }
    /* Process */
    .process-style-one {
        margin-top: 50px;
    }
    .col-lg-4:first-child .process-style-one {
        margin-top: 0;
    }
    .process-style-one .thumb::before {
        opacity: 1;
        visibility: visible;
    }
    /* Why Choose Us */
    .choose-us-style-one-area .cover-bg {
        width: 100%;
        display: none;
    }
    .choose-us-style-one-area::after {
        transform: none;
        width: 100%;
        left: 0;
        opacity: 1;
    }
    .list-item::after {
        display: none;
    }
    .list-item {
        padding-left: 0;
    }
    .choose-us-style-one-area .text-invisible {
        font-size: 60px;
        right: auto;
        left: 10px;
        bottom: 0;
        opacity: 0.2;
        display: none;
    }
    /* Technology Index */
    .left-heading-two {
        grid-template-columns: 1fr;
    }
    .left-heading-two .left-info::after {
        display: none;
    }
    .left-heading-two .right-info::after {
        display: none;
    }
    .left-heading-two .right-info {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
    .left-heading-two .right-info .fun-fact {
        border: none;
        margin: 0;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }
    .left-heading-two .right-info .fun-fact:last-child {
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px;
    }
    .left-heading-two .left-info {
        padding: 0;
        margin-bottom: 30px;
    }
    .technology-index-two-items {
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
        grid-template-columns: 1fr 1fr;
    }
    .technolgy-index-two-area {
        text-align: center;
    }
    .left-heading-two .right-info .fun-fact .counter {
        justify-content: center;
    }
    /* Project */
    .project-style-two {
        grid-template-columns: 1fr;
    }
    /* Portfolio */
    .project-swiper-nav {
        position: relative;
        top: 0;
    }
    .project-style-one .info {
        padding: 50px;
        left: 0;
        margin: 0;
    }
    .project-style-one-carousel .swiper-wrapper {
        padding-bottom: 30px;
    }
    .project-swiper-nav .project-pagination {
        color: var(--color-heading);
    }
    .gallery-style-two .overlay {
        left: 30px;
        right: 30px;
    }
    .gallery-item.active .overlay {
        opacity: 0;
        visibility: hidden;
        transform: translateX(60px);
    }
    .gallery-item.active .shape {
        bottom: -30%;
        opacity: 0;
        visibility: hidden;
    }
    .shape-animated-arrow {
        display: none;
    }
    .load-more-info {
        display: none;
    }
    .project-details-area .top-info {
        margin-top: 15px;
    }
    ul.check-list {
        grid-template-columns: 1fr;
    }
    /* Estimate Form */
    .price-range-slider .range-bar {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .price-range-slider .range-value input {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .price-range-slider .range-value span {
        font-size: 20px;
    }
    .estimate-thumb {
        margin-top: 40px;
    }
    .estimate-thumb .shape {
        display: none;
    }
    .thumb-style-two .card-style-one {
        position: inherit;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .thumb-style-two {
        padding: 0;
    }
    .thumb-style-one img {
        margin-bottom: 30px;
    }
    /* Service */
    .services-style-six-items {
        padding-bottom: 30px;
    }
    /* Our Mission */
    .shape-top-left {
        display: none;
    }
    .mission-tab-navs button {
        margin: 0 !important;
        width: 100%;
        margin-bottom: 15px !important;
        border: 1px solid var(--dark) !important;
    }
    .mission-tab-navs button:last-child {
        margin-bottom: 0 !important;
    }
    .nav.nav-tabs.mission-tab-navs {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        display: block;
    }
    /* Team */
    .team-style-two .thumb {
        padding-left: 0;
    }
    .team-style-two .info {
        max-width: 100%;
        padding: 15px 30px;
    }
    .team-style-two .thumb img {
        border-radius: 10px 10px 0 0;
    }
    .team-style-two .social {
        left: 30px;
        bottom: 15px;
    }
    .team-style-two .thumb::after {
        left: 40px;
        top: 30px;
        display: none;
    }
    .team-style-two:hover .thumb::after {
        height: 30%;
    }
    .team-single-list {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    /* Partner */
    .partner-map {
        text-align: center;
    }
    .partner-items ul {
        grid-template-columns: 1fr 1fr;
        margin-top: 50px;
    }
    .partner-items ul li::after {
        display: none;
    }
    .partner-items ul li {
        border: 1px solid #e7e7e7;
    }
    /* Feature */
    .half-angle-shape::after {
        display: none;
    }
    .feature-style-one-heading h2 {
        color: var(--color-heading);
    }
    .feature-style-one-heading.text-light p {
        color: var(--color-paragraph);
        opacity: 1;
    }
    .circle-progress .circle strong {
        color: var(--color-heading);
    }
    .feature-style-one {
        display: block;
    }
    .feature-style-one .icon {
        margin: 0;
        margin-bottom: 30px;
    }
    .circle-progress .progressbar h4 {
        color: var(--color-heading);
        opacity: 1;
    }
    .feature-style-one-heading .arrow-shape {
        display: none;
    }
    /* Feature */
    .circle-progress {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .default-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
    .feature-style-one-heading ul.list-card li {
        background: var(--dark);
        padding: 30px;
    }
    .feature-style-one-heading ul.list-card li p {
        color: #cccccc;
    }
    .half-angle-shape::before {
        display: none;
    }
    /* SEO Form */
    form.seo-form button {
        position: inherit;
        border: none;
        width: 100%;
        left: 0;
        right: 0;
        min-height: 60px;
    }
    form.seo-form input {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 30px;
        margin-bottom: 10px;
        border: none !important;
        text-align: center;
    }
    form.seo-form {
        text-align: center;
        padding: 30px;
    }
    form.seo-form input[type="email"] {
        padding-right: 30px;
    }
    /* Testimonial */
    .testimonial-thumb .mini-shape {
        right: 0;
    }
    .testimonial-thumb .thumb-item {
        margin-bottom: 30px;
        text-align: center;
    }
    .testimonial-style-one {
        text-align: center;
    }
    .testimonial-style-one .provider {
        justify-content: center;
        text-align: left;
    }
    .testimonial-thumb .thumb-item>img {
        height: 500px;
        border-radius: 0 0 480px 485px;
    }
    .testimonial-thumb .thumb-item {
        border-radius: inherit;
        margin-top: -30px;
    }
    /* Testimonial Three */
    .testimonial-style-three-items .review-cards {
        display: grid;
        text-align: center;
        justify-content: center;
    }
    .testimonial-style-three p {
        font-size: 20px;
    }
    .testimonial-bullet {
        max-width: 100%;
    }
    /* Why Choose us */
    .shape-right-bottom {
        display: none;
    }
    .choose-us-style-thumb .fun-fact {
        right: auto;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        display: none;
    }
    .choose-us-style-thumb {
        margin: 0;
    }
    .choose-us-style-thumb .shape {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .choose-us-style-two-area {
        overflow: hidden;
    }
    .choose-us-style-two .expertise {
        display: block;
        text-align: center;
        padding: 30px;
        background-size: cover;
        background-position: center;
        padding-top: 120px;
    }
    .choose-us-style-two .expertise .left {
        background: transparent;
        padding: 0;
        border: none;
        border-radius: 10px;
        margin-bottom: 30px;
        display: none;
    }
    .choose-us-style-two .expertise .left h2 {
        color: var(--white);
    }
    .choose-us-style-two .expertise::after {
        display: none;
    }
    .choose-us-style-two .expertise .video-play-button-with-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 300px;
    }
    /* Mission Vission */
    .mission-vission-navs .nav-tabs {
        box-shadow: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .mission-vission-navs .nav-tabs li.nav-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .mission-vission-navs .nav-tabs::after {
        display: none;
    }
    .mission-vission-navs .nav-tabs li.nav-item .nav-link {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    .mission-style-two-tab-content {
        top: 0;
        margin: 0;
        padding: 50px 30px;
    }
    .mission-vision-item h2 {
        font-size: 36px;
    }
    .mission-style-two-tab-content .mission-vision-item .thumb {
        margin-top: 40px;
    }
    /* Choose Us Three */
    .choose-us-style-three-info .d-flex {
        display: grid !important;
    }
    .choose-us-style-three-thumb {
        margin: 0;
        bottom: 0;
        margin-bottom: 30px;
        height: auto;
        display: none;
    }
    /* Partner */
    .partner-heading {
        margin-bottom: 15px;
    }
    .partner-heading::after {
        display: none;
    }
    .partner-heading::before {
        display: none;
    }
    .partner-style-two-area {
        text-align: center;
    }
    .partner-heading h3 strong {
        color: var(--white);
    }
    /* Fun Factor */
    .fun-factor-style-one-box .item {
        margin-top: 30px;
    }
    .fun-factor-style-one-box .item .fun-fact {
        border-top: 1px solid #dddddd;
        display: block;
        padding-top: 30px;
    }
    .fun-factor-style-one-box .item:first-child {
        margin-top: 0;
    }
    .fun-factor-style-one-box .item:first-child .fun-fact {
        padding-top: 0;
        border: none;
    }
    /* Request Call Back */
    .achivement-counter {
        border: none;
        padding: 0;
        margin-top: 60px;
        display: block;
    }
    .request-call-back-area {
        text-align: center;
    }
    .achivement-counter li {
        display: block;
        text-align: center;
        margin-top: 60px;
    }
    .achivement-counter li i {
        margin: 0;
        margin-bottom: 10px;
        line-height: 1;
    }
    .achivement-counter .fun-fact .counter {
        justify-content: center;
    }
    .achivement-counter::after {
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: none;
    }
    .achivement-counter .fun-fact {
        text-align: center;
    }
    /* Process */
    .process-style-three-items {
        grid-template-columns: 1fr;
    }
    .process-arrow {
        display: none;
    }
    .process-style-three:first-child {
        right: 0;
    }
    .process-style-three:nth-child(4) {
        left: 0;
    }
    .process-style-three:nth-child(2n) {
        display: block;
    }
    /* FAQ */
    .faq-thumb img {
        max-width: 50%;
        margin: auto;
    }
    .faq-thumb {
        text-align: center;
    }
    .faq-style-one-area {
        background-size: contain;
    }
    /* Pricing */
    .pricing-badge {
        display: none;
    }
    /* Skill Fact */
    .skill-facts-area {
        text-align: center;
    }
    .skill-fact-thumb {
        margin-bottom: 30px;
    }
    .skill-fact-info .circle-progress {
        display: grid;
    }
    /* Home Blog */
    .blog-meta ul {
        display: block;
    }
    .blog-meta ul li::after {
        display: none;
    }
    .blog-meta ul li {
        display: inline-block;
        padding-right: 18px;
    }
    .blog-style-one.solid .info {
        position: inherit;
        left: 0;
        bottom: 0;
        right: inherit;
        padding: 30px;
        padding-top: 150px;
    }
    .blog-style-one .thumb .tags {
        display: none;
    }
    .blog-style-one.solid .thumb img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .blog-style-one h4 {
        font-size: 22px;
    }
    /* Blog Three */
    .blog-style-three .info {
        margin: 0;
        padding: 0;
    }
    .blog-style-three .info .content {
        border-radius: 0;
        padding: 30px;
    }
    .blog-style-three .thumb img {
        border-radius: 0;
    }
    .blog-style-three {
        border-radius: 10px;
        overflow: hidden;
    }
    .blog-style-three h2 {
        font-size: 26px;
    }
    /* Contact */
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
    }
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
        background: transparent;
    }
    .contact-shape {
        display: none;
    }
    .contact-form-style-one {
        margin-top: 30px;
        padding: 50px 30px;
    }
    .maps-area iframe {
        min-height: 360px;
    }
    .certification {
        position: relative;
        left: 0;
        margin: 30px 0;
        display: none;
    }
    .about-style-two-thumb img:nth-child(2) {
        display: none;
    }
    .about-style-two-thumb {
        grid-template-columns: 1fr;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .about-style-two-area .shape {
        display: none;
    }
    /* Footer */
    .footer-shape {
        display: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .footer-shape .item:nth-child(2) img {
        display: none;
    }
    .footer-bottom .text-end li {
        margin: 0 15px;
    }
    .footer-shape .item.bottom {
        height: auto;
        top: auto;
        bottom: 0;
        max-width: 50%;
    }
}


/* Max Wide Mobile Layout: 600px. */

@media only screen and (min-width: 600px) and (max-width: 767px) {}


/* Max Wide Mobile Layout: 600px. */

@media only screen and (min-width: 600px) and (max-width: 1200px) {
    /* Portfolio */
    .gallery-items.colums-4 .pf-item {
        width: 50%;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 500px) {
    /* About */
    .owner-info .right-info {
        display: none;
    }
    .owner-info .left-info {
        margin: 0;
        padding: 0;
        border: none;
    }
    .about-card li {
        display: block;
        text-align: center;
    }
    .about-card li .fun-fact {
        text-align: center;
    }
    .about-card li .icon {
        margin-bottom: 40px;
    }
    .about-card .fun-fact .counter {
        justify-content: center;
    }
    .about-style-three .fun-fact {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }
    /* Testimonial */
    .testimonial-style-two .provider {
        display: block;
    }
    .testimonial-style-two .provider .thumb {
        margin-top: 15px;
    }
    .testimonial-style-four {
        padding: 50px 30px;
    }
    .testimonial-style-four p {
        font-size: 17px;
    }
    .testimonial-style-four .bottom-info {
        display: grid;
    }
    .testimonial-style-four .quote {
        display: none;
    }
    /* Team */
    .team-single-area .right-info .social .share-link {
        display: none;
    }
    /* Blog */
    .blog-style-one.solid .thumb .tags {
        display: none;
    }
    .service-style-four .info .icon .thumb {
        height: 80px;
        width: 80px;
        min-width: 80px;
        line-height: 80px;
    }
    .service-style-four .info .icon img {
        height: 55px;
    }
    .service-style-four .info .icon .link {
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 400px) {
    /* About */
    .default-features {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .default-feature-item {
        text-align: center;
    }
    .services-style-five .item {
        padding: 50px 37px;
    }
    /* Pricing Two */
    .pricing-style-two .price h2 {
        gap: 20px;
        font-size: 36px;
    }
    .pricing-style-two .price h2 .discount {
        font-size: 15px;
    }
    .pricing-style-two {
        padding: 50px 35px;
    }
    .technology-index-two-items {
        grid-template-columns: 1fr;
    }
    /* Testimonial */
    .testimonial-thumb .mini-shape {
        right: 0;
    }
    .testimonial-thumb::after {
        height: 320px;
        width: 320px;
        bottom: 0;
    }
    .testimonial-thumb .thumb-item {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .testimonial-thumb .thumb-item>img {
        border-radius: 0 0 400px 400px;
        position: relative;
        margin-bottom: -4px;
        height: auto;
    }
    .testimonial-thumb .mini-shape {
        right: 0;
    }
    .testimonial-thumb::after {
        height: 320px;
        width: 320px;
        bottom: 0;
    }
    .testimonial-thumb .thumb-item {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .testimonial-thumb .thumb-item img {
        border-radius: 0 0 400px 400px;
        position: relative;
        margin-bottom: -4px;
    }
    .testimonial-style-one {
        text-align: center;
    }
    .testimonial-style-one .provider {
        justify-content: center;
        text-align: left;
    }
    .testimonial-style-one p {
        font-size: 20px;
    }
    .testimonial-style-one h4 {
        font-size: 20px;
    }
    .testimonial-style-one .provider i {
        font-size: 70px;
    }
}


/* ============================================================== 
    # Preloader CSS
=================================================================== */

#preloader {
    animation: hidePreloader 2s forwards;
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white);
    z-index: 999;
}

.tranzi-loader-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
}

.tranzi-loader-inner {
    position: fixed;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.tranzi-loader {
    margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tranzi-loader {
        transform: scale(0.8);
        margin-left: 66px;
    }
}

.tranzi-loader-item {
    position: absolute;
    width: 6px;
    height: 80px;
    margin-top: -45px;
    border-radius: 0px;
    background-color: var(--color-primary);
    animation: urane-loader-aim 0.8s infinite;
    animation-direction: alternate-reverse;
}

.color-style-two .tranzi-loader-item {
    background-color: var(--color-style-two);
}

.color-style-three .tranzi-loader-item {
    background-color: var(--color-style-three);
}

.color-style-four .tranzi-loader-item {
    background-color: var(--color-style-four);
}

.color-style-five .tranzi-loader-item {
    background-color: var(--color-style-five);
}

.color-style-six .tranzi-loader-item {
    background-color: var(--color-secondary);
}

.tranzi-loader .tranzi-loader-item:nth-child(1) {
    margin-left: 0px;
}

.tranzi-loader .tranzi-loader-item:nth-child(2) {
    margin-left: -14px;
    animation-delay: 0.1s;
}

.tranzi-loader .tranzi-loader-item:nth-child(3) {
    margin-left: -28px;
    animation-delay: 0.2s;
}

.tranzi-loader .tranzi-loader-item:nth-child(4) {
    margin-left: -42px;
    animation-delay: 0.3s;
}

.tranzi-loader .tranzi-loader-item:nth-child(5) {
    margin-left: -56px;
    animation-delay: 0.4s;
}

.tranzi-loader .tranzi-loader-item:nth-child(6) {
    margin-left: -70px;
    animation-delay: 0.5s;
}

.tranzi-loader .tranzi-loader-item:nth-child(7) {
    margin-left: -84px;
    animation-delay: 0.6s;
}

.tranzi-loader .tranzi-loader-item:nth-child(8) {
    margin-left: -98px;
    animation-delay: 0.7s;
}

@keyframes urane-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        transform: rotate(0deg);
    }
    100% {
        height: 80px;
        transform: rotate(0deg);
    }
}