/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.ocm-effect-wrap {
    --scroll-bar-w: 0px;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A47C68;
}



#top .container {
    padding-inline: 60px !important;
    background-color: #3c3531cc;
    backdrop-filter: blur(11px);
}
#top .b1 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
#top .b1 a span {
    color: white;
}
#top .b1 strong {
    color: #8B827D;
    font-weight: 200;
}
#top .b1 i:before {
    color: transparent !important;
    -webkit-text-stroke: 1px #A47C68;
    font-size: 34px;
}
#top .b1 i {
    padding-right: 43px !important;
/*     animation: vibrate 0.3s linear infinite; */
}
/* @keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
} */
#top .b1 {
    padding-right: 30px;
    position: relative;
    margin-right: 30px !important;
}
#top .b1:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 50px;
    right: 0;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
}
@keyframes scale{
    0%{
        transform:scale(0.5)
    }
}
#top li#social-in-menu i {
    background-color: #ffffff3b;
    color: white;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
#top li#social-in-menu i {
    margin-right: 11px !important;
}
#top li#social-in-menu i:after {content: '' !important;position: absolute;background-color: white !important;width: 100%;height: 0%;top: 0;left: 0;z-index: -11;transition: 0.9s;}
#top li#social-in-menu i:hover {
    color: #A47C68;
    transform: unset !important;
}
#top li#social-in-menu i:before {z-index: 9999999999999999999;}
#top li#social-in-menu i:hover:after {
    height: 100%;
}
#top li#social-in-menu {
    position: absolute;
    height: 100%;
    left: -380%;
}

div#header-outer {
    animation: 1s header-move  linear;
}
@keyframes header-move{
    0%{
            transform:translateX(1000px)
    }
}
div#Material {
    padding-block: 20px !important;
}

div#Material .carousel-item .iwithtext .iwt-icon {
    background-color: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -19px;
}
div#Material .carousel-item .iwithtext .iwt-icon img {
    width: 54%;
    margin: 0;
    transition: 0.9s;
}
div#Material  .owl-stage {
    padding-block: 50px;
}
div#Material .carousel-item .iwithtext .iwt-text {
    padding-left: 120px;
}
div#Material .carousel-item .iwithtext .iwt-text h5 {
    font-size: 18px;
    line-height: 34px;
}
div#Material .carousel-item  .iwithtext {
    margin: 0 auto;
    display: table;
}
div#Material .owl-item.active:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 110px;
    right: 0;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
    top: -7px;
}
div#Material .carousel-item .iwithtext .iwt-icon:before {
    content: '';
    position: absolute;
    background-color: #3c3531;
    width: 100%;
    height: 100%;
    top: 0;
    scale: 0;
    transition: 0.9s;
}
div#Material .carousel-item:hover .iwithtext .iwt-icon:before {
    scale: 1;
}
div#Material .carousel-item:hover .iwithtext .iwt-icon img {
    scale: 0.9;
}
div#Material .row-bg.viewport-desktop.using-image {
    background-size: cover;
    border-radius: 0px 0px 50px 50px;
}
div#Welcome {
    padding-block: 90px !important;
}
div#Welcome .img2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    z-index: -1;
    width: 58%;
}
div#Welcome  .c1 .vc_column-inner:before {
    content: '';
    position: absolute;
    border: 7px solid #A47C68;
    width: 161px;
    height: 161px;
    z-index: 9999;
    top: 60px;
    right: 180px;
    animation: 2s scale1 linear alternate infinite;
    z-index: -1;
}
@keyframes scale1{
    0%{
        transform:scale(0.8)
    }
}
div#Welcome .c1  .nectar-milestone {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-19.png);
    background-size: 100% 100%;
    width: 51%;
    padding-inline: 61px;
    filter: drop-shadow(2px 4px 6px #ccc);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 30px;
    margin-top: -70px;
    margin-left: 150px;
}
div#Welcome .c1 .nectar-milestone .number.default {
    margin-bottom: 0;
    color: #3C3531;
}
div#Welcome .c1 .nectar-milestone  .subject {
    color: #8B827D;
    font-size: 20px;
    line-height: 30px;
    width: 60%;
    text-align: left;
}
div#Welcome .c1:before {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/welcome-one-dot.png.png);
    width: 253px;
    height: 242px;
    background-size: contain;
    left: -120px;
    bottom: 100px;
    animation: 3s move linear alternate infinite;
}
@keyframes move{
    0%{
        transform:translateX(20px)
    }
      50%{
        transform:translatey(20px)
    }
}

