html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather, serif;
    color: rgb(29, 43, 54);
    letter-spacing: 1px;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto Flex", sans-serif;
    color: rgb(85, 101, 117);
}

.tab-content > .tab-pane {
    display: none;
    position: relative;
}

.tab-content > .active {
    display: block;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
    margin: 0px auto;
}

.slick-slider {
    width: 100%;
    margin: 0px;
}

.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
    justify-content: center;
    display: flex !important;
    height: inherit !important;
}

.eqlh {
    position: relative;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    height: 69px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.header-main {
    padding: 0px;
    border-radius: 4px;
    width: 100%;
}

.header .logo {
    padding: 6px 0px;
    width: 13%;
    float: left;
    margin-right: 40px;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: rgb(233, 30, 99);
    font-weight: 600;
}

.header .nav-menu {
    padding: 0px 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu > .menu-item {
    display: inline-block;
    position: relative;
    padding: 0px;
}

.menu-active {
    border-bottom: 3px solid rgb(244, 131, 3) !important;
}

.header .menu > .menu-item > a {
    display: block;
    padding: 20px;
    color: rgb(109, 109, 109);
    text-transform: capitalize;
    transition: 0.3s;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 3px solid transparent;
}

.header .menu > .menu-item > a .plus {
    border-style: solid;
    border-color: rgb(98, 98, 98);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.nav-menu .menu a.active {
    border-bottom: 2px solid rgb(255, 102, 0);
    color: rgb(255, 102, 0) !important;
}

.nav-menu .menu-item-has-children > a.active {
    color: rgb(211, 84, 0);
}

.header .menu > .menu-item > a .plus::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item:hover > a {
    border-bottom: 3px solid rgb(244, 131, 3);
}

.header .menu > .menu-item > .sub-menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    width: 220px;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    transform: translateY(10px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .header .menu > .menu-item-has-children:hover > .sub-menu {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    .header .menu > .menu-item-has-children:hover > a .plus::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
    margin: 8px 20px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    display: flex;
    padding-bottom: 8px;
}

.header .menu > .menu-item > .sub-menu > .menu-item:last-child > a {
    border-bottom: none;
    padding-bottom: 0px;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a::before {
    content: "";
    width: 0px;
    height: 2px;
    margin-top: 12px;
    transition: 0.3s;
    background-color: rgb(244, 131, 3);
    display: block !important;
}

.header .menu > .menu-item > .sub-menu > .menu-item:hover > a::before {
    width: 10px;
    margin-right: 5px;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a.active::before {
    width: 10px;
    margin-right: 5px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: rgb(0, 0, 0);
    position: relative;
}

.header .open-nav-menu span::before, .header .open-nav-menu span::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    box-sizing: border-box;
}

.header .open-nav-menu span::before {
    top: -7px;
}

.header .open-nav-menu span::after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    margin: 0px 0px 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgb(244, 131, 3);
    border-radius: 30px;
    display: inline-block;
    text-align: right;
}

.right-header-part:hover {
    background: rgb(244, 131, 3);
}

.right-header-part:hover a {
    color: rgb(255, 255, 255);
}

.right-header-part a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: rgb(244, 131, 3);
    transition: 0.3s;
    font-size: 16px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    transition: 0.3s;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a span img {
    display: block;
}

.right-header-part a b {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
    margin-left: 5px;
    float: right;
    left: 0px;
}

@media (max-width: 991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0px;
        overflow-y: auto;
        background-color: rgb(34, 34, 34);
        z-index: 1000;
        padding: 15px 0px;
        transition: 0.5s;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu > .menu-item {
        display: block;
        margin: 0px;
    }

    .header .menu > .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu > .menu-item > a {
        color: rgb(255, 255, 255);
        padding: 12px 15px;
        border-bottom: 1px solid rgb(51, 51, 51);
    }

    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid rgb(51, 51, 51);
    }

    .header .menu > .menu-item > a .plus::before, .header .menu > .menu-item > a .plus::after {
        background-color: rgb(255, 255, 255);
    }

    .header .menu > .menu-item-has-children.active > a .plus::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu > .menu-item > .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0px;
        overflow: hidden;
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 12px 45px;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(51, 51, 51);
    }

    .header .close-nav-menu, .header .open-nav-menu {
        display: flex;
    }
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .slide-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.hero-slider {
    width: 100%;
    height: 420px;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 420px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    background: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 24px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.hero-slider:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.hero-slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    transform: translateX(0px);
    right: 0px;
    left: unset;
    top: 40%;
}

.hero-slider .swiper-button-prev::before {
    content: "‹";
    font-size: 65px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.hero-slider .swiper-button-next {
    transform: translateX(0px);
    right: 0px;
    top: 50%;
}

.hero-slider .swiper-button-next::before {
    content: "›";
    font-size: 65px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    opacity: 0.3;
    background: rgb(255, 255, 255);
    transition: 0.2s;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0px 15px;
    display: table;
    margin: 0px auto;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
}

.hero-style {
    height: 100vh;
    transition: 0.4s;
    border-radius: 0px 0px 0px 150px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-style {
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 20px;
    text-transform: capitalize;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0px 0px 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0px 0px 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
    margin: 0px 0px 30px;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 1rem;
        font-weight: normal;
        margin: 0px 0px 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.theme-btn, .theme-btn-s2 {
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: rgb(169, 24, 34);
    padding: 15px 30px;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: 0.4s;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

.theme-btn-s2 {
    background-color: rgb(244, 131, 3);
    color: rgb(255, 255, 255);
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: rgb(169, 24, 34);
    color: rgb(255, 255, 255);
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.banner-lpgo {
    width: 100px;
    vertical-align: baseline;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 5px;
}

.about-us-home-sec {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(244, 131, 3, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.animation-boll {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 150px;
}

.animation-boll img {
    width: 100%;
}

.about-us-home-sec .right-side {
    padding-left: 110px;
    padding-right: 60px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 60px !important;
}

.about-us-home-sec .right-side::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("../images/section-img-04.png") no-repeat;
    width: 294px;
    height: 292px;
    z-index: -1;
}

.about-us-home-sec .right-side img {
    width: 90%;
    display: block;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    margin-top: 0px;
}

img.height-500 {
    height: 500px;
}

img.height-550 {
    height: 550px;
}

img.height-350 {
    height: 350px;
}

img.height-400 {
    height: 400px;
}

img.height-450 {
    height: 450px;
}

.about-us-home-sec .right-side img.img2 {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 230px;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 20px;
}

.big-img {
    position: relative;
}

.big-img::before, .small-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.big-img:hover::before, .small-img:hover::before {
    animation: 0.75s ease 0s 1 normal none running circle;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.btn {
    min-width: auto;
    width: fit-content;
    background-color: white;
    padding: 0px 30px;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(0, 0, 0);
    letter-spacing: 2.8px;
    font-weight: 700;
    line-height: 1.6;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 40px -10px;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-width: 2px 0px;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    margin-top: 40px;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
}

.btn span {
    z-index: 1;
    text-align: center;
}

.btn::before, .btn::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0px;
    transition: 0.4s;
    background-color: rgb(0, 0, 0);
}

.btn::before {
    left: 0px;
}

.btn::after {
    right: 0px;
}

.btn:hover {
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px -12px;
    letter-spacing: 2px;
    color: white;
}

.btn:hover::before, .btn:hover::after {
    width: 51%;
}

.our-offerings-home-sec {
    position: relative;
    margin: -120px 0px 0px;
}

.our-offerings-home-sec-box {
    position: relative;
    padding: 40px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    bottom: 0px;
    margin: 0px 10px 40px;
    transition: 0.3s linear;
    background: url("../images/section-img-05.jpg") 0% 0% / cover no-repeat;
}

.our-offerings-home-sec-box:hover {
    bottom: 10px;
    transition: 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
    border: none;
}

.our-offerings-home-sec-box img {
    width: 60px;
    margin: 0px auto 20px;
    transform: scaleX(1);
    transition: 0.3s linear;
}

.our-offerings-home-sec-box:hover img {
    transform: scaleX(-1);
    transition: 0.3s linear;
}

.our-offerings-home-sec-box h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.our-offerings-home-sec-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 20px;
}

.our-offerings-home-sec-box a {
    margin: 40px auto 0px;
}

.common-header1 h2 {
    display: block;
    text-align: start;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 0%;
    opacity: 0;
    transition: 0.3s linear;
    transform: translate3d(0px, 4.932px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.common-header1 h2:hover {
    transition: 0.3s linear;
    transform-origin: 258px 36.3984px;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.common-header h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0px 0px 20px;
    position: relative;
}

.watermark-logo {
    position: relative;
}

.watermark-logo h2::after {
    content: "";
    background: url("../images/logo-icon.png") center center / contain no-repeat;
    position: absolute;
    top: -60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 50px;
    height: 60px;
    opacity: 0.5;
}

strong {
    font-weight: 600;
}

.common-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 20px;
}

.common-header h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.common-header ul {
    margin: 0px 0px 20px;
}

.common-header ul li {
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url("../images/right-arrow.png") left 3px no-repeat;
    list-style: none;
    text-align: left;
}

.common-header ul li strong {
    font-weight: 700;
}

.product-slider {
    margin-top: 40px;
}

.about-sec {
    background: url("../images/pattern-topo1.jpg") center center / 100% repeat;
    position: relative;
    z-index: 1;
    padding: 100px 0px 150px;
    overflow: hidden;
    border-radius: 150px 0px 0px;
}

.location-lp-sec .container {
    position: relative;
    z-index: 1;
}

.overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.overlay-patch2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.location-lp-sec .container .row {
    margin-top: 40px;
}

.key-features-box {
    width: 95%;
    position: relative;
    overflow: hidden;
    margin: 0px 10px;
    border-radius: 10px;
}

.key-features-box img {
    width: 100%;
    transition: 0.3s linear;
    display: block;
}

.key-features-box .key-features-box-text-area {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    z-index: 2;
}

.key-features-box .key-features-box-text-area h4 {
    font-size: 22px;
    line-height: 37px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    bottom: 0px;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.key-features-box .key-features-box-text-area p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 20px;
    display: none;
    opacity: 0.4;
    transition: 0.5s;
}

.key-features-box:hover img {
    transition: 0.3s linear;
    transform: rotate(1deg) scale(1.05);
}

.key-features-box:hover .key-features-box-text-area h4 {
    bottom: 25px;
    transition: 0.3s;
}

.key-features-box:hover .key-features-box-text-area p {
    bottom: 0px;
    transition: 0.5s;
    display: block;
    opacity: 0.9;
}

.product-slider .slick-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(243, 130, 13);
    border-radius: 6px;
    position: absolute;
    right: 52%;
    bottom: -80px;
    cursor: pointer;
    z-index: 5;
}

.product-slider .slick-prev::before {
    content: "❮";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    transform: translateY(-50%);
    color: rgb(243, 130, 13);
}

.product-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.product-slider .slick-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(243, 130, 13);
    border-radius: 6px;
    position: absolute;
    right: 45%;
    bottom: -80px;
    cursor: pointer;
}

.product-slider .slick-next::before {
    content: "❯";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    transform: translateY(-50%);
    color: rgb(243, 130, 13);
}

.testim {
    background-image: url("../images/testimonial-bg.jpg");
    background-position: center center;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.testim .common-header.color-white h2 {
    color: rgb(255, 255, 255);
}

.testim .common-header.color-white p {
    color: rgb(255, 255, 255);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
    box-sizing: border-box;
}

.testim .arrow {
    position: absolute;
    color: rgb(238, 238, 238);
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    display: none;
}

.testim .arrow::before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: rgb(234, 131, 14);
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0px;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgb(238, 238, 238);
    margin: 0px 10px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active, .testim .dots .dot:hover {
    background: rgb(234, 131, 14);
    border-color: rgb(234, 131, 14);
}

.testim .dots .dot.active {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-scale;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 0px 70px;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    width: 120px;
    padding: 10px;
    display: block;
    margin: auto;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.testim .cont div h2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 700;
}

.testim .cont div h5 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 15px 0px;
    font-weight: 800;
    text-transform: uppercase;
    display: none;
}

.testim .cont div p {
    font-size: 20px;
    color: rgb(238, 238, 238);
    width: 80%;
    margin: auto;
    line-height: 28px;
    font-style: italic;
}

.testim .cont div.active .img img {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-show;
}

.testim .cont div.active h2 {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-content-in;
}

.testim .cont div.active p {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-content-in;
}

.testim .cont div.inactive .img img {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-hide;
}

.testim .cont div.inactive h2 {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-content-out;
}

.testim .cont div.inactive p {
    animation: 0.5s ease-in-out 0s 1 normal forwards running testim-content-out;
}

@keyframes testim-scale {
    0% {
        box-shadow: rgb(238, 238, 238) 0px 0px 0px 0px;
    }

    35% {
        box-shadow: rgb(238, 238, 238) 0px 0px 10px 5px;
    }

    70% {
        box-shadow: rgb(234, 131, 14) 0px 0px 10px 5px;
    }

    100% {
        box-shadow: rgb(234, 131, 14) 0px 0px 0px 0px;
    }
}

@keyframes testim-content-in {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes testim-content-out {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes testim-show {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes testim-hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@media (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.blog-sec {
    width: 100%;
    padding: 100px 0px;
    position: relative;
    background: linear-gradient(0deg, rgba(244, 131, 3, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.blog-sec-list {
}

.blog-sec-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.blog-sec-top .dec-title {
}

.blog-sec-top .btn-Fx {
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 8px 15px;
}

.article-blog {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(244, 131, 3);
    margin-bottom: 20px;
    display: block;
}

.article-thumbnail {
    position: relative;
    height: calc(100% - 140px);
    width: 100%;
    background-size: cover;
    background-position-x: 50%;
    background-blend-mode: lighten;
    opacity: 1;
    transition: 0.6s ease-out;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 3px inset;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.article-blog:hover .article-thumbnail {
    opacity: 1;
    background-color: transparent;
}

.article-body {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    transition: 0.4s;
    z-index: 2;
    overflow: hidden;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 3px inset;
}

.article-blog:hover .article-body {
    backdrop-filter: blur(50px);
    height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.article__category {
    display: block;
    width: 100%;
    transition: color 0.4s;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.article-title {
    padding-bottom: 20px;
    margin-top: 0px;
    max-height: 200px;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.article-excerpt {
    opacity: 0;
    transition: opacity 0.4s;
    line-height: 1.6;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.article-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 20px 20px;
    line-height: inherit;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
}

.article-footer .footer__readmore {
    position: relative;
    display: block;
    height: 22px;
    float: right;
    overflow: hidden;
}

.article-footer .footer__readmore-text {
    display: inline-block;
    padding-right: 5px;
    transform: translateY(30px);
    padding-bottom: 0px;
    text-decoration: underline;
    color: rgb(245, 131, 3);
    vertical-align: middle;
    transition: 0.4s;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
}

.article-footer .footer__readmore-arrow {
    display: inline-block;
    height: 100%;
}

.article-footer .footer__readmore-arrow svg {
    transition: fill 0.4s;
}

.article-blog:hover {
}

.article-blog:hover .footer__readmore-text {
    transform: translateY(-2px);
}

.article-blog:hover .article-excerpt {
    opacity: 1;
}

@media (max-width: 1100px) {
}

@media (max-width: 700px) {
    .blog-sec-list {
        flex-direction: column;
    }

    .article-thumbnail {
        height: 220px;
        background-position: center bottom;
    }

    .article-body {
        position: absolute;
        backdrop-filter: blur(50px);
    }

    .article-excerpt {
        overflow: visible;
    }
}

ul.bullet-point {
    margin: 10px 0px 0;
}

ul.bullet-point li {
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url("../images/right-arrow.png") left 3px no-repeat;
    list-style: none;
    text-align: left;
}

.gallery-sec {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 150px;
}

.gallery-sec-box {
    text-align: center;
    margin: 40px 0px 0px;
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    border-radius: 0px;
    height: 400px;
    border-right: 3px solid rgb(255, 255, 255);
    border-left: 3px solid rgb(255, 255, 255);
}

.gallery-sec .col-6 {
    margin: 0px;
    padding: 0px;
}

.gallery-sec-box:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
    transition: 0.3s linear;
    z-index: 9;
    position: relative;
}

.gallery-sec-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    height: 100%;
    filter: grayscale(1);
    transition: 0.3s linear;
    overflow: hidden;
}

.custom-cursor {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: rgb(244, 131, 3);
    color: rgb(255, 255, 255);
    padding: 5px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9999;
    transition: background-color 0.3s, color 0.3s, font-size 0.3s, width 0.3s, height 0.3s, transform 0.15s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.lines {
    overflow: hidden;
}

.lines .line:nth-child(1) {
    left: calc(50% - 647px);
}

.lines .line:nth-child(3) {
    left: calc(50% + 649px);
}

.lines .line {
    position: fixed;
    width: 1px;
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    top: 0px;
    left: calc(50% + 0px);
    background: rgba(255, 255, 255, 0.1);
    z-index: 9;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 100%;
    top: -50%;
    left: 0px;
    background: linear-gradient(rgba(255, 217, 0, 0) 0%, rgb(249, 128, 5) 75%, rgb(249, 128, 5) 100%);
    animation: 10s cubic-bezier(0.4, 0.26, 0, 0.97) 0s infinite normal forwards running run;
}

.lines .line:nth-child(1)::after {
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    animation-delay: 2.5s;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

.common-header1 h2 {
    display: block;
    text-align: start;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 49.2404px, -41.3176px) rotateX(-80deg);
    opacity: 0;
    transition: 0.3s linear;
}

.common-header1 h2:hover {
    transition: 0.3s linear;
    transform-origin: 258px 36.3984px;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.contact-us-top-cont {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.common-header p.right-cont {
    font-size: 18px;
    line-height: 32px;
    padding-left: 50px;
}

.cont-address-info {
    margin-top: 50px;
}

.cont-address-info-box {
    width: 100%;
    margin: 0px 20px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.cont-address-info-box img {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.cont-address-info-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.cont-address-info-box a {
    text-decoration: none;
    color: rgb(85, 101, 117);
    font-size: 16px;
    line-height: 25px;
    text-transform: math-auto;
}

.contact-us-form-sec {
    padding: 0px 0px 100px;
    background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgba(255, 230, 199, 0.51) 0%, rgb(255, 255, 255) 100%);
    overflow: hidden;
}

.contact-us-form-sec .center-part {
    position: relative;
}

.contact-us-form-sec .contactus-header {
    position: relative;
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: 0px;
    padding-top: 60px;
}

.contact-us-form-sec .contactus-header h4 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-us-form-sec .contactus-header .form-container {
}

.contact-us-form-sec .contactus-header .form-container input, .contact-us-form-sec .contactus-header .form-container select, .contact-us-form-sec .contactus-header .form-container textarea {
    padding: 14px 11px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(221, 221, 221);
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    color: rgb(85, 101, 117);
}

textarea::placeholder {
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    color: rgb(85, 101, 117);
}

select option {
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    color: rgb(85, 101, 117);
}

.contact-us-form-sec .contactus-header .form-container button {
}

footer {
    background: 0% 0% / cover rgb(255, 255, 255);
    padding: 110px 0px 30px;
    overflow: hidden;
}

.footer-location {
}

.footer-location h5 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(244, 131, 3);
    margin-bottom: 20px;
    margin-top: 0px;
}

.footer-location ul {
    padding: 0px;
    margin: 0px 0px 40px;
}

.footer-location ul li {
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s linear;
    margin-bottom: 5px;
}

.footer-location ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.footer-location ul li:hover a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.footer-location ul li:hover {
    background: rgb(244, 131, 3);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(244, 131, 3);
    transition: 0.2s linear;
}

footer .footer-logo {
    width: 200px;
}

footer p strong {
    font-weight: 700;
}

footer .box ul {
    list-style-type: none;
    padding-left: 0px;
}

footer .box ul li {
    text-decoration: none;
    font-size: 16px;
    color: rgb(109, 109, 109);
    width: 100%;
}

footer .box ul li a {
    text-decoration: none;
    font-size: 16px;
    color: rgb(109, 109, 109);
    width: 100%;
    padding-bottom: 2px;
    display: inline-block;
    border: none;
    transition: 0.3s linear;
}

footer .box ul li a img {
    margin-right: 16px;
}

footer .box ul li a:hover {
    text-decoration: none;
    color: rgb(244, 131, 3);
    letter-spacing: 1px;
    transition: 0.3s linear;
    border: none !important;
}

footer .box h3 {
    margin: 18px 0px;
    font-size: 20px;
    color: rgb(244, 131, 3);
    position: relative;
    height: 25px;
    text-transform: uppercase;
    font-weight: 900;
}

footer .box p {
    margin-top: 12px;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    color: rgb(109, 109, 109);
    margin-bottom: 20px;
}

footer .box ul li {
    margin-bottom: 0.5rem;
    line-height: 28px;
}

footer .underline_text ul li {
    margin-bottom: 10px;
    line-height: 25px;
    position: relative;
}

footer .underline_text ul li::after {
}

footer .post-wrap ul li a {
}

footer .post-wrap ul li a:hover {
    text-transform: none;
    color: rgb(244, 131, 3);
    letter-spacing: 0px;
}

.banner-header.blog-banner-sec {
    padding: 50px 0 0;
    height: auto;
}
.banner-header.blog-banner-sec .top-banner-content {
    z-index: 5;
    position: relative;
    top: unset;
    transform: unset;
}
.banner-header.blog-banner-sec .breadcrumb .breadcrumb-item a {
    color: #000;
}
.banner-header.blog-banner-sec .top-banner-content h1 {
    color: #000;
}
.banner-header.blog-banner-sec .breadcrumb .breadcrumb-item::after {
    float: right;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #000;
    content: "›";
}

.location_img {
    float: left;
    margin-top: 3px;
}

.location_text {
    float: left;
    width: 84%;
    margin-left: 14px;
}

.clear {
    clear: both;
}

.link_over {
    cursor: pointer;
    font-weight: 700 !important;
}

.link_over:hover {
    transition: 0.3s;
}

.copyright-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(218, 218, 218);
    padding-top: 30px;
    margin: 90px auto 60px;
    align-items: center;
}

.copyright-area a {
    margin-left: 10px;
}
.copyright-area .social-icon a {
    margin-left: 0px;
    position: relative;
}

.copyright-text {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: rgb(109, 109, 109);
}

.copyright-text a {
    color: rgb(255, 119, 17);
    font-weight: 600;
}

ul.social-icon li {
    list-style: none;
    margin-right: 18px;
    border-radius: 5px;
    background: rgb(243, 243, 243);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
}

ul.social-icon li img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: auto;
    height: 25px;
}

ul.social-icon li::after {
    content: "";
    position: absolute;
    height: 160%;
    width: 140%;
    top: 80%;
    left: -120%;
    transform: rotate(45deg);
    transition: 0.4s ease-in-out;
    opacity: 0.5;
    background: rgb(244, 131, 3);
}

ul.social-icon li:hover i {
    transition: 0.2s linear;
    transform: scale(1.2);
    color: rgb(255, 255, 255);
}

ul.social-icon li:hover::after {
    top: -30%;
    left: -20%;
}

ul.social-icon li i {
    font-size: 24px;
    color: rgb(25, 107, 221);
}

ul.social-icon li:hover svg {
    transition: 0.2s linear;
    transform: scale(1.2);
    color: rgb(255, 255, 255);
}

ul.social-icon li svg {
    font-size: 24px;
    color: rgb(25, 107, 221);
    padding: 12px;
}

.banner-header {
    background: url("../images/offerings-banner-bg.jpg") center center / cover no-repeat fixed;
    padding: 110px 0px 0px;
    position: relative;
    z-index: 0;
    text-align: center;
    box-sizing: border-box;
    height: 480px;
    border-radius: 0px 0px 0px 100px;
    overflow: hidden;
}

.banner-header .banner-bg-img {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: hidden;
}

.banner-header .banner-bg-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-header .banner-bg-img::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.banner-header.product-overview-page .banner-bg-img::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 128, 0, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.breadcrumb {
    margin-bottom: 20px;
    text-align: left;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item li {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item::after {
    float: right;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgb(255, 255, 255);
    content: "›";
}

.breadcrumb .breadcrumb-item a:hover {
    color: rgb(241, 206, 72);
}

.banner-header .overlay {
    transform: translate3d(0px, 0px, 0px);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    position: absolute;
    transition: opacity 1s;
    pointer-events: none;
    width: 60%;
    height: 100%;
    left: -1px;
    top: 0px;
    opacity: 1;
}

.banner-header .top-banner-content {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-header .top-banner-content h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-weight: 700;
    text-align: left;
}

.banner-header .top-banner-content > h2 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.banner-header .top-banner-content > p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 40px 0px 20px;
    width: 60%;
    line-height: 30px;
}

.banner-header .top-banner-content > span {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.remove-bg {
    background: none;
}

.mar-top-0 {
    margin-top: 0px;
}

.mar-top-100 {
    margin-top: 100px;
}

.pad-tb-100 {
    padding: 100px 0px;
}

.bg-primary-col {
    background-color: rgb(249, 234, 217);
}

.pad-bot-0 {
    padding-bottom: 0px !important;
}

.white-bg {
    background: rgb(255, 255, 255);
}

.meets-ambition-sec {
    position: relative;
    padding: 100px 0px;
}

.posi-sticky {
    position: sticky;
    top: 100px;
}

.meets-ambition-sec-right {
}

.meets-ambition-sec-right .col-12 {
    margin: 0px;
    padding: 0px;
}

.meets-ambition-sec-right .col-12.bg-color {
    background: rgb(255, 119, 0);
}

.meets-ambition-sec-right .col-12.bg-color h4 {
    color: rgb(255, 255, 255);
}

.meets-ambition-sec-right .col-12.bg-color li {
    color: rgb(255, 255, 255);
    background: url("../images/right-arrow-white.png") no-repeat;
}

.meets-ambition-sec-right-box {
    border: 1px solid rgb(255, 119, 0);
    padding: 40px;
}

.meets-ambition-sec-right-box h4 {
    max-height: 200px;
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

ul.bullet-point li:last-child {
    margin-bottom: 0px;
}

.meets-ambition-sec-right-box ul.bullet-point {
    margin-bottom: 0px;
}

.form-sec-header {
    margin: 15px 0px 7px;
    font-size: 16px;
}

#interest-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(156, 163, 175);
    border-radius: 6px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    padding: unset;
}

#interest-group label {
    font-size: 15px;
}

#interest-group input[type="checkbox"]:checked {
    border-color: rgb(255, 119, 17);
    background-color: rgb(255, 119, 17);
}

#interest-group input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#interest-group input[type="checkbox"]:checked + label {
    color: rgb(156, 163, 175);
}

.sets-us-apart-sec {
    padding: 100px 0px 0px;
    position: relative;
    overflow: hidden;
}

#artist-list, #artist-list * {
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-size: 16px;
}

#artist-list {
    display: flex;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
    height: 100%;
    width: 100%;
    min-height: 80vh;
    min-width: 100%;
    flex-direction: column;
}

@media only screen and (min-width: 1280px) {
    #artist-list {
        flex-direction: row;
    }
}

#artist-list li {
    flex: 1 1 0%;
    display: flex;
    align-items: stretch;
    cursor: pointer;
    transition: 0.35s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

#artist-list li::before {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.75);
}

#artist-list li.active {
    flex: 6 1 0%;
    cursor: default;
}

#artist-list li.active::before {
    background: linear-gradient(rgba(15, 15, 15, 0) 0%, rgb(17, 17, 17) 100%);
}

#artist-list h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    #artist-list h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 1280px) {
    #artist-list h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

#artist-list h3 {
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    z-index: 32;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform-origin: 0px 0px;
    font-size: 24px;
    transform: translate(-50%, -50%) rotate(0deg);
    padding-bottom: 3em;
    transition: 0.3s linear;
}

#artist-list li:hover h3 {
    letter-spacing: 0.8px;
    color: rgb(244, 131, 3);
    transition: 0.3s linear;
}

@media only screen and (min-width: 1280px) {
    #artist-list h3 {
        top: 100%;
        left: 50%;
        font-size: 26px;
        transform: translate(-20px, -50%) rotate(-90deg);
    }
}

#artist-list li.active h3 {
    opacity: 0;
    top: 200%;
}

#artist-list .section-content {
    position: relative;
    z-index: 30;
    opacity: 0;
    align-self: flex-end;
    width: 100%;
    transition: 0.35s ease-out 0.1s;
}

#artist-list li.active .section-content {
    opacity: 1;
}

#artist-list .inner {
    position: absolute;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    column-gap: 20px;
    align-items: flex-end;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 768px) {
    #artist-list .inner {
        grid-auto-flow: column;
        grid-template-columns: calc(100% - 340px) 300px;
        column-gap: 40px;
        padding: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    #artist-list .inner {
        grid-auto-flow: column;
        grid-template-columns: 460px 200px;
        column-gap: 40px;
        padding: 40px;
    }
}

#artist-list li.active .inner {
    opacity: 1;
}

#artist-list .artist-profile-link {
    pointer-events: none;
}

