html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.95em;
    color: #797370;
    overflow-x: hidden !important;
}

p {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.95em;
    color: #797370;
    margin-bottom: 15px;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #fff;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 300;
    color: #fff;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: "Outfit", 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"],
input[type="tel"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f9f6f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #797370;
    background-image: none;
    border: none;
    border-radius: 30px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.95em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #797370;
    /* border: none; */
}

select {
    padding: 10px;
    border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder {
    color: #797370;
}

table,
th,
tr,
td {
    border: 0px solid #797370;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: #e30613;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
}

input[type="submit"]:hover {
    border: none;
    background-color: #101010;
    color: #fff;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #797370;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

:-moz-placeholder {
    color: #797370;
}

::-moz-placeholder {
    color: #797370;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #797370;
}

/* Important */
.bg-position-top {
    background-position: top;
}

.bg-position-center {
    background-position: center;
}

.bg-position-bottom {
    background-position: bottom;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-white {
    background-color: #fff;
}

.bg-drkgray {
    background-color: #1b1b1b;
}

.bg-drk {
    background-color: #101010;
}

.txt-dark {
    color: #fff;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 300;
}

.count {
    font-family: "Outfit", sans-serif;
}

.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%);
    z-index: 9;
}

.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}

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

:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

.bp-bottom {
    background-position: bottom;
}

.bp-top {
    background-position: top;
}

.bp-center {
    background-position: center;
}

.icon-bg {
    background: #fff !important;
}

.br-20 {
    border-radius: 20px;
}

.brtl-20 {
    border-top-left-radius: 20px;
}

.brtr-20 {
    border-top-right-radius: 20px;
}

.brbl-20 {
    border-bottom-left-radius: 20px;
}

.brbr-20 {
    border-bottom-right-radius: 20px;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

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

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

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

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

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

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

.mt--120 {
    margin-top: -120px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

.mb-20 {
    margin-bottom: 15px !important;
}

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

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

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

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

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

.mb-120 {
    margin-bottom: 120px !important;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

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

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

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

.br-20 {
    border-radius: 20px;
}

.brtleft-20 {
    border-top-left-radius: 20px;
}

.brtlright-20 {
    border-top-right-radius: 20px;
}

.brbleft-20 {
    border-bottom-left-radius: 20px;
}

.brtbright-20 {
    border-bottom-right-radius: 20px;
}

/* list */
.list {
    position: relative;
    display: block;
}

.list li {
    position: relative;
    display: flex;
    align-items: center;
}

.list li+li {
    margin-top: 10px;
}

.list-icon {
    display: grid;
}

.list-icon span {
    font-size: 17px;
    color: #e30613;
}

.list-text {
    margin-left: 15px;
}

.list-text p {
    font-size: 17px;
    margin: 0;
    color: #797370;
}

/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #e30613;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}

/* breadcrumb */
.breadcrumb a {
    color: #e30613;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item.active {
    color: #fff;
}

/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    /* z-index: 1; */
    border-radius: 20px 20px 0 20px;
}

.bottom-fade.z1 {
    z-index: 1 !important;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10000009;
}

#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: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -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: 1px solid #eae4de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #e30613;
    -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);
    }
}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e30613;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e30613;
    border: 1px solid #e30613;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

/* owl-theme owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}

.owl-theme .owl-next {
    right: 10px !important
}

.owl-theme .owl-prev>span,
.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%)
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
}

.owl-theme .owl-nav {
    top: 35% !important;
}

.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

.section-title {
    font-size: 50px;
    font-family: "Funnel Sans", sans-serif;
    color: #101010;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

[data-overlay-dark] .section-title span,
.section-title span {
    color: #e30613;
}

.section-title.white {
    color: #fff;
}

.section-title.black {
    color: #fff;
}

.section-subtitle {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #e30613;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-subtitle.white {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 140px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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 {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #e30613;
}

.navbar .navbar-nav .nav-link:hover i {
    color: #e30613;
}

.navbar .navbar-nav .active {
    color: #e30613 !important;
}

.navbar .navbar-nav .active i {
    color: #e30613;
}

.nav-scroll {
    background: #fff;
    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;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #101010;
}

.nav-scroll .navbar-nav .nav-link {
    color: #101010;
}

.nav-scroll .navbar-nav .active {
    color: #e30613;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 150px;
    height: 120px;
    object-fit: contain;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}

.nav-scroll .logo-wrapper .logo span {
    color: #e30613;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-size: 30px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
}

.logo-wrapper .logo h2 span {
    color: #e30613;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 150px;
    height: 120px;
    object-fit: contain;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    color: #fff;
}

.nav-scroll .dropdown .nav-link i {
    color: #797370;
}

.nav-scroll .navbar-nav .active i {
    color: #e30613;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #101010;
    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: 13px 0 0 5px;
    font-size: 9px;
    float: right;
    color: #101010;
}

.navbar .dropdown-menu .dropdown-item.active i {
    color: #e30613;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #e30613;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}

.navbar .navbar-right .wrap .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-scroll .navbar-right .wrap .icon {
    color: #fff;
}

.navbar .navbar-right .wrap .text {
    margin-left: 5px;
    top: 0;
    position: relative;
}

.navbar .navbar-right .wrap .text p {
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 4px;
}

.navbar .navbar-right .wrap .text h5 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .navbar-right .wrap .text h5 a:hover {
    color: #e30613;
}

.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #fff;
}

/* 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: auto;
        padding: 20px;
        border-radius: 15px;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -20px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
        background-color: #fff;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 120px;
        border: none;
    }

    .nav-scroll {
        background: #fff;
    }

    .logo-wrapper {
        float: left;
        padding: 26px 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 0px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 150px;
        height: 105px;
        object-fit: contain;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 150px;
        height: 120px;
        object-fit: contain;
        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: #101010;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #101010 !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #e30613 !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        color: #101010;
        padding: 0 15px;
        font-size: 17px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 300;
    }

    .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: #fff;
        box-shadow: none;
    }

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

    .navbar .navbar-nav {
        padding: 20px;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
    }

    .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-scroll .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-scroll .dropdown .nav-link.active i {
        color: #e30613;
    }

    .navbar .dropdown-menu .dropdown-item i {
        color: #101010;
    }

    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h6 {
    position: relative;
    font-size: 22px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1 {
    position: relative;
    font-family: "Funnel Sans", sans-serif;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}

.header .caption h1 span {
    color: #e30613;
}

.header .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}

.header .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}

.header .caption .button-1,
.header .caption .button-2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .header .caption h1 {
        font-size: 75px
    }
}

@media screen and (max-width: 991px) {
    .header .caption h1 {
        font-size: 40px;
    }

    .header .caption p {
        font-size: 17px;
    }
}


/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item {
    height: 100vh;
    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);
}

.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: #e30613;
    border: 1px solid #e30613;
}

/* 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: 48px;
    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.3);
    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: transparent;
    border: 1px solid #fff;
    color: #fff;
}

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


/* ======= Parallax Header style ======= */
.parallax-header {
    height: 100vh;
    background-position: center;
}

