@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none
}

*,
*:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff0
}

body {
    display: block;
    position: relative;
    font: 400 16px/1.1 "Rubik", sans-serif;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    background-size: contain
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
    display: none
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

a {
    color: #464646;
    text-decoration: none
}

a:hover {
    color: #464646;
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    margin: 0 0 15px;
    font-style: normal
}

p {
    margin: 0 0 10px;
    overflow: hidden;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    letter-spacing: .2px;
    text-align: justify;
}

.pt-60 {
    padding-top: 60px
}

input,
select,
textarea {
    background: #fff;
    background: #fff;
    border: 1px solid rgb(70 70 70 / .3);
    font: 500 15px/1 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    color: #282828;
    padding: 11px 16px;
    border-radius: 5px;
    letter-spacing: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:focus,
textarea:focus {
    box-shadow: none !important
}

select:focus {
    box-shadow: none !important
}

textarea {
    min-height: 120px;
    padding: 14px
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li,
ol li {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 8px
}

strong,
b {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

.w-left {
    width: 100%;
    float: left
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

section {
    padding: 80px 0;
    position: relative
}

.about-items .heading {
    position: sticky;
    top: 0;
    z-index: -1;
    width: 100%
}

.about-items .heading h1 {
    margin: 0;
    color: #fff;
    font: 210px/1 "Arial";
    font-weight: 700;
    text-align: center;
    width: 100%
}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top 0.5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-top 0.5s cubic-bezier(.25, .46, .45, .94) both;
    text-shadow: 0 1px 0 #ebebeb, 0 2px 0 #ebebeb, 0 3px 0 #ebebeb, 0 4px 0 #ebebeb, 0 5px 0 #ebebeb, 0 6px 0 #ebebeb, 0 7px 0 #ebebeb, 0 8px 0 #ebebeb, 0 9px 0 #ebebeb, 0 50px 30px rgb(0 0 0 / .2)
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.heading span {
    text-align: left;
    color: #202020;
    font-size: 17px;
    line-height: 1.66;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    color: #2fa5e0;
    font-weight: 400
}

.navbar {
    transition: 0.3s
}

.white-logo {
    display: block !important
}

.color-logo {
    display: none !important
}

.light-nav .white-logo {
    display: none !important
}

.light-nav .color-logo {
    display: block !important
}

.navbar .container-fluid {
    padding: 0 5%
}

.navbar-nav .nav-item {
    padding: 0;
    display: flex;
    margin-right: 22px;
    align-items: center;
    justify-content: center
}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.5;
    padding: 12px 18px;
    opacity: 1;
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 10px 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff
}

.light-nav .navbar-nav .nav-item .nav-link {
    color: #000
}

.navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
    color: #fff;
}

.nav-item {
    position: relative
}

.breadcrumbs-items h2 {
    font-size: 65px;
    color: #000;
    margin-bottom: 30px;
    text-shadow: 3px 9px 7px #5c5c5c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2
}

.breadcrumbs-items h2 span {
    font-size: 92px;
    margin-bottom: 30px;
    font-weight: 500;
}

ul.breadcrumb {
    padding: 16px 20px;
    list-style: none;
    background-color: #ffffff45;
    border-radius: 15px;
    width: max-content;
    backdrop-filter: blur(7px)
}

ul.breadcrumb li {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #34a3de;
    margin: 0
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #404040;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #404040;
    font-size: 18px;
    font-weight: 500
}

.breadcrumb-img {
    padding: inherit
}

.breadcrumbs-items {
    position: absolute;
    top: auto;
    bottom: 30%;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    left: 0%
}

.breadcrumbs-items .container-fluid {
    padding: 0 4%
}

.custom-shape-divider-top-1687544729 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg)
}

.custom-shape-divider-top-1687544729 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 133px
}

.custom-shape-divider-top-1687544729 .shape-fill {
    fill: #fff
}

.nav-item a {
    overflow: hidden;
    z-index: 2
}

.nav-item a.nav-link:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #24a2e1;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 20px
}

.nav-item a.nav-link:hover:before,
.nav-item a.nav-link.active:before {
    opacity: 1;
    right: 0
}

.light-nav .nav-item a.nav-link:hover:before,
.light-nav .nav-item a.nav-link.active:before {
    opacity: 1;
    right: 0
}

.light-nav .navbar-nav .nav-item .nav-link:hover,
.light-nav .navbar-nav .nav-item .nav-link.active {
    color: #fff
}

nav.navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

nav.navbar.navbar-expand-lg.light-nav {
    background: #fffffff7;
    backdrop-filter: blur(10px);
    transition: 0.3s;
    padding: 10px 0
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: 9999;
    width: 300px;
    padding: 0
}

.dropdown-main-menu svg {
    fill: #000
}

.light-nav .dropdown-main-menu svg {
    fill: #000
}

.dropdown-menu .submenu-menu {
    display: none;
    position: absolute;
    top: 0;
    left: -890px;
    background: #fff
}

.dropdown-icon {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out
}

.nav-item:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1
}

.dropdown-menu li {
    margin-bottom: 0
}

.dropdown-menu li:last-child a {
    border-bottom: unset
}

.dropdown-menu a {
    padding: 0;
    font-size: 17px;
    line-height: 1.5
}

.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translateY(0)
}

.submenu:hover .submenu-menu {
    display: block
}

@media (max-width:768px) {
    .dropdown-menu {
        position: static
    }

    .submenu-menu {
        position: static;
        display: none
    }

    .submenu.active .submenu-menu {
        display: block
    }
}

li.submenu a {
    border-bottom: 1px solid #efefef;
    padding: 8px 15px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out
}