#artist-list li.active .artist-profile-link {
    pointer-events: all;
    display: none;
}

#artist-list .artist-profile-link img {
    margin-top: 1em;
    display: none;
}

.banner-sec {
    background-image: url("../images/pattern-topo.png");
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.logo-area {
    position: absolute;
    top: 10px;
    width: 180px;
}

.logo-area img {
    width: 100%;
}

.banner-sec.thank-you-page .row {
    align-items: center;
    justify-content: center;
}

.thank-you-img {
    width: 80%;
}

.thank-you-img img {
    width: 100%;
    border-radius: 10px;
}

.thank-you-right {
}

.thank-you-right h4 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin: 0px;
}

.thank-you-right p {
    text-align: left;
    color: rgb(74, 74, 74);
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.thank-you-right a {
    background: rgb(232, 53, 95);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid rgb(229, 22, 129);
    transition: 0.3s linear;
    border-radius: 10px;
}

.thank-you-right a:hover {
    background: rgb(108, 146, 247);
    border: 2px solid rgb(108, 146, 247);
}

.common-header.text-center h2 {
    text-align: center;
}

.common-header.text-center p {
    text-align: center;
}

.common-header.text-right h2 {
    text-align: left;
}

.common-header.text-right p {
    text-align: right;
}

.common-header.text-right a {
    text-align: right;
}

.common-header h2 {
    font-size: 46px;
    line-height: 52px;
    margin: 0px 0px 20px;
}

.common-header p {
}

.common-popup, .overlay-popup {
    display: none;
}

.overlay-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.common-popup {
    position: fixed;
    top: 50%;
    left: 0px;
    margin: auto;
    right: 0px;
    transform: translateY(-50%);
    width: 630px;
    z-index: 9999999;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

.popup-content input, .popup-content select, .popup-content textarea {
    padding: 14px 11px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(221, 221, 221);
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
}

.popup-content .form-container {
    margin: 0px;
}

.popup-content .common-button {
    background-color: rgb(244, 131, 3);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: 0.4s;
    margin: 0px;
    text-decoration: none;
}

.popup-content .common-button:hover {
    background-color: rgb(169, 24, 34);
    transition: 0.4s;
}

.common-popup-div {
    padding: 40px;
    box-sizing: border-box;
}

.common-popup-div .popop-heading .btn-close {
    background: rgb(244, 131, 3);
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    border-width: 0px;
    color: rgb(255, 255, 255);
    padding: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0px;
}

.common-popup-div .popop-heading .btn-close svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    margin: 4px;
}

.our-serv-about {
    padding: 100px 0px;
    background: rgb(241, 241, 242);
}

.our-serv-about-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
    text-align: center;
    border-right: 1px solid rgb(218, 218, 218);
    margin-bottom: 30px;
}