.line h6 {
    letter-spacing: 4px;
}

.line  h2 {
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 28px;
}
.line h2:before {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-21.png);
    width: 49px;
    height: 3px;
    bottom: 0;
}
div#Welcome div#Welcomein .iwithtext .iwt-icon img {
    width: 100%;
}
div#Welcome div#Welcomein .iwithtext h4 {
    margin-bottom: 0;
}
div#Welcome div#Welcomein .iwithtext .iwt-text {
    padding-left: 80px;
}
div#Welcome div#Welcomein .iwithtext .iwt-text p {
    font-size: 13px;
    line-height: 23px;
}


a#b1 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0px !important;
    text-transform: uppercase;
    padding-block: 19px 15px !important;
    padding-inline: 49px !important;
    position: relative;
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px #cccc);
}
a#b1:hover {
    color: #001837;
}
a#b1:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 7%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.9s;
}
a#b1:hover:before {
    width: 100%;
}
div#Welcome div#Welcomein1 .iwithtext .iwt-icon img {
    width: auto;
    margin: 0;
}
div#Welcome div#Welcomein1 .iwithtext .iwt-icon {margin-top: -28px;outline: 5px solid #A47C68;border-radius: 100%;width: 88px;height: 88px;transition: 0.9s;display: flex;align-items: center;justify-content: center;}


div#Welcome div#Welcomein1 .iwithtext:hover .iwt-icon {
    outline-offset: -10px;
}
div#Welcome div#Welcomein1  .iwt-text {
    padding-left: 110px;
}
div#Welcome div#Welcomein1 .iwt-text h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    font-family: Inter;
}
div#Welcome div#Welcomein1 .iwithtext {
    margin-top: 17px;
    margin-left: -8%;
}
div#Material {
    padding-block: 20px !important;
}

div#Material .carousel-item .iwithtext .iwt-icon {
    background-color: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -19px;
}
div#Material .carousel-item .iwithtext .iwt-icon img {
    width: 54%;
    margin: 0;
    transition: 0.9s;
}
div#Material  .owl-stage {
    padding-block: 50px;
}
div#Material .carousel-item .iwithtext .iwt-text {
    padding-left: 120px;
}
div#Material .carousel-item .iwithtext .iwt-text h5 {
    font-size: 18px;
    line-height: 34px;
}
div#Material .carousel-item  .iwithtext {
    margin: 0 auto;
    display: table;
}
div#Material .owl-item.active:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 110px;
    right: 0;
    animation: 2s scale linear alternate infinite;
    transform-origin: top;
    top: -7px;
}
div#Material .carousel-item .iwithtext .iwt-icon:before {
    content: '';
    position: absolute;
    background-color: #3c3531;
    width: 100%;
    height: 100%;
    top: 0;
    scale: 0;
    transition: 0.9s;
}
div#Material .carousel-item:hover .iwithtext .iwt-icon:before {
    scale: 1;
}
div#Material .carousel-item:hover .iwithtext .iwt-icon img {
    scale: 0.9;
}
div#Material .row-bg.viewport-desktop.using-image {
    background-size: cover;
    border-radius: 0px 0px 50px 50px;
}
div#Welcome {
    padding-block: 90px !important;
}
div#Welcome .img2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    z-index: -1;
    width: 58%;
}
div#Welcome  .c1 .vc_column-inner:before {
    content: '';
    position: absolute;
    border: 7px solid #A47C68;
    width: 161px;
    height: 161px;
    z-index: 9999;
    top: 60px;
    right: 180px;
    animation: 2s scale1 linear alternate infinite;
    z-index: -1;
}
@keyframes scale1{
    0%{
        transform:scale(0.8)
    }
}
div#Welcome .c1  .nectar-milestone {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-19.png);
    background-size: 100% 100%;
    width: 51%;
    padding-inline: 61px;
    filter: drop-shadow(2px 4px 6px #ccc);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 30px;
    margin-top: -70px;
    margin-left: 150px;
}
div#Welcome .c1 .nectar-milestone .number.default {
    margin-bottom: 0;
    color: #3C3531;
}
div#Welcome .c1 .nectar-milestone  .subject {
    color: #8B827D;
    font-size: 20px;
    line-height: 30px;
    width: 60%;
    text-align: left;
}
div#Welcome .c1:before {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/welcome-one-dot.png.png);
    width: 253px;
    height: 242px;
    background-size: contain;
    left: -120px;
    bottom: 100px;
    animation: 3s move linear alternate infinite;
}
@keyframes move{
    0%{
        transform:translateX(20px)
    }
      50%{
        transform:translatey(20px)
    }
}

