/* ------------------------------------------------
1. General style
2. Owl-Theme custom style
3. Preloader style
4. Cursor & Drag style
5. Navbar style
6. Header style
7. Parallax Header style
8. Slider Fade & Slider style
9. Video Background style
10. Kenburns SlideShow style
11. For Images Reveal Effect style
12. Text Animation style
13. For Images Imago Effect style
14. Scrolling Style
15. Page Header Banner style
16. Section style
17. Team style
18. Team Details style
19. Skills Bar style
20. Services style
21. Portfolio style
22. Process style
23. Process 2 style
24. Gallery style
25. Gallery 2 style
26. Price style
27. YouTube PopUp style
28. Gallery Video style
29. Accordion Box (for Faqs) style
30. Testimonials style
31. Blog style
32. Post style
33. Prev and Next style
34. 404 Page style
35. Contact style
36. Button style
37. Social Icons style
38. toTop Button style
39. Footer style
40. Overlay Effect Bg Image style
41. Media Query style
------------------------------------------------ */

/* ======= General style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Urbanist', sans-serif;
    color: #777;
    font-size: 17px;
    line-height: 1.75em;
    font-weight: 400;
    background: #1b1b1b;
}
img {
    width: 100%;
    height: auto;
}
/* typography */
/* headings */
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #777;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    line-height: 1.25em;
}
/* paragraph */
p {
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    line-height: 1.75em;
    margin: 0 0 20px;
    color: #777;
    font-weight: 400;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* form element */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Syne', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 2px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #777;
    background-image: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 2px;
    border-color: #fff;
}
/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    border: none;
    color: #777;
    background: #222222;
    padding: 17px 34px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background: #222222;
    color: #fff;
    border: none;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background: transparent;
}
.alert-success {
    background: transparent;
    color: #777;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 0px;
}
select {
    padding: 10px;
    border-radius: 5px;
}
th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #777;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #777;
}

.js .animate-box {
    opacity: 0;
}

/* important css */
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-middle.zindex-1 {
    z-index: 1;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-90 {
    margin-bottom: 90px;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img-position-top {
    background-position: top;
}
.ontop {
    position: relative;
    z-index: 7;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.d-flex {
    display: flex !important;
}
.full-width {
    width: 100% !important;
}
/* list style */
.ullist {
    display: grid;
    font-size: 17px;
}
.ullist ul {
    position: relative;
    float: left;
    padding: 0px;
}
.ullist ul li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-left: 25px;
}
.ullist ul li:before {
    content: "\e64c";
    font-family: "Themify";
    position: absolute;
    left: 0;
    top: -1px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.br-10px {
    border-radius: 10px;
}
/* bg img fixed style */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img-fixed {
    background-attachment: fixed;
}
.br-5px {
    border-radius: 5px;
}
.br-10px {
    border-radius: 10px;
}
/* image grayscale */
.img-grayscale img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .4s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .4s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .4s ease-in-out
}
.img-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%)
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: #333;
    border: 1px solid #333;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #777;
    border: 1px solid #777;
}
/* owl nav */
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.owl-theme .owl-prev {
    float: left;
}
.owl-theme .owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 21px;
    margin: 5px 30px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: transparent;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: auto;
    margin-left: -40px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #282828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Cursor & Drag style  ======= */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}
.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
.cursor.light:before {
    transform: scale(1);
    background: transparent;
}
.cursor.drag {
    mix-blend-mode: unset;
}
.cursor.drag:before {
    transform: scale(1);
    background: #fff;
    border-color: transparent;
}
.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 21px;
    color: #1b1b1b;
}
.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #1b1b1b;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
.nav-scroll .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    color: #777;
    font-size: 17px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.navbar .navbar-nav .nav-link:hover i {
    color: #fff !important;
}
.navbar .navbar-nav .active {
    color: #fff !important;
}
.navbar .navbar-nav .active i {
    color: #fff !important;
}
.nav-scroll {
    background: #222222;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    height: 100px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #777;
}
.nav-scroll .navbar-nav .active {
    color: #fff !important;
}
.nav-scroll .navbar-nav .nav-link:hover {
    color: #777 !important;
}
.nav-scroll .navbar-nav .nav-link:hover i {
    color: #777 !important;
}
/* logo */
.nav-scroll .logo-wrapper .logo-img {
    width: 160px;
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper {}
.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
    color: #777;
}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo {
    padding: 0;
}
.logo-wrapper .logo-img {
    width: 160px;
    text-align: center;
}
.logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 900;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}
.logo-wrapper .logo h2 span {
    color: #777 !important;
}
/* dropdown */
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    color: #777;
}
.nav-scroll .dropdown .nav-link i {
    color: #777;
}
.nav-scroll .navbar-nav .active i {
    color: #fff !important;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 5px 0;
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #777;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 10px 0;
    color: #777;
    font-size: 17px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 10px 0 0 5px;
    font-size: 9px;
    float: right;
    color: #777;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu. {
    top: 0;
    left: auto;
    right: 100%;
}

.navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 10px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #1b1b1b;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 20px;
    }


.nav-item.dropdown > .nav-link:focus,
.nav-item.dropdown > .nav-link:active {
    outline: none;
    box-shadow: none;
}



/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 230px;
        padding: 20px;
        border-radius: 10px;
        border: 0;
        background-color: #222222;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 15px);
        top: -20px;
        right: auto;
        min-width: 230px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #1b1b1b;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100px;
        border: none;
    }
    .nav-scroll {
        background: #222;
        height: 100px;
    }
    .logo-wrapper {
        float: left;
        padding: 30px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 30px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 160px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 160px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #777;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #777 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #fff !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        color: #777;
    }
    .nav-scroll .dropdown-menu .dropdown-item {
        color: #777;
    }
    .nav-scroll .dropdown-menu .dropdown-item:hover span {
        color: #777 !important;
    }
    .navbar .dropdown-menu .dropdown-item.active {
        color: #fff !important;
    }
    .nav-scroll .dropdown-menu .dropdown-item.active {
        color: #777 !important;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 700;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 10px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        background: transparent;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        color: #777;
    }
    .navbar .navbar-nav {
        padding: 20px;
    }
    .navbar .navbar-collapse {
        max-height: 500px;
        overflow: auto;
        background: #1b1b1b;
        text-align: left;
    }
    .dropdown .nav-link i {
        color: #777;
    }
    .nav-scroll .navbar-collapse {
        background: #222;
    }
    .nav-scroll .dropdown .nav-link i {
        color: #777;
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #fff !important;
    }
    .navbar .dropdown-menu .dropdown-item i {
        color: #777;
    }
    .navbar .dropdown-menu .dropdown-item:hover span {
        color: #fff;
    }
    .navbar .navbar-right {
        display: none;
    }
    .nav-scroll .dropdown-menu .dropdown:hover > .dropdown-item,
    .nav-scroll .dropdown-menu .dropdown-item.active {
        color: #fff;
    }
}


/* ======= Header style ======= */
.header {
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption[data-overlay-dark] h1,
.header .caption h1 {
    position: relative;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px #222222;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption[data-overlay-dark] h6,
.header .caption h6 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header .caption .btn-wrap {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
@media screen and (max-width: 991px) {
    .header .caption h1 {
        font-size: 20px;
    }
}


/* ======= Parallax Header style ======= */
.parallax-header {
    min-height: calc(100vh - 100px);
    background-position: center;
    background-position: 50% 0 !important;
}
.parallax-header.full-height {
    min-height: calc(100vh - 100px);
    background-position: center;
}
.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0px;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-family: 'Syne', sans-serif;
    font-size: 70px;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px #222222;
}
@media screen and (max-width: 991px) {
    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        font-size: 40px;
    }
    .md-hide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .parallax-header {
        background-attachment: scroll;
    }
}


/* ======= Slider Fade & Slider style ====== */
.slider-fade .owl-item,
.slider .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider-fade .item,
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
    z-index: 9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 4vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
    left: 10px !important
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
    right: 10px !important
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover,
.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #222222;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    top: 40% !important;
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*=owl-],
.slider .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav,
    .slider .owl-theme .owl-nav {
        display: none;
    }
}




/* ======= Text Animation style ====== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
    width: 10px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
    width: 5px;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ======= For Images Imago Effect style ======= */