.our-serv-about-area img {
    width: 60px;
    margin: 0px auto 20px;
    border: 1px solid rgb(244, 131, 3);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
}

.our-serv-about-area:hover img {
    bottom: 10px;
    transition: 0.3s linear;
}

.our-serv-about-area:last-child {
    border-right: none;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.pad-bot-100 {
    padding-bottom: 100px !important;
}

.pad-top-0 {
    padding-top: 0px !important;
}

.our-serv-about-area h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 20px;
    color: rgb(244, 131, 3);
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
}

.our-serv-about-area:hover h3 {
    bottom: -10px;
    transition: 0.3s linear;
}

.logos-slider {
}

.logos-slider .col-12 {
    height: 100px;
    margin: 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 200px !important;
}

.logos-slider .col-12 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-logos {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.amenities-sec {
}

.amenities-slider {
}

.amenities-slider-box {
    text-align: center;
}

.amenities-img {
    border: 1px solid rgb(244, 131, 3);
    margin: 0px auto 20px;
    padding: 10px 0px;
    border-radius: 0px 40px;
    width: 200px;
    background: rgb(255, 255, 255);
}

.amenities-img img {
    height: 100px;
    margin: 0px auto;
    width: 30%;
    object-fit: contain;
}

.amenities-slider-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 20px;
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
}