.line h6 {
    letter-spacing: 4px;
}

.line  h2 {
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 28px;
}
.line h2:before {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-21.png);
    width: 49px;
    height: 3px;
    bottom: 0;
}
div#Welcome div#Welcomein .iwithtext .iwt-icon img {
    width: 100%;
}
div#Welcome div#Welcomein .iwithtext h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
div#Welcome div#Welcomein .iwithtext .iwt-text {
    padding-left: 80px;
}
div#Welcome div#Welcomein .iwithtext .iwt-text p {
    font-size: 10px;
    line-height: 19px;
}

div#Welcome div#Welcomein {
}
a#b1 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0px !important;
    text-transform: uppercase;
    padding-block: 19px 15px !important;
    padding-inline: 49px !important;
    position: relative;
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px #cccc);
}
a#b1:hover {
    color: #001837;
}
a#b1:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 7%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.9s;
}
a#b1:hover:before {
    width: 100%;
}
div#Welcome div#Welcomein1 .iwithtext .iwt-icon img {
    width: auto;
    margin: 0;
}
div#Welcome div#Welcomein1 .iwithtext .iwt-icon {margin-top: -28px;outline: 5px solid #A47C68;border-radius: 100%;width: 88px;height: 88px;transition: 0.9s;display: flex;align-items: center;justify-content: center;}
div#Welcome div#Welcomein1 .iwithtext:hover .iwt-icon {
    outline-offset: -10px;
}
div#Welcome div#Welcomein1  .iwt-text {
    padding-left: 110px;
}
div#Welcome div#Welcomein1 .iwt-text h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    font-family: Inter;
}
div#Welcome div#Welcomein1 .iwithtext {
    margin-top: 17px;
    margin-left: -8%;
}

div#Welcome>.row-bg-wrap:before {
    content: '';
    position: absolute;
    background-color: #f8f6f585;
    width: 600px;
    height: 440px;
    border-radius: 100%;
    left: -6%;
    top: -50%;
    animation: 2s scale2 linear alternate infinite;
    transform-origin: left top;
}

@keyframes scale2{
    0%{
        transform:scale(1.1)
    }
}
div#Welcome>.row-bg-wrap:after {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/feature-two-shape-2.png.png);
    width: 578px;
    height: 626px;
    border-radius: 100%;
    right: -6%;
    top: -50%;
    animation: 2s scale2 linear alternate infinite;
    transform-origin: left top;
}


div#Featured .vc_col-sm-3 .vc_column-inner {
    padding-block: 600px 0px !important;
    /* padding-left: 60px; */
}
div#Featured .vc_col-sm-3  .text2 {padding-left: 60px;background-color: #3c3531;padding-block: 70px;position: absolute;bottom: 0;margin-bottom: 0;transform: translateY(-300px);scale: 0;transition: 0.9s;}
div#Featured .vc_col-sm-3  .text3 {
    padding-left: 60px;
    padding-block: 49px 60px;
    position: relative;
    transition: 0.7s;
}
div#Featured .vc_col-sm-3 .text3 p {
    padding-bottom: 6px;
    opacity: 50%;
}
div#Featured .vc_col-sm-3 .text3 p strong {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

div#Featured .vc_col-sm-3 .text3:before {
    content: '';
    position: absolute;
    background-color: #2f2a2747;
    backdrop-filter: blur(5px);
    width: 125%;
    height: 100%;
    top: 0;
    left: -60px;
    z-index: -1;
}
div#Featured .vc_col-sm-3 {
    overflow: hidden;
}
div#Featured .vc_col-sm-3:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff1f;
    height: 100%;
    bottom: 0;
}
div#Featured .vc_col-sm-3 .text2 h6 {
    padding-bottom: 5px;
    color: #bab1ac;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

div#Featured .vc_col-sm-3 .text2 h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

div#Featured .vc_col-sm-3 .text2 p {
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    padding-bottom: 36px;
}

div#Featured .vc_col-sm-3 .text2 h5 a {
    opacity: 1;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0px !important;
    text-transform: uppercase;
    padding-block: 21px 19px !important;
    padding-inline: 39px !important;
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px #cccc);
    background-color: white;
    position: relative;
    overflow: hidden !important;
    margin-bottom: 0;
    color: #3c3531;
}

