html {
    background-image: url('images/bg.jpg');
    /* background-color: #fff; */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
}
html,
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 2;
    font-size: 1.2rem;
}
body {
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #212529;
    background-color: transparent !important;
    /* background: url('images/bg.png'); */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    /* max-width: 1270px !important; */
}
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

.ybo-text-red {
    color: firebrick !important;
    /* text-shadow: 2px 2px 4px #ffffff; */
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-decoration: none;
}

.small, small {
    font-size: .8rem !important;
    color: #000;
    line-height: 1.1 !important;
    /* font-weight: bold; */
}

#main h1 {
    font-size: 2.3rem;
    font-weight: 500;
    /* background-image: conic-gradient(#553c9a 30%, #ee4b2b 40%, #00c2cb 80%, #553c9a); */
    color: #212529;
    /* color: #fdc156; */
    /* color: firebrick; */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    padding-bottom: .8rem;
    padding-top: .8rem;
    /* text-shadow: #fff -.5px -.5px 0px, #333 -.5px .5px 0px, #000 .5px .5px 0px, #000 .5px -.5px 0px;
    color:#fdc060; */
    margin-bottom: 0;
    /* text-shadow: 1px 2px 4px #fff; */
  }
  
  

.ybo-tab-button {
    font-size: 1.5rem !important;
    border-radius: 15px !important;
    
    border: 1px solid rgb(197 200 93 / 30%) !important;
    background: rgba(0, 21, 30, .7)  !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
}

.ybo-tab-button a {
    border-radius: 15px !important;
    color: #efd271  !important;
}

.ybo-tab-button :hover, .ybo-tab-button .active {
    background: #bec457 !important;
    border-color: #15242a !important;
}

.ybo-tab-button:hover a, .ybo-tab-button .active{
    color: #00151e !important;
}

.ybo-b {
    color: firebrick !important;
}

.ybo-border-bottom-gold{
    border-bottom: .5rem solid #9d813d !important;
}

.ybo-rounded-circle {
    border-radius: 45px;
}


.ybo-blue {
    color: #1b628d;
}

.ybo-light-blue2 {
    color: #5de0e6 !important;
}

.ybo-light-blue {
    color: #4dcade;
}


.ybo-bg-lightblue {
    background: #4dcade !important;
}

.ybo-bg-blue {
    background: rgb(2 87 148 / 75%)  !important;
}

.ybo-bg-green {
    background: #31616b !important;
}

.ybo-bg-light {
    background: rgb(255 255 255 / 85%) !important;
}

.ybo-bg-light-nav {
    background: rgb(255,255,255);
    background: linear-gradient(-45deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,.95) 50%, rgba(255,255,255,0.7) 100%);
}

.ybo-bg-diag-nav {
    background: linear-gradient(135deg, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0) 4%, rgba(255, 255, 255, 0.8) 26%), linear-gradient(-45deg, transparent 0%, rgba(255, 255, 255, .1) 27%, transparent 27%);
}

.ybo-bg-transparent-black{
    background: rgb(0 0 0 / 30%);
}

.ybo-obj-fit-cover {
    height: 100%;
    object-fit: cover;
}

.ybo-bg-frame-rounded-btn{
    background: -webkit-linear-gradient(top, #DF9F28, #FDE08D, #DF9F28);
        background: linear-gradient(top, #DF9F28, #FDE08D, #DF9F28);
    /* background: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(50, 0, 76) 46%, rgb(155, 81, 224) 100%); */
    padding: .13rem .13rem !important;
    border-radius: 50px;
}

.bg-black .ybo-bg-container, .bg-black .ybo-bg-container-services, .bg-black .ybo-bg-container-services2, .bg-black .ybo-bg-container-services3{
    position:relative;
}

.ybo-bg-memphis:before {
    content: "";
    background-image: url('images/bg-memphis.webp');
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment:scroll;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    height: 100%;
}

#our-goal:before {
    content: "";
    background-image: url('images/about/our-goal.webp');
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    height: 100%;
}

#c4-help:before {
    content: "";
    background-image: url('images/banners/get-in-touch.webp');
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    height: 100%;
}

.ybo-img-logo {
    height: 13vw !important;
    object-fit: cover;
}


.ybo-gradient-blue{
    background: linear-gradient(180deg, rgba(93,224,230,.9) 0%, rgba(0,74,173,.8) 100%);
}
.ybo-gradient-blue2{
    background: linear-gradient(180deg, rgba(93,224,230,.8) 0%, rgba(93,224,230,.9) 100%);
}

.ybo-gradient-light{
    background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.7) 100%);
}

.ybo-mask-white {
    background: rgb(255 255 255 / 20%) !important;
}

.ybo-mask-black {
    background: rgb(0 0 0 / 75%);
}

.ybo-solid-shadow-white {
    box-shadow: -10px 10px 0 3px #ffffff24;
    /* border-radius: 45px !important; */
}

.ybo-solid-shadow {
    box-shadow: -15px 15px 0 5px #21252924;
    /* border-radius: 45px !important; */
}

.ybo-solid-shadow2 {
    box-shadow: 15px 15px 0 5px #21252924;
    /* border-radius: 45px !important; */
}

.ybo-text-darkgreen{
    color: #31616b !important;
}

.ybo-text-blue{
    color: #1b628d  !important;

    /* background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: relative;
	text-transform: uppercase;	
	font-size: 18vw;
	margin: 0;
	font-weight: 400; */
}
.ybo-text-light-blue{
    color: #5de0e6 !important;
}

.ybo-text-shadow-black {
    text-shadow: 1px 2px 2px #333;
}

.ybo-text-shadow-black2 {
    text-shadow: 1px 1px 2px #333;
}

.ybo-text-shadow-white {
    text-shadow: 1px 2px 4px #fff;
}

.ybo-text-light {
    color: #ccc !important;
}

.ybo-engraved {
    text-shadow: -1px -1px rgba(0,0,0,0.5), 1px 1px rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.5);
    border: ridge 5px grey;
 }


.ybo-frame {
    height: 100% !important;
}

.ybo-or {
    font-size: 2rem !important;
    border-radius: 25px !important;
    color: #efd271  !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-weight: 600 !important;
    text-shadow: 2px 2px 4px #000000 !important;
    /* animation: blinker 1s linear infinite; */
}