.solutions-sec {
    background: url("../images/solutions-sec.png") center center / 100% repeat;
    position: relative;
    z-index: 1;
    padding: 100px 0px 150px;
    overflow: hidden;
    border-radius: 150px 0px 0px;
}

.solutions-sec .row {
}

.solutions-sec-left {
    margin-left: 20px;
}

.solutions-sec-right {
}

.solutions-sec-right-box {
    margin: 8px 20px 20px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    padding: 20px;
    border-radius: 0px 0px 0px 40px;
}

.solutions-sec-right-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.solutions-sec-right-box h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.solutions-sec-right-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
}

.solutions-sec-slider .slide-inner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.solutions-sec-slider .swiper-button-prev, .solutions-sec-slider .swiper-button-next {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 24px;
    text-align: center;
    border: 2px solid rgb(244, 131, 3);
    border-radius: 28px;
    opacity: 1;
    transition: 0.3s;
    top: unset;
    bottom: -60px;
}

.solutions-sec-slider .swiper-button-next {
    right: 40%;
}

.solutions-sec-slider .swiper-button-prev {
    left: 40%;
}

.solutions-sec-slider:hover .swiper-button-next {
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
}

.solutions-sec-slider:hover .swiper-button-prev {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.solutions-sec-slider .swiper-button-prev::before {
    content: "‹";
    font-size: 65px;
    color: rgb(244, 131, 3);
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.solutions-sec-slider .swiper-button-next::before {
    content: "›";
    font-size: 65px;
    color: rgb(244, 131, 3);
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.contactus-map-sec {
    overflow: hidden;
}

.contactus-map-sec .container-fluid {
    width: 100%;
    padding: 0px;
}

.cont-address-info .cont-address-info-box {
    background-color: transparent;
    margin: 20px;
    color: rgb(93, 93, 90);
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    border: 0px;
}

.cont-address-info .cont-address-info-box::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: rgb(255, 164, 92);
    transition: 0.3s 0.2s;
    left: 0px;
    top: 0px;
}

.cont-address-info .cont-address-info-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 164, 92);
    transition: 0.3s;
    right: 0px;
    bottom: 0px;
}

.cont-address-info .cont-address-info-box p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.cont-address-info .cont-address-info-box p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0px;
    background-color: rgb(255, 164, 92);
    transition: 0.3s 0.4s;
    right: 0px;
    top: 0px;
}

.cont-address-info .cont-address-info-box p::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0px;
    background-color: rgb(255, 164, 92);
    transition: 0.3s;
    left: 0px;
    bottom: 0px;
}

.cont-address-info .cont-address-info-box:hover {
}

.cont-address-info .cont-address-info-box:hover::before, .cont-address-info .cont-address-info-box:hover::after {
    width: 100%;
    left: 0px;
}

.cont-address-info .cont-address-info-box:hover p {
    z-index: 1;
}

.cont-address-info .cont-address-info-box:hover p::before, .cont-address-info .cont-address-info-box:hover p::after {
    height: 100%;
}

.cont-address-info .cont-address-info-box:hover span {
    height: 100%;
    top: 0px;
}

.cont-address-info .cont-address-info-box:active {
    outline: none;
    border: none;
}

.cont-address-info .cont-address-info-box:focus {
    outline: 0px;
}

.inner-main-area {
    padding: 100px 0px;
    position: relative;
    overflow: unset !important;
}

.inner-banner-header {
    position: relative;
    background: rgb(0, 161, 211);
    padding: 100px 0px;
}

.inner-banner-header .top-banner-content {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner-header .breadcrumb .breadcrumb-item a {
}

.inner-banner-header .breadcrumb .breadcrumb-item::after {
    float: right;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgb(255, 255, 255);
    content: "›";
}

.inner-banner-header .top-banner-content h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-weight: 700;
    text-align: left;
}

.inner-banner-header .top-banner-content p {
    color: rgb(255, 255, 255);
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
}

.locations-slider-sec {
    background: transparent;
    padding: 0px;
}

.inner-main-area-left-cont {
}

.inner-main-area-left-cont h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 0px 0px 20px;
}

.inner-main-area-left-cont h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    margin: 40px 0px 10px;
    color: rgb(255, 119, 0);
}

.inner-main-area-left-cont .location-info {
}

.inner-main-area-left-cont .location-info h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0px;
}

.inner-main-area-left-cont .location-info h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0px 0px 6px;
}

.bor-bot {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.inner-main-area-left-cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 20px;
}

.location {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-sec {
    margin-top: 40px;
    padding: 5px;
    border: 1px solid rgb(255, 119, 17);
    border-radius: 10px;
}

.video-sec video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.location-slider {
    border: 5px solid rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.nav-slider .nav-slider-item.slick-slide {
    opacity: 0.5;
    filter: grayscale(1);
    transition: 0.3s linear;
}

.nav-slider .slick-slide.slick-active.slick-center {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.2);
    transition: 0.3s linear;
}

.location-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    margin: 0px;
    border-radius: 20px;
    width: 100%;
}

.location-slider-box img {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.nav-slider {
    width: 80%;
    margin: 20px auto auto;
}

.nav-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    margin: 20px 0px;
    border-radius: 10px;
    height: 70px;
    width: 80%;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
}