div#Featured .vc_col-sm-3 .text2 h5 a:before {
    content: '';
    position: absolute;
    background-color: #a47c68;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.9s;
    width: 10%;
}


div#Featured .vc_col-sm-3 .text2 h5 a:hover {
    color: white !important;
    background-color:#a47c68;
}

div#Featured .vc_col-sm-3:hover .text2 {
    transform: translateY(0px);
    scale: 1;
}

div#Featured .vc_col-sm-3:hover .text3 {
    scale: 0;
}

div#Featured .text1 {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Image-3.png);
    background-size: 100% 100%;
    width: fit-content;
    margin: 0 auto;
    padding-block: 12px 33px;
    padding-inline: 70px !important;
}
div#BENEFITS {
    padding-block: 60px !important;
}
div#BENEFITS .toggles .toggle.default {
    border: 1px solid #E2DDDA;
    border-radius: 70px;
    padding: 25px 40px;
    margin-bottom: 20px;
}
div#BENEFITS .toggles .toggle.default a.nectar-inherit-h5.toggle-heading {
    padding-block: 0;
    color: #3C3531;
    font-size: 17px;
    line-height: 27px;
}
div#BENEFITS .toggles i {
    border: 1px solid transparent;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-4.png);
    background-repeat: no-repeat;
    background-position: 100% 4px;
}
div#BENEFITS .toggles i:before,div#BENEFITS .toggles i:after {
    display: none;
}
div#BENEFITS .toggles .toggle.default.open {
    border-radius: 35px;
}
div#BENEFITS .toggles .toggle.default.open h3.toggle-title {
    padding-bottom: 19px;
}
div#BENEFITS .toggles .toggle.default.open i {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-5.png);
}
div#BENEFITS .toggles .toggle.default.open .inner-toggle-wrap {
    padding-bottom: 0;
}
div#BENEFITS .c1 {
    padding-right: 90px;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul ul {
    margin-bottom: 0;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul  li {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-17.png);
    background-repeat: no-repeat;
    background-position: 0%  50%;
    padding-left: 30px;
    font-family: 'Rubik';
    font-weight: 600;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul li i {
    display: none;
}
div#SERVICES {
    padding-block: 110px 100px !important;
}
.line1 h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#SERVICES .carousel-item {margin-inline: 16px;}
#SERVICES .carousel-item .img1 {
    width: 100%;
}
#SERVICES .carousel-item .text2 {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Mask-Group.png);
    background-size: 100% 100%;
    padding-inline: 23px;
    padding-block: 0px 22px;
    position: relative;
    z-index: 99;
    width: 90%;
    margin: 0 auto;
    margin-top: -70px;
}
#SERVICES .carousel-item .text2 h6 {
    background-color: #A47C68;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    transform: translateY(-17px);
    transition: 0.9s;
}
#SERVICES .carousel-item .text2 h6 img {
    margin: 0;
    transition: 0.9s;
}

#SERVICES .carousel-item .text2 p {
    font-size: 13px;
    line-height: 23px;
}

div#servicesdoes {
    padding: 30px 50px !important;
    margin-top: -60px;
}