.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/* ======= Scrolling Style ======= */
.scrolling {
    background: #1b1b1b;
    padding: 30px 0;
}
.scrolling.scrolling-ticker {
    padding: 30px 0;
}
.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
    font-family: 'Syne', sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #777;
    vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 17px;
    margin-right: 30px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}


/* ======= Page Header Banner style ======= */
.banner-header {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: top top;
}
.banner-header h6 {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-header h6 a {
    color: #777;
}
.banner-header h1 {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1b1b1b;
}
.banner-header p {
    font-size: 17px;
    font-weight: 400;
    color: #777;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #777;
}
.banner-header p span {
    color: #1b1b1b;
}
/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #1b1b1b;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #fff;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h1 {
        font-size: 36px;
    }
    .banner-header p {
        font-size: 17px;
        color: #777;
    }
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding h1 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.section-padding h1 span.stroke {
    color: transparent;
}
.section-padding h6 {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}
.services2 .item {}
.services2 .img-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}
.services2 .wrapper-img {
    position: relative;
    background-color:#1b1b1b;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services2 img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 10px;
}
.services2 .img-block:hover img {
    opacity: 0.2;
}
.services2 .img-block:hover .wrapper-img {
    transform: scale(0.95);
}
.services2 .img-block:hover .title-block {
    opacity: 1;
    transform: translateX(0px);
}
.services2 .title-block {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services2 .title-block h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}
.services2 .title-block p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-style: italic;
}
.services2-page p {
    font-weight: 400;
    margin-bottom: 20px;
}
.services2-page p span {
    color: #fff;
}


/* ======= Process style ======= */
.process {
    position: relative;
}
.process .process-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.process .process-area .process-item {
    max-width: 422px;
    width: 100%;
    background-color: #222222;
    padding: 50px;
    position: relative;
    border-radius: 10px;
}
.process .process-area .process-item:not(:last-child)::after {
    content: "\e628";
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-family: "themify" !important;
    font-weight: normal;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #222222;
    border: 12px solid #1b1b1b;
    top: 50%;
    right: -41px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none;
}
.process .process-area .process-item .process-step {
    font-size: 120px;
    line-height: 90px;
    background: linear-gradient(180deg, #333 0%, #222222 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 0px;
}
.process .process-area .process-item .title {
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.process .process-area .process-item .desc {
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process .process-area .process-item {
        max-width: 100%;
    }
    .process .process-area .process-item:not(:last-child)::after {
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        top: inherit;
        right: inherit;
        bottom: -40px;
        left: 50%;
    }
}


/* ------ Portfolio style ----- */
.portfolio {
    padding-top: 160px;
    padding-bottom: 0px;
}


.portfolio .bg-img.shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: none;
    z-index: -1; 
}

.portfolio .item {
    height: 240px;
    margin-bottom: 240px;
    position: relative;
}
.portfolio .item .img {
    width: 360px;
    height: 360px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.portfolio .item .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.portfolio .item .img:before {
    content: "";
    padding-top: 125%;
    display: block;
}
.portfolio .item .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}
.portfolio .item .img:hover i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
}
.portfolio .item .img.landscape {
    width: 360px;
    height: 240px;
}
.portfolio .item .img.portrait {
    width: 240px;
    height: 360px;
}
.portfolio .item .img.landscape:before {
    content: "";
    padding-top: 70%;
    display: block;
}
.portfolio .item .img:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
}
.portfolio .item .img .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    width: 90%;
    max-width: 90%;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: 'Syne', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}