.nav-slider img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.locations-slider-sec .location-button-prev, .locations-slider-sec .location-button-next {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 24px;
    text-align: center;
    border: 2px solid rgb(244, 131, 3);
    border-radius: 10px;
    opacity: 1;
    transition: 0.3s;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.locations-slider-sec .location-button-next {
    right: -60px;
}

.locations-slider-sec .location-button-prev {
    left: -60px;
}

.locations-slider-sec .location-button-prev::before {
    content: "‹";
    font-size: 65px;
    color: rgb(244, 131, 3);
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.locations-slider-sec .location-button-next::before {
    content: "›";
    font-size: 65px;
    color: rgb(244, 131, 3);
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.inner-main-area-right {
    border-radius: 10px;
    padding: 40px;
    position: sticky;
    top: 100px;
    margin-left: 40px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(0, 161, 211);
}

.inner-main-area-right h4 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.inner-main-area-right .form-container input, .inner-main-area-right .form-container select, .inner-main-area-right .form-container textarea {
    padding: 14px 11px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(221, 221, 221);
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    color: rgb(85, 101, 117);
}

textarea::placeholder {
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    color: rgb(85, 101, 117);
}

select option {
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    color: rgb(85, 101, 117);
}

.inner-main-area-right .form-container button {
}

.back-to-loc {
    margin-left: 40px;
    margin-bottom: 20px;
}

.back-to-loc button {
    margin: 0px;
}

.bg-color-bott-top {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(244, 131, 3, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.bg-color-top-bott {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(244, 131, 3, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.bg-img {
    background-image: url("../images/slider-1.jpg");
    background-position: center center;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.overlay-patch {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.bg-img .container {
    position: relative;
}

.bg-img .common-header h2 {
    color: rgb(255, 255, 255);
}

.bg-img .common-header p {
    color: rgb(255, 255, 255);
}

.bg-img .common-header .btn:hover {
    border: 2px solid rgb(255, 255, 255);
}

.bg-img .big-img img {
    border: 2px solid rgb(255, 255, 255);
}

.plan-sec {
    margin-top: 100px;
}

.plan-sec-box {
    text-align: center;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    background: rgb(255, 255, 255);
    position: relative;
    bottom: 0px;
    border-radius: 8px;
    margin: 0px 20px;
    transition: 0.3s linear;
    cursor: pointer;
}

.plan-sec-box:hover {
    transition: 0.3s linear;
    bottom: 10px;
    transform: scale(1.05);
}

.plan-sec-box-patch {
    position: relative;
    top: -55px;
}

.plan-sec-box h4 {
    font-size: 30px;
    line-height: 35px;
    position: relative;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    z-index: 1;
    font-weight: 800;
    text-shadow: rgb(204, 204, 204) 2px 2px 3px;
}

.plan-sec-box h4 span {
}

.plan-sec-box p {
}

.plan-sec-box div.text-center {
}

.plan-sec-box::after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    background: url("../images/plan-sec-box-patch.jpg") 0% 0% / 100% no-repeat;
    width: 100%;
    height: 100%;
}

.privacy-policy-sec {
    margin-bottom: 60px;
}

.privacy-policy-sec ul {
    margin-top: 20px;
}

.privacy-policy-sec a {
    color: rgb(255, 119, 17);
    font-weight: 600;
}

.privacy-policy-sec h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
}

.privacy-policy-sec p {
    line-height: 26px;
}

.error-message-page {
    padding: 38px 0px 45px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.error-message-page .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.error-message-page .container .row {
    width: 100%;
}

.error-message-page .container .row .col-lg-6:first-child {
    display: flex;
    align-items: center;
    justify-content: left;
}

.error-message-page .left-banner-part .heading2 {
    font-size: 40px;
    margin-bottom: 36px;
    font-weight: 700;
    line-height: 58px;
}

.error-message-page .left-banner-part .heading2 span {
    font-size: 163px;
    color: rgb(255, 119, 0);
    display: block;
    margin-bottom: 54px;
}

.error-message-page .left-banner-part .red-btn {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    background: rgb(255, 119, 0);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid transparent;
    text-decoration: none;
    transition: 0.25s linear;
}

.error-message-page .left-banner-part .red-btn:hover {
    background: transparent;
    color: rgb(255, 119, 0);
    border: 2px solid rgb(255, 119, 0);
    transition: 0.25s linear;
}

.error-message-page .left-banner-part p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    margin-bottom: 39px;
}

.error-message-page .left-banner-part p a {
    color: rgb(255, 119, 0);
    text-decoration: none;
}

.innovative-design-solutions-sec {
    padding: 100px 0px;
    position: relative;
    background-image: url("../images/innovative-design-solutions-sec.jpg");
    background-position: center center;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.common-header.color-wthite h2 {
    color: rgb(255, 255, 255);
}

.common-header.color-wthite p {
    color: rgb(255, 255, 255);
}

.innovative-design-solutions-top {
    margin-top: 100px;
}

.left-side-part {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
    margin-right: 50px;
}

.left-side-part .left-img {
}

.left-side-part .left-img img {
    width: 100%;
}

.left-side-part .left-cont {
    display: flex;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    overflow: hidden;
    border-radius: 30px;
    align-items: center;
    position: relative;
}

.left-num {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: rgb(244, 131, 3);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.right-num {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: rgb(244, 131, 3);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.left-num h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.right-num h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.left-side-part .left-cont .steps-num {
    color: rgb(255, 255, 255);
    align-items: center;
    vertical-align: bottom;
    width: 350px;
    position: relative;
}

.left-side-part .left-cont .steps-num img {
    width: 120px;
}

.left-side-part .left-cont .steps-num h2 {
    color: rgb(255, 255, 255);
    width: 200px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-30%, -225%) rotate(270deg);
    text-transform: uppercase;
    font-weight: 800;
}

.left-side-part .left-cont .cont-area {
    padding: 40px;
    text-align: right;
    border-left: 1px solid rgb(204, 204, 204);
}

.left-side-part .left-cont .cont-area h4 {
    color: rgb(244, 131, 3);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.left-side-part .left-cont .cont-area p {
}

.right-side-part {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 70px;
    transform: translateY(60%);
    position: relative;
    margin-left: 50px;
}

.right-side-part .right-img {
}

.right-side-part .right-img img {
    width: 100%;
}

.right-side-part .right-cont {
    display: flex;
    flex-direction: row-reverse;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    overflow: hidden;
    border-radius: 30px;
    align-items: center;
}

.right-side-part .right-cont .steps-num {
    color: rgb(255, 255, 255);
    vertical-align: bottom;
    width: 350px;
    position: relative;
    align-items: center;
}

.right-side-part .right-cont .steps-num img {
    width: 120px;
}

.right-side-part .right-cont .steps-num h2 {
    color: rgb(255, 255, 255);
    width: 200px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-35%, 145%) rotate(91deg);
    text-transform: uppercase;
    font-weight: 800;
}

.right-side-part .right-cont .cont-area {
    padding: 40px;
    text-align: left;
    border-right: 1px solid rgb(204, 204, 204);
}

.right-side-part .right-cont .cont-area h4 {
    color: rgb(244, 131, 3);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.right-side-part .right-cont .cont-area p {
}

.upgrades-process-sec {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.upgrades-process-sec-top {
    margin-top: 50px;
}

.upgrades-process-sec-box {
    border: 2px solid rgb(204, 204, 204);
    border-radius: 100px;
    padding: 40px 0px;
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
    width: 100%;
}

.upgrades-process-sec-box:hover {
    bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 20px;
    transition: 0.3s linear;
}

.upgrades-process-sec-box:hover .upgrades-process-sec-box-img div img {
    transform: scaleX(-1);
    transition: 0.3s linear;
}

.upgrades-process-sec-box-img {
    width: 160px;
    height: 160px;
    border: 2px solid rgb(255, 119, 0);
    border-radius: 50%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrades-process-sec-box-img div {
    width: 140px;
    height: 140px;
    padding: 30px;
    background: rgb(255, 119, 0);
    border-radius: 50%;
    box-sizing: border-box;
}

.upgrades-process-sec-box-img div img {
    width: 100%;
    transform: scaleX(1);
    transition: 0.3s linear;
}

.upgrades-process-sec-box-cont {
    text-align: center;
    margin: 40px 0px;
    padding: 0px 40px;
}

.upgrades-process-sec-box-cont h4 {
    color: rgb(244, 131, 3);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.upgrades-process-sec-box-cont p {
}

.upgrades-process-sec-box.color-1 {
    border-color: rgb(232, 90, 70);
}

.upgrades-process-sec-box.color-1 .upgrades-process-sec-box-img {
    border-color: rgb(232, 90, 70);
}

.upgrades-process-sec-box.color-1 .upgrades-process-sec-box-img div {
    background: rgb(232, 90, 70);
}

.upgrades-process-sec-box.color-1 .upgrades-process-sec-box-cont h4 {
    color: rgb(232, 90, 70);
}

.upgrades-process-sec-box.color-2 {
    border-color: rgb(241, 160, 79);
}

.upgrades-process-sec-box.color-2 .upgrades-process-sec-box-img {
    border-color: rgb(241, 160, 79);
}

.upgrades-process-sec-box.color-2 .upgrades-process-sec-box-img div {
    background: rgb(241, 160, 79);
}

.upgrades-process-sec-box.color-2 .upgrades-process-sec-box-cont h4 {
    color: rgb(241, 160, 79);
}

.upgrades-process-sec-box.color-3 {
    border-color: rgb(98, 189, 184);
}

.upgrades-process-sec-box.color-3 .upgrades-process-sec-box-img {
    border-color: rgb(98, 189, 184);
}

.upgrades-process-sec-box.color-3 .upgrades-process-sec-box-img div {
    background: rgb(98, 189, 184);
}

.upgrades-process-sec-box.color-3 .upgrades-process-sec-box-cont h4 {
    color: rgb(98, 189, 184);
}

.upgrades-process-sec-box.color-4 {
    border-color: rgb(108, 92, 141);
}

.upgrades-process-sec-box.color-4 .upgrades-process-sec-box-img {
    border-color: rgb(108, 92, 141);
}

.upgrades-process-sec-box.color-4 .upgrades-process-sec-box-img div {
    background: rgb(108, 92, 141);
}

.upgrades-process-sec-box.color-4 .upgrades-process-sec-box-cont h4 {
    color: rgb(108, 92, 141);
}

.remove-overlay {
    overflow: unset;
}
.about-us-home-sec.leadership-sec {
    width: 100%;
    padding: 100px 0px;
    position: relative;
    background: linear-gradient(0deg, rgba(244, 131, 3, 0.15) 0%, rgb(255, 255, 255) 100%);
}
.about-us-home-sec.leadership-sec p a {
    color: #ff7700;
}
.about-us-home-sec.leadership-sec a svg {
    color: #3e9dcb;
    font-size: 24px;
    width: 22px;
    height: 22px;
}
.about-us-home-sec.leadership-sec .sec-overlay-box p {
    font-size: 20px;
    line-height: 30px;
}
.about-us-home-sec.leadership-sec .sec-overlay-box{
    bottom: -50px;
    width: 45%;
}
.about-us-home-sec.leadership-sec .right-side img {
    width: 100%;
}
.leadership-sec .common-header h3 {
    font-size: 22px;
    color: #ff7700;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 10px;
}
.leadership-sec .common-header h2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.about-us-home-sec .container {
    position: relative;
}

.sec-overlay-box {
    width: 30%;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    position: absolute;
    border: 4px solid rgb(255, 119, 0);
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    z-index: 6;
    right: 0px;
    left: 0px;
    bottom: -100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

.sec-overlay-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    position: relative;
    bottom: 0px;
    transition: 0.3s linear;
}

.sec-overlay-box p {
    color: rgb(0, 0, 0);
}

.at-sonip-we-are-sec {
    position: relative;
    padding-bottom: 100px;
    padding-top: 180px;
}

.at-sonip-we-are-box {
    text-align: center;
    border: 1px solid rgb(255, 119, 0);
    border-radius: 100px;
    padding: 20px 40px;
    margin: 0px 20px;
    overflow: hidden;
    position: relative;
}

.borders-top, .borders-bottom {
    position: relative;
}

.borders-top::after {
    content: "";
    position: absolute;
    top: 0px;
    border-top: 4px solid rgb(255, 119, 0);
    width: 98.1%;
    left: 0px;
    height: 50%;
    border-left: 4px solid rgb(255, 119, 0);
    border-right: 4px solid rgb(255, 119, 0);
    border-radius: 100px 100px 0px 0px;
}

.borders-bottom::after {
    content: "";
    position: absolute;
    bottom: 0px;
    border-bottom: 4px solid rgb(255, 119, 0);
    width: 98.1%;
    left: 0px;
    height: 50%;
    border-left: 4px solid rgb(255, 119, 0);
    border-right: 4px solid rgb(255, 119, 0);
    border-radius: 0px 0px 100px 100px;
}

.at-sonip-we-are-box img {
    margin-bottom: 10px;
}

.at-sonip-we-are-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 10px;
    color: rgb(244, 131, 3);
    position: relative;
}

.at-sonip-we-are-box p {
}

.mar-top-150 {
    margin-top: 150px;
}

.what-drives-us-sec {
    position: relative;
    padding: 100px 0px;
}

.what-drives-us-box {
    position: relative;
    margin: 0px 20px 50px;
    text-align: center;
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.what-drives-us-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 20px;
    color: rgb(244, 131, 3);
    position: relative;
    padding-left: 10px;
    transition: 0.3s linear;
}

.what-drives-us-box.color1 {
    border-color: rgb(254, 38, 53);
}

.what-drives-us-box.color2 {
    border-color: rgb(255, 208, 1);
}

.what-drives-us-box.color3 {
    border-color: rgb(0, 206, 232);
}

.what-drives-us-box.color4 {
    border-color: rgb(6, 83, 129);
}

.what-drives-us-box.color5 {
    border-color: rgb(84, 212, 78);
}

.what-drives-us-box.color6 {
    border-color: rgb(207, 58, 198);
}

.what-drives-us-box.color1 h4 {
    color: rgb(254, 38, 53);
}

.what-drives-us-box.color2 h4 {
    color: rgb(255, 208, 1);
}

.what-drives-us-box.color3 h4 {
    color: rgb(0, 206, 232);
}

.what-drives-us-box.color4 h4 {
    color: rgb(6, 83, 129);
}

.what-drives-us-box.color5 h4 {
    color: rgb(84, 212, 78);
}

.what-drives-us-box.color6 h4 {
    color: rgb(207, 58, 198);
}

.what-drives-us-box p {
}

.what-drives-us-box .content-part-img-header {
    position: relative;
}

.what-drives-us-box .content-part-img-header img {
    width: 70%;
    margin: 0px auto 30px;
    display: block;
    transition: 0.3s linear;
}

.what-drives-us-box .content-part-img-header img.img-icon {
    width: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -60%);
    margin: 0px;
    transition: 0.3s linear;
}

.what-drives-us-box:hover h4 {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
}

.what-drives-us-box:hover img.img-icon {
    transform: scaleX(-1) translate(50%, 40%);
    transition: 0.3s linear;
}

.what-drives-us-box:hover img {
    transform: scaleY(-1);
    transition: 0.3s linear;
}

#whatsapp-chat {
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 15px;
    bottom: 90px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    box-sizing: border-box !important;
    outline: none !important;
}

a.blantershow-chat {
    background: rgb(255, 255, 255);
    color: rgb(64, 64, 64);
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    left: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 15px;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0px 10px 0px 0px;
}

.whatsapp-chat-header {
    background: rgb(9, 94, 84);
    color: rgb(255, 255, 255);
    padding: 20px;
    & h3 {
        margin: 0px 0px 10px;
    }

    & .whatsapp-chat-name {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 0.5;
        color: rgb(255, 255, 255);
    }
}

.whatsapp-chat-avatar {
    position: relative;
    & img {
        border-radius: 100%;
        width: 50px;
        float: left;
        margin: 0px 10px 0px 0px;
    }
}

.info-chat span {
    display: block;
}

#get-label, span.chat-label {
    font-size: 12px;
    color: rgb(136, 136, 136);
}

#get-nama, span.chat-nama {
    margin: 5px 0px 0px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(34, 34, 34);
}

#get-label, #get-nama {
    color: rgb(255, 255, 255);
}

span.my-number {
    display: none;
}

textarea#chat-input {
    border: none;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
    min-height: 40px !important;
}

a#send-it {
    width: 50px;
    font-weight: 700;
    padding: 10px 10px 0px;
    background: rgb(238, 238, 238);
    & svg {
        fill: rgb(166, 166, 166);
        height: 24px;
        width: 24px;
    }
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
    & span {
        background: rgb(226, 226, 226);
        color: rgb(51, 51, 51);
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block;
    }
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes showhide {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    0% {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: 0.1s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

@media only screen and (max-width: 600px) {
}

.get-in-touch-div {
}

.get-in-touch-div .get-in-touch-button .close-button {
    display: none;
}

.get-in-touch-div .get-in-touch-button .click-cta-btn, .get-in-touch-div .get-in-touch-button h2 {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.get-in-touch-div .get-in-touch-button h2 {
    font-size: 15px;
    margin: 0px;
    color: rgb(244, 131, 3);
}

.get-in-touch-div .get-in-touch-button:hover h2 {
    color: rgb(255, 255, 255);
}

.get-in-touch-div .get-in-touch-button {
    animation: 2s ease 0s infinite normal none running shake;
}

.get-in-touch-div .get-in-touch-button:hover {
    background: rgb(244, 131, 3);
    color: rgb(255, 255, 255);
    transition: 0.25s linear;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.get-in-touch {
    background: rgb(244, 131, 3);
    border-radius: 6px 6px 0px 0px;
    width: 287px;
    position: fixed;
    bottom: -100%;
    right: 0px;
    z-index: 99;
}

.get-in-touch .get-in-heading {
    text-align: center;
    position: relative;
    padding: 15px 0px 10px;
    cursor: pointer;
}

.get-in-touch .get-in-heading strong {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.get-in-touch .get-in-touch-text {
    padding: 16px 10px;
}

.get-in-touch .get-in-touch-text h2 {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.get-in-touch .click-cta-btn {
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.25s linear;
}

.get-in-touch .click-cta-btn:hover {
    transform: rotate(90deg);
    transition: 0.25s linear;
}

.get-in-touch .click-cta-btn svg {
    width: 25px;
    height: 25px;
}

.get-in-touch .form-container label, .get-in-touch .form-container select {
    display: block;
    margin-bottom: 20px;
}

.get-in-touch .form-container label input {
    padding: 16px 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 245);
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    color: rgb(78, 78, 78);
    font-weight: 500;
    width: -webkit-fill-available;
}

.get-in-touch .form-container select {
    padding: 16px 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 245);
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    color: rgb(78, 78, 78);
    font-weight: 500;
    width: -webkit-fill-available;
}

.get-in-touch-div {
}

.get-in-touch-div .get-in-touch-button {
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    border: 2px solid rgb(244, 131, 3);
    color: rgb(244, 131, 3);
    font-weight: 500;
    font-size: 18px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 99;
    transition: 0.25s linear;
}

.get-in-touch .form-container .a-orange-btn {
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: rgb(244, 131, 3);
    border-radius: 40px;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.25s linear;
    padding: 13px 30px;
    display: block;
    width: 100%;
}

.get-in-touch .form-container .a-orange-btn:hover {
    border-color: rgb(219, 82, 1);
    background: rgb(255, 255, 255);
    color: rgb(219, 82, 1);
}

.get-in-touch .get-in-touch-text .close-button {
    cursor: pointer;
    color: rgb(255, 255, 255);
    float: right;
    display: none;
}

.get-in-touch .get-in-touch-text .close-button svg {
    width: 18px;
    height: 18px;
}

.get-in-touch.is-active {
    height: 32vh;
}

.get-in-touch.is-active .get-in-touch-text h2 {
    margin-bottom: 20px;
}

.get-in-touch.is-active .get-in-touch-text .click-cta-btn {
    display: none;
}

.get-in-touch.is-active .get-in-touch-text .close-button {
    display: block;
}

.get-in-touch .close-button {
    text-align: right;
    padding: 10px 10px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.get-in-touch .close-button svg {
    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
}

.vegetables {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.page li {
    list-style: none;
    margin: 10px auto;
    padding: 12px;
    background: white;
    border-radius: 10px;
    text-align: center;
}

.pagination {
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 200px;
}

.page-number {
    cursor: pointer;
    background-color: white;
    color: rgb(153, 153, 153);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.page-number.active {
    font-size: 1.3em;
    height: 40px;
    width: 40px;
    background-color: rgb(0, 87, 179);
    color: white;
}

.pagination button {
    width: 120px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(0, 87, 179);
    border: none;
    cursor: pointer;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination button:hover {
    color: rgb(0, 86, 179);
}

.pagination button:disabled {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(204, 204, 204);
    cursor: not-allowed;
}

.pagination #prevPage {
    margin-right: 20px;
}

.pagination #nextPage {
    margin-left: 20px;
}

.pagination .arrow {
    font-size: 1.2em;
}

.pagination .nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}

.blogs-inner-page-left {
}
.blogs-inner-page-left a{
    color: rgb(255, 119, 0);
    transition: 0.3s linear;
    text-decoration: none;
    font-weight: 500;
}
.blogs-inner-page-left a:hover{
    text-decoration: underline;
    transition: 0.3s linear;
}

.blogs-inner-page-left-banner-img {
    margin-bottom: 40px;
}

.blogs-inner-page-left-banner-img img {
    width: 100%;
    border-radius: 20px;
}

.blogs-inner-page-left-cont {
}

.blogs-inner-page-left-cont p {
    font-size: 16px;
    margin: 10px 0px 0px;
}

.blogs-inner-page-left-cont h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 40px 0px 10px;
}

.blogs-inner-page-left-cont h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0px 5px;
    font-weight: 600;
}
.blogs-inner-page-left-cont h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0px 5px;
    font-weight: 400;
}

.blogs-inner-page-left-cont p strong {
    font-weight: 700;
}

.blogs-inner-page-left-cont p a {
    color: rgb(255, 119, 0);
    transition: 0.3s linear;
    text-decoration: none;
    font-weight: 500;
}

.blogs-inner-page-left-cont p a:hover {
    text-decoration: underline;
    transition: 0.3s linear;
}

.blogs-inner-page-right-sec {
    height: 100%;
}

.blogs-inner-page-right {
    border: 1px solid rgb(204, 204, 204);
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.blogs-inner-page-right h4 {
    font-size: 24px;
    margin: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(255, 119, 17);
    padding: 20px;
}

.blogs-inner-page-right ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: rgb(85, 101, 117);
    transition: 0.3s linear;
}

.blogs-inner-page-right ul li a::after {
    content: "";
    border-bottom: 1px solid rgb(204, 204, 204);
    width: 90%;
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.blogs-inner-page-right ul li a:hover {
    transition: 0.3s linear;
    color: rgb(255, 119, 17);
}

.blogs-inner-page-right ul li a:hover h5 {
    transition: 0.3s linear;
    color: rgb(255, 119, 17);
}

.blogs-inner-page-right ul li:last-child a {
}

.blogs-inner-page-right ul li .blogs-inner-page-right-img {
    width: 40%;
    padding-right: 20px;
}

.blogs-inner-page-right ul li .blogs-inner-page-right-img img {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: 0.3s linear;
}

.blogs-inner-page-right ul li a:hover .blogs-inner-page-right-img img {
    border: 1px solid rgb(255, 119, 0);
    transition: 0.3s linear;
}

.blogs-inner-page-right ul li .blogs-inner-page-right-cont {
    width: 60%;
}

.blogs-inner-page-right ul li .blogs-inner-page-right-cont h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0px;
    transition: 0.3s linear;
}

.blogs-inner-page-right ul li .blogs-inner-page-right-cont p {
    font-size: 14px;
    line-height: 18px;
}

.blogs-inner-page-right-btn {
    padding: 0px 20px;
    margin-top: 20px;
}

.blogs-inner-page-right-btn a {
    margin-top: 0px;
    margin-bottom: 20px;
}

.locations-top-sec .right-side .big-img img {
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.preferred-location-sec a {
    color: rgb(85, 101, 117);
}

.locations-top-sec .row {
    align-items: center;
}

.preferred-location-sec {
    padding: 0px 0px 100px;
    position: relative;
}

.preferred-location-box {
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.3s linear;
    cursor: pointer;
    width: 100%;
}

.preferred-location-box:hover {
    border: 1px solid transparent;
    transition: 0.3s linear;
    background: rgb(0, 161, 211);
}

.preferred-location-box-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.preferred-location-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 20px;
    transition: 0.3s linear;
}

.preferred-location-box:hover .preferred-location-box-img img {
    transition: 5s linear;
    transform: scale(1.3);
}

.preferred-location-box-cont {
}

.preferred-location-box-cont p svg {
    width: 30px;
    vertical-align: sub;
}

.preferred-location-box-cont p.read-btn {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    display: inline-block;
    margin-top: 10px;
}

.preferred-location-box-cont p.read-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.preferred-location-box:hover .preferred-location-box-cont p.read-btn {
    border: 1px solid rgb(255, 255, 255);
}

.preferred-location-box-cont p.area-avi {
    font-size: 14px;
    margin-top: 10px;
}

.preferred-location-box-cont p.area-avi strong {
    font-size: 15px;
}

.preferred-location-box-cont h4 {
    margin-top: 20px;
    max-height: 200px;
    overflow: hidden;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: rgb(0, 161, 211);
    text-transform: uppercase;
    transition: 0.3s linear;
}

.preferred-location-box-cont h2 {
    max-height: 200px;
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 6px 0px 15px;
    transition: 0.3s linear;
}

.preferred-location-box-cont p {
    font-size: 18px;
    line-height: 28px;
    transition: 0.3s linear;
}

.preferred-location-box:hover .preferred-location-box-cont h4 {
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
}

.preferred-location-box:hover .preferred-location-box-cont h2 {
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
}

.preferred-location-box:hover .preferred-location-box-cont p {
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
}

.result-page-banner {
    position: relative;
    padding: 100px 0px;
    background: rgb(255, 119, 0);
    height: auto;
    border-radius: 0px;
}

.result-search.search-eng {
    padding: 50px 0px;
}

.result-search.search-eng .inner-form {
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: none;
    padding: 0px;
}

.search-eng {
    position: relative;
    padding: 100px 0px;
}

.mar-top--120 {
    margin-top: -90px;
    position: relative;
    padding: 0px;
}

.search-eng .inner-form {
    background: rgb(255, 255, 255);
    padding: 50px 47px;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    border-radius: 10px;
}

.search-eng .inner-form select {
    height: 60px;
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    margin: 0px;
}

.search-eng .inner-form select.placeholder {
    color: rgb(154, 154, 154);
    font-size: 20px;
}

.search-eng .inner-form select::-webkit-input-placeholder {
    color: rgb(154, 154, 154);
    font-size: 20px;
}

.search-eng .inner-form select:hover, .search-eng .inner-form select:focus {
    box-shadow: none;
    outline: 0px;
}

.search-eng .inner-form button {
    border: 1px solid rgb(255, 119, 17);
    padding: 5px 15px;
    background: rgb(255, 119, 17);
    margin: 0px 5px;
    border-radius: 10px;
    width: 42%;
    height: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
    cursor: pointer;
}

.search-eng .inner-form button:hover {
    background: rgb(255, 255, 255);
    color: rgb(255, 119, 17);
    transition: 0.3s linear;
}

.search-eng .inner-form button svg {
}

.selected-filter {
}

.selected-filter h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(255, 119, 0);
    border-bottom: 2px solid rgb(255, 119, 0);
    display: inline-block;
    padding-bottom: 1px;
}

.selected-filter ul {
    margin-bottom: 20px;
}

.selected-filter ul li {
    display: inline-block;
    margin-right: 20px;
}

.search-result {
    margin-top: 0px;
}

.search-result h2 {
}

.search-result #noData {
    color: red;
    font-weight: bold;
    text-align: left;
    font-size: 34px;
    padding: 0px 0px 40px;
}

@media (max-width: 1536px) {
    #artist-list h3 {
        font-size: 18px;
    }

    #artist-list h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .hero-slider .swiper-button-prev {
        right: 0px;
        left: unset;
        top: 40%;
    }

    .hero-slider .swiper-button-next {
        right: 0px;
        top: 50%;
    }
}

@media (max-width: 1366px) {
    .banner-text {
        left: 10%;
    }

    .hero-style .slide-title h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0px 0px 10px;
    }

    .header .menu > .menu-item > a {
        padding: 20px 10px;
    }

    .hero-style .slide-text p {
        margin: 0px 0px 15px;
    }

    #artist-list h3 {
        font-size: 16px;
    }

    #artist-list h2 {
        font-size: 32px;
        line-height: 40px;
    }

    #artist-list, #artist-list * {
        line-height: 22px;
        font-size: 14px;
    }

    .cont-address-info .cont-address-info-box::after {
        width: 100%;
    }

    .cont-address-info .cont-address-info-box:hover::before, .cont-address-info .cont-address-info-box:hover::after {
        width: 100%;
    }

    .cont-address-info .cont-address-info-box p::before {
        right: 0px;
    }
}