div#servicesdoes p {
    font-size: 18px;
    line-height: 28px;
}
div#step-inner .vc_col-sm-4 .vc_column-inner {
    background: #F2EEEB;
    padding: 40px 30px !important;
    border-radius: 0px 30px 30px 30px !important;
    margin: 30px 20px;
}
div#step-inner .vc_col-sm-4 .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
    transition: 0.9s;
}
div#step-inner .vc_col-sm-4 .iwithtext .iwt-icon {
    left: unset;
    right: 0;
    top: 0;
}
div#step-inner .vc_col-sm-4 .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#step-inner .iwithtext .iwt-text {
    padding-left: 0px;
    order: -1;
}
div#step-inner .iwithtext .iwt-text h4 {
    margin: 0;
}
div#step-inner .wpb_text_column p {
    height: 170px;
    overflow-x: auto;
}
div#step-inner .vc_col-sm-4:after {
    content: "";
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-25-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    z-index: 99;
    visibility: visible;
}
div#step-inner .vc_col-sm-4 {
    position: relative;
}
div#step-inner .vc_col-sm-4:before {
    content: "01";
    position: absolute;
    left: 0;
    top: 0;
    background: #3C3531;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 22px !important;
    border-radius: 15px 15px 0px 15px !important;
    margin: -20px 0px 0px -20px !important;
    transition: .9s;
}
div#step-inner .vc_col-sm-4:last-child:before {
    content: "03";
}
div#step-inner .vc_col-sm-4:nth-child(02):before {
    content: "02";
}
/* ======================= */
div#video {
    padding: 60px 0px !important;
    margin-bottom: 0px !important;
}
div#video-inner span.link-text {
    margin-left: 0px !important;
}
div#video-inner span.link-text h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    text-transform: capitalize !important;
    margin-top: 20px;
}
.nectar_video_lightbox.play_button_with_text .play>.inner-wrap:before {
    border-radius: 10px 10px 0px 10px !important;
}
.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before {
	background-color:#A47C68 !important;
}
.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:after, .nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before {
    border-radius: 10px 10px 0px 10px !important;
}
.nectar_video_lightbox.play_button_with_text .play {
    height: 82px;
    width: 82px;
}
body .nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before {
    width: 70px;
    height: 70px;
    border-radius: 10px 10px 0px 10px !important;
}
div#video-inner ul li:nth-child(2), div#video-inner ul li:last-child {
    background: #ffffff12 !important;
}
div#video-inner ul li i {
    color: #A47C68 !important;
    top: 13px;
    left: 10px;
    font-size: 20px;
}
div#video-inner ul li {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 10px 0px 10px 40px !important;
    background: #3c353140;
}
div#video-inner .nectar-fancy-ul {
    width: 75%;
    margin: 0 auto;
}
/* ========================== */
div#news {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#news h1 img {
    margin: 0 auto;
    margin-top: 20px !important;
}
div#news-inner h3.post-heading span {
    color: #3C3531;
}
.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
    color: #8B827D;
}
div#news-inner span.meta-date {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -48px;
    background: #A47C68 !important;
    color: #fff !important;
    padding: 10px 10px !important;
}
div#news-inner span.meta-date:before {
    display: none;
}
/* ========================= */
div#logo-section {
    padding: 40px 0px !important;
    border-top: 1px solid #E2DDDA;
    margin-bottom: 0px !important;
}
div#logo-section-inner {
    margin: 0px 10px;
}
/* ====================== */
a#btn {
    border-radius: unset !important;
    border-left: 2px solid #3C3531;
    background: #fff !important;
    color: #3C3531 !important;
}
/* =========================== */
div#stunning {
    padding: 0px 0px 80px 0px !important;
}
div#stunning-inner img {
    width: 80%;
}
div#stunning-inner h1 {
    font-size: 55px !important;
    line-height: 65px !important;
    text-transform: capitalize !important;
    margin-bottom: 50px !important;
}
/* ======================= */
div#ajax-content-wrap {
    --scroll-bar-w: 0px !important;
}
/* =============== */
#footer-outer .widget {
    margin-bottom: 10px;
}
div#footer-outer div#footer-widgets .widget h4:before {
    content: "";
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-20.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 2px !important;
}
div#footer-outer div#footer-widgets .widget h4 {
    position: relative;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}
div#nav_menu-4 ul#menu-contact li.map a:before {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-36.png);
}
div#nav_menu-4 ul#menu-contact li.mail a:before {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-35.png);
}
div#nav_menu-4 ul#menu-contact li a:before {
    content: "";
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Background-34.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
div#nav_menu-4 ul#menu-contact li {
    border-bottom: 1px solid #ffffff26 !important;
    margin-bottom: 10px !important;
}
div#nav_menu-4 ul#menu-contact li a {
    color: #fff !important;
    position: relative;
    padding-left: 50px !important;
}
div#nav_menu-4 ul#menu-contact li a strong {
    color: #C1B8B3;
    font-weight: 400;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#footer-widgets ul#menu-explore li a:before, div#footer-widgets ul#menu-services li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}
div#footer-widgets ul#menu-explore li a, div#footer-widgets ul#menu-services li a {
    position: relative;
    padding-left: 15px !important;
}
div#custom_html-2 ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2F2A27;
    border-radius: 50%;
}
div#custom_html-2 ul li {
    display: inline-block;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
}
div#footer-widgets {
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/Group-17-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* ================== */
div#copyright {
    padding: 20px 0px !important;
}

#SERVICES .carousel-item .hover-wrap-inner:before {
    content: '';
    position: absolute;
    background-color: #3c3531ab;
    width: 0%;
    height: 0%;
    z-index: 9;
    bottom: 0;
    left: 0;
    transition: 0.9s;
}
#SERVICES .carousel-item:hover .hover-wrap-inner:before {
    width: 100%;
    height: 100%;
}