li.submenu a:hover {
    background-color: #34a3de8a;
    transform: scale(1.1);
    border-radius: 12px;
    color: #000;
    backdrop-filter: blur(6px);
    font-size: 17px
}

.creative-fullpage--slider {
    background-color: #fff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
    display: flex;
    clip-path: none !important
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100%;
    position: relative;
    width: 100%;
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 22%;
    left: 50px;
    z-index: 1
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 50px;
    color: #fff;
    font-size: 8vw;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    margin: 20px 0 40px 0;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFFB0
}

.creative-btn--wrap .creative-slide--btn {
    color: #fff;
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(.49, 0, .01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: #fff0;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1), background-color 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000
}

.creative-btn--circle .circle-outline {
    fill: #fff0;
    width: 10px;
    stroke: #fff
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1)
}

.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    transition: all 0.4s;
    background-color: #FFF0;
    backdrop-filter: blur(20px);
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    transition: all 0.4s;
    background-image: none;
    opacity: 0;
    transform: translateY(30px);
}

.creative-fullpage--slider .swiper-container-h:hover .swiper-button-next,
.creative-fullpage--slider .swiper-container-h:hover .swiper-button-prev {
    opacity: 1;
    transform: translateY(0);
}


.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
    transform: rotate(180deg)
}

.creative-fullpage--slider .swiper-container-h:hover .swiper-button-next {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #fff;
    line-height: 0;
    position: absolute;
    font-size: 20px
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-container-h .swiper-button-next::after {
    content: "\f061";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: #fff;
    font-size: 60px;
    display: none
}

.swiper-container-h .swiper-button-prev::after {
    content: "\f060";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: #fff;
    font-size: 60px;
    display: none
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #FFFFFF0D
}

@media (max-width:991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    .creative-fullpage--slider .swiper-container-h .slider-pagination-area {
        width: 200px !important
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next::after,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev::after {
        font-size: 30px
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b
    }

    .creative-fullpage--slider .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important
    }
}

@media screen and (max-width:767px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 64px
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 0
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc {
        margin: 20px auto 20px auto;
        font-size: 16px;
        width: 95%
    }

    .creative-fullpage--slider .swiper-container-h .slider-pagination-area {
        display: none
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .about-us-section .container-fluid {
        padding: 0 10%
    }
}

.about-box h3 {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3
}

.about-content {
    margin-bottom: 20px;
    overflow: hidden
}

.one-img img {
    border-radius: 400px 400px 0 0
}

.larfe-fonts {
    position: absolute;
    top: 85px;
    width: 100%;
    z-index: -1
}

.larfe-fonts h2 {
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    z-index: -1;
    font-size: 12rem;
    color: #f2f2f2
}

@media (min-width:1400px) {

    .larfe-fonts h2,
    .larfe-fonts .h2 {
        line-height: 13.5rem
    }

    .larfe-fonts h2,
    .larfe-fonts .h2 {
        font-size: 15rem;
        color: #f2f2f2
    }
}

.tc-about-st2 {
    position: relative;
    padding: 150px 0 100px
}

.tc-about-st2 .title {
    position: relative
}

.float-txt {
    top: 33px;
    left: auto;
    line-height: .75;
    font-size: 146px;
    color: #0000000f;
    font-weight: 700;
    text-transform: uppercase;
    pointer-events: none;
    text-shadow: 8px 6px 10px #0000000a;
    right: auto;
    width: 100%;
    text-align: center
}

.inner-sub-title.float-txt {
    font-size: 120px;
    text-align: center
}

.tc-about-st2 p {
    text-align: justify;
    font-size: 17px;
    line-height: 1.55;
}

.tc-about-st2 .title .btns {
    position: relative;
    z-index: 20;
    padding: 50px 0
}

.tc-about-st2 .img-box {
    position: relative;
    padding: 30px
}


.tc-about-st2 .img-box::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 270px;
    width: 270px;
    background-color: var(--cr-orange1);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: .5
}

.tc-about-st2 .img-box img {
    width: 100%;
}

.tc-about-st2 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-top: -160px;
    z-index: 20
}

.tc-about-st2 .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.tc-about-st2 .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #24a3e2;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500
}

.tc-about-st2 .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #24a3e2;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.tc-about-st2 .cards .item {
    position: relative;
    margin-top: 40px
}

.tc-about-st2 .cards .item .icon {
    height: 50px;
    margin-bottom: 25px
}

.tc-about-st2 .cards .item h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize
}

.tc-about-st2 .cards .item .progress {
    height: 4px;
    margin-top: 20px
}

.tc-about-st2 .cards .item .progress .progress-bar {
    background-color: #151515
}

@media screen and (max-width:991px) {
    .tc-about-st2 .img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-bottom: 50px
    }

    .tc-about-st2 .title .float-txt {
        font-size: 100px;
        top: 30px
    }

    .tc-about-st2 .rotate-box {
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }

    .tc-about-st2 .img-box::after {
        top: 30%;
        width: 150px;
        height: 150px
    }
}