.parallax-header.full-height {
    height: 100vh;
    background-position: center;
}

.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
    position: relative;
    font-size: 15px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-family: "Funnel Sans", sans-serif;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}

.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
    color: #e30613;
}

.parallax-header[data-overlay-dark] p,
.parallax-header p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}

.parallax-header[data-overlay-dark] p:after,
.parallax-header p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}

@media screen and (max-width: 991px) {

    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        font-size: 40px;
    }

    .parallax-header[data-overlay-dark] p,
    .parallax-header p {
        font-size: 17px;
    }
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #fff;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner .caption {
    position: relative;
}

.kenburns-inner .caption h6 {
    position: relative;
    font-size: 15px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.kenburns-inner .caption h1 {
    position: relative;
    font-family: "Funnel Sans", sans-serif;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}

.kenburns-inner .caption h1 span {
    color: #e30613;
}

.kenburns-inner .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}

.kenburns-inner .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 991px) {
    .kenburns-inner .caption h1 {
        font-size: 40px;
    }
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video {
    height: 100vh;
}

.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6 {
    position: relative;
    font-size: 15px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
    position: relative;
    font-family: "Funnel Sans", sans-serif;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}

.video-fullscreen-wrap[data-overlay-dark] h1 span,
.video-fullscreen-wrap h1 span {
    color: #e30613;
}

.video-fullscreen-wrap[data-overlay-dark] p,
.video-fullscreen-wrap p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}

.video-fullscreen-wrap[data-overlay-dark] p:after,
.video-fullscreen-wrap p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}

@media screen and (max-width: 991px) {
    .video-fullscreen-wrap h1 {
        font-size: 40px;
    }
}


/* ======= Banner Header style ======= */
.banner-header {
    height: 70vh;
    background-position: center;
}

.banner-header.middle-height {
    height: 80vh;
}

.banner-header.full-height {
    height: 100vh;
}

.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-size: 15px;
    line-height: 15px;
    color: #e30613;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner-header h1 {
    font-size: 50px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner-header h1 span {
    color: #e30613;
}

.banner-header h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-header h2 span {
    color: #e30613;
}

.banner-header p,
.banner-header[data-overlay-dark] p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 40px;
    }

    .banner-header h2 {
        font-size: 40px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}

.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.about .item:hover img {
    transform: scale(1.05);
}

/* title */
.about .item .title {
    position: absolute;
    bottom: 20px;
    padding: 0;
    z-index: 1;
    left: 105px;
}

.about .item .title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about .item .title h6 {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 15px;
}

/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
}

.about .item:hover .icon .arrow {
    transform: scale(1.05);
}

.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}

.about .item .icon .arrow {
    position: absolute;
    background: #e30613;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.about .item .icon .arrow span {
    color: #fff;
    font-size: 21px;
    ;
}

.about .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}

.about .item:hover .icon .arrow span {
    color: #fff;
}

/* img */
.about .img2 {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}

.about .img2:hover img {
    transform: scale(1.05);
}

.about .img2 .text {
    position: absolute;
    top: 50%;
    right: -5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: auto;
    padding: 12px 24px;
    border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background: #fff;
}

.about .img2 .text h6 {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: #e30613;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about .img2 .text .shap-left-bottom {
    position: absolute;
    bottom: 0px;
    left: -29px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about .img2 .text .shap-left-bottom svg {
    width: 30px;
    height: 30px;
}

.about .img2 .text .shap-right-bottom {
    position: absolute;
    bottom: 0px;
    right: -28px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.about .img2 .text .shap-right-bottom svg {
    width: 30px;
    height: 30px;
}


/* ======= Services style ======= */
.services {
    position: relative;
}

.services .item {
    position: relative;
    padding: 50px 40px 90px 40px;
    border-radius: 20px 20px 0 20px;
    background: #f9f6f3;
    z-index: 2;
    margin-bottom: 15px;
}

/* text */
.services .item .text h5 {
    color: #101010;
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services .item .text p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
}

/* icon */
.services .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.services .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.services .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.services .item .icon .arrow {
    position: absolute;
    background: #e30613;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.services .item .icon .arrow span {
    font-size: 17px;
}

.services .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}

.services .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
}

.services .item:hover .icon .icon-w i.icon-show,
.services .item .icon .icon-w i.icon-hidden {
    display: none;
}

.services .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
}

.services2 .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.services2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services2 .item:hover img {
    transform: scale(1.05);
}

/* title */
.services2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 100px 30px 30px;
    width: 100%;
}