#SERVICES .carousel-item .text2 h6:before {
        content: '';
    position: absolute;
    background-color: #3c3531;
    width: 100%;
    height: 100%;
    top: 0;
    scale: 0;
    transition: 0.9s;
}
#SERVICES .carousel-item:hover .text2 h6:before {
 scale:1;
}

#SERVICES .carousel-item:hover .text2 h6 img {scale: 0.9;}
div#step-inner .vc_col-sm-4:hover:before {
    background-color: #A47C68;
}

div#step-inner .vc_col-sm-4:hover .iwithtext .iwt-icon img {
    scale: 1.1;
}
div#news .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
div#news .nectar-post-grid-item .nectar-post-grid-item-bg-wrap-inner:before {
    content: '';
    position: absolute;
    background-color: #00000078;
    width: 100%;
    height: 0%;
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.9s;
}
div#news .nectar-post-grid-item:hover .nectar-post-grid-item-bg-wrap-inner:before {
    height: 100%;
}
/* div#BENEFITS>.row-bg-wrap:before {
    content: '';
    position: absolute;
    background-image: url(https://devu4.customdev.solutions/BAY1/wp-content/uploads/2026/05/benefits-one-shape.png.png);
    width: 350px;
    height: 300px;
    bottom: -60px;
    right: 0;
    background-size: cover;
    z-index: 99;
    animation: 2s scale1 linear alternate infinite;
    transform-origin: right;
} */
div#Featured .row-bg.viewport-desktop.using-image {
    background-position: 50% 50% !important;
}
div#footer-widgets .row div#media_image-2 img {
    width: 50%;
    border-radius: 100px;
}
div#choose-us .vc_col-sm-12 .vc_column-inner {
    padding-block: 50px 40px;
}

div#choose-us div#choose-inn .vc_col-sm-3 .vc_column-inner {
    padding: 15px 0px;
}

div#choose-us div#choose-inn .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #fff;
	border-radius: 20px;
    padding: 20px 20px;
}
div#int-painting .vc_col-sm-12 .vc_column-inner {
    padding-block: 50px 50px;
}

div#step .vc_col-sm-12 .vc_column-inner {
    padding-top: 50px;
}
div#faqs .vc_col-sm-12 .vc_column-inner {
    padding-block: 20px 40px;
    padding-inline: 40px 50px;
}
div#Gallery-sec .vc_col-sm-12 .vc_column-inner {
    padding-block: 50px 40px;
}
div#Gallery-sec .vc_col-sm-12 .vc_column-inner img {
    border-radius: 10px;
}
div#privacy .vc_col-sm-12 .vc_column-inner {
    padding-block: 50px 30px;
    padding-inline: 40px 40px;
}
div#news-inner .nectar-post-grid-item.is-selected.animated-in {
    min-height: 490px;
}
div#location .vc_col-sm-12 .vc_column-inner {
    padding-block: 40px 0px;
}
div#copyright div#text-3 {
    float: left !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}

div#copyright .menu-copy-right-container {
    float: right !important;
}
div#SERVICES .wpb_text_column.wpb_content_element.text2 {
    min-height: 210px !important;
}
div#BENEFITS .vc_col-sm-6 .wpb_text_column h2 {
    font-size: 27px !important;
    line-height: 37px !important;
}
div#location div#location-inn .iwt-text h4 {
    font-size: 17px !important;
    line-height: 27px !important;
}
div#location div#location-inn .iwt-icon i {
    font-size: 120% !important;
}

div#location div#location-inn .vc_col-sm-1\/5 .vc_column-inner {
    padding: 0px !important;
}

div#location div#location-inn .vc_col-sm-1\/5 .vc_column-inner {
    border: 1px solid #A47C68;
    padding: 10px 0px !important;
    border-radius: 20px !important;
}

/* ================================== */
@media (max-width: 1920px){}
/* ================================== */
@media (max-width: 1600px){
	div#BENEFITS>.row-bg-wrap:before {
    width: 180px;
    height: 190px;
}
    #top li#social-in-menu {
    left: -280%;
}

div#Featured .vc_col-sm-3 .vc_column-inner {
    padding-block: 380px 0px !important;
}