.pulse {
    /* background-color: #efd271; */
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 45px; 
    border: 1px solid transparent;
    font-size: 1rem !important;
    font-weight: bolder !important;
    position: relative;
    text-align: center !important;
    top: -1px;
    text-shadow: none !important;
    -webkit-animation: blink 1300ms infinite;
            animation: blink 1300ms infinite;
}
@-webkit-keyframes blink { 50% { color: firebrick; background-color: #efd271; border: 1px solid #aaa;}}
        @keyframes blink { 50% { color: firebrick; background-color: #efd271; border: 1px solid #aaa;}}

p, .ybo-paragraph {
    text-align: justify !important;
    font-size: .85rem !important;
    color: #212529 !important;
    text-shadow: none !important;
}

ul.ybo-check-list li {
    list-style-image: url(images/check.ico);
    font-size: 1rem;
    color: #212529;
    font-weight: 600;
    padding: .5rem;
    text-align: left !important;
    text-shadow: 1px 1px 2px #ccc;
}

ul.ybo-review-list li {
    list-style-image: url(images/double-quote-left.ico);
    font-size: 1rem;
    color: #212529;
    font-weight: 600;
    padding: .5rem;
    font-style: italic;
}

ul.ybo-review-list li p {
    text-align: justify !important;
}


#book-now-modal-form .modal-dialog .modal-content {
    background: #defcf9 !important;
}

#book-now-modal-close {
    border: none;
    font-size: 3rem;
    padding: 0px 8px;
    background: none;
    color: firebrick;
    position: relative;
    top: -35px !important;
    right: -20px !important;
    font-weight: bold;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    /* color: #0002 !important; */
    /* border: 1px solid #ddd !important; */
    border-radius: 50% !important;
}

#btn-back-to-top i {
    padding: .6rem .7rem;
}

#btn-back-to-top:hover i {
    color: gold!important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.btn-submit, .btn:not(#btn-back-to-top) {
    background: linear-gradient(0deg, rgba(2, 86, 145, 0.7) 0%, rgba(2, 86, 145, 1) 50%, rgba(2, 86, 145, 0.7) 100%);
    border: 1px solid goldenrod !important;
    padding: 7px 35px 9px !important;
    color: #ddd !important;
    transition: 0.4s;
    border-radius: 50px !important;
    font-weight: 600;
}
.btn-submit:hover, .btn:not(#btn-back-to-top):hover {
    color: #fad12a !important;
    background: linear-gradient(0deg, rgba(2, 86, 145, 0.8) 0%, rgba(2, 86, 145, 1) 50%, rgba(2, 86, 145, 0.8) 100%);
}
.info p {
    font-weight: 600 !important;
    font-size: 1rem;
}



a:focus,
button:focus {
    outline: none;
}
.heading-one {
    font-size: 36px;
}
.heading-two {
    font-size: 30px;
}
.heading-three {
    font-size: 24px;
}
.heading-four {
    font-size: 20px;
}
.heading-five {
    font-size: 18px;
}
.heading-six {
    font-size: 1rem;
}
.paragraph {
    font-size: 16px;
    color: #212529;
    margin-bottom: 1rem;
}
.background-image-unset {
    background-image: unset !important;
}
.background-primary {
    /*background-color: rgb(0 0 0 / 50%)  !important;*/ /* blue */
    /*background-color: rgb(54 110 0 / 70%)  !important;*/ /* another blue */
    /*background-color: rgb(60 132 171 / 70%)  !important/ /* blue */
    /*background-color: rgb(60 132 0 / 70%) !important;*/ /* green */
    /*background-color: rgb(60 0 171 / 70%) !important;*/ /* violet */
    /*background-color: rgb(54 0 0 / 70%) !important;*/ /* brown */
    /* background-color: rgb(255 255 255 / 85%); */
    background: -moz-linear-gradient(left, rgba(54, 110, 224, 0.9) 0%, rgba(54, 110, 224, 0.70) 30%, rgba(54, 110, 224, 0.70) 70%, rgba(54, 110, 224, 0.9) 100%);
    /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1), color-stop(49%, rgba(255, 255, 255, 0)), color-p(100%, rgba(255, 255, 255, 1))); */
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(54, 110, 224, 0.9) 0%, rgba(54, 110, 224, 0.70) 30%, rgba(54, 110, 224, 0.70) 70%, rgba(54, 110, 224, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(54, 110, 224, 0.9) 0%, rgba(54, 110, 224, 0.70) 30%, rgba(54, 110, 224, 0.70) 70%, rgba(54, 110, 224, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(54, 110, 224, 0.9) 0%, rgba(54, 110, 224, 0.70) 30%, rgba(54, 110, 224, 0.70) 70%, rgba(54, 110, 224, 0.9) 100%);
    /* IE10+ */
    /* background: linear-gradient(to right, rgba(54, 110, 224, 0.7) 15%, rgba(33, 37, 41, 0.67) 20%, rgba(33, 37, 41, 0) 100%); */
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}
.background-primary-light {

    background: -moz-linear-gradient(left, rgba(77, 199, 0, 0.9) 0%, rgba(15, 99, 0, 0.90) 0%, rgba(15, 99, 0, 0.90) 100%, rgba(77, 199, 0, 0.9) 100%);

    background: -webkit-linear-gradient(left, rgba(77, 199, 0, 0.9) 0%, rgba(15, 99, 0, 0.90) 0%, rgba(15, 99, 0, 0.90) 100%, rgba(77, 199, 0, 0.9) 100%);

    background: -o-linear-gradient(left, rgba(77, 199, 0, 0.9) 0%, rgba(15, 99, 0, 0.90) 0%, rgba(15, 99, 0, 0.90) 100%, rgba(77, 199, 0, 0.9) 100%);

    background: -ms-linear-gradient(left, rgba(77, 199, 0, 0.9) 0%, rgba(15, 99, 0, 0.90) 0%, rgba(15, 99, 0, 0.90) 100%, rgba(77, 199, 0, 0.9) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* background: rgba(0, 21, 30, .7) !important; */
}

.background-primary-tranparent-side-blue {

    background: -moz-linear-gradient(left, transparent 0%, #00BCD4  20%, #00BCD4  80%, transparent 100%);

    background: -webkit-linear-gradient(left, transparent 0%, #00BCD4  20%, #00BCD4  80%, transparent 100%);

    background: -o-linear-gradient(left, transparent 0%, #00BCD4  20%, #00BCD4  80%, transparent 100%);

    background: -ms-linear-gradient(left, transparent 0%, #00BCD4  20%, #00BCD4  80%, transparent 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* background: rgba(0, 21, 30, .7) !important; */
}

.background-primary-tranparent-side-light {

    background: -moz-linear-gradient(left, transparent 0%, rgba(222, 252, 249,  0.60)  5%, rgba(222, 252, 249,  0.60)  95%, transparent 100%);

    background: -webkit-linear-gradient(left, transparent 0%, rgba(222, 252, 249,  0.60)  5%, rgba(222, 252, 249,  0.60)  95%, transparent 100%);

    background: -o-linear-gradient(left, transparent 0%, rgba(222, 252, 249,  0.60)  5%, rgba(222, 252, 249,  0.60)  95%, transparent 100%);

    background: -ms-linear-gradient(left, transparent 0%, rgba(222, 252, 249,  0.60)  5%, rgba(222, 252, 249,  0.60)  95%, transparent 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* background: rgba(0, 21, 30, .7) !important; */
}

.background-secondary-light {
    background: -moz-linear-gradient(left, rgb(15 99 224 / 80%) 3%, rgb(77 199 224 / 70%) 20%, rgba(54, 110, 224, 0.67) 60%, rgba(54, 110, 224, 0.7) 100%);

    background: -webkit-linear-gradient(left, rgb(15 99 224 / 80%) 3%, rgb(77 199 224 / 70%) 20%, rgba(54, 110, 224, 0.67) 60%, rgba(54, 110, 224, 0.7) 100%);

    background: -o-linear-gradient(left, rgb(15 99 224 / 80%) 3%, rgb(77 199 224 / 70%) 20%, rgba(54, 110, 224, 0.67) 60%, rgba(54, 110, 224, 0.7) 100%);

    background: -ms-linear-gradient(left, rgb(15 99 224 / 80%) 3%, rgb(77 199 224 / 70%) 20%, rgba(54, 110, 224, 0.67) 60%, rgba(54, 110, 224, 0.7) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* background: rgba(0, 21, 30, .7) !important; */

}
.text-primary-light {
    color: #defcf9 !important;
}
.text-primary-dark {
    color: #212529 !important;
}
.ybo-heading.text-primary {
    color: #000 !important;
}



.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.wave-separator {
    position: absolute;
    height: 40px;
    width: 100%;
    vertical-align: top;
    margin-top: -40px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #000 !important;
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    background-color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header {
    position: relative;
    width: 100%;
    z-index: 999;
    /* background: rgb(0 0 0 / 30%); */
    /* border-bottom: 1px solid rgba(0, 0, 0, .8); */
}

#navbar::before {
    /* background: url('images/bg-header-pink.png'); */
    content: "";
    /* background-image: url('images/bg-header-pink.png'); */
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
}

/* .navbar {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .8);
} */

/* .navbar .navbar-logo-image{
    max-width: 125px !important;
    transition: .5s linear;
} */

#ybo-site-name {
    max-height: 125px;
    transition: .5s linear;
}

#ybo-page-head::before {
content: "";
/* background-image: url(images/bg-header-pink-2.png); */
background-size: cover;
position: absolute;
background-position: top right;
top: 0px;
right: 0px;
bottom: 0px;
left: -3px;
opacity: 0.4;
border-radius: 0 0 0.375rem 0.375rem;
}

#ybo-page-head {
    /* background-color: #000; */
    /* border-right: 1px solid #000;
    border-left: 1px solid #000; */
    
    /* margin-top: 1rem; */
    /* background-image: url(images/label-bg2.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#ybo-page-head h1{
    position: relative;
    z-index: 1;
    /* text-shadow: 1px 2px 4px #fff; */
}

#ybo-page-name {
    max-height: 70px;
}

/* .embed-responsive iframe{
    width: 75%;
} */

/* #banner-sub-image {
    max-width: 10vw;
} */


.header.scrolled-down {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    position: fixed;
    width: 100%;
}
.header.scrolled-down2 .top-header {
    display: none;
}

.header.scrolled-down2 #ybo-site-name {
    max-height: 70px;
}

.header.scrolled-down2 .navbar.ybo-d {
    display: none !important;
}
.header.scrolled-down2 .navbar .ybo-m.navbar-logo {
    display: flex !important;
}

.header.scrolled-down2 .ybo-spacer {
    display: none !important;
}

.header.scrolled-down2 .navbar {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    position: fixed !important;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    padding: .5rem 0;
    margin-top: 1rem;
}


.header.scrolled-down2 .navbar.py-3 {
    padding-top: 3px !important;
    padding-bottom: 0 !important;
}

.header.scrolled-down2 .navbar-logo.px-5 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
}

/* .header.scrolled-down2 .nav-item .nav-link{
    font-size: 1rem !important;
} */

.header.scrolled-down2 .navbar::before {
    content: "";

    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .8;
    background-color: rgb(255 255 255 / 100%) !important;
}

.header.scrolled-down2 .navbar  .navbar-logo-image{
    max-width: 150px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.header.scrolled-down .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-text {
    color: #defcf9;
}
.header.scrolled-down .navbar .navbar-container .navbar-menu .navbar-menu-item {
    color: #212529;
}
.header.scrolled-down .navbar .navbar-container .navbar-menu .navbar-menu-item .navbar-menu-link {
    color: rgba(255, 255, 255, 0.7);
}
.header.scrolled-down .navbar .navbar-container .navbar-menu .navbar-menu-item.active .navbar-menu-link,
.header.scrolled-down .navbar .navbar-container .navbar-menu .navbar-menu-item:hover .navbar-menu-link {
    color: #efd271;
}
.header .top-header {
    /* background-color: rgb(54 110 143/ 85%); */
    /*background-color: rgb(32 77 108/ 70%);*/ /* dark blue */
    /*background-color: rgb(54 110 143/ 70%);*/ /* blue */
    /*background-color: rgb(54 110 0 / 70%);*/ /* green */
    /*background-color: rgb(54 0 143);*/ /* violet */
    /*background-color: rgb(0 110 143 / 70%);*/ /* brown */
    /*background-color: rgb(255 191 0 / 70%);*/ /* yellow */
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.3); */
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 80px;
    position: fixed;
    z-index: 1;
    top: 0;
    /* border-top: .3rem solid #000; */
    /* border-bottom: .1rem solid #000; */
}
.header .top-header .top-header-container .top-header-row .top-header-column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item {
    padding-left: 30px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    position: relative;
    /* bottom: -40px; */
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item .top-header-social-link {
    text-decoration: none;
    color:  #332D2D;
    font-size: 1rem;
    font-weight: 600;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item .top-header-social-link .top-header-social-icon {
    font-size: 1.4rem;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    /* color: #332D2D; */
    color: rgb(17 93 167);
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item .top-header-social-link .top-header-social-icon:hover {
    /* color: #ffeb3b; */
    color: #0d6efd;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact .top-header-contact-item {
    color: #defcf9;
    font-size: 1.1rem;
    font-weight: bolder !important;
    padding-right: 15px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-weight: normal;
    /* text-shadow: 1px 2px 4px #fff; */
    letter-spacing: 1px !important;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact .top-header-contact-item .top-header-contact-icon {
    font-size: 1rem;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 2px #111;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact .top-header-contact-item .top-header-contact-icon:hover {
    color: #e6d600;
    text-shadow: 1px 1px 2px #111;
}
.header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact .top-header-contact-item .top-header-contact-link {
    font-size: 1rem;
    font-weight: 400;
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Rubik', sans-serif !important;
    color: #000;
    text-decoration: none;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}
.header .bottom-header {
    position: relative;
    width: 100%;
    background-color: rgb(255 255 255 / 85%);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header .bottom-header .bottom-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .bottom-header .bottom-header-container .bottom-header-logo {
    margin-right: auto;
}
.header .bottom-header .bottom-header-container .bottom-header-logo .bottom-header-logo-item .bottom-header-logo-link {
    color: #000;
    text-decoration: none;
}
.header .bottom-header .bottom-header-container .bottom-header-logo .bottom-header-logo-item .bottom-header-logo-link .bottom-header-logo-image {
    max-width: 100%;
    height: auto;
    width: 80px;
}
.header .bottom-header .bottom-header-container .bottom-header-logo .bottom-header-logo-item .bottom-header-logo-link .bottom-header-logo-text {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Rubik', sans-serif;
    color: #000;
}
.header .bottom-header .bottom-header-container .bottom-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
.header .bottom-header .bottom-header-container .bottom-header-contact .bottom-header-contact-item {
    font-size: 24px;
    font-weight: 700;
}
.header .bottom-header .bottom-header-container .bottom-header-contact .bottom-header-contact-item .bottom-header-contact-link {
    display: block;
    padding: 15px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #defcf9;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header .bottom-header .bottom-header-container .bottom-header-contact .bottom-header-contact-item .bottom-header-contact-link:hover {
    background-color: rgb(255 255 255 / 85%);
    border: 1px solid #212529;
}
.header .bottom-header .bottom-header-container .bottom-header-contact .bottom-header-contact-item .bottom-header-contact-link .bottom-header-contact-icon {
    font-size: 16px;
    margin-right: 10px;
    color: #defcf9;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}
.header .bottom-header .bottom-header-container .bottom-header-mobile-menu {
    display: none;
}
.header .navbar {
    position: static;
    width: 100%;
    z-index: 999;
    padding-top: .5rem;
    padding-bottom: .5rem;    
    padding-left: 1rem;
    padding-right: 1rem;
    /* background-color: rgb(0 0 0 / 100%); */
    margin-top: 2.7rem;
    /* border-top: 3px solid goldenrod;
    border-bottom: 3px solid goldenrod; */
}
.header .navbar .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
}
.header .navbar .navbar-container .navbar-logo {
    margin-right: auto;
    margin-left: .5rem;
}
.header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link {
    color: #000;
    text-decoration: none;
}
.header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-image {
    max-width: 100%;
    height: auto;
    width: 120px;
    transition: linear 0.7s;
    position: absolute;
    z-index: 1;
    top: -2rem;
    background: #fff;
    border-radius: 50%;
}
.header.scrolled-down2 .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-image {
    width: 85px;
    top: -1rem;
}
.header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-text {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Rubik', sans-serif;
    color: #000;
    margin-left: 15px;
}
.header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-text .navbar-logo-text-heading {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Rubik', sans-serif;
    color: #212529;
}
.header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-text .navbar-logo-text-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #efd271;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
}
.header .navbar .navbar-container .navbar-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
.header .navbar .navbar-container .navbar-contact .navbar-contact-item {
    padding: 15px;
    background-color: #000;
    color: #defcf9;
    font-size: 16px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    margin-left: 30px;
}
.header .navbar .navbar-container .navbar-contact .navbar-contact-item .navbar-contact-icon {
    font-size: 16px;
    margin-right: 5px;
    color: #defcf9;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}
.header .navbar .navbar-container .navbar-contact .navbar-contact-item .navbar-contact-link {
    font-size: 16px;
    font-weight: 400;
    color: #defcf9;
    text-decoration: none;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}


/* translate */
.skiptranslate:not(.goog-te-gadget){display:none;}
body{top:0!important;}
.goog-te-gadget {
    margin-top: .3rem !important;
    margin-right: .5rem !important;
}
.goog-te-gadget .goog-te-combo {
    font-size: 1rem !important;
    border-radius: 5px !important;
    padding: .2rem !important;
}
#google_translate_element{
    position: absolute;
    top:0;
    right: 0;
}
.goog-te-gadget span {
    display: none;
}

.goog-te-gadget {
    color: transparent !important;
}

/* navbar */
.navbar-nav>li>a:not(.pulse){
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.navbar-nav li a.ybo-small {
    line-height: 1 !important;
}

.navbar-nav .nav-item .nav-link, .dropdown-menu-right .dropdown-item {
    position: relative;
    color: #222;
    text-decoration: none;
    font-size: .9rem;
    font-weight: bold !important;
    font-family: "Poppins", sans-serif;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    letter-spacing: 1px;
}
 .dropdown-menu{
    background-color: rgb(255 255 255 / 80%) !important;
    /* background-color: rgb(54 110 143/ 85%) !important; */
    /* background-color: rgb(54 110 143/ 70%) !important; */
    border-radius: 3px !important;
 }
.dropdown-item:hover {
    background: transparent !important;
}
/* .dropdown-item:focus, .dropdown-item:hover {
    color: #efd271 !important;

} */
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    color: #FFEB3B !important;
}
.dropdown-menu.show {
    margin-left: 1rem;
    margin-right: 1rem;
}
.dropdown-menu li:not(:last-child){
    border-bottom: solid 1px rgba(0, 0, 0, 0.3) !important;
}
.navbar-toggler {
    margin-right: 1rem;
    /* background-color: rgb(54 110 143/ 85%) !important; */
    background-color: rgb(255 255 255/ 90%) !important;
    border: 1px solid #aaa !important;
    margin-top: 3px;
    margin-bottom: 3px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
}

 

/* ============ Nav Bar desktop view ============ */

@media all and (min-width: 992px) {
    /* .dropdown-menu.show {
        border: 1px solid #ccc;
    } */
    .header .navbar-nav {
        align-items: center;
    }
	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ color: #efd271 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
    .navbar-nav>li:has(ul>li>a.active)>a ,.navbar-nav>li>a.active, .navbar-nav>li>a:hover{
        border-radius: 50px;
        /* border-radius: 0.375rem; */
    }

    .navbar-nav>li a{
        font-weight: 500 !important;
    }

    .navbar-nav>li a.active{
        color: #1b628d  !important;
        /* text-shadow: 1px 2px 4px #000; */
    }

    .navbar-nav>li a:hover{
        /* color: #edf6f7 !important;
        background-color: rgb(32 77 108 / 85%) !important; */
        /* text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555; */
        color: #1b628d !important;
        /* text-shadow: 1px 2px 4px #000; */
    }
    .ybo-d.d-flex {
        display: flex !important;
    }
    /* .ybo-m.d-flex {
        display: none !important;
    } */

    .btn-get-quote::before {
        /* font-size: 2rem !important; */
        border-radius: 50px !important;
        color: #efd271 !important;
        border: 1px solid rgb(197 200 93 / 30%) !important;
        background: rgb(32 77 108 / 85%) !important;
        /* background: rgba(0, 21, 30, .7) !important; */
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        /* padding-top: 0 !important;
        padding-bottom: 4px !important; */
        font-weight: 600 !important;
        z-index: 1 !important;
        line-height: 1.3 !important;

        content: "";
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        /* opacity: 0.4; */
    
    }
    
    .btn-get-quote::before:hover,.btn-submit:hover {
        background: #00151e !important;
        color: #00151e !important;
        border-color: #15242a !important;
    }

    .btn-get-quote .animate-charcter2, .btn-get-quote .animate-charcter2-label {
        position: relative !important;
        z-index: 1;
    }

    .animate-charcter2-label {
        color:#edf6f7;
        font-weight: 500;
    }

    .btn-get-quote.active .animate-charcter2-label {
        color: #efd271;
    }
}	
/* ============ desktop view .end// ============ */

@media (max-width: 1399px) {
    #main .container{
        max-width: 100%;
    }
}



/* ============  Nav Bar  devices ============ */
@media (max-width: 991px) {
    .header .navbar .navbar-nav {
        padding-top: 2rem !important;
    }
    .header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-image {
        left: 1rem;
    }
    .header .top-header .top-header-container .top-header-row .top-header-column .top-header-contact .top-header-contact-item {
        padding-right: 7px;
    }
    /* .header .top-header .top-header-container .top-header-row .top-header-column .top-header-social {
        justify-content: flex-start !important;
    } */
    .header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item {
        bottom: 0px !important;
    }
    .header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-image {
        top: -2.1rem;
    }
    .top-header.mb-5{
        margin-bottom: 0 !important;
    }
    .top-header.pb-5{
        padding-bottom: 0 !important;
    }
    .ybo-m.d-flex {
        display: flex !important;
    }
    .ybo-d, .ybo-d.d-flex {
        display: none !important;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
        /* color: #ffeb3b !important; */
        color: #1b628d !important;
    }
    .dropdown-menu.show>li:first-child {
        border-top: solid 1px rgba(0, 0, 0, 0.3) !important;
    }

    
    .navbar-nav .nav-item:not(:last-child){
    border-bottom: solid 1px rgba(0, 0, 0, 0.3) !important;
    }
    .navbar-nav .nav-item .nav-link, .dropdown-menu-right .dropdown-item {
        /* color: rgb(191 223 228); */
        /* color: #edf6f7; */
        color: #222;
        font-size: .8rem;
        text-align: left;
    }
    .dropdown-menu-right .dropdown-item:hover, .dropdown-menu:hover {
        /* background: transparent !important; */
        color: #1b628d !important;
    }
    /* .navbar-nav, .dropdown-menu-right, .dropdown-menu{ */
        /* background-color: rgb(54 110 143/ 95%) !important; */
        /* background: rgb(2 87 148 / 75%)  !important; */
        /* background-color: rgb(0 0 0) !important; */
        /* background-color: rgb(255 255 255 / 80%) !important; */
    /* } */
    .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; 
            margin-right:0.7rem; 
            margin-bottom: .5rem;
            border: none;
    }
    .dropdown-menu {
        background-color: transparent !important;
    }
    .dropdown-menu.show {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0 !important;
        text-align: center;
        border: none !important;
    }
    .nav-link.ybo-small.text-center {
        text-align: right !important;
    }
    .btn-get-quote {
        text-align: right !important;
    }
    #contractors-license-certificate {
        height: 55vw !important;
    }
    
}	
/* ============ small devices .end// ============ */

#main {
    /* background: rgb(255 255 255  / 10%); */
    background: transparent;
}

.main .ybo:not(.bg-black):not(.bg-light):not(.ybo-bg-light)  {
    position: relative;
    background-color: rgb(255 255 255 / 80%) !important;
    background: transparent;
    /* padding-top: 1rem;
    padding-bottom: 3rem; */
    /* border-right: 1px solid #000;
    border-left: 1px solid #000; */
    padding-right: 0;
    padding-left: 0;
}
.main .ybo-container .ybo-row {
    place-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.main .ybo-container .ybo-row .ybo-column .ybo-heading {
    font-size: 36px;
    font-weight: 600;
    color: #212529;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1rem;
}
.main .ybo .ybo-subheading:not(.text-light), .tab-pane h1, .tab-pane .ybo-subheading:not(.text-light), .accordion-button{
    font-size: 1.7rem;
    font-weight: 700;
    color: #212529  !important;
    text-align: left;
    /* font-family: 'Rubik', sans-serif; */
    margin-bottom: 1rem;
    /* padding-left: 1rem; */
    padding-bottom: 5px;
    /* border-bottom: .2rem solid #9d813d; */
}

.main .ybo .ybo-subheading.text-light, .tab-pane h1, .tab-pane .ybo-subheading.text-light{
    font-size: 1.7rem;
    font-weight: 600;
    color: #fbfbfb !important;
    text-align: left;
    /* font-family: 'Rubik', sans-serif; */
    margin-bottom: 1rem;
    /* padding-left: 1rem; */
}
.main .ybo-container .ybo-row .ybo-column .ybo-paragraph, .main .ybo-container .ybo-row .ybo-column .ybo-list {
    font-size: 1.1rem;
    /* font-weight: 500; */
    margin-bottom: 1rem;
    color: #ccc;
    /* text-shadow: 1px 1px 2px #ccc; */
}
.main .ybo-container .ybo-row .ybo-column .ybo-paragraph {
    text-align: justify
}
.main .ybo-container .ybo-row .ybo-column .ybo-button {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    place-content: center;
}
.main .ybo-container .ybo-row .ybo-column .ybo-button .ybo-button-item .ybo-button-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    width: 200px;
    background-color: #000;
    border: 1px solid #000;
    color: #defcf9;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main .ybo-container .ybo-row .ybo-column .ybo-button .ybo-button-item .ybo-button-link:hover {
    background-color: rgba(0, 102, 227, 0.6);
    border: 1px solid rgba(0, 102, 227, 0.6);
}
.main .ybo-container .ybo-row .ybo-column .ybo-image-wrapper {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 400px;
    margin: 0 auto;
}
.main .ybo-container .ybo-row .ybo-column .ybo-image-wrapper:hover .ybo-image {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.main .ybo-container .ybo-row .ybo-column .ybo-image-wrapper .ybo-image {
    display: block;
    max-width: 100%;
    height: auto;
    width: 400px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

/* datatable */
.top .paginate_button.disabled, .bottom .paginate_button.disabled {
    display: none !important;
   }
   
   .top .paginate_button, .bottom .paginate_button{
       background: linear-gradient(#fff, rgba(230, 230, 230, 0.9)) !important;
       border: 1px solid #777 !important;
       border-radius: 7px !important;
   }
   
   .top .paginate_button.current, .bottom .paginate_button.current{
        background: linear-gradient(180deg, #D1B464 0%, #8A6E2F 100%) !important;
   }
   
   .top .paginate_button:hover:not(.current), .bottom .paginate_button:hover:not(.current){
       background: linear-gradient(rgba(0,0,0, 0.9), rgba(3, 3, 3, 0.9)) !important;
   }
   /* End datatable */

/* gallery */
#pills-tab {
    position: relative;
    z-index: 1 !important;
}

.nav-pills .nav-link {
    font-size: 1.2rem !important;
    color: #000 !important;
    padding: .1rem .8rem .2rem .8rem;
    background-color: #e5eaeb !important;
    border-radius: 45px !important;
    margin: .3rem .8rem !important;
    border: 1px solid #bbb !important;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover, .nav-pills .show>.nav-link {
    /* color: #355d79 !important; */
    /* background-color: #e5eaeb !important; */
    background-image: url('images/gold.png') !important;
    background-size: cover;
    border-radius: 45px;
    border-color: #aaa !important;
}

/* gallery */

#gallery::before  {
    content: "";
    background: url('images/water-system.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    border-radius: 7px;;
}

.main .gallery {
    position: relative;
    /* background-color: rgba(0, 21, 30, .7); */
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 7px;
    padding-left: 7px;
    /* border: 1px solid #000; */
    /* border-radius: 5px; */
}
.main .gallery p {
    text-align: justify !important;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-header {
    margin-bottom: 4rem;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-header .gallery-header-heading {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-header .gallery-header-subheading {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-header .gallery-header-paragraph {
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-align: left;
    margin-bottom: 1rem;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card:hover .gallery-card-image-content {
    background-color: rgba(255, 255, 255, 0.75);
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card:hover .gallery-card-image-content .gallery-card-image-content-link .gallery-card-image-content-icon-wrapper .gallery-card-image-content-icon {
    opacity: 1;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: -webkit-transform 300ms ease;
    height: 13vw;
    object-fit: cover;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image-content .gallery-card-image-content-tag {
    position: absolute;
    padding: 0.5rem 1rem;
    background-color: #000;
    color: #defcf9;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image-content .gallery-card-image-content-link {
    text-decoration: none;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image-content .gallery-card-image-content-link .gallery-card-image-content-icon-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-card .gallery-card-image-content .gallery-card-image-content-link .gallery-card-image-content-icon-wrapper .gallery-card-image-content-icon {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 2px solid #212529;
    font-size: 24px;
    color: #212529;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-content {
    margin-bottom: 2rem;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-content .gallery-content-heading {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-content .gallery-content-paragraph {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-image-wrapper {
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.main .gallery .gallery-container .gallery-row .gallery-column .gallery-image-wrapper .gallery-image {
    max-width: 100%;
    height: auto;
    width: 100%;
}

  /* light box gallery */

  .lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lightbox-gallery img, .gallery-card .gallery-card-image {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.lightbox-gallery .ybo-thumbnails img {
    width: 100%;
    height: 7vw;
    object-fit: cover;
}

@media (max-width: 767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
    .lightbox-gallery img, .gallery-card .gallery-card-image {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
    #contractors-license-certificate {
        height: 55vw !important;
    }
    /* responsive item */
    .embed-responsive iframe{
        width: 100%;
        height: 50vw;
    }
    .ybo-img-logo {
        height: 20vw !important;
        object-fit: cover;
    }
}



  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
    footer {
        position: relative;
    }
    footer:before {
        content: "";
        /* background-image: url('images/bg-memphis.webp'); */
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        background-attachment:scroll;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
        height: 100%;
    }
  
    footer p{
        color: #000;
    }

    footer a{
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

    footer a:hover{
        color: #013cc7;
    }

    footer h6{
        color: #025794;
        font-size: .9rem !important;
    }

    /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 1.7rem;
    bottom: 1.7rem;
    z-index: 1000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    border: 2px solid #999;
    background: #c1a539;
    padding: 1.7rem;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #00151e;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #1a1814;
    color: #c1a539;
  }
  
  .back-to-top:hover i {
    color: #c1a539;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact {
    background: rgb(255 255 255 / 60%);
    width: 100%;
    /* height: 67vh; */
    background-size: cover;
  }

  .contact .form-control {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #aaa;
  }

  .contact .info {
    width: 100%;
    color: #00151e;
  }
  
  .contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    /* background: #b09936; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 1rem;
    color: #0d6efd;
    text-indent: 0;
  }
  
  
  .php-email-form {
    width: 100%;
  }
  
  .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .php-email-form .error-message {
    display: none;
    color: #defcf9;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .php-email-form .sent-message {
    display: none;
    color: #defcf9;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px;
  }
  
  .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #b09936;
    border-top-color: #1a1814;
    animation: animate-loading 1s linear infinite;
  }
  
  /* .php-email-form input,
  .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    background: #0c0b09;
    border-color: #625b4b;
    color: white;
  } */
  
  .php-email-form input::-moz-placeholder,
  .php-email-form textarea::-moz-placeholder {
    color: #a49b89;
  }
  
  .php-email-form input::placeholder,
  .php-email-form textarea::placeholder {
    color: #a49b89;
  }
  
  .php-email-form input:focus,
  .php-email-form textarea:focus {
    border-color: #b09936;
  }
  
  .php-email-form input {
    height: 44px;
  }
  
  .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .php-email-form button[type="submit"] {
    background: linear-gradient(180deg, #D1B464 0%, #8A6E2F 100%);
    border: 1px solid #607D8B;
    padding: 10px 35px;
    color: #000;
    transition: 0.4s;
    border-radius: 50px;
    font-weight:700;
  }
  
  .php-email-form button[type="submit"]:hover {
    background: #efd271;
    color: #00151e;
  }
  


/*--------------------------------------------------------------
  # End Contact
  --------------------------------------------------------------*/

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

}

@media (min-width: 1025px) {
    .sidebar {
        display: none !important;
    }
}
@media (max-width: 1024px) {

    #main h1 {
        font-size: 3rem;
    }
    .goog-te-gadget .goog-te-combo {
        font-size: .8rem !important;
        padding: .1rem !important;
        margin-top: .4rem !important;
    }
    #banner-bottom-text {
        font-size: 1.5rem !important;
    }
    .header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item {
        padding-left: 15px;
    }
    /* .btn-get-quote::before{
        font-size: 2rem !important;
        top: -60px !important;
    } */

    #ybo-sub-title {
        font-size: 2rem;
    }

    #ybo-head-sub {
        font-size:.7rem;
    }

}

@media (max-width: 991.98px) {
    body.container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    .header .navbar-nav {
        border-top: solid 1px rgba(255, 255, 255, 0.3);
        text-align: right;
    }
    .header {
        background-image: url(images/bg-header-pink.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .background-secondary-light {
        background: -moz-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 70%) 50%, rgba(54, 110, 224, 0.7) 100%);
        background: -webkit-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 70%) 50%, rgba(54, 110, 224, 0.7) 100%);
        background: -o-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 70%) 50%, rgba(54, 110, 224, 0.7) 100%);
        background: -ms-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 70%) 50%, rgba(54, 110, 224, 0.7)200%);
    }
    #main h1 {
        font-size: 1.8rem;
    }
    .goog-te-gadget .goog-te-combo {
        font-size: .7rem !important;
        border-radius: 3px !important;
        padding: .17rem !important;
    }
    /* .btn-get-quote::before{
        font-size: 1.5rem !important;
        top: -50px !important;
    } */
    #banner-bottom-text, #main h1 {
        font-size: 1rem !important;
    }
    #banner-bottom-text.py-3 {
        padding-top: .7rem!important;
        padding-bottom: .7rem!important;
    }
    .header .top-header .top-header-container .top-header-row .top-header-column .top-header-social .top-header-social-item .top-header-social-link .top-header-social-icon {
        font-size: 1rem;
    }

    .top-header-contact-item i{
        position: relative;
        top: 1px;
    }
    .top-header-contact-item span, .top-header-social-item span {
        position: relative;
        /* visibility: hidden; */
        display: none;
        width: 0 !important;
    }
   
    .ybo-check-list {
        margin-left: 5px;
    }

    #ybo-head-sub {
        font-size:1.5rem !important;
    }
    #ybo-head-sub.p-3 {
        padding: 3px 5px !important;
    }
    #ybo-sub-title {
        font-size: 2.8rem !important;
    }
    .main .ybo-container .ybo-row .ybo-column .ybo-heading {
        font-size: 24px !important;
    }
    .ybo-contact-section .mt-5 {
        margin-top: 1rem !important;
    }
    .ybo-contact-section .col-8 {
        width: 100% !important;
    }
    .ybo-contact-section p, .ybo-contact-section a{
        font-size: 1rem !important;
    }
    .footer .footer-bottom .footer-bottom-container .footer-bottom-row .footer-bottom-column .footer-copyright {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer .footer-bottom .footer-bottom-container .footer-bottom-row .footer-bottom-column .footer-terms {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .footer-bottom .footer-bottom-container .footer-bottom-row .footer-bottom-column .footer-terms .footer-terms-item:nth-child(2) {
        display: none;
    }
    .footer .footer-bottom .footer-bottom-container .footer-bottom-row .footer-bottom-column .footer-terms .footer-terms-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer .footer-bottom .footer-bottom-container .footer-bottom-row .footer-bottom-column .footer-terms .footer-terms-item .footer-terms-link {
        font-size: 13px;
    }

    #footer .footer-top {
        /* background: rgb(255 255 255  / 90%); */
        background: transparent;
        /* background-image: linear-gradient(rgb(15 99 224 / 90%) 20%, rgb(77 199 224 / 90%) 25%, rgb(255 255 255 / 90%) 30%, rgb(255 255 255 / 90%) 100%); */
    }
    #footer .footer-bottom {
    /* background: rgb(255 255 255  / 90%); */
    background: transparent;
    }
}

/* Services */
    /* #services-full-width {
        background-image: url('images/wave.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    #services-full-width2 {
        background-image: url('images/wave2.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding-bottom: 5rem;
    } */
    #services-list {
        background-image: url('images/services-list.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
    #services-list .h1, #services-list h3, #services-list ul li {
        color: #9d813d;
        text-shadow: none;
    }
/* End Services */

@media (max-width: 650px) {
    #ybo-head-sub {
        font-size: 1rem !important;
    }
    #ybo-sub-title {
        font-size: 2rem !important;
    }

}