.services2 .item .title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* icon */
.services2 .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.services2 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services2 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.services2 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.services2 .item .icon .arrow {
    position: absolute;
    background: #e30613;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.services2 .item .icon .arrow span {
    color: #fff;
    font-size: 17px;
}

.services2 .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}

.services2 .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
}

.services2 .item:hover .icon .icon-w i.icon-show,
.services2 .item .icon .icon-w i.icon-hidden {
    display: none;
}

.services2 .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}


/* ======= Services 3 style  ======= */
.services3 {
    position: relative;
}

.services3 .item {
    padding: 60px 40px 40px 40px;
    border-radius: 20px;
    background: #f9f6f3;
    position: relative;
    overflow: hidden;
}

.services3 .item h3 {
    color: #101010;
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services3 .item p {
    font-size: 17px;
    font-weight: 300;
    color: #797370;
}

.services3 .item .icon {
    color: #e30613;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 15px;
}

.services3 .item .icon i {
    font-weight: normal;
}

/* arrow */
.services3 .item .rmore {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 40px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.services3 .item .rmore .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e30613;
    background: #e30613;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services3 .item .rmore .arrow i {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}

/* arrow hover */
.services3 .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.services3 .item .rmore:hover .arrow {
    background: #101010;
    border: 1px solid #101010;
}

.services3 .item .rmore:hover .arrow i {
    color: #fff;
}

/* active */
.services3 .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.services3 .item .rmore .arrow.active {
    background: #e30613;
}

.services3 .item .rmore .arrow.active i {
    color: #fff;
}

/* border */
.services3 .item .rmore .br-left-top {
    position: absolute;
    top: -1px;
    left: -19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.services3 .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}

.services3 .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -19px;
    right: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.services3 .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}


/* ======= Service Details style ======= */
.service-details {
    position: relative;
}

.service-details h3 {
    color: #101010;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #f9f6f3;
    border-radius: 20px;
    margin-top: -226px;
    z-index: 9;
}

.service-details .sidebar-page .title {
    position: relative;
    background-color: #e30613;
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.service-details .sidebar-page .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-details .sidebar-page .item {
    padding: 40px;
}

.service-details .sidebar-page .item .features {
    grid-template-columns: 95% 5%;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: grid;
    align-items: center;
}

.service-details .sidebar-page .item .features:last-child {
    border: none;
}

.service-details .sidebar-page .item .features span {
    color: #101010;
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 17px;
}

.service-details .sidebar-page .item .features i {
    color: #101010;
    font-size: 12px;
}

.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #101010;
    text-align: right;
}

.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: #e30613;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    color: #e30613;
}

.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: #e30613;
}

@media screen and (max-width: 991px) {
    .service-details .sidebar-page {
        margin-top: 30px;
    }
}


/* ======= Portfolio Home style ======= */
.portfolio-home {
    position: relative;
    overflow: hidden;
}

.portfolio-home .portfolio-home-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.portfolio-home .item {
    position: relative;
    display: block;
    margin-bottom: 15px;

}

/* img */
.portfolio-home .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.portfolio-home .item:hover .img img {
    transform: scale(1.05);
}

.portfolio-home .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}

.portfolio-home .item .con.opacity-1 {
    opacity: 0;
}

.portfolio-home .item .con.active {
    visibility: visible;
    opacity: 1;
}

/* arrow */
.portfolio-home .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.portfolio-home .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e30613;
    background: #e30613;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}

.portfolio-home .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

/* title */
.portfolio-home .item .con .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 100px 30px 30px;
    width: 100%;
}

.portfolio-home .item .con .title h6 {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}

.portfolio-home .item .con .title h4 {
    color: #fff;
    font-size: 21px;
    ;
    margin-bottom: 0;
}

.portfolio-home .item .con .title h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* icon */
.portfolio-home .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.portfolio-home .item:hover .con .icon .arrow {
    transform: scale(1.05);
}

.portfolio-home .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.portfolio-home .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.portfolio-home .item .con .icon .arrow {
    position: absolute;
    background: #e30613;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.portfolio-home .item:hover .con .icon .arrow {
    color: #fff;
    background: #101010;
}

/* owl nav */
.portfolio-home .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}

.portfolio-home .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.portfolio-home .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-prev {
    left: 10px !important
}

.portfolio-home .owl-theme .owl-next {
    right: 10px !important
}

.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}

.portfolio-home .owl-theme .owl-prev>span,
.portfolio-home .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%)
}

.portfolio-home .owl-carousel .owl-nav button.owl-next,
.portfolio-home .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #101010;
}

.portfolio-home .owl-theme .owl-nav {
    top: 40% !important;
}

.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.portfolio-home .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .portfolio-home-carousel {
        overflow: hidden;
    }

    .portfolio-home .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
}

.portfolio .portfolio-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.portfolio .item {
    position: relative;
    display: block;
    margin-bottom: 15px;

}

/* img */
.portfolio .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.portfolio .item:hover .img img {
    transform: scale(1.05);
}

.portfolio .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}

.portfolio .item .con.opacity-1 {
    opacity: 0;
}

.portfolio .item .con.active {
    visibility: visible;
    opacity: 1;
}

/* arrow */
.portfolio .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.portfolio .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e30613;
    background: #e30613;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}

.portfolio .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

/* title */
.portfolio .item .con .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 90px 20px 20px;
    width: 100%;
}

.portfolio .item .con .title h6 {
    font-family: "Outfit", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}

.portfolio .item .con .title h6 span {
    color: #e30613;
    margin-right: 2px;
}

.portfolio .item .con .title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio .item .con .title h3 {
    color: #fff;
    font-size: 24px;
    ;
    margin-bottom: 0;
}

/* icon */
.portfolio .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.portfolio .item:hover .con .icon .arrow {
    transform: scale(1.05);
}

.portfolio .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.portfolio .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.portfolio .item .con .icon .arrow {
    position: absolute;
    background: #e30613;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.portfolio .item:hover .con .icon .arrow {
    color: #fff;
    background: #101010;
}