div#Featured .vc_col-sm-3 .text2 {
    padding-left: 30px;
    padding-block: 50px;
}
}
/* ================================== */
@media (max-width: 1440px){
    #top .container {
    padding-inline: 20px !important;
}
#top li#social-in-menu {
    left: -268%;
}
div#Welcome>.row-bg-wrap:before {
    width: 500px;
    height: 380px;
}
div#Welcome .c1:before {
    width: 153px;
    height: 142px;
    left: -30px;
    bottom: 100px;
}
div#Welcome .c1 .nectar-milestone {
    width: 48%;
    padding-inline: 41px;
}
div#SERVICES {
    padding-block: 70px 100px !important;
}
div#step {
    width: 95%;
    margin: 0 auto;
    padding-top: 40px !important;
}
}
/* ================================== */
@media (max-width: 1366px){
    h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
	#SERVICES .carousel-item .text2 {
    padding-inline: 13px;
}
div#Welcome .c1 .vc_column-inner:before {
    right: 130px;
}

div#Featured .vc_col-sm-3 .text2 p {
    font-size: 15px;
    line-height: 27px;
}
div#Featured .vc_col-sm-3 .text3,div#Featured .vc_col-sm-3 .text2 {
    padding-left: 40px;
    padding-block: 44px;
}
div#BENEFITS .toggles .toggle.default {
    padding: 15px 30px;
}
div#BENEFITS .toggles .toggle.default a.nectar-inherit-h5.toggle-heading {
    font-size: 15px;
    line-height: 25px;
}

div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul li {
    font-size: 13px;
    line-height: 23px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
div#stunning-inner h1 {
    font-size: 45px !important;
    line-height: 55px !important;
}
    #top li#social-in-menu i {
    width: 35px !important;
    height: 35px !important;
}
#top li#social-in-menu {
    left: -242%;
}
}
/* ================================== */
@media (max-width: 1280px){
    
div#Material .owl-stage {
    padding-block: 28px;
}
	

div#Featured .vc_col-sm-3 .vc_column-inner {
    padding-block: 180px 0px !important;
}
	div#news .nectar-post-grid-item h3.post-heading {
    font-size: 17px !important;
    line-height: 27px !important;
}
div#Featured .vc_col-sm-3 .text2 h5 a {
    font-size: 14px;
    line-height: 24px;
    padding-block: 19px 17px !important;
}
#SERVICES .carousel-item {
    margin-inline: 8px;
}
div#step-inner .vc_col-sm-4 .vc_column-inner {
    padding: 30px 19px !important;
}
div#Welcome .c1 .nectar-milestone .number.default h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
div#Welcome .c1 .nectar-milestone .subject {
    font-size: 15px !important;
    line-height: 25px !important;
}
div#Welcome .c1 .nectar-milestone {
    padding-inline: 34px;
    width: 55%;
    margin-left: 110px;
}
}
/* ================================== */
@media (max-width: 1024px){
	p {
    font-size: 12px !important;
    line-height: 22px !important;
}
#SERVICES .carousel-item {
    margin-inline: 5px;
}

	

div#BENEFITS .c1 {
    padding-right: 5px;
}

#SERVICES .carousel-item .text2 {
    padding-inline: 10px;
    width: 100%;
}
    #top li#social-in-menu {
    display: none !important;
}
div#Material .carousel-item .iwithtext .iwt-icon {
    width: 80px;
    height: 80px;
}
div#Material .carousel-item .iwithtext .iwt-text {
    padding-left: 100px;
}
div#Material .carousel-item .iwithtext .iwt-text h5 {
    font-size: 15px;
    line-height: 25px;
}
div#Welcome {
    padding-block: 50px !important;
}
h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
div#Welcomein1 .vc_col-sm-5 {
    width: 100%;
}
div#Welcomein1 .vc_col-sm-7 {
    display: none;
}
div#Welcome div#Welcomein {
    display: none;
}
div#Welcome .img1 {
    width: 57%;
}
p {
    font-size: 12px;
    line-height: 22px;
}
div#Featured .vc_col-sm-3 .text2 h3 {
    margin-bottom: 10px;
}
div#BENEFITS .toggles .toggle.default a.nectar-inherit-h5.toggle-heading {
    font-size: 10px;
    line-height: 20px;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul li {font-size: 11px;line-height: 21px;}