@media (max-width: 575.98px) {
    .ybo-container.ps-5,.ybo-container.pe-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .background-secondary-light {
        background: -moz-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 80%) 100%);
        background: -webkit-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 80%) 100%);
        background: -o-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 80%) 100%);
        background: -ms-linear-gradient(left, rgb(15 99 224 / 80%)20%, rgb(77 199 224 / 80%)200%);
    }

    #main h1 {
        font-size: 1.2rem !important;
        margin-bottom: 0  !important;
    }
    #main h2 {
        font-size: 1.2rem !important;
    }
    #main .h5 {
        font-size: 1.1rem !important;
    }
    /* .btn-get-quote::before{
        font-size: 1.2rem !important;
        top: -35px !important;
    } */
    #banner-bottom-text {
        font-size: 1rem !important;
    }
    #banner-bottom-text.py-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    /* #main>.container, #footer>.container {
        width: 95% !important;
    } */

    .header .bottom-header {
        padding: 1rem;
    }
    .ybo-mask, .ybo-mask .pt-2 {
        padding: 0 !important;
    }
    #ybo-head-sub {
        margin-bottom: 5px !important;
        padding-bottom: 0 !important;
    }
    #ybo-head-sub-special {
        margin-bottom: 0 !important;
    }
    
    #ybo-page-name {
        max-height: 50px !important;
    }
    .container.pb-5 {
        padding-bottom: 0px !important;
    }
    .main .ybo-container .ybo-row .ybo-column .ybo-subheading, .tab-pane h1 {
        font-size: 1.1rem !important;
    }
    .main .ybo-container .ybo-row .ybo-column .ybo-paragraph, .main .ybo-container .ybo-row .ybo-column .ybo-list, ul.ybo-check-list li {
        font-size: 1rem !important;
    }
    /* .img-fluid {
        max-width: 70% !important;
    } */
    .header .bottom-header .bottom-header-container .bottom-header-logo .bottom-header-logo-item .bottom-header-logo-link .bottom-header-logo-image {
        width: 200px;
    }
    .header .navbar .navbar-container .navbar-logo .navbar-logo-item .navbar-logo-link .navbar-logo-text {
        font-size: 16px !important;
    }
    .main .ybo-container .ybo-row .ybo-column .ybo-heading {
        font-size: 36px;
    }
    .sidebar .sidebar-container .sidebar-menu .sidebar-menu-item {
        margin-bottom: 1rem;
    }
    .sidebar .sidebar-container .sidebar-menu .sidebar-menu-item .sidebar-menu-link {
        font-size: 24px;
    }
    .sidebar .sidebar-container .sidebar-menu .sidebar-menu-item .sidebar-menu-dropdown {
        margin-top: 2rem;
    }
    .sidebar .sidebar-container .sidebar-menu .sidebar-menu-item .sidebar-menu-dropdown .sidebar-menu-dropdown-item {
        margin-bottom: 2rem;
    }
    .sidebar .sidebar-container .sidebar-menu .sidebar-menu-item .sidebar-menu-dropdown .sidebar-menu-dropdown-item .sidebar-menu-dropdown-link {
        font-size: 1rem;
    }
    .main .home-services .home-services-container .home-services-row .home-services-column .home-services-header .home-services-header-heading {
        font-size: 24px;
    }
    .main .services .services-container .services-row .services-column .services-header .services-header-heading {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .main .gallery .gallery-container .gallery-row .gallery-column .gallery-header .gallery-header-heading {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }
    .header .navbar .navbar-container .navbar-mobile-menu .navbar-mobile-menu-icon {
        font-size: 32px;
    }
}