/* owl nav */
.portfolio .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}

.portfolio .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.portfolio .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev {
    left: 10px !important
}

.portfolio .owl-theme .owl-next {
    right: 10px !important
}

.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}

.portfolio .owl-theme .owl-prev>span,
.portfolio .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%)
}

.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.portfolio .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.portfolio .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #101010;
}

.portfolio .owl-theme .owl-nav {
    top: 40% !important;
}

.portfolio .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.portfolio .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.portfolio .bottom-fade {
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .portfolio-carousel {
        overflow: hidden;
    }

    .portfolio .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Portfolio Details style ======= */
.portfolio-details {
    position: relative;
}

.portfolio-details h3 {
    color: #101010;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio-details .sidebar-car {
    position: relative;
    display: block;
    padding: 0;
    background: #f9f6f3;
    border-radius: 20px;
    margin-top: -225px;
    z-index: 9;
}

.portfolio-details .sidebar-car .title {
    position: relative;
    background-color: #e30613;
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.portfolio-details .sidebar-car .title h4 {
    font-size: 24px;
    ;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio-details .sidebar-car .item {
    padding: 30px 30px 40px 30px;
}

.portfolio-details .sidebar-car .item .features {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.portfolio-details .sidebar-car .item .features span {
    color: #797370;
}

.portfolio-details .sidebar-car .item .features span i {
    color: #e30613;
    margin-right: 10px;
    font-size: 17px;
}

.portfolio-details .sidebar-car .item .features p {
    margin-bottom: 0px;
    color: #797370;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .portfolio-details .sidebar-car {
        margin-top: 30px;
    }
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}

.team .team-container {
    width: 140%;
    position: relative;
}

.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px;
}

.team .item .wrapper {
    position: relative;
}

/* img */
.team .item .wrapper img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
}

/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}

.team .item .wrapper .text .name {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    color: #e30613;
}

.team .item .wrapper .text .position {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #797370;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.team .item .wrapper .text .position:before {
    content: "·";
    left: 6px;
    position: absolute;
    top: 1px;
    font-size: 30px;
    color: #101010;
}

/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}

.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #e30613;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.team .item .wrapper .icon .arrow span {
    color: #fff;
    font-size: 17px;
}

.team .item:hover .wrapper .icon .arrow {
    color: #fff;
    background: #101010;
}

.team .item:hover .wrapper .icon .arrow span {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team-Single style ======= */
.team-single {
    position: relative;
}

.team-single h6 {
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-single h6 span {
    color: #e30613;
}

.team-single .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}

.team-single .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.team-single .item:hover .img img {
    transform: scale(1.05);
}

.team-single .item .img .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.team-single .item .img .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team-single .item .img .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.team-single .item .img .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team-single .item .img .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.team-single .item .img .curv-butn.icon-bg {
    background: #fff !important;
}

.team-single .item .img .curv-butn .social-icons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    bottom: 15px;
    z-index: 1;
}

.team-single .item .img .curv-butn .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    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;
    background-color: #e30613;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
}

.team-single .item .img .curv-butn .social-icons .link:hover {
    background-color: #e30613;
    color: #fff;
}

.team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
    margin-bottom: -50px;
    opacity: 0;
}

.team-single .item .img .curv-butn .social-icons .link.plus-link {
    z-index: 10;
}

.team-single .item .img:hover .curv-butn .social-icons {
    margin-bottom: -50px;
}

.team-single .item .img:hover .curv-butn .social-icons .link {
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
    opacity: 0 !important;
}

/* list */
.team-single .list {
    position: relative;
    display: block;
}

.team-single .list li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.team-single .list li+li {
    margin-top: 10px;
}

.team-single .list-icon {}

.team-single .list-icon span {
    font-size: 17px;
    color: #e30613;
}

.team-single .list-text {
    margin-left: 15px;
}

.team-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #797370;
}

/* tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e30613;
    ;
}

.team-single .cont .simpl-bord .nav-item {
    margin-right: 30px;
}

.team-single .cont .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    color: #101010;
    font-family: "Funnel Sans", sans-serif;
    font-size: 21px;
    ;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-single .cont .simpl-bord .nav-link.active {
    color: #e30613;
}

.team-single .tab-content p {
    color: #797370;
}


/* ======= Price style  ======= */
.price .item {
    padding: 50px 40px;
    border-radius: 20px;
    background: #f9f6f3;
    position: relative;
    overflow: hidden;
}

.price .item h3 {
    color: #101010;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.price .item h3 span {
    font-weight: 300;
    font-size: 10px;
    display: block;
    color: #e30613;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.price .item p {
    font-size: 17px;
    font-weight: 300;
    color: #797370;
    margin-bottom: 0;
}

.price .item ul {
    margin: 0;
    padding-left: 5px;
}

.price .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.price .item li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e30613;
}

.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}

/* arrow */
.price .item .rmore {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 45px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.price .item .rmore .arrow {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 1px solid #e30613;
    background: #e30613;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: "Funnel Sans", sans-serif;
    font-size: 21px;
    ;
    color: #fff;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
}

.price .item .rmore .arrow span {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    display: inline-block;
    font-weight: 300;
    align-self: flex-start;
    margin-right: 1px;
}

/* arrow hover */
.price .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.price .item .rmore:hover .arrow {
    border: 1px solid #101010;
    background: #101010;
    color: #fff;
}

.price .item .rmore:hover .arrow span {
    color: #fff;
}

/* active */
.price .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.price .item .rmore .arrow.active {
    background: #e30613;
}

.price .item .rmore .arrow.active i {
    color: #fff;
}

/* border */
.price .item .rmore .br-left-top {
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.price .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}

.price .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.price .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}