.butn-1 {
    padding: 10px 35px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.butn-1:hover {
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.hover-bg-black:hover {
    background-color: #000 !important;
    color: #fff !important
}

.info h2 {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: .8px;
    color: #000
}

.tc-portfolio-st2 .info h2 {
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.heading h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative;
    text-align: center
}

.why-choose-us .heading p {
    width: 100%;
    max-width: 50%;
    margin: auto
}

.choose-title {
    width: 100%;
    max-width: 70%;
    text-align: right;
    margin-bottom: 30px;
    margin-left: auto
}

.choose-box {
    padding-bottom: 22px
}

.choose-box p,
.choose-heading p {
    text-align: left;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    text-transform: capitalize
}

.choose-heading p {
    text-align: right
}

.counter-box p {
    text-align: center
}

.choose-box svg {
    margin-bottom: 10px
}

.choose-box h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize
}

.choose-item {
    padding: 36px 25px
}

.item-one {
    background-color: #30596c;
    color: #fff
}

.item-two {
    background-color: #e7e7e7;
    color: #000;
    border: 1px solid #33596b2b
}

.choose-main-img img {
    width: 100%;
    height: 520px;
    object-fit: cover
}

.ol-cards,
.ol-cards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.ol-cards {
    --flapWidth: 2rem;
    --flapHeigth: 1rem;
    --iconSize: 3rem;
    --numberSize: 3rem;
    --colGapSize: 2rem;
    width: min(100%, 40rem);
    margin-inline: auto;
    display: grid;
    gap: 2rem;
    padding-inline-start: var(--flapWidth);
    font-family: sans-serif;
    color: #222;
    counter-reset: ol-cards-count;
    list-style: none
}

.ol-cards>li {
    display: grid;
    grid-template-areas: "icon title nr" "icon descr nr";
    gap: 0 var(--colGapSize);
    align-items: center;
    padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
    border-radius: 1rem 5rem 5rem 1rem;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    counter-increment: ol-cards-count;
    filter: drop-shadow(10px 10px 10px rgb(0 0 0 / .25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgb(0 0 0 / .25)
}

.ol-cards>li>.icon {
    grid-area: icon;
    background: #2095cb;
    color: #fff;
    font-size: var(--iconSize);
    width: calc(2 * var(--flapWidth) + var(--iconSize));
    padding-block: 1rem;
    border-radius: 0 5rem 5rem 0;
    margin-inline-start: calc(-1 * var(--flapWidth));
    box-shadow: 2px 2px 4px rgb(0 0 0 / .25);
    position: relative;
    display: grid;
    place-items: center
}

.ol-cards>li>.icon::before {
    content: "";
    position: absolute;
    width: var(--flapWidth);
    height: calc(100% + calc(var(--flapHeigth) * 2));
    left: 0;
    top: calc(var(--flapHeigth) * -1);
    clip-path: polygon(0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)));
    background-color: #2095cb;
    background-image: linear-gradient(90deg, rgb(0 0 0 / .5), rgb(0 0 0 / .2));
    z-index: -1
}

.second-choose-row .ol-cards>li>.icon::before {
    content: "";
    position: absolute;
    width: var(--flapWidth);
    height: calc(100% + calc(var(--flapHeigth) * 2));
    left: 0;
    top: calc(var(--flapHeigth) * -1);
    clip-path: polygon(0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)));
    background-color: #2095cb;
    background-image: linear-gradient(90deg, rgb(0 0 0 / .5), rgb(0 0 0 / .2));
    z-index: -1
}

.ol-cards>li>.title {
    grid-area: title;
    font-weight: 600;
    font-size: 1.45rem;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px
}

.ol-cards>li>.descr {
    grid-area: descr
}

.ol-cards>li::after {
    grid-area: nr;
    content: counter(ol-cards-count, decimal-leading-zero);
    color: #2095cb;
    font-size: var(--numberSize);
    font-weight: 700
}

.second-choose-row .ol-cards>li::after {
    grid-area: nr;
    content: counter(ol-cards-count, decimal-leading-zero);
    color: #2095cb;
    font-size: var(--numberSize);
    font-weight: 700
}

@media (max-width:40rem) {
    .ol-cards {
        --flapWidth: 1rem;
        --flapHeigth: 0.5rem;
        --iconSize: 2rem;
        --numberSize: 2rem;
        --colGapSize: 1rem
    }
}

.choose-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 0
}

.choose-img img {
    width: 100%;
    max-width: 100%
}

.products-section .main {
    overflow-x: hidden
}

.products-section .horizontal-sliders {
    display: flex;
    flex-wrap: nowrap;
    width: 500%;
    overflow-x: hidden
}

.products-section .slide {
    height: 100%;
    width: 650px;
    margin: 0 16px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 125px
}

.products-section .slider-img img {
    border-radius: 20px;
    margin-bottom: 18px;
    width: 100%;
}