@media screen and (max-width: 576px) {
    .lightbox-gallery img, .gallery-card .gallery-card-image, #contractors-license-certificate {
        height: 55vw !important;
    }
}

@media (max-width: 360px) {
    .header .bottom-header .bottom-header-container .bottom-header-mobile-menu .bottom-header-mobile-menu-icon {
        font-size: 32px;
    }

}
/* YBO DESIGN ruler */
/* @media screen and (max-width: 767px) {
    * {
        display: inline !important;
    }
    img {
        width: 120% !important;
        position: relative !important;
        left: -200px !important;
    }
} */


/*ybo slider loading skin spin css*/
.ybo-loading {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,0,0,0.7);
}

.ybo-loading img {
    animation-name: ybo-loading;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top:-19px;
    position:relative;
    top:50%;
    width:38px;
    height:38px;
}

@keyframes ybo-loading {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*ybo slider bullet skin 053 css*/
.yboslidebullets .i {position:absolute;cursor:pointer;}
.yboslidebullets .i .b {fill:#fff;fill-opacity:0.4;}
.yboslidebullets .i:hover .b {fill-opacity:0.8;}
.yboslidebullets .iav .b {fill-opacity: 0.8;}
.yboslidebullets .i.idn {opacity:0.4;}

/*ybo slider arrow skin 093 css*/
.yboarrownav {display:block;position:absolute;cursor:pointer;width:50px;height:50px;bottom:11px; background: rgb(0 0 0 / 50%);}
.yboarrownav:hover{background: rgb(0 0 0 / 70%);}
.yboarrownav .c {opacity:.7;fill:none;stroke:#fff;stroke-width:1000;stroke-miterlimit:10;}
.yboarrownav .a {opacity:.7;fill:none;stroke:#fff;stroke-width:1000;stroke-miterlimit:10;}
.yboarrownav:hover .c {opacity:.8;fill:none;stroke:#efd271;}
.yboarrownav:hover .a  {opacity:.8;fill:none;stroke:#efd271;}
.yboarrownav:hover {opacity:1;}
.yboarrownav:hover .c, .yboarrownav:hover .a {
    background: red !important;
}
.yboarrownav.yboarrownavdn {opacity:.4;}
.yboarrownav.yboarrownavds {opacity:.8;pointer-events:none;}

#ybo_container {
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1398px;
    height:402px;
    overflow:hidden;
    visibility:hidden;
}

#nav-container {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

/* text color animations */
.animate-charcter
{
   /* text-transform: uppercase; */
  background-image: linear-gradient(
    -225deg,
    /* #31cce7 0%,
    #31cce7 29%,
    #31cce7 67%,
    #31cce7 100%  */
    #ff1361 0%,
    #31cce7 29%,
    #efd271 67%,
    #efd271 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  /* display: inline-block; */
      /* font-size: 190px; */
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}
.animate-charcter2
{
   /* text-transform: uppercase; */
  background-image: linear-gradient(
    225deg,
    /* #efd271 0%,
    #efd271 29%,
    #efd271 67%,
    #efd271 100%  */
    #ff1361 0%,
    #31cce7 29%,
    #efd271 67%,
    #efd271 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip2 3s linear infinite;
  /* display: inline-block; */
      /* font-size: 190px; */

}

@keyframes textclip2 {
  to {
    background-position: -200% center;
  }
}

/* text wave animation */
/* .waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 60px;
  }*/
  /* .waviy span {
    position: relative;
    display: inline-block;
    animation: waviy 1.3s infinite;
    animation-delay: calc(.1s * var(--i));
    
  } */
  @keyframes waviy {
    0%,40%,100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-5px)
    }
  } */



/* ease in content on scroll */
  .reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.7s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }


  /* icon */
  .bi-facebook {
    /* text-transform: uppercase; */
   background-image: linear-gradient(
     225deg,
     /* #efd271 0%,
     #efd271 29%,
     #efd271 67%,
     #efd271 100%  */
     #115da7 0%,
     #115da7 29%,
     #4dc7dc 67%,
     #115da7 100%
   );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   /* text-fill-color: transparent; */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip2 5s linear infinite;
   /* display: inline-block; */
       /* font-size: 190px; */
 
 }

  .bi-instagram {
    /* text-transform: uppercase; */
   background-image: linear-gradient(
     225deg,
     /* #efd271 0%,
     #efd271 29%,
     #efd271 67%,
     #efd271 100%  */
     #6228d7 0%,
     #ee2a7b 29%,
     #f9ce34 67%,
     #ee2a7b 100%
   );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   /* text-fill-color: transparent; */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip2 5s linear infinite;
   /* display: inline-block; */
       /* font-size: 190px; */
 
 }

  .bi-linkedin {
    /* text-transform: uppercase; */
   background-image: linear-gradient(
     225deg,
     /* #efd271 0%,
     #efd271 29%,
     #efd271 67%,
     #efd271 100%  */
     #0077b5 0%,
     #0077b5 29%,
     #115da7 67%,
     #0077b5 100%
   );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   /* text-fill-color: transparent; */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip2 5s linear infinite;
   /* display: inline-block; */
       /* font-size: 190px; */
 
 }

 /* banner */
.banner {
    height: 70vh;
    /* background: url(images/banners/1.png) center; */
    /* background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(images/banner.jpg); */
    
    /* margin-top: 7.9rem; */
    /* background-attachment: fixed; */
    position: relative;
    transition: 1.5s linear;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.ybo-video-banner{
    position: absolute;
    z-index: -1;
    top: 0;
    object-fit: cover;
    height: 100vh;
}

#banner-none {
    background: transparent;
}

#banner.banner-2-1 {
    height: 63vh;
    background: url(images/banners/2-1.webp) !important;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

#banner.banner-2-2 {
    height: 63vh;
    background: url(images/banners/faqs.webp) !important;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}


#banner.banner-4 {
    height: 63vh;
    background: url(images/banners/flow-process.webp) !important;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}


#banner.banner-5 {
    height: 63vh;
    background: url(images/banners/contact-us.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#banner.plain-vector {
    height: 63vh;
    background: url(images/banners/plain-vector.webp) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

#banner.plain-vector .content {
    height: 63vh;
}

#banner:not(.plain-vector) .content {
    background: linear-gradient(115deg, #00000089  0%, transparent 100%) !important;
}

#banner.banner-2-1 .content, #banner.banner-2-2 .content, #banner.banner-4 .content, #banner.banner-5 .content{
    height: 63vh;
    background: linear-gradient(115deg, #000000c5  0%, transparent 100%) !important;
}


#banner.ybo-full-size-banner {
    height: 70vh !important;
}

.banner .content.ybo-full-size-banner {
    height: 70vh !important;
}

.banner .content {
    /* background: rgb(0 0 0 / 30%); */
    position: relative;
    height: 70vh;
}

/* #banner:not(.banner-scrolled-down), #banner:not(.banner-scrolled-down) .content {
    top: 182.77px;
} */

.banner-scrolled-down, .banner-scrolled-down .content{
    top: 0 !important;
    transition: .5s linear;
}

.ybo-mask {
    display: inline-grid !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 2 !important;
  }

#ybo-sub-title {
    color: #fff;
    text-shadow: 2px 2px 4px #222;
    font-size: 4rem;
    line-height: 1;
}