/* ======= FAQs style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: #f9f6f3;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}

.accordion-box .block.active-block {
    border-radius: 20px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 21px;
    line-height: 25px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    cursor: pointer;
    padding: 40px 30px;
    padding-right: 80px;
    color: #101010;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.accordion-box .block .acc-btn .count {
    color: #fff;
    background: #e30613;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    text-align: center;
}

.accordion-box .block .acc-btn.active .count {
    color: #fff;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 23px;
    top: 26px;
    font-size: 17px;
    color: #fff;
    content: "\e628";
    font-family: "themify";
    transition: all 500ms ease;
    background: #e30613;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.accordion-box .block .acc-btn.active {
    background-color: #e30613;
    color: #fff;
}

.accordion-box .block .acc-btn.active:before {
    color: #101010;
    font-family: "themify";
    content: "\e62a";
    background: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: #797370;
}


/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .item {
    position: relative;
    padding: 40px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f9f6f3;
    margin-bottom: 15px;
}

.testimonials .item i.fa-quote-left {
    color: #e30613;
    font-size: 60px;
    margin-bottom: 0px;
}

.testimonials .item .text h5 {
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
    color: #e30613;
    font-weight: 300;
    font-size: 17px;
}

.testimonials .item .text p {
    color: #797370;
}

.testimonials .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}

.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials .item .info h6 {
    color: #101010;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonials .item .info p {
    font-size: 15px;
    line-height: 1.5em;
    color: #797370;
    margin-bottom: 0;
}

.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}

.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -5px;
    right: -21px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}


/* =======  Image Gallery style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-filter li {
    font-family: "Funnel Sans", sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-filter li.active {
    color: #e30613;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #e30613;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
    color: #e30613;
}

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box:hover .gallery-img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}

.gallery-box .gallery-detail h4 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gallery-box .gallery-detail p {
    color: #e30613;
    margin-bottom: 0;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-right: 20px;
    float: left;
}

.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #e30613;
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
    background: #fff;
    color: #e30613;
}

.video-gallery-polygon {
    font-size: 21px;
    ;
}

.video-gallery {
    position: relative;
}

.video-gallery .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}

.video-gallery .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.video-gallery .item:hover img {
    transform: scale(1.05);
}

.video-gallery .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}

.video-gallery .item .title h4 {
    color: #fff;
    font-size: 21px;
    ;
    text-transform: uppercase;
}

.video-gallery .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 45px 0 0;
}

.video-gallery .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.video-gallery .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 21px;
    ;
    color: #fff;
    border: 1px solid #e30613;
    background-color: #e30613;
    border-radius: 100%;
    line-height: 60px;
}

.video-gallery .item:hover .curv-butn .icon {
    background-color: #101010;
    border: 1px solid #101010;
    color: #fff;
    border-radius: 100%;
}


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.video-wrapper {}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.video-wrapper .vid .vid-butn:hover .icon:after {
    border: 2px solid #fff;
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}

.blog:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #f9f6f3;
    z-index: -1;
}

.blog .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.blog .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
}

.blog .item:hover img {
    transform: scale(1.05);
    transition: transform 500ms ease;
}

/* text */
.blog .item .title {
    position: absolute;
    bottom: 0px;
    padding: 25px 100px 25px 25px;
    width: 100%;
}

.blog .item .title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* icon */
.blog .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.blog .item:hover .icon .arrow {
    transform: scale(1.05);
}

.blog .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.blog .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.blog .item .icon .arrow {
    position: absolute;
    background: #e30613;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.blog .item .icon .arrow span {
    color: #101010;
    font-size: 17px;
}

.blog .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}

.blog .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

.blog .item .icon i.icon-show {
    text-align: center;
}

.blog .item .icon i.icon-show span {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 700;
    line-height: 15px;
    vertical-align: middle;
    font-size: 21px;
    ;
    color: #fff;
    font-style: normal;
}

.blog .item .icon i.icon-show span i {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 11px;
}

.blog .item:hover .icon .icon-w i.icon-show,
.blog .item .icon .icon-w i.icon-hidden {
    display: none;
    line-height: 50px;
}

.blog .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}


/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
}

.blog2 .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}

.blog2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blog2 .post-img a {
    display: block;
}

.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog2 .post-cont {
    padding: 30px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
    background: #f9f6f3;
}

.blog2 .post-cont .tag {
    display: block;
    font-size: 17px;
    color: #e30613;
    margin-bottom: 0px;
}