div#servicesdoes p {
    font-size: 13px;
    line-height: 25px;
}
a#b1 {
    font-size: 14px;
    line-height: 24px;
    padding-block: 17px 12px !important;
    padding-inline: 30px !important;
}
div#step {
    padding-top: 30px !important;
}
div#step-inner .vc_col-sm-4:before {
    width: 65px;
    height: 65px;
}
div#step-inner .vc_col-sm-4:after {width: 190px;height: 220px;}
div#step-inner .iwithtext .iwt-text h4 {
    font-size: 15px !important;
    line-height: 25px !important;
}

div#step-inner .vc_col-sm-4 .iwithtext .iwt-icon img {
    width: 70%;
    float: right;
}
div#step-inner .wpb_text_column p {
    overflow-x: auto;
    height: 110px;
}
div#video-inner span.link-text h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
div#news h3.post-heading {
    font-size: 13px !important;
    line-height: 23px !important;
}
div#stunning-inner h1 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 0px !important;
}
}
/* ================================== */
@media (max-width: 912px){
	div#Welcome div#Welcomein {
    display: block;
}

div#Welcome div#Welcomein .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
}

div#Welcome div#Welcomein .iwithtext .iwt-text {
    padding-inline: 0;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: unset;
}

div#banner .row_col_wrap_12.col.span_12.dark.left {
    padding-top: 0;
}

div#header-outer {
    padding-block: 0;
}

header#top {
}

header#top .container {
    padding-block: 19px !important;
}

div#Welcome .c1 {
    order: 1;
    width: 70%;
    margin: 0 auto;
}

p {
    font-size: 15px !important;
    line-height: 25px !important;
}

div#Welcome {
    padding-block: 50px 130px !important;
}
    div#Featured .vc_col-sm-3 .vc_column-inner {
    padding-block: 280px 0px !important;
}
div#BENEFITS .c1 {
    text-align: center;
}
div#BENEFITS div#BENEFITSin .vc_col-sm-6 {
    width: 50%;
}
div#BENEFITS div#BENEFITSin  img {
    margin: 0 auto;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul li {
    font-size: 14px;
}
div#BENEFITS .c1 div#BENEFITSin .nectar-fancy-ul {
    width: fit-content;
    margin: 0 auto;
}
div#BENEFITS div#BENEFITSin img {
    width: 100%;
}
div#BENEFITS .c1 {
    padding-inline: 5px;
}
div#BENEFITS .toggles .toggle.default a.nectar-inherit-h5.toggle-heading {
    font-size: 18px;
    line-height: 28px;
}

div#servicesdoes {
    text-align: center;
}
div#step {
    width: 60%;
    margin: 0 auto;
}
div#step-inner .iwithtext .iwt-text h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}
div#step-inner .vc_col-sm-4 {
    width: 50%;
    margin: 0 auto;
}
div#step {
    width: 90%;
}
div#video-inner a.play_button_with_text.large.nectar_video_lightbox {display: block !important;}

div#video-inner span.link-text {
    padding-left: 30px;
    text-align: center !important;
}
div#video-inner span.play {
    margin: 0 auto;
    display: table;
}
div#video-inner span.link-text h1 {
    margin: 0 auto;
    display: table;
    margin-top: 19px;
}
div#stunning {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
#footer-outer #footer-widgets div#nav_menu-2 {
    margin: unset;
}
#footer-outer #footer-widgets .col.span_3 {
    margin-bottom: 0;
}
.line h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
}
./* ================================== */
@media (max-width: 768px){}
/* ================================== */
@media (max-width: 480px){
    h2 br {
    display: none;
}
div#Welcome .c1 {
    width: 100%;
}
div#Welcome .c1 .nectar-milestone {
    width: 100%;
    margin: 0 auto;
    justify-content: center !important;
    text-align: center !important;
    flex-direction: column;
    gap: 0;
}
div#Featured .row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}
div#BENEFITS div#BENEFITSin .vc_col-sm-6 {
    width: 100%;
}
div#BENEFITS .toggles .toggle.default a.nectar-inherit-h5.toggle-heading {
    font-size: 16px;
    line-height: 26px;
}
div#BENEFITS {
    padding-block: 20px !important;
}
div#step-inner .vc_col-sm-4 {
    width: 100%;
}
div#step-inner .vc_col-sm-4 .vc_column-inner {
}
div#video-inner span.link-text h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}
div#video-inner .nectar-fancy-ul {
    width: 100%;
}
div#video {
    padding: 20px 0px !important;
}
h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}
div#stunning {
    width: 100%;
}
div#stunning-inner h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}
#footer-outer #footer-widgets .col.span_3 {
    margin-bottom: 20px;
}
}