#ybo-head-sub{
    font-size: 2.1rem;
    text-shadow: 1px 1px 2px #333;
    font-weight: 600;
    color: lightblue;
}

#ybo-head-sub h1{
    font-size: 4rem;
    text-shadow: none;
    color: #222;
}

 #btn-prev-img, #btn-next-img {
    position: relative;
    display: block;
    visibility: hidden;
    width: 10%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

#btn-prev-img .fa, #btn-next-img .fa{
    position: relative;
    top: calc(50% - 40px);
    /* top: 50%; */
    padding: 0 20px;
    color: rgb(255 255 255 / 10%);
}

#btn-prev-img:hover .fa, #btn-next-img:hover .fa{
    color: rgb(255 255 255 / 40%);
}

#btn-next-img {
    margin-left:auto !important;
    /* top: -100%; */
}


/*.btn-book:hover,.btn-submit:hover {
    background: #bec457 !important;
    color: #00151e !important;
    border-color: #15242a !important;
} */

  /* Get Quote */
  #quote-now-modal-form .modal-dialog .modal-content {
    background: #fbfbfb !important;
}

#quote-now-modal-close {
    border: none;
    font-size: 3rem;
    padding: 0px 4px !important;
    /* background: none; */
    color: firebrick;
    position: relative;
    top: 0px !important;
    right: 0px !important;
    font-weight: bold;
    line-height: .9;
}
#quote-now-modal-close span{
position: relative;
    top: -4px;
}
.btn-quote {
    font-size: 2rem !important;
    border-radius: 45px !important;
    color: firebrick  !important;
    border: 1px solid #aaa !important;
    background: rgba(255, 255, 255, .95)  !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    font-weight: 600 !important;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
}