.blog2 .post-cont h5,
.blog2 .post-cont h5 a {
    color: #101010;
    font-size: 30px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog2 .post-cont .category a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    color: #101010;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}

.blog2 .post-cont .category a:hover {
    color: #e30613;
}

.blog2 .post-cont .category a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e30613;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog2 .post-cont .category a:last-child {
    margin-right: 15px;
}

.blog2 .post-cont .category a:last-child:after {
    display: none;
}

.blog2 .post-cont .calendar a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    color: #797370;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}

.blog2 .post-cont .calendar a:hover {
    color: #101010;
}

/* blog sidebar */
.blog2-sidebar .widget {
    background: #f9f6f3;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}

.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog2-sidebar .widget ul li {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog2-sidebar .widget ul li a {
    color: #797370;
}

.blog2-sidebar .widget ul li a.active {
    color: #797370;
}

.blog2-sidebar .widget ul li a:hover {
    color: #e30613;
}

.blog2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog2-sidebar .widget ul li i {
    font-size: 10px;
    margin-right: 10px;
    color: #e30613;
}

.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog2-sidebar .widget .recent .thum {
    width: 100px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 120px;
}

.blog2-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog2-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 21px;
    ;
    margin-bottom: 15px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog2-sidebar .search form {
    position: relative;
}

.blog2-sidebar .search form input {
    width: 100%;
    padding: 18px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    border: none;
    color: #797370;
}

.blog2-sidebar .search form input::placeholder {
    color: #797370;
}

.blog2-sidebar .search form button {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #e30613;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog2-sidebar:hover .search form button {
    background-color: #101010;
    color: #fff;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.blog2-sidebar .tags li {
    margin: 4px !important;
    padding: 9px 24px;
    background-color: #e30613;
    color: #101010;
    float: left;
    border-radius: 40px;
}

.blog2-sidebar ul.tags li a {
    font-size: 15px;
    color: #fff;
}

.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li:hover a {
    background-color: #101010;
    color: #fff;
}


/* ======= Post style ======= */
.post {
    position: relative;
}

.post h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}

.post h4 span {
    color: #e30613;
}

.post .form-box {
    background: transparent;
}

.post .form-box h5 {
    font-size: 21px;
    ;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post .section {}

.post .section h6 {
    font-size: 21px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post .section h6 span {
    font-size: 15px;
    color: #797370;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}

.post .section .wrap {
    display: flex;
    margin-bottom: 60px;
}

.post .section .wrap .user {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post .section .wrap .user img {
    border-radius: 100%;
    width: 90px;
    border: 1px solid #f9f6f3;
    padding: 4px;
}

.post .section .wrap .cont {}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #f9f6f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #101010;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    border: 1px solid #f9f6f3;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 12px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #e30613;
    border: 1px solid #e30613;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #fff;
}

/* prev/next post */
.post-prev-next {
    padding: 45px 0;
    border: none;
    background-color: #f9f6f3;
}

.post-prev-next a {
    display: inline-block;
    font-size: 17px;
    color: #797370;
    line-height: 1em;
}

.post-prev-next a i {
    color: #797370;
    font-size: 21px;
    ;
}

.post-prev-next .post-prev-next-left a i {
    margin-right: 10px;
    font-size: 17px;
    background: #e30613;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}

.post-prev-next .post-prev-next-left a:hover i {
    background: #101010;
    color: #fff;
}

.post-prev-next .post-prev-next-right a i {
    font-size: 17px;
    margin-left: 10px;
    background: #e30613;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}

.post-prev-next .post-prev-next-right a:hover i {
    background: #101010;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .post-prev-next {
        text-align: center;
    }

    .post-prev-next-left {
        margin-bottom: 10px;
    }
}


/* ======= Contact style ======= */
.contact {
    position: relative;
}

.contact p {
    color: #797370;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact h5 {
    color: #101010;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #797370;
    text-decoration: none;
}

.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid #e30613;
    text-align: center;
    background: transparent;
    font-size: 21px;
    ;
    color: #fff;
}

.contact .con .icon .img {
    border-radius: 0;
    border: 1px solid #e30613;
}

.contact .con .icon img {
    background: transparent;
    padding: 13px;
}

.contact .con .text {
    color: #797370;
    line-height: 1.5em;
}

/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}

.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}

.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 17px;
}

.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}

.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #797370;
}

.opening-hours ul li .tit {
    padding-right: 10px;
    color: #797370;
}

.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #202020;
    position: relative;
    top: -7px;
}


.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: calc(64% + 30px);
    overflow: hidden;
    border-radius: 10px;
}


/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}

.contact-box .container {
    position: relative;
    z-index: 2;
}

.contact-box .item {
    background: #f9f6f3;
    padding: 45px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    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;
    border-radius: 20px;
}

.contact-box .item.active {
    background: #e30613;
}

.contact-box .item:hover {
    background: #e30613;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}

.contact-box .item h5 {
    font-size: 21px;
    ;
    color: #101010;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-box .item.active h5 {
    color: #fff
}

.contact-box .item:hover h5 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item p {
    color: #797370;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-box .item.active p {
    color: #fff;
}

.contact-box .item:hover p {
    color: #fff;
}

.contact-box .item span {
    font-size: 45px;
    color: #e30613;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item.active span {
    color: #fff;
}

.contact-box .item:hover span {
    color: #fff;
}

.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    color: rgba(255, 255, 255, 0.2);
    opacity: .2;
}

.contact-box .item.active i.numb {
    color: rgba(255, 255, 255, 0.7);
}

.contact-box .item:hover .numb {
    color: rgba(24, 27, 49, 0.2);
}


/* ======= 404 style ======= */
.not-found h1 {
    font-size: 160px;
    line-height: 160px;
    color: #e30613;
}

.not-found h3 {
    color: #101010;
    font-size: 24px;
    ;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.not-found p {
    color: #797370;
}

.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}

.not-found .search-form form {
    position: relative;
}

.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}

.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-size: 17px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #e30613;
    transition: all 300ms ease;
    border-radius: 30px;
}

.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
    border-color: #e30613;
}

.not-found .search-form .form-group input::-webkit-input-placeholder {
    color: #797370;
}

.not-found .search-form .form-group input[type="search"]:focus {
    color: #797370;
}

.not-found .search-form .form-group .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    background: none;
    color: #fff;
    background: #e30613;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.not-found .search-form .form-group .search-button span {
    vertical-align: middle;
    outline: none;
}

.not-found .search-form:hover .form-group .search-button {
    background: #101010;
    color: #fff;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

@media screen and (max-width: 991px) {
    .not-found h1 {
        font-size: 110px;
        line-height: 120px;
    }
}


/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 14px 35px;
    border: 1px solid #e30613;
    border-radius: 40px;
    background-color: #e30613;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 15px;
    margin-left: 5px;
    color: #fff;
}

[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #101010;
}

.button-1:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #101010;
    transform: translate3d(0px, -6px, 0.01px);
}

.button-1:hover span {
    color: #101010;
}

/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 14px 35px;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}

[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #fff;
}

.button-2:hover {
    border: 1px solid #e30613;
    background-color: #e30613;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.button-2:hover i,
.button-2:hover span {
    color: #fff;
}

/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 14px 35px;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}