.products-inner-details h2 {
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.products-section .products-go {
    width: 50px;
    height: 50px;
    border: 1px solid #33a2dd;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-color: #fff0
}

.products-section .products-go svg {
    transform: rotate(270deg)
}

.products-inner-details p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding-right: 25px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.counter-section {
    background: radial-gradient(circle at center, rgb(254 253 253) 30%, rgb(254 254 254 / .94) 92%), url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff
}

.counter-sub-content {
    padding: 50px 0
}

.counter-sub-content .counter-contents {
    width: 100%;
    max-width: 65%;
    margin: auto;
    text-align: center
}

.counter-contents h2 {
    font-size: 58px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative;
    text-align: center
}

.counter-contents p {
    width: 100%;
    max-width: 70%;
    margin: auto;
    margin-bottom: 30px;
    color: #000
}

.counter-item {
    border: 1px solid #5e5e5e;
    padding: 32px 20px;
    height: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.counter-title p {
    color: #000;
    font-size: 18px
}

.counter-digite {
    font-size: 60px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative
}

.btn {
    border: 1px solid #23a1e0;
    padding: 11px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    background-color: #fff0;
    display: inline-block;
    color: #23a1e1;
    transition: 0.4s
}

.btn:hover {
    border: 1px solid #23a1e1;
    background-color: #23a1e1;
    color: #fff;
    transition: 0.4s;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-align: center
}

.btn:hover,
.btn:focus {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.tc-portfolio-st2 {
    position: relative;
    padding: 100px 0;
    background-color: #fff0;
    color: #000;
    overflow: hidden
}

.tc-portfolio-st2 .vec1 {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.tc-portfolio-st2 .vec2 {
    position: absolute;
    bottom: 30%;
    right: 0;
    z-index: 1;
    pointer-events: none
}

.tc-portfolio-st2 .title-slider {
    margin-bottom: 50px
}

.tc-portfolio-st2 .title-slider h2 {
    font-size: calc(10vw + 40px);
    color: #000;
    opacity: .05;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: .9
}

.tc-portfolio-st2 .title-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
    pointer-events: none
}

.tc-portfolio-st2 .title-slider .swiper-wrapper .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.tc-portfolio-st2 .portfolio-slider {
    position: relative;
    overflow: hidden;
    height: 630px
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .info {
    opacity: 0;
    -webkit-transform: scale(.8) rotate(20deg);
    transform: scale(.8) rotate(20deg)
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .img {
    opacity: 0;
    -webkit-transform: scale(.8) rotate(-20deg);
    transform: scale(.8) rotate(-20deg)
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .info {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .img {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.tc-portfolio-st2 .portfolio-slider .img {
    position: relative;
    height: 630px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.tc-portfolio-st2 .portfolio-slider .info {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.tc-portfolio-st2 .portfolio-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: auto;
    bottom: 30px;
    left: 60%
}

.tc-portfolio-st2 .portfolio-slider .swiper-fraction {
    position: absolute;
    right: 0;
    bottom: 100px;
    font-size: 70px;
    font-weight: 100
}

.map-section {
    background-color: #fff
}

.map-box img {
    width: 100%;
}

.tc-clients-st6 {
    position: relative
}

.tc-clients-st6 .section-content {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #9993
}

.tc-clients-st6 .vec1 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.tc-clients-st6 .title {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

.tc-clients-st6 .title .text {
    position: relative;
    padding-top: 20px
}

.tc-clients-st6 .title .text .vec {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px
}

.tc-clients-st6 .cards .logo {
    padding: 25px 30px;
    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;
    border: 1px solid #9994;
    margin-top: 30px;
    background-color: #fff
}

.tc-clients-st6 .cards .logo img {
    height: 100%;
    max-width: 100%;
}

.tc-clients-st6 .cards .logo:hover img {
    filter: unset
}

.brand-box .box-bord {
    border: 1px solid rgb(0 0 0 / .08);
    padding: 140px 30px 60px
}

.img-scale {
    position: relative;
    height: 600px
}

.img-scale .top-curve {
    position: absolute;
    top: -2px;
    right: 0;
    background: #fff;
    padding: 40px;
    border-radius: 0 0 0 30px;
    z-index: 3
}

.img-scale .top-curve .shap-left-top {
    position: absolute;
    top: 0;
    left: -2.05rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.img-scale .top-curve .shap-left-top svg {
    width: 2.1rem;
    height: 2.1rem
}

.img-scale .top-curve .shap-right-bottom {
    position: absolute;
    bottom: -2.12rem;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.img-scale .top-curve .shap-right-bottom svg {
    width: 2.1rem;
    height: 2.1rem
}

.img-scale .bottom-curve {
    position: absolute;
    left: -1px;
    bottom: -1px;
    padding: 30px 140px;
    background: #fff;
    border-radius: 0 30px 0 0;
    z-index: 3
}

.img-scale .bottom-curve .shap-left-top {
    position: absolute;
    top: -2.05rem;
    left: 1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.img-scale .bottom-curve .shap-left-top svg {
    width: 2.1rem;
    height: 2.1rem
}

.img-scale .bottom-curve .shap-right-bottom {
    position: absolute;
    bottom: 0;
    right: -2.1rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.img-scale .bottom-curve .shap-right-bottom svg {
    width: 2.1rem;
    height: 2.1rem
}

.img-scale .image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-scale .image>.img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-scale .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.counter-proccess {
    height: 100%;
    overflow: hidden
}

.img-scale .vid-circle {
    width: 200px;
    height: 200px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 5
}

.wpo-site-footer,
.wpo-site-footer-s2 {
    position: relative;
    font-size: 15px;
    overflow: hidden
}

.wpo-site-footer::before,
.wpo-site-footer-s2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #252525
}

.wpo-site-footer .container-fluid,
.wpo-site-footer-s2 .container-fluid {
    position: relative
}

.wpo-site-footer .footer-top .footer-top-wrap,
.wpo-site-footer-s2 .footer-top .footer-top-wrap {
    border-bottom: 1px solid rgb(217 217 217 / .2);
    padding-top: 60px;
    padding-bottom: 60px
}

.wpo-site-footer .footer-top .text h2,
.wpo-site-footer-s2 .footer-top .text h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0
}

.wpo-site-footer .footer-top .text h2 span,
.wpo-site-footer-s2 .footer-top .text h2 span {
    color: #34a3de
}

.wpo-site-footer .footer-top .footer-top-btn,
.wpo-site-footer-s2 .footer-top .footer-top-btn {
    text-align: right
}

.theme-btn,
.view-cart-btn {
    background: #34a3de;
    color: #fff;
    display: inline-block;
    padding: 17px 45px;
    border: 0;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 2.24px;
    text-transform: uppercase
}

.theme-btn:after,
.view-cart-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9b7c52;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer {
    padding: 70px 0 120px
}

@media screen and (min-width:1024px) {
    .wpo-upper-footer .container-fluid {
        padding: 0 4%
    }
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo {
    max-width: 180px
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title {
    margin-bottom: 30px
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p {
    margin-bottom: .8em;
    line-height: 1.9em
}

.wpo-site-footer p,
.wpo-site-footer-s2 p {
    color: #fff
}

.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget {
    overflow: hidden
}

@media screen and (min-width:1200px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        padding-left: 75px
    }
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul {
    list-style: none
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li {
    position: relative;
    font-size: 18px
}

.wpo-site-footer li,
.wpo-site-footer-s2 li {
    color: #fff
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a {
    color: #fff;
    font-size: 15px
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3 {
    color: #fff;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright {
    font-size: 15px;
    font-size: .9375rem;
    margin: 0;
    color: #fff;
    text-align: left
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid rgb(217 217 217 / .2)
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row {
    padding: 10px 0;
    position: relative
}

.wpo-site-footer .wpo-lower-footer .social-icon,
.wpo-site-footer-s2 .wpo-lower-footer .social-icon {
    text-align: right
}

.wpo-site-footer .wpo-lower-footer .social-icon ul,
.wpo-site-footer-s2 .wpo-lower-footer .social-icon ul {
    overflow: hidden;
    display: inline-block;
    padding-top: 5px
}

.wpo-site-footer .wpo-lower-footer .social-icon ul li,
.wpo-site-footer-s2 .wpo-lower-footer .social-icon ul li {
    font-size: 15px;
    float: left
}

.wpo-site-footer .wpo-lower-footer .social-icon ul li a,
.wpo-site-footer-s2 .wpo-lower-footer .social-icon ul li a {
    color: #4B3832;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px
}

.wpo-site-footer .wpo-lower-footer .social-icon ul li+li,
.wpo-site-footer-s2 .wpo-lower-footer .social-icon ul li+li {
    margin-left: 25px
}

ul.address li a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px
}

ul.address li {
    display: flex;
}

ul.address li span {
    margin-top: 6px;
    padding: 10px;
    background-color: #56a1d9;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    height: max-content;
}

.ingredients-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    margin-left: -78px;
    z-index: 1
}

.ingredients-icon {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    font-size: 44px;
    color: #0e76b3;
    margin-right: 30px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / .06);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.ingredients-content .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 19px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    letter-spacing: -.3px
}

.ingredients-img {
    text-align: center;
    margin-left: 6px;
    margin-right: 0;
    width: 100%;
    max-width: 70%;
    margin: auto;
    margin-top: -30px
}

.ingredients-img img {
    max-width: 100%
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: -78px
}

.ingredients-wrapper [class*=col-]:first-child .ingredients-item .ingredients-icon {
    margin-right: 0;
    margin-left: 30px
}

.about-inner-title h3 {
    margin: 18px 0;
    font-size: 38px;
    text-align: center
}

.advantages-section .inner-sub-title.float-txt {
    color: #ffffff70
}

.advantages-section .about-inner-title h3 {
    color: #fff
}

.about-inner-text p {
    font-size: 17px;
    text-align: justify;
}

.about-inner-img {
    position: relative
}

.about-inner-img .about-inner-sub-img img {
    border-radius: 20px
}

.about-inner-img .about-inner-sub-img.three img {
    animation: dzMove1 6s linear infinite
}

.about-inner-img .about-inner-sub-img.one {
    position: absolute;
    top: 20%;
    right: 0
}

.about-inner-img .about-inner-sub-img.one img {
    animation: dzMove1 8s linear infinite
}

.about-inner-img .about-inner-sub-img.two {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0%
}

.about-inner-img .about-inner-sub-img.two img {
    animation: dzMove1 10s linear infinite
}

.about-inner-wrapper,
.about-inner-sub-titles {
    position: sticky;
    top: 14%
}

@keyframes dzMove1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.offer-section {
    background-color: #fff
}

.offer-list ul li {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
    list-style-type: disc;
    background: #34a3de14;
    border-radius: 40px;
    padding: 15px
}

.advantages-list ul li {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
    list-style-type: disc
}

.offer-list ul li.list-one {
    margin-left: -30%
}

.offer-list ul li.list-two {
    margin-left: -20%
}

.offer-list ul li.list-three {
    margin-left: -10%
}

.offer-list ul li.list-four {
    margin-left: 0%
}

.offer-list ul li.list-five {
    margin-left: 10%;
}

.offer-list ul li.list-six {
    margin-left: 6%;
}

.offer-list ul li svg,
.advantages-list ul li svg {
    margin-right: 8px
}

.offer-list ul li p,
.advantages-list ul li p {
    font-size: 18px;
    margin: 0;
    margin-top: 4px
}

.advantages-list ul li p {
    color: #fff
}

.services-icon-img {
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-top: -20%
}

.advantages-section {
    background-image: url(../images/advantages.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.team-info-title h3 {
    font-size: 32px;
    line-height: 1.6;
    color: #fff
}

.team-info-title p {
    font-size: 18px;
    color: #fff
}

.team-img {
    position: relative
}

.team-img img {
    position: relative;
    display: flex;
    margin: auto
}

.team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(180deg, #fff0 1%, rgb(255 255 255) 69%)
}

.team-item-inner {
    margin-top: -2%
}

.team-contents {
    text-align: left;
    padding: 0 2%
}

@media screen and (min-width:1440px) {
    .quality-section .container-fluid {
        padding: 0 7%
    }
}

.quality-wrapper {
    padding: 35px 20px 20px;
    position: relative;
    margin: 22px 0;
    border-radius: 10px;
    height: 100%;
    position: relative;
    background: linear-gradient(268deg, #fff0 1%, #f1f0f0 69%)
}

.quality-wrapper span {
    position: absolute;
    top: -10%;
    left: 5%;
    padding: 20px;
    background-color: green;
    color: #fff;
    border-radius: 50px;
    font-size: 24px;
    background: radial-gradient(circle at 30% 30%, #34a3de, #19597a)
}

.quality-wrapper:hover span {
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: both;
    animation-delay: 0s
}

.quality-wrapper span.three {
    top: -6%
}

.quality-wrapper h4 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 13px
}

.quality-wrapper p {
    font-size: 18px;
    line-height: 1.6
}

@keyframes roll {
    0% {
        transform: translateX(0) rotate(0.2turn)
    }

    25% {
        transform: translateX(500px) rotate(1turn)
    }

    50% {
        transform: translateX(500px) rotate(1.5turn)
    }

    75% {
        transform: translateX(0) rotate(2turn)
    }

    100% {
        transform: translateX(0) rotate(2turn)
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.gallery-item {
    transition: 0.5s;
    transform: scale(1)
}

.gallery-items:has(.gallery-item:hover) .gallery-item:not(:hover) {
    filter: blur(1px) grayscale(1);
    opacity: .7;
    transition: 0.5s;
    transform: scale(.9)
}

.gallery-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.gallery-item img {
    border-radius: 20px;
    transition: 0.5s;
    transform: scale(1)
}

.icon-bx-wraper {
    position: relative
}

.icon-bx-wraper.style-8 {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .15);
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    height: 100%;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.icon-md {
    display: inline-block;
    text-align: center
}

.icon-content {
    overflow: hidden
}

.icon-content h4 {
    font-size: 27px;
    margin-bottom: 12px
}

.icon-bx-wraper.style-8:after {
    content: attr(data-name);
    position: absolute;
    font-size: 80px;
    right: 10px;
    bottom: 5px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    opacity: .05;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.icon-bx-wraper.style-8 p {
    font-size: 18px
}

.icon-bx-wraper.style-8:hover {
    box-shadow: 0 5px 60px 0 rgb(0 0 0 / .15);
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px)
}

.icon-bx-wraper.style-8:hover:after {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2)
}

.map-iframe iframe {
    height: 500px
}

.contact-area {
    padding: 80px 40px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .1);
    border-radius: 0;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    background: #fff
}

.section-head {
    margin-bottom: 40px
}

.section-head.style-1 .sub-title {
    letter-spacing: 4px;
    position: relative;
    padding-right: 95px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 19px;
    color: #accb71
}

@media only screen and (max-width:575px) {
    .section-head.style-1 .sub-title {
        padding-right: 30px
    }
}

.section-head.style-1 .sub-title:after {
    content: "";
    height: 1px;
    width: 85px;
    background-color: #accb71;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media only screen and (max-width:575px) {
    .section-head.style-1 .sub-title:after {
        width: 20px
    }
}

.section-head.style-1 h2.title,
.section-head.style-1 .title.h2 {
    font-size: 45px;
    line-height: 1.1
}

@media only screen and (max-width:767px) {

    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 35px;
        line-height: 1.15
    }
}

.contact-area .has-feedback {
    margin-bottom: 24px;
    position: relative
}

.contact-area .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    color: #000000 !important;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative
}

label.error {
    color: red;
    font-weight: 400;
    position: absolute;
    bottom: -15px;
    font-size: 13px;
    text-transform: capitalize
}

.products-inner-details-icons {
    position: absolute;
    top: 15px;
    right: -20%;
    z-index: 1;
    width: 54px;
    height: 54px;
    font-size: 24px;
    color: #34a3de;
    background-color: #d3d4d6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-10px);
    transition: all 0.5s ease-in-out;
    opacity: 1
}

.products-img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.products-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 20px;
    transform: translateY(63%);
    transition: transform 0.5s;
    background-color: #34a3de;
    backdrop-filter: blur(10px);
    margin: 20px 20px 10px;
    border-radius: 20px;
    border: 4px solid #fff;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    color: #fff
}

.products-inner-title h3 {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 100%;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.products-inner-title p {
    display: -webkit-box;
    max-width: 100%;
    padding-right: 0;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #464646;
    text-align: center;
    color: #fff
}

.products-box {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 26px #b9b9b9
}

.products-box:hover .products-info {
    transform: translateY(0%)
}

.products-box:hover .products-inner-details-icons {
    right: 1%
}

.products-box:hover .products-img img {
    transform: scale(1.2)
}

.accordionWrapper {
    padding: 30px 30px 30px 0;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    margin: auto;
    box-shadow: 0 1.5em 85px 0 rgb(0 0 0 / .2)
}

.accordionItem {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font: 400 14px / 1.1 "Roboto", sans-serif
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 14px;
    font-size: 20px;
    background: #23a1e030;
    color: #000;
    width: 100%;
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.accordionItemHeading span {
    float: right;
    font-size: 25px
}

.close .accordionItemContent {
    height: 0;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block
}

.open .accordionItemContent {
    padding: 0 10px 10px;
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box
}

.open .accordionItemHeading {
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0 20px 20px 0;
    color: #000
}

h3.accordion-title {
    text-align: center;
    font-size: 31px;
    letter-spacing: 1px
}

li.accordion-li {
    padding: 6px 15px;
    display: flex;
    align-items: flex-start;
    border-left: 2px solid #cbcbcb;
    margin: 0;
    transition: all 0.2s ease-in-out
}

li.accordion-li svg {
    display: none
}

li.accordion-li a {
    text-align: left;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300 !important;
    letter-spacing: .75px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out
}

li.accordion-li:hover,
li.accordion-li.active {
    border-left: 5px solid #3fa4db
}

li.accordion-li:hover a,
li.accordion-li.active a {
    font-weight: 500 !important;
    font-size: 20px
}

button.close {
    border: none;
    background: none;
    font-size: 40px;
    font-weight: 800
}

svg#Capa_1 {
    margin-right: 11px;
    width: 13px;
    margin-top: 3px
}

.detail-img,
.detail-img img {
    margin: auto
}

.details-content {
    margin: 20px 0;
    display: block;
    padding: 10px 0
}

.details-content h3 {
    font-size: 28px;
    color: #000
}

.details-content h4 {
    font-size: 22px;
    color: #000
}

.details-content p {
    font-size: 18px;
    margin-bottom: 10px
}

.details-points-title span {
    font-size: 21px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    text-transform: math-auto;
    font-weight: 500;
    margin-bottom: 15px;
    background: #24a2e1;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 14px;
    position: relative;
    border-radius: 0 30px 30px 0;
    letter-spacing: .7px;
    text-transform: capitalize
}

.details-points-title span::after {
    content: "";
    position: absolute;
    border-width: 18px;
    border-style: solid;
    border-color: #637a8f38 #fff0 #fff0 #fff0;
    transition: transform 0.5s;
    bottom: -36px;
    left: -1px
}

.details-content ul {
    margin: 24px 0
}

.details-content ul li {
    font-size: 18px;
    margin-bottom: 12px;
    list-style-type: disclosure-closed;
    list-style-position: inside;
    margin-left: 5px
}

.details-content table {
    border-radius: 10px;
    overflow: hidden
}

.details-content table th,
.details-content table td {
    padding: 12px 13px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 17px;
    text-transform: capitalize;
}

.details-content table td {
    font-weight: 300;
    vertical-align: middle;
}

.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 20px 0;
    z-index: 999999
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 133px 0;
    z-index: 999999
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

#back-button {
    display: inline-block;
    background-color: #34a3de;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 120px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#back-button:active {
    background-color: #555
}

#back-button.show {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:1440px) {
    .products-sections .container-fluid {
        padding: 0 7%
    }
}

.products-details-section-page .slider {
    padding: 5px 10px;
    color: #fff
}

.products-details-section-page .slider .swiper-container {
    width: 100%;
    height: 100%
}

.products-details-section-page .slider__col {
    margin-right: 32px
}

.products-details-section-page .slider__prev,
.products-details-section-page .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.products-details-section-page .slider__prev:focus,
.products-details-section-page .slider__next:focus {
    outline: none
}

.products-details-section-page .slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.products-details-section-page .slider__thumbs .slider__image:hover,
.products-details-section-page .slider__thumbs_two .slider__image:hover {
    opacity: 1
}

.products-details-section-page .slider__thumbs .swiper-slide-thumb-active .slider__image,
.products-details-section-page .slider__thumbs_two .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.products-details-section-page .slider__images,
.products-details-section-page .slider__images_one {
    height: 580px;
    box-shadow: 2px 6px 13px grey;
    border-radius: 20px
}

.products-details-section-page .slider__thumbs .swiper-slide {
    box-shadow: 2px 6px 13px grey;
    margin-bottom: 20px;
    border-radius: 20px
}

.products-details-section-page .slider__images .slider__image img {
    transition: 3s
}

.products-details-section-page .slider__image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden
}

.products-details-section-page .slider__image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767.98px) {
    .products-details-section-page .slider__flex {
        flex-direction: column-reverse
    }

    .products-details-section-page .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%
    }

    .products-details-section-page .slider__images,
    .products-details-section-page .slider__images_one {
        width: 100%
    }

    .products-details-section-page .slider__thumbs,
    .products-details-section-page .slider__thumbs_two {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px
    }

    .products-details-section-page .slider__prev,
    .products-details-section-page .slider__next {
        height: auto;
        width: 32px
    }
}

.siderbar {
    position: sticky;
    position: -webkit-sticky;
    top: 15%
}

.modal-body .has-feedback,
.has-feedback {
    margin-bottom: 21px;
    position: relative
}

.modal-body .form-control,
.form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    color: #000000 !important;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative
}

.modal-header {
    background-color: #23a1e0;
    color: #fff;
    text-align: center
}

.modal-header h5 {
    color: #fff;
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 600
}

.modal-header .btn-close {
    margin: 0;
    filter: invert(1)
}

.modal-body .email-header {
    padding: 22px 0
}

.modal-social a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: .8px;
    line-height: 1.5
}

.sub-send-inquiry-form {
    position: fixed;
    left: -96px;
    top: 30%;
    height: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99
}

.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn {
    background-color: #3fa4db;
    border-radius: 0 0 30px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

@keyframes blink {

    0%,
    100% {
        background-color: #3fa4db
    }

    50% {
        background-color: #1c597a
    }
}

.sub-send-inquiry-form,
.sub-send-inquiry-form-2 {
    display: flex
}

.footer-whatsapp-call {
    display: block
}

@media screen and (max-width:991px) {

    .sub-send-inquiry-form,
    .sub-send-inquiry-form-2 {
        display: none
    }

    .sub-send-inquiry-form,
    .footer-whatup-icons {
        display: none
    }

    .footer-box {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: #fff;
        text-align: center;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .book-app {
        width: 100%;
        padding: 1%;
        float: left;
        line-height: 40px;
        text-align: center;
        max-height: 100px
    }

    .book-app a {
        font-size: 15px
    }

    .sticklist {
        display: none !important
    }

    .footer-whatsapp-call {
        display: none
    }
}

.inner-banner-content {
    display: block !important
}

.property-item {
    margin-bottom: 30px;
    margin-top: 30px
}

.section-title span {
    color: #000;
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
    display: block;
    margin-bottom: 12px
}

.property-item .section-title p {
    max-width: 700px;
    margin: auto;
    text-align: center
}

.counter-icons {
    padding: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 9
}

.counter-icons svg {
    background-color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31%;
    border: 2px dashed #34a3de;
    width: 100%;
    height: 100%
}

.counter-icons::before {
    position: absolute;
    bottom: -56%;
    content: "";
    height: 60px;
    width: 3px;
    border-right: 2px dashed #3fa4db;
    z-index: -1
}

.counter-card {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    position: relative
}

.counter-card:hover .counter-icons svg {
    border: 2px solid #34a3de
}

.counter-card:hover .counter-icons::before {
    border-right: 2px solid #34a3de
}

.counter-card h2 {
    font-size: 85px;
    color: #234467;
    line-height: 1;
    margin-bottom: 0
}

.counter-card h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}

.counter-card span {
    color: #000
}

body[data-page="about-us.php"] .navbar-nav .nav-item .nav-link,
body[data-page="careers.php"] .navbar-nav .nav-item .nav-link {
    color: #000
}

body[data-page="about-us.php"] .white-logo,
body[data-page="careers.php"] .white-logo {
    display: none !important
}

body[data-page="about-us.php"] .color-logo,
body[data-page="careers.php"] .color-logo {
    display: block !important
}

body[data-page="about-us.php"] .navbar-nav .nav-item .nav-link.active,
body[data-page="careers.php"] .navbar-nav .nav-item .nav-link.active {
    color: #fff
}

.career-title .career-content {
    margin-top: 40px
}

.career-title h2 {
    font-size: 29px;
    margin-bottom: 30px
}

.career-content ul li {
    text-align: center;
    padding: 20px
}

.career-content ul li p {
    text-align: center;
}

.career-content ul span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.career-content .paragraph {
    width: 100%;
    max-width: 70%;
    margin: auto;
    text-align: center
}

.portfolio-slider .swiper-button-prev,
.portfolio-slider .swiper-button-next {
    background-image: unset
}

.portfolio-slider .swiper-button-prev:after,
.portfolio-slider .swiper-rtl .swiper-button-next:after {
    content: ''
}

.portfolio-slider .swiper-button-next:after,
.portfolio-slider .swiper-rtl .swiper-button-prev:after {
    content: ''
}

.portfolio-slider .swiper-button-next:after,
.portfolio-slider .swiper-button-prev:after {
    font-size: unset
}

.portfolio-slider .swiper-button-prev,
.portfolio-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    padding: 4px
}

.portfolio-slider .swiper-box img {
    width: 100%
}

.portfolio-slider .slider-arrows-control {
    position: absolute;
    right: 52%;
    bottom: 25%
}

.portfolio-slider .slider-arrows-control .swiper-button-next {
    right: 20px
}

.swiper-product {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-arrows-product {
    position: absolute;
    right: 12%;
    top: 22%;
}

.swiper-product .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.swiper-product .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.swiper-product .swiper-button-prev:after,
.swiper-product .swiper-rtl .swiper-button-next:after {
    content: ''
}

.swiper-product .swiper-button-next:after,
.swiper-product .swiper-rtl .swiper-button-prev:after {
    content: ''
}

.slider-arrows-product {
    position: absolute;
    right: 50%;
    bottom: -63%;
}

section.products-section {
    padding-bottom: 110px;
}

.wptb-album-one {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 160px
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 100px
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide {
    overflow: hidden;
    border-radius: 20px
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide-active .grid-item {
    border-radius: 20px;
}

.wptb-album-one .swiper-slide .grid-item .wptb-item--inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.wptb-album-one .swiper-container {
    position: relative;
    overflow: hidden
}

.wptb-album-one .swiper-slide .grid-item .wptb-item--holder {
    position: absolute;
    left: 18px;
    bottom: -100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 40px;
    margin-top: 0;
    text-align: left;
    background: #00000091;
    transition: all 1.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    right: 20px;
}

.wptb-album-one .swiper-slide.swiper-slide-active .grid-item .wptb-item--holder {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    right: 0;
}

.wptb-album-one .swiper-slide .grid-item .wptb-item--meta h4 {
    transform: translateY(10px);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s
}

.wptb-item--meta span {
    color: #fff;
    font-size: 30px;
    display: block;
    margin-bottom: 12px;
}

.wptb-album-one .swiper-slide .grid-item .wptb-item--meta h4 a {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;

}

.wptb-album-one .swiper-slide.swiper-slide-active .grid-item .wptb-item--meta h4 {
    transform: translateY(0);
    opacity: 1
}

.wptb-album-one .swiper-slide .grid-item .wptb-item--meta p {
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: all 2s ease-in-out;
    transition-delay: 0.8s;
    opacity: 0
}

.wptb-album-one .swiper-slide.swiper-slide-active .grid-item .wptb-item--meta p {
    transform: translateY(0);
    opacity: 1
}


.wptb-album-one .swiper-slide.swiper-slide-active .grid-item .wptb-item--link {
    transform: translateX(0);
    opacity: 1
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 52%
}

.grid-item .wptb-item--meta p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

.shadow-heading {
    position: relative;
    text-align: center;
    margin-left: -50px;
    z-index: 0
}

.shadow-heading .wptb-item--title {
    font-size: 15vw;
    font-weight: 500;
    line-height: 20vw;
    color: #fff0;
    text-transform: uppercase
}

.wptb-album-one {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
}

.brand-box {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.swiper-slide img {
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.swiper-logo {
    overflow: hidden;
    margin-top: 50px;
}

.tc-about-st2 .container,
.tc-about-st2 .container-fluid {
    z-index: 3;
    position: relative;
}

img.years-experience {
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    max-width: 29%;
}

.about-us-main-sections img.years-experience,
.tc-clients-st6 img.years-experience,
.products-details-section-page img.years-experience,
.gallery-sections img.years-experience {
    max-width: 22%;
    bottom: 0%;
    right: 0%;
}

@media screen and (min-width:1560px) {

    .about-main-contents .info {
        padding-right: 28%;
    }
}

@media screen and (min-width:1340px) {
    .about-main-contents {
        padding: 0 8%;
    }

    .about-main-contents .info {
        padding-right: 28%;
    }
}

.micro b {
    opacity: 0;
}

.certificate-item {
    margin-bottom: 20px;
}

.about-widget {
    margin-bottom: 30px;
}