.btn-quote:hover,.btn-submit:hover {
    background: #bec457 !important;
    color: #00151e !important;
    border-color: #15242a !important;
}

.btn-submit {
    font-size: 1.5rem !important;
    border-radius: 45px !important;
    color: firebrick  !important;
    border: 1px solid #aaa !important;
    background: #fbfbfb  !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-weight: 600 !important;
}

#btn-quote-link {
    color: #e6d600;
    font-weight: 700;
    padding: 3px 9px 1px 11px !important;
    border-radius: 50px !important;
    border: 1px solid #e6d600 !important;
    text-align: center !important;
}

#btn-quote-link:hover {
    background-color: #e6d600;
    color: #15242a;
    border: 1px solid #15242a !important;
}

/* ribbon */
.ybo-247 {
    background-image: url('images/gold.png') !important;
    background-size: cover;
    border-radius: 50% !important;
    max-width: 130px !important;
    position: relative;
    bottom: -15px;
    left: -70px;
    /* height:100px; */
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    z-index: 1;
}

.ybo-247:hover {
    transform: rotate(360deg) !important;
}

.ribbon-container{
    z-index: 1;
}

.ribbon {
    width: 300px;
    position: absolute;
    /* left: 50%;
    margin-left: -150px; */
    bottom: -10px;
    text-align: center;
    font-size: 20px !important;
    background: #D1B464;
    background: linear-gradient(to bottom, #D1B464, #8A6E2F);
    box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    font-family: 'Helvetica Neue',Helvetica, sans-serif;
}

.ribbon p {
    font-size: 25px !important;
    color: #000000;
    text-shadow: #5D4A1F 0 1px 0;
    margin:0px;
    padding: 7px 20px;
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #9F7928;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
    box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
    box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    border-color: #5D4A1F transparent transparent transparent;
    position: absolute;
    display: block;
    border-style: solid;
    bottom: -1em;
    content: '';
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.ribbon-stitches-top {
    margin-top:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.ribbon-stitches-bottom {
    margin-bottom:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

/* End ribbon */

.list-group {
    background: rgb(255 255 255 / 30%) !important;
    --bs-list-group-bg: rgb(255 255 255 / 30%) !important;
}

#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

gmp-map {
  height: 400px;
}