.portfolio .item .img:hover .hover-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
}
.portfolio .canvas-1,
.portfolio .canvas-2 {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 360px;
    max-height: 360px;
    object-fit: contain;
}
.portfolio .canvas-1 {
    top: 50%;
    left: 50%;
    transform: translate(-125%, -60%);
    z-index: -1;
}
.portfolio .canvas-2 {
    top: 50%;
    left: 50%;
    transform: translate(5%, 10%);
    z-index: -1;
}
/* transition */
.portfolio.fade-in .img:nth-child(1) {
    transform: translate(-50%, -50%) rotate(5deg);
    z-index: 3;
}
.portfolio.fade-in .img:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-10deg);
    z-index: 4;
}
.portfolio.fade-in .img:nth-child(3) {
    transform: translate(-50%, -50%) rotate(10deg);
    z-index: 2;
}
.portfolio.fade-in .img:nth-child(4) {
    transform: translate(-50%, -50%) rotate(-5deg);
    z-index: 1;
}
.portfolio.fade-in .img {
    transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
    transition-delay: .5s;
}
.portfolio.fade-in.appear .img:nth-child(1) {
    transform: translate(-95%, -75%) rotate(-5deg);
    z-index: 4;
}
.portfolio.fade-in.appear .img:nth-child(2) {
    transform: translate(0, -85%) rotate(10deg);
    z-index: 5;
}
.portfolio.fade-in.appear .img:nth-child(3) {
    transform: translate(-110%, -5%) rotate(-10deg);
    z-index: 2;
}
.portfolio.fade-in.appear .img:nth-child(4) {
    transform: translate(-15%, -15%) rotate(5deg);
    z-index: 1;
}
.portfolio.fade-in.appear .img:nth-child(1):hover {
    transform: translate(-105%, -85%) rotate(-10deg);
    z-index: 3;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(2):hover {
    transform: translate(10%, -95%) rotate(15deg);
    z-index: 4;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(3):hover {
    transform: translate(-120%, 5%) rotate(-15deg);
    z-index: 1;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(4):hover {
    transform: translate(-5%, -5%) rotate(10deg);
    z-index: 2;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}

.portfolio-page h5 {
    color: #fff;
}
@media (max-width: 767px) {
    .portfolio .item {
        display: flex;
        overflow-x: clip;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 10px;
    }
    .portfolio .item .img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 200px;
        height: auto;
        border-radius: 10px;
    }
    .portfolio .item .img.landscape {
        max-width: 250px;
    }
    .portfolio .canvas-1,
    .portfolio .canvas-2 {
        display: none;
    }
}




/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
}
.testimonials h4 {
    font-size: 36px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    color: #fff !important;
}
.testimonials .testimonials-box {
    position: relative;
    background: #222222;
    padding: 55px 50px 45px 50px;
    border-radius: 10px;
    z-index: 2;
}

.testimonials h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.testimonials .item {
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 70px;
    margin: 0 auto 0px;
    opacity: 0.2;
}
.testimonials .item p {
    color: #777;
}
.testimonials .item .info {
    text-align: left;
}
.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin-left: 70px;
}
.testimonials .item .info .cont h6 {
    display: block;
    font-size: 17px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
    color: #fff;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 0px;
}
.testimonials .item .info span {
    font-size: 15px;
    color: #777;
    line-height: 1em;
}



/* ======= Prev and Next style ======= */
.nex-prv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #222222;
}
.nex-prv span.icon {
    color: #fff;
    font-size: 27px;
}
.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 21px;
    color: #fff;
}
.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 21px;
    color: #fff;
}
.nex-prv .nxt span {
    color: #777;
}
.nex-prv .nxt .img,
.nex-prv .prv .img {
    padding: 40px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
    color: #fff;
}
.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
    opacity: 0;
}
.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: .7;
}
.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
    position: relative;
    z-index: 4;
}
.nex-prv .all-works {
    display: block;
    height: 100%;
    padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}



/* ======= Contact style ======= */
.contact h5 {
    color: #fff;
}
.contact .item {
    padding: 10px 0px;
}
.contact .item .wrap-block {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.contact .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #fff;
}
.contact .item .text-block {
    overflow: hidden;
}
.contact .item h5 {
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
.contact .item p {
    margin-bottom: 0px;
}
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: calc(100% + 30px);
    overflow: hidden;
}


/* ======= Button style ======= */
.btn-wrap {
    margin-bottom: 0px;
}
.btn-link {
    position: relative;
    width: 300px;
    height: 70px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}