@media (max-width: 1280px) {
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .hero-slider .swiper-button-prev::before {
        font-size: 30px;
        line-height: 25px;
    }

    .hero-slider .swiper-button-next::before {
        font-size: 30px;
        line-height: 25px;
    }

    .hero-style .container {
        padding-top: 0px;
    }

    .gallery-sec-box {
        height: 300px;
    }

    .cont-address-info .cont-address-info-box::after {
        width: 100%;
        right: 0px;
    }

    .cont-address-info .cont-address-info-box:hover::before, .cont-address-info .cont-address-info-box:hover::after {
        width: 100%;
        left: 0px;
    }

    .cont-address-info .cont-address-info-box p::before {
        right: 0px;
    }

    .article-title {
        font-size: 18px;
        line-height: 25px;
    }

    .amenities-slider-box h4 {
        padding: 0px 20px;
    }

    .solutions-sec-right-box h4 {
        font-size: 20px;
    }

    .plan-sec-box h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .sec-overlay-box {
        width: 50%;
        bottom: -150px;
    }

    .header .menu > .menu-item > a {
        padding: 20px 10px;
    }

    .common-header h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 1279px) {
    #artist-list h3 {
        padding-bottom: 0px;
        left: 10px;
        transform: translate(0px, -50%);
    }

    #artist-list li::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        border-width: 0px 2px 2px 0px;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 6px;
        transform: rotate(45deg);
        z-index: 99;
    }

    #artist-list li.active::after {
        display: none;
    }

    #artist-list li {
        margin-bottom: 2px;
    }
}