.button-3:hover {
    border: 1px solid #101010;
    background-color: #101010;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.button-3:hover span {
    color: #fff;
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 14px 35px;
    border: 1px solid #e30613;
    border-radius: 40px;
    background-color: #e30613;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

[data-overlay-dark] .button-4 span,
.button-4 span {
    font-size: 15px;
    margin-left: 5px;
    color: #fff;
}

.button-4:hover {
    border: 1px solid #101010;
    background-color: #101010;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.button-4:hover span {
    color: #fff;
}

/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 14px 35px;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

[data-overlay-dark] .button-5 span,
.button-5 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}

.button-5:hover {
    border: 1px solid #e30613;
    background-color: #e30613;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.button-5:hover span {
    color: #fff;
}

/* double button */
.btn-double {
    position: relative;
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
}

.btn-double:before {
    content: attr(data-grouptype);
    color: #fff;
    display: block;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #1b1b1b;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -23px;
    text-align: center;
}

.btn-double>a+a {
    margin-left: 0px;
}

.btn-double>a {
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    transition: color .3s ease;
}

.btn-double>a span {
    font-size: 17px;
    margin-right: 2px;
}

.btn-double>a:nth-of-type(1) {
    background: #e30613;
    color: #fff;
    border-radius: 30px 0 0 30px;
    padding: 15px 27px;
}

.btn-double>a:nth-of-type(1):hover {
    background: #fff;
    color: #101010;
}

.btn-double>a:nth-of-type(2) {
    background: #e30613;
    color: #fff;
    border-radius: 0 30px 30px 0;
    padding: 15px 27px;
}

.btn-double>a:nth-of-type(2):hover {
    background: #fff;
    color: #101010;
}


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}

.lets-talk .section-title {
    color: #fff;
    font-size: 50px;
    line-height: 1.1em;
}

.lets-talk .section-subtitle {
    color: #e30613;
}

.lets-talk .wrap {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}

.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: flex;
}

.lets-talk .wrap .social .icon {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 9px;
}

.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}

.lets-talk .wrap a {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
}

.lets-talk .wrap a:hover {
    color: #e30613;
}

.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    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;
}

.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #101010;
}

/* footer top */
.footer .top {
    padding: 100px 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .top .item .logo,
.footer .bottom .logo {
    width: 150px;

    object-fit: contain;
    margin-bottom: 15px;
}

.footer .top .item h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

.footer .top .item h2 span {
    color: #e30613;
}

.footer .top .item h3 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.footer .top .item h3 span {
    color: #e30613;
}

.footer .top .item p {
    color: rgba(255, 255, 255, 0.7);
}

.footer .top .item .language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.footer .top .item .language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

.footer .top .item .language select {
    height: 50px;
    background: #e30613;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    border: none;
    border-radius: 30px;
}

.footer .top .item .language select option {
    color: rgba(255, 255, 255, 0.7);
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer .top .item .links ul {
    margin: 0;
    padding: 0;
}

.footer .top .item .links ul li {
    margin-bottom: 5px;
}

.footer .top .item .links ul li:hover {
    color: #e30613;
}

.footer .top .item .links ul li i {
    font-size: 7px;
    margin-right: 3px;
}

.footer .top .item .links ul li a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.footer .top .item .links ul li:hover a {
    color: #e30613;
}

.footer .top .item .address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 15px;
}

.footer .top .item .phone {
    font-size: 21px;
    ;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 15px;
    line-height: 1.25em;
}

.footer .top .item .mail {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .newsletter {
    position: relative;
}

.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid #e30613;
    border-radius: 30px;
}

.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #e30613;
    font-size: 17px;
    font-weight: 300;
    color: #101010;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.footer .top .item .newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.footer .top .item .newsletter:hover button {
    background: #e30613;
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #101010;
}