.btn-link a {
    text-align: center;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
    position: relative;
    display: block;
    z-index: 9;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-link a i {
    font-size: 12px;
}
.btn-link:hover,
.btn-link a:hover {
    text-decoration: none;
}
.btn-block {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    z-index: 1;
    border-radius: 50%;
    text-decoration: none;
}
.btn-block:hover {
    text-decoration: none;
}
.animation {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-link:hover .btn-block {
    left: 60%;
    text-decoration: none;
}
.animation-bounce {
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-block.color1 {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-block.color2 {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-block.color3 {
    background-color: rgba(255, 255, 255, 0.1);
}
/* contact form button style */
.btn-link input[type="submit"],
.btn-link input[type="reset"],
.btn-link input[type="button"],
.btn-link button {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75em;
    border: none;
    color: #fff;
    background: transparent;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.contact__form .btn-link:hover .btn-block {
    left: 60%;
    text-decoration: none;
}


/* ======= Social Icons style ======= */
.social-ico-block {
    width: 40px;
    top: 50vh;
    transform: translate(0, -50%);
    right: 40px;
    position: fixed;
    z-index: 25;
    background: rgba(27, 27, 27, 0.3);
    border-radius: 5px;
    padding: 10px;
}
.social-ico {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.social-ico i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 1;
    font-size: 17px;
}
.social-ico:hover i {
    opacity: .5;
    cursor: pointer;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    line-height: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255, 255, 255, 0.1);
}


/* ======= Footer style ======= */
.footer-section {
    background: #222222;
    padding: 75px 0 45px 0;
    width: 100%;
}
.footer-social-link {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
}
.footer-social-link li {
    display: inline-block;
    background-color: transparent;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3 ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d
}
.footer-social-link li:hover {
    transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.footer-social-link li i {
    color: #fff;
}
.footer-section img {
    width: 160px;
    margin-bottom: 20px;
}
.footer-section h5 {
    font-family: 'Syne', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
.footer-section p {
    color: #777;
}
.footer-section p.copyright {
    font-size: 15px;
    color: #777;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding: 30px 0 0 0;
    margin-top: 30px;
}
.footer-section p.copyright a {
    font-size: 15px;
    color: #fff;
}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Media Query style ======= */
@media screen and (max-width: 991px) {
    .social-ico-block {
        /* display: none; */
        right: 16px;
    }
}
@media (max-width: 767px) {
    .section-padding h1 {
        font-size: 16px;
    }
    .services .item h5,
    .price .item h3,
    .process .process-area .process-item .title,
    .testimonials h5,
    .services2 .title-block h4,
    .video-gallery .item .text h4,
    .services-page h5,
    .portfolio-page h5 {
        font-size: 21px;
    }
    
    .blog .post-cont h4 {
        font-size: 27px;
    }
    
    .team-details .wrap .desc .section-title,
    .testimonials h4 {
    font-size: 24px;
    }
    .testimonials .testimonials-box {
        padding: 40px 20px;
        margin-bottom: 15px;
    }
    .accordion-box .block .acc-btn {
        padding: 30px 15px;
    }
    .accordion-box .block .acc-btn:before {
        right: 15px;
    }
    .accordion-box .block .content {
        padding: 0px 15px 20px;
    }
    .btn-wrap {
        margin-bottom: 45px;
    }
    .pagination-wrap {
        margin-bottom: 30px;
    }
    .not-found h2 {  
    font-size: 140px;
    line-height: 140px;
    }
    
}


.car-shine-section {
            background: linear-gradient(135deg, #e31e24 0%, #c91319 100%);
            padding: 40px 0;
            position: relative;
        }

        .content-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 50px;
            gap: 10px;
        }

        .shine-text {
            color: white;
            font-size: 3rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            line-height: 1.2;
        }

        .appointment-btn {
            background: transparent;
            color: white;
            border: 2px solid white;
            padding: 15px 45px;
            font-size: 1.1rem;
            font-weight: 500;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            text-decoration: none;
            display: inline-block;
        }

        .appointment-btn:hover {
            background: white;
            color: #e31e24;
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .shine-text {
                font-size: 2.5rem;
            }

            .content-wrapper {
                padding: 0 30px;
            }
        }

        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
                gap: 25px;
                text-align: center;
            }

            .shine-text {
                font-size: 2rem;
            }

            .appointment-btn {
                padding: 12px 35px;
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .shine-text {
                font-size: 1.5rem;
            }

            .content-wrapper {
                padding: 0 20px;
            }
        }