@media (max-width: 1199px) {
    .search-eng .inner-form button {
        width: 40%;
    }
}

@media (max-width: 1098px) {
    .header .menu > .menu-item > a {
        padding: 20px 10px;
    }

    .header .logo {
        width: 160px;
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .header .menu > .menu-item > a {
        padding: 20px 10px;
        font-size: 14px;
    }

    .plan-sec-box h4 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 0px;
    }

    .header .logo {
        width: 140px;
        margin-right: 10px;
    }

    .right-header-part a span img {
        width: 35px;
    }

    .our-offerings-home-sec-box {
        margin: 0px 0px 20px;
    }

    .btn {
        padding: 0px 20px;
        height: 35px;
    }

    .key-features-box .key-features-box-text-area h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .key-features-box .key-features-box-text-area p {
        font-size: 14px;
    }

    .cont-address-info .cont-address-info-box::after {
        width: 100%;
        right: 0px;
    }

    .cont-address-info .cont-address-info-box:hover::before, .cont-address-info .cont-address-info-box:hover::after {
        width: 100%;
        left: 0px;
    }

    .cont-address-info .cont-address-info-box p::before {
        right: 0px;
    }

    .cont-address-info .cont-address-info-box {
        margin: 0px;
    }

    .upgrades-process-sec-box-cont {
        padding: 0px 20px;
        margin: 20px 0px;
    }

    .about-us-home-sec .right-side {
        padding-left: 60px;
    }

    .what-drives-us-box {
        margin: 0px 0px 50px;
    }

    .article-title {
        padding-bottom: 0px;
    }

    .article-blog:hover .article-body {
        height: 100%;
    }

    .blogs-inner-page-right ul li .blogs-inner-page-right-cont p {
        font-size: 12px;
        line-height: 14px;
    }

    .blogs-inner-page-right ul li .blogs-inner-page-right-cont h5 {
        font-size: 12px;
        line-height: 16px;
    }

    .blogs-inner-page-right ul li .blogs-inner-page-right-cont {
        width: 70%;
    }

    .blogs-inner-page-right ul li .blogs-inner-page-right-img {
        width: 30%;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .inner-main-area-right {
        margin-left: 0px;
        margin-top: 40px;
    }

    .back-to-loc {
        margin-left: 0px;
        margin-top: 40px;
    }

    .search-eng .inner-form select {
        margin: 0px 0px 10px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .top-banner .slide-arrow {
        display: none !important;
    }

    .hero-slider .slide-inner::before {
        background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    }

    .about-us-home-sec .right-side {
        margin-top: 50px;
    }

    .about-us-home-sec {
        padding: 70px 0px 10px;
    }

    .blog-sec {
        padding: 50px 0px;
    }

    .gallery-sec {
        padding: 50px 0px;
    }

    .testim {
        padding: 50px 0px;
    }

    .gallery-sec-box {
        margin: 6px 0px 0px;
    }

    #artist-list h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #artist-list li.active::before {
        background: rgba(15, 15, 15, 0.5);
    }

    .copyright-area {
        margin: 30px auto 0px;
    }

    #artist-list li.active {
        flex: 7 1 0%;
        cursor: default;
    }

    .our-serv-about-area h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .common-header p.right-cont {
        font-size: 16px;
        line-height: 26px;
        padding-left: 0px;
    }

    .cont-address-info .cont-address-info-box {
        margin: 0px 0px 30px;
    }

    .contact-us-top-cont {
        padding: 100px 0px 60px;
    }

    .header {
        height: 60px;
    }

    .header .menu > .menu-item > a {
        padding: 10px;
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 12px 45px 12px 10px;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(51, 51, 51);
        height: 6px;
        align-items: center;
        justify-content: start;
    }

    .banner-header .top-banner-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    ul.menu {
        width: 100%;
    }

    .plan-sec-box {
        text-align: center;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
        background: rgb(255, 255, 255);
        position: relative;
        bottom: 0px;
        border-radius: 8px;
        transition: 0.3s linear;
        cursor: pointer;
        width: 260px;
        margin: 0px auto 70px;
    }

    .left-num {
        right: unset;
        left: -20px;
    }

    .right-side-part {
        transform: unset;
    }

    .left-side-part {
        margin: 0px 0px 50px 50px;
    }

    .right-side-part .right-cont .cont-area {
        border-right: none;
        border-left: 1px solid rgb(204, 204, 204);
    }

    .left-side-part .left-cont .cont-area {
        text-align: left;
    }

    .left-side-part .left-cont {
        flex-direction: row-reverse;
    }

    .upgrades-process-sec-box {
        margin-bottom: 40px;
    }

    .upgrades-process-sec-box.flip-cont {
        display: flex;
        flex-direction: column-reverse;
    }

    .meets-ambition-sec-right {
        margin-top: 20px;
    }

    .sec-overlay-box {
        width: 50%;
        position: relative;
        bottom: 0px;
        margin: 50px auto;
    }

    .at-sonip-we-are-sec {
        padding-top: 100px;
    }

    .at-sonip-we-are-box {
        margin-bottom: 40px;
    }

    .borders-bottom::after {
        width: 98.8%;
    }

    .borders-top::after {
        width: 98.8%;
    }

    .blogs-inner-page-right ul li .blogs-inner-page-right-cont h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .inner-main-area {
        padding: 60px 0px 0px;
    }

    .lines .line:nth-child(1) {
        left: 10px;
    }

    .lines .line:nth-child(3) {
        left: unset;
        right: 10px;
    }

    .inner-main-area-left-cont .location-info {
        margin: 0px 0px 20px;
    }

}