/* footer bottom */
.footer .bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.footer .bottom p a {
    background: linear-gradient(to bottom, #e30613 0%, #e30613 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}

.footer .bottom p a:hover {
    color: #e30613;
}

/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 17px;
    color: #101010;
    background: #e30613;
}

.footer .top .social-icons li a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .top .social-icons li svg {
    width: 16px;
    height: 16px;
    fill: #101010
}

.footer .top .social-icons .list-inline {
    margin: 0;
}

.footer .top .social-icons li:hover {
    background: #fff;
    color: #101010;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


/* ======= 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;
    line-height: 55px;
    font-size: 17px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 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: #e30613;
    stroke-width: 2;
    -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: #e30613;
}

.progress-wrap svg.progress-circle path {
    stroke: #e30613;
}


/* ======= Modal Form & Popup style ======= */
/* modal box */
.modal-box {
    position: relative;
    background: #101010;
    padding: 60px 40px;
    margin-bottom: -60px;
    border-radius: 0 0 20px 20px;
}

.modal-box .head-box h6 {
    font-size: 10px;
    font-weight: 300;
    color: #e30613;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal-box .head-box h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1em;
    font-weight: 300;
}

.modal-box .head-box h4 span {
    color: #222;
}

/* button */
.modal-button {
    display: block;
    padding: 0 30px;
    border: none;
    margin: 0;
    width: auto;
    background: #e30613;
    color: #101010;
    font-size: 17px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 300;
    border-radius: 30px;
}

.modal-button:hover {
    background: #fff;
    color: #101010;
}

.modal-button:focus {
    outline: none;
}

@media screen and (max-width: 991px) {
    .modal-box {
        margin-bottom: 90px;
        margin-bottom: 0px;
        padding: 35px 20px;
    }
}

/* modal popup */
.modal-content {
    position: relative;
    border-radius: 20px;
    border: none;
}

.modal-header {
    background: #e30613;
    border: none;
    padding: 25px 30px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.modal-body {
    background: #101010;
    padding: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.modal-body .modal-box {
    margin-bottom: 0;
}

.modal-title {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal-header .btn-close:focus,
.modal-header .btn-close:active {
    outline: none;
    box-shadow: none;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .lets-talk .section-title {
        font-size: 40px;
    }

    .lets-talk .wrap {
        display: flow;
        display: flow-root;
    }
}


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

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

.fglisttt li {
    display: inline-flex;
}

.fglisttt .list-text {
    margin-left: 5px;
}

.portfolio-home-carousel img {
    height: 540px;
    object-fit: cover;
}

strong {
    font-weight: 700;
}

product-fg-eleven .single-cat {
    padding: 0;
    transition: .4s;
    z-index: 1
}

.product-fg-eleven .single-cat .cat-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative
}

.product-fg-eleven .single-cat .cat-img img {
    width: 100%;
    transform: scale(1);
    transition: .4s;
    object-fit: cover;
    height: 250px;
}

.product-fg-eleven .single-cat .cat-img .heart {
    position: absolute;
    right: 25px;
    top: 27px;
    color: #e30613;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    display: block;
    cursor: pointer
}

.product-fg-eleven .single-cat .cat-cap {
    padding: 20px 14px 7px 13px;
    background: #fff;
    min-height: 120px;
}

.product-fg-eleven .single-cat .cat-cap .pricing .title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    text-decoration: unset;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-fg-eleven .single-cat .cat-cap .pricing .title {
        font-size: 15px
    }
}

.product-fg-eleven .single-cat .cat-cap .pricing .title:hover {
    color: #333
}

.product-fg-eleven .single-cat .cat-cap .pricing .price {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    height: 25px;
    display: flex;
    align-items: center;
}

.product-fg-eleven .single-cat .cat-cap .ratting li {
    display: inline-block;
    color: #deb806;
    font-size: 11px
}

.product-fg-eleven .single-cat .cart-btn {
    color: #fff;
    background: #e30613;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 10px 0 13px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-fg-eleven .single-cat .cart-btn {
        font-size: 13px;
        padding: 6px 9px
    }
}

.product-fg-eleven .single-cat .cart-btn i {
    margin-right: 12px;
    font-size: 20px;
    position: relative;
    top: 2px
}

.product-fg-eleven .single-cat:hover .cat-img img {
    transform: scale(1.05)
}

.product-fg-eleven .pricing .price span.fgdiscounted {
    font-size: 11px;
    text-decoration: line-through;
    color: #797979;
    margin-left: 5px;
}

.fgsection-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fgsection-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .product-fg-eleven .single-cat {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fgsection-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .fgsection-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.fglangdropdown {
    position: relative
}

.fglangbutton {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 10px;
    border: 1px solid transparent;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    color: #fff;
    touch-action: manipulation
}

.fglangbutton:hover,
.fglangbutton:focus {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: transparent
}

.fglangdropdown-toggle {
    position: relative
}

.fglangdropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    max-width: 240px;
    z-index: 9999
}

.fglangdropdown-menu a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #000
}

.fglangdropdown-menu img {
    margin-right: 5px
}

.fglangdropdown-menu>* {
    padding: .5rem 1rem;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none
}

.fglangdropdown-menu> :hover,
.fglangdropdown-menu> :focus {
    background-color: rgba(0, 0, 0, 0.05)
}

.fglangdropdown-on>.fglangdropdown-menu {
    display: block
}

.triangle-down1 {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: .2em solid #fff;
    border-top: .2em solid #fff;
    transform: rotate(135deg);
    margin-left: 5px
}

.contact__input.hfg40 {
    height: 40px;
}

@media (max-width:992px) {
    .fglangdropdown-menu {
        right: auto;
        left: 0
    }
}

/* Buton genel stili */
.catalog-button {
    position: fixed;
    top: 0;
    right: -120px;
    transform: translateY(-50%) rotate(-180deg);
    background-color: #FF0000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 0px 8px 8px 0;
    z-index: 1000;
    transition: all .8s ease;
    writing-mode: vertical-rl;
    font-family: "Funnel Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.catalog-button i {
    font-size: 20px;
    transition: all .8s ease;
    transform: rotate(180deg);
}

.button-text {
    white-space: nowrap;
    transition: all .8s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 10px;
}

.catalog-button.scroll-hide .button-text {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.catalog-button.scroll-hide {
    padding-right: 10px;
    transition: all .8s ease;
}

.catalog-button:hover {
    display: inline-flex;
    color: #fff;
}

.slider-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 99;
}

.slider-social a {
    padding: 0 20px;
}

.slider-social a i {
    font-size: 26px;
    transition: .2s all;
}

.slider-social a i:hover {
    color: #e30613 !important
}

.cat-cap h3 {
    display: flex;
    width: 100%;
    align-items: center;
    aş,
    : ;
}

.language-selector {
    position: fixed;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px 0px 0px 8px;
    z-index: 1000;
    transition: all .8s ease;
    text-transform: uppercase;
    font-weight: 300;
}
@media(max-width:1300px) {
    .language-selector{top:20%}
    .navbar .navbar-nav .nav-link{font-size:14px}
}
@media(max-width:992px){
    .catalog-button{display: none;}
}

.lang-button {
    background:transparent;
    border: none;
    cursor: pointer;
}

.lang-button img {
    width: 40px;
    height: auto;
}

.lang-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: transform 0.3s ease;
    transform: scale(0);
}

.lang-list ul {
    list-style: none;
    padding: 0;
}

.lang-list li {
    margin: 10px 0;
}

.lang-list a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.lang-list img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 80px;
    cursor: pointer;
}
@media(max-height:769px){
    .language-selector{top:30%}
}
@media(max-height:601px){
    .language-selector{top:25%}
}
.fgcustom-cursor,
.fgcustom-cursor-dot {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
}

.fgcustom-cursor {
    width: 62px;
    height: 62px;
    border: 1px solid #1c1c1c;
    border-radius: 50%;
}

.fgcustom-cursor-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1c1c1c;
}
@media(max-width:992px) {
.bg-img video{display:none}
}