@media (max-width: 575px) {
    .copyright-area {
        flex-direction: column;
        align-items: center;
    }

    .container, .container-fluid {
        width: 93%;
        padding: 0px !important;
    }

    footer {
        padding: 110px 20px 30px;
    }

    .logo-nav {
        padding: 0px 20px;
    }

    .banner-text h1 br {
        display: none;
    }

    .banner-text h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .banner-text {
        width: 90%;
        left: 20px;
    }

    .banner-text a {
        font-size: 18px;
        padding: 20px;
    }

    .our-offerings-home-sec-box {
        margin: 0px 40px 20px;
    }

    .hero-style .container {
        width: 80%;
    }

    .about-us-home-sec .right-side {
        padding-left: 50px;
    }

    ul.social-icon li {
        margin-right: 10px;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        margin-top: 30px;
    }

    .our-serv-about-area h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .our-serv-about-area {
        padding: 0px;
    }

    .our-serv-about {
        padding: 60px 0px 35px;
    }

    .about-us-home-sec.remove-bg .right-side {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    #artist-list h3 {
        font-size: 14px;
    }

    .left-side-part {
        margin: 0px 0px 50px 10px;
    }

    .right-side-part {
        margin-left: 10px;
        margin-bottom: 50px;
    }

    .innovative-design-solutions-sec {
        padding: 60px 0px;
    }

    .innovative-design-solutions-top {
        margin-top: 70px;
    }

    .sec-overlay-box {
        width: 70%;
    }

    .at-sonip-we-are-box {
        padding-bottom: 50px;
    }

    .what-drives-us-box .content-part-img-header img {
        width: 40%;
    }

    .locations-slider-sec .location-button-prev, .locations-slider-sec .location-button-next {
        top: 30%;
        transform: translateY(0%);
    }

    .nav-slider {
        margin-bottom: 50px;
        width: 100%;
    }

    .locations-slider-sec .location-button-prev {
        left: 0px;
    }

    .locations-slider-sec .location-button-next {
        right: 0px;
    }

    .locations-slider-sec {
        padding: 0px;
    }

    .inner-banner-header .top-banner-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .inner-banner-header {
        padding: 50px 0px;
    }

    .inner-banner-header .top-banner-content {
        left: 10px;
        width: 95%;
        position: relative;
        padding: 0px;
        transform: unset;
        top: unset;
    }

    .inner-main-area-right {
        padding: 20px;
    }

    .get-in-touch-div .get-in-touch-button {
        animation: auto ease 0s 1 normal none running none;
        left: unset;
        right: 0px;
        text-align: center;
        border-radius: 0px;
        background: rgb(255, 96, 0);
        color: rgb(255, 255, 255);
        z-index: 9;
        width: 50%;
        box-sizing: border-box;
        padding: 0px;
        height: 45px;
        line-height: 38px;
        bottom: 0px !important;
    }

    .get-in-touch-div .get-in-touch-button h2 {
        color: rgb(255, 255, 255);
    }

    a.blantershow-chat {
        animation: auto ease 0s 1 normal none running none;
        left: 0px;
        right: unset;
        text-align: center;
        border-radius: 0px;
        background: rgb(255, 255, 255);
        color: rgb(255, 96, 0);
        font-size: 15px;
        text-transform: uppercase;
        z-index: 9;
        width: 50%;
        box-sizing: border-box;
        padding: 10px 13px;
        justify-content: center;
        bottom: 0px !important;
    }

    .location-slider-box img {
        height: 250px;
    }

    .nav-slider .slick-slide.slick-active.slick-center {
        transform: scale(1);
    }
}

@media (max-width: 450px) {
    .about-us-home-sec .right-side img.img2 {
        width: 180px;
    }

    .product-slider .slick-prev {
        right: 55%;
    }

    .product-slider .slick-next {
        left: 55%;
    }

    .our-offerings-home-sec-box {
        margin: 0px 10px 20px;
    }

    .about-us-home-sec .right-side {
        padding-left: 20px;
        padding-right: 30px;
    }

    .about-us-home-sec .right-side img {
        width: 100%;
    }

    .common-header h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .testim .cont div p {
        font-size: 18px;
        width: 100%;
    }

    .our-offerings-home-sec-box {
        padding: 30px 20px;
    }

    .our-serv-about-area img {
        margin-bottom: 10px;
    }

    .our-serv-about-area {
        margin-bottom: 10px;
    }

    .amenities-img {
        width: 150px;
    }

    .solutions-sec-slider .swiper-button-next {
        right: 30%;
    }

    .solutions-sec-slider .swiper-button-prev {
        left: 30%;
    }

    .right-side-part .right-cont {
        flex-direction: column;
    }

    .left-side-part .left-cont {
        flex-direction: column;
    }

    .right-side-part .right-cont .cont-area {
        padding: 10px 20px 20px;
    }

    .left-side-part .left-cont .cont-area {
        padding: 10px 20px 20px;
    }

    .preferred-location-box-img {
        height: 200px;
    }

    .preferred-location-box-cont h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin: 6px 0px 10px;
    }

    .preferred-location-box-cont h4 {
        font-size: 14px;
    }

    .preferred-location-box-cont p {
        line-height: 24px;
    }

    .search-eng .inner-form button {
        width: 55px;
    }

    .preferred-location-sec .mar-top-50 {
        margin-top: 20px;
    }

    .search-eng .inner-form {
        padding: 20px;
    }
}

@media (max-width: 392px) {
    .gallery-sec-box {
        height: 250px;
    }

    #artist-list li.active {
        flex: 10 1 0%;
        cursor: default;
    }

    #artist-list h3 {
        font-size: 12px;
    }

    .our-serv-about-area img {
        width: 40px;
    }
}

@media (max-width: 350px) {
    .gallery-sec-box {
        height: 250px;
    }

    .our-serv-about-area h3 {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 341px) {
    #artist-list li.active {
        flex: 14 1 0%;
        cursor: default;
    }
}

@media (max-width: 320px) {
    .get-in-touch-div .get-in-touch-button h2 {
        font-size: 13px;
        padding: 2px 0px;
        margin: 0px;
    }
}

.otp-btn-area {
    display: flex;
}

.otp-btn {
    background: rgb(255, 119, 0);
    border: 1px solid rgb(255, 119, 0);
    margin: 5px 0px 5px 5px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    transition: 0.3s linear;
}

.otp-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(255, 119, 0);
    transition: 0.3s linear;
}
