/*

Theme Name: Brightside
Author: Brightside

*/

/*
	font-family: "Vidaloka", serif;
	font-family: "proxima-nova", sans-serif;
	font-family: "alisha", sans-serif;
*/

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html {
  min-height: 100%;
  background: #fff;
}

.grecaptcha-badge {left: -9999999999px!important;}

#cookie-law-info-bar { color: #000!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #000!important;}


::-webkit-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button,
input,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
:focus,
input:focus,
textarea:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}

/* common */
a {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  padding: 0px;
  list-style: none;
}
ol ol {
  margin-bottom: 0px;
}
ol ol li:last-child {
  padding-bottom: 0px;
}
.topheader .container-fluid{
    padding: 0px;
    margin: 0px;
}
.page-wrapper {
  overflow: hidden;
}
.topheader{
  padding: 15px 0px;
  background: #ffffff;
}
.tophead{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
}
.logo a img{
    max-width: 146px;
    width: 100%;
    height: auto;
    display: block;
}
.navbar-left ul li a{
  font-size: 16px;
  color: #4584a0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  position: relative;
}
.tophead .left{
  display: flex;
  align-items: center;
  gap: 45px;
}
.navbar-left ul {
  display: flex;
  align-items: center;
  gap: 44px;
}
.navbar-left ul li a::after{
  content: "";
  position: absolute;
  top: 115%;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #533f86;
  transition: all 350ms ease;
}
.navbar-left ul li a:hover::after{
  width: 100%;
}
/* .navbar-left ul li.current_page_item a::after{
  width: 100%;
} */
.right-btns a.btn-quote{
  font-size: 16px;
  font-weight: 600;
  color: #4584a0;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  border: 2px solid #533f86;
  padding: 13px 28px;
  border-radius: 40px;
  display: block;
}
.right-btns a.btn-quote:hover{
  background: #533f86;
  color: #ffffff;
}
.right-btns .btn-call{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  height: 49px;
  display: flex;
  align-items: center;
  line-height: 41px;
  overflow: hidden;
  background: #533f86;
  border-radius: 40px 0px 0px 40px;
  padding-right: 28px;
  padding-left: 8px;
  margin-right: -145px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.04rem;
}
.right-btns{
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn-call .icn{
  width: 57px;
  height: 49px;
  line-height: 39px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-call .icn img{
  max-width: 24px;
  height: 24px;
  display: block;
}
.right-btns .btn-call:hover{
  margin-right: 0px;
}
.hero-banner{
  position: relative;
  min-height: 80vh;
}
.hero-banner::after{
  content: "";
  background: url('../images/img-ptn.png') center bottom;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;

}
.hero-banner img{
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0px;
}
.hero-uptext{
  width: 100%;
  max-width: 87%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 105px;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero-uptext h1{
  font-size: 62px;
  color: #ffffff;
  font-family: "Vidaloka", serif;
  max-width: 453px;
  text-transform: uppercase;
  line-height: 0.999;
}
.hero-uptext h1 span{
  display: block;
  font-size: 28px;
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalize;
}
.save-time-money-main{
  padding: 100px 0px;
  position: relative;
  
}
.save-time-money-main::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  z-index: 2;
  border-bottom: 4px solid rgb(238, 236, 243);
}
.save-time-money-main::after{
  content: "";
  background: url('../images/divider-line-icon.png') no-repeat center;
  width: 270px;
  height: 106px;
  position: absolute;
  bottom: 2px;
  right: 5%;
  background-size: cover;
}
.save-time-money-info{
  max-width: 665px;
  width: 100%;
}
.save-time-money-info h2{
  font-size: 52px;
  color: #4584a0;
  font-family: "Vidaloka", serif;
  margin-bottom: 30px;
}
.save-time-money-info p{
  line-height: 1.778;
  margin-bottom: 24px;
  letter-spacing: 0.020rem;
}
.save-time-money-info p a{
  color: #000000;
}
.stm-btn{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  background: #533f86;
  padding: 15px 28px;
  border-radius: 40px;
  display: inline-block;
  margin-top: 24px;
}
.stm-btn:hover{
  background: #4584a0;
}
.item-card{
  display: flex;
  align-items: center;
  gap: 34px;
}
.card-icon{
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #533f86;
  border-radius: 100%;
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
}
.item-card:hover .card-icon{
  background: #4685a2;
  border-color: #4685a2;
}
.item-card:hover .card-icon img{
  filter: brightness(0) invert(1);
}
.hov-icon{
  display: none;
}
.card-icon img{
  max-width: 66px;
  width: 100%;
  height: auto;
}
.item-text{
  width: 50%;
}
.item-text h3{
  font-size: 24px;
  font-family: "Vidaloka", serif;
  color: #533f86;
  text-transform: uppercase;
  letter-spacing: 0.050rem;
}
.save-time-money-right-list{
  max-width: 324px;
  width: 100%;
  margin-left: auto;
}
.save-time-money-right-list ul li{
  margin-bottom: 26px;
}
.save-time-money-main .container{
  max-width: 1201px;
}
.painting-services-main{
  padding: 105px 0px;
}
.painting-services-title{
  max-width: 857px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}
.title-mb{
  margin-bottom: 32px;
}
.painting-services-title h3{
  font-size: 52px;
  color: #533f86;
  font-family: "Vidaloka", serif;
  letter-spacing: 0.020rem;
}
.painting-services-title h3 span{
  font-size: 24px;
  color: #4685a2;
  text-transform: uppercase;
  letter-spacing: 0.020rem;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 10px;
}
.painting-services-title p{
  line-height: 1.778;
  margin-bottom: 24px;
  letter-spacing: 0.008rem;
  margin: 0px;
}
.painting-services-title p a{
  color: #000;
}
.painting-services-main .container{
  max-width: 1201px;
}
.services-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.services-item:hover .ser-hover {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.ser-hover{
  text-align: center;
  position: absolute;
  bottom: -80%;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 30px;
  background: #4685a2;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser-inner-desc h4{
  font-size: 24px;
  color: #ffffff;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  padding-bottom: 27px;
  margin-bottom: 24px;
  position: relative;
}
.ser-inner-desc h4::after{
  content: "";
  background: rgba(255, 255, 255, 0.20);
  width: 90px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.ser-inner-desc p{
  color: #ffffff;
  line-height: 1.778;
  letter-spacing: 0.050rem;
  margin-bottom: 24px;
}
.ser-inner-desc a{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 15px 28px;
  border-radius: 40px;
  display: inline-block;
}
.ser-inner-desc a:hover{
  background: #533f86;
  color: #ffffff;
  border: 2px solid #533f86;
}

.services-scrollbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.services-scrollbar button{
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.services-scrollbar .swiper-scrollbar{
  background: #eeeeee;
  border-radius: 0px;
  top: 18px;
}
.services-scrollbar .swiper-scrollbar .swiper-scrollbar-drag{
  border-radius: 0px;
  background: #4685a2;
}
.services-scrollbar button img{
  max-width: 16px;
  width: 100%;
  height: auto;
}
.services-scrollbar button:hover img{
  filter: brightness(0) saturate(100%) invert(47%) sepia(45%) saturate(456%) hue-rotate(154deg) brightness(91%) contrast(94%);
}
.services-scrollbar button.left-t-slide{
  margin-left: -60px;
}
.services-scrollbar button.right-t-slide{
  margin-right: -60px;
}
.service-title{
  position: absolute;
  width: 100%;
  height: 85px;
  text-align: center;
  bottom: 0px;
  padding-top: 22px;
  background-image: linear-gradient(0deg, #0004 0, #0000 85px);
}
.service-title h4{
  font-size: 24px;
  color: #ffffff;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
}
.painting-title{
  text-align: center;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.painting-title h2{
  font-size: 52px;
  color: #ffffff;
  font-family: "Vidaloka", serif;
  margin-bottom: 32px;
  letter-spacing: 0.020rem;
}
.painting-title p{
  color: #ffffff;
  line-height: 1.778;
  letter-spacing: 0.008rem;
}
.painting-top-content{
  background: #533f86;
  padding: 90px 0px 318px;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }


.is-cursor-takeover {
  position: relative;
  width: 100%;
}
.repeat a img{
  width: auto;
  /* height: auto; */
}
.painting-item img{
  width: auto;
  height: 586px;
  object-fit: cover;
}
.painting-main .painting-slider{
  padding: 0px;
  margin: -250px auto 0px;
  cursor: grab;
  position: relative;
}
.painting-main .painting-slider .slick-list {
  margin: 0px auto;
  max-width: 1180px;
  overflow: inherit;
}
.painting-main .painting-slider .repeat{
  padding: 0px 14px;
}

.nectar-drag-indicator {
  position: absolute;
  z-index: 400;
  left: -26px;
  top: -26px;
  pointer-events: none;
  width: 52px;
  height: 52px;
  mix-blend-mode: difference;
  will-change: transform;
}
.nectar-drag-indicator.color-dark,
.nectar-drag-indicator.color-light {
  mix-blend-mode: normal;
}
.nectar-drag-indicator.color-dark:before {
  border: 2px solid #000;
}
.nectar-drag-indicator.color-dark i {
  color: #000;
}
.nectar-drag-indicator:before {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
}
.nectar-drag-indicator span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.nectar-drag-indicator i {
  top: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  position: absolute;
}
.nectar-drag-indicator i.fa-angle-left {
  left: -22px;
  top: -9px;
  transform: translateX(17px);
}
.nectar-drag-indicator i.fa-angle-right {
  right: -22px;
  top: -9px;
  transform: translateX(-17px);
}
.nectar-drag-indicator:before,
.nectar-view-indicator .color-circle {
  transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-drag-indicator i {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nectar-view-indicator span {
  transition: opacity 0.2s ease;
}
.nectar-drag-indicator.visible i {
  transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right,
.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span {
  transform: scale(1);
  opacity: 1;
}
.nectar-drag-indicator.visible.pointer-down:before {
  transform: scale(0.8);
  transition: transform 0.25s ease-out, opacity 0.3s ease;
}
.nectar-view-indicator:not(.style-see-through) {
  mix-blend-mode: normal;
}
.nectar-view-indicator.blurred-bg .color-circle {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.nectar-view-indicator .color-circle {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
}
body .nectar-view-indicator span {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  line-height: 94px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.nectar-view-indicator.style-see-through .color-circle {
  background-color: transparent;
  border: 2px solid #fff;
}
.nectar-drag-indicator.in-boxed,
.nectar-view-indicator.in-boxed {
  z-index: 10000;
}

.nectar-drag-indicator[data-type="solid"] {
  mix-blend-mode: normal;
  left: -49px;
  top: -49px;
  width: 98px;
  height: 98px;
}
.nectar-drag-indicator[data-type="solid"] .color-circle {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 3px solid #ffffff;
  transform: scale(0.2);
  transition: transform 0.45s ease, opacity 0.3s ease;
  opacity: 0;
  border-radius: 50%;
}
.nectar-drag-indicator[data-type="solid"].visible .color-circle {
  transform: scale(1);
  opacity: 1;
}
.nectar-drag-indicator[data-type="solid"] i {
  font-size: 24px;
  top: -13px;
}
.nectar-drag-indicator[data-type="solid"]:before {
  display: none;
}
.nectar-drag-indicator[data-type="solid"].visible i {
  transition: transform 0.45s ease, opacity 0.3s ease, color 0.3s ease;
}
.nectar-drag-indicator[data-type="solid"] i.fa-angle-left {
  left: 20px;
}
.nectar-drag-indicator[data-type="solid"] i.fa-angle-right {
  right: 24px;
}
.nectar-drag-indicator.visible.pointer-down[data-type="solid"] .color-circle {
  transform: scale(0.15);
}
.nectar-drag-indicator.visible.pointer-down[data-type="solid"] i {
  color: inherit !important;
}
.nectar-drag-indicator.visible.pointer-down[data-type="solid"] i.fa-angle-left {
  transform: translateX(-10px);
}
.nectar-drag-indicator.visible.pointer-down[data-type="solid"]
  i.fa-angle-right {
  transform: translateX(10px);
}

.customers-say-main{
  padding: 115px 0px;
}
.customers-say-inner{
  max-width: 1174px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 48.96px 2.04px rgba(1, 1, 1, 0.1);
  padding: 100px 75px;
} 
.customers-say-inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customer-left{
  width: 40%;
  border-right: 4px solid #eeeeee;
  padding: 47px 0px;
}
.customer-right{
  width: 60%;
}
.customer-left h3{
  font-size: 52px;
  color: #533f86;
  font-family: "Vidaloka", serif;
  letter-spacing: 0.020rem;
  line-height: 1.038;
  margin-bottom: 42px;
}
.customer-left a{
  font-size: 16px;
  font-weight: 600;
  color: #4685a2;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  border: 2px solid #4685a2;
  padding: 15px 28px;
  border-radius: 40px;
  display: inline-block;
}
.customer-left a:hover{
  background: #533f86;
  color: #ffffff;
  border-color: #533f86;
}
.customers-slider{
  max-width: 535px;
  width: 100%;
  margin-left: auto;
}
.sustomer-item p{
  line-height: 1.778;
  letter-spacing: 0.030rem;
  margin-bottom: 22px;
}
.customers-slider .slick-prev{
  display: none !important;
}
.customers-slider .slick-arrow{
  position: absolute; 
  right: -125px;
  top: 50%;
  transform: translate(0%, -50%);
}
.customers-slider .slick-arrow.slick-next{
  background: #533f86;
  border: 3px solid #ffffff;
  width: 99px;
  height: 99px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.030rem;
}
.customers-slider .slick-arrow.slick-next::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 102%;
  height: 102%;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.customers-slider .slick-arrow.slick-next:hover::before{
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
  border: 2px solid #533f86;
}
.customers-slider .slick-arrow.slick-next::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #c7222a;
  border-radius: 50%;
  opacity: 0;
  transition: width 0.2s, height 0.2s, opacity 0.2s;
  z-index: -1;
}

.sustomer-item h4{
  font-size: 32px;
  color: #4584a0;
  font-family: "alisha", sans-serif;
  padding-left: 8px;
}
footer{
  background: #533f86;
  padding: 70px 0px 54px 0px;
}
.footer-info{
  text-align: center;
  max-width: 245px;
  margin: 0 auto;
}
.footer-info h3{
  color: #ffffff;
  letter-spacing: 0.020rem;
  font-family: "Vidaloka", serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-info img{
  max-width: 241px;
  width: 100%;
  height: auto; 
  margin-bottom: 20px;
}
.footer-info p{
  color: #ffffff;
  line-height: 1.778;
  letter-spacing: 0.030rem;
}
.footer-info a{
  color: #ffffff;
  line-height: 1.778;
  letter-spacing: 0.030rem;
}
.footer-info a:hover{
  /* color: #4584a0; */
}
.footer-info.left{
  margin-top: 95px;
}
.footer-info.right{
  margin-top: 95px;
}
.copyright-main{
  text-align: center;
  margin-top: 65px;
}
.copyright-main ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright-main ul li{
  margin: 0px 8px;
  color: rgba(255, 255, 255, 0.50);
  letter-spacing: 0.030rem;
  font-size: 13px;
}
.copyright-main ul li a{
  color: rgba(255, 255, 255, 0.50);
  letter-spacing: 0.030rem;
  font-weight: normal;
}

.off-canvas {
  padding: 60px 20px 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 300;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transition: transform .7s ease 0s;
  -webkit-transition: transform .7s ease 0s;
  background: #533f86;
}
.mobile-menu {
  display: none;
}
.mobile-icon {
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
}
.navbar-toggler-line {
  width: 100%;
  height: 2px;
  background: #533f86;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4685a2;
  font-size: 32px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.scroll-ver{
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: -4px;
  position: relative;
  min-height: 166px;
  display: flex;
  justify-content: flex-end;
}
.linescroll {
  width: 1px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
}
.linescroll .line {
  position: relative;
  left: 4px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  background: #ffffff;
  background-position: 0 -50px;
  background-size: 100% 400%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.linescroll .line {
  width: 9px;
  height: 9px;
  animation-name: animateline;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animateline {
  0% {
      transform: translateY(0);
      opacity: 0;
  }

  40% {
      opacity: 1;
  }

  60% {
      opacity: 1;
  }

  100% {
      transform: translateY(1000%);
      opacity: 0;
  }
}

.linecover{
  width: 9px;
  height: 90px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.comn-page{
  padding: 100px 0px;
  border-top: 4px solid rgb(238, 236, 243);
}
.comnmain h1 {
  font-size: 52px;
  color: #533f86;
  font-family: "Vidaloka", serif;
  margin-bottom: 23px;
}
.comnmain p {
  margin-bottom: 23px;
  font-weight: 300;
  line-height: 1.8;
}
.comnmain p a{
  color: #533f86;
  text-decoration: underline;
}
.comnmain p a:hover{
  color: #4584a0;
}
.comnmain h2 {
  font-size: 34px;
  color: #533f86;
  font-family: "Vidaloka", serif;
  margin-bottom: 23px;
  margin-bottom: 5px;
  padding-top: 20px;
}
.comnmain h3 {
  font-size: 30px;
  color: #533f86;
  font-family: "Vidaloka", serif;
  margin-bottom: 5px;
  padding-top: 20px;
}
.comnmain ul{margin-bottom: 30px;}
.comnmain ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 1.833;     
    font-weight: 400;
}
.comnmain ul li a{
    font-weight: 400;
    color: #533f86;
    text-decoration: underline;
}
.comnmain ul li a:hover{
  color: #4584a0;
}
.comnmain ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0;
  position: absolute;
  top: 11px;
  background: #533f86;
  display: block;
}
.lg-thumb-item {
  border: none !important;
  border-radius: 0 !important;
}
img.lg-object.lg-image {
  max-height: 80vh;
}


.is-open .off-canvas {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.closebtn.mobilemenu {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 40px;
  height: 40px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background: #ffffff;
}
.menu_mobile .closebtn::after {
  transform: rotate(-45deg);
}
.mobile-logo {
  text-align: center;
  margin-bottom: 20px;
}
.navbar-list-mobile .nav{
  flex-direction: column;
  text-align: center;
}
.navbar-list-mobile .nav li {
  margin-bottom: 18px;
}
.navbar-list-mobile .nav li a{
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.040rem;
}
.mobile-logo a img{filter: brightness(0) invert(1);max-width: 190px;height: auto;}

.mobcallemail {
  display: none;
}

.mobcallemail a{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background:#533f86;
  min-height: 40px;
  border-radius:0px;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap:8px;
}
.btn-call-mob .icn img{
  max-width: 20px;
}
.btn-quote-mob{
  border-right: 2px solid #ffffff;
}

.topheader.fixed{
  width: 100%;
  top: 0px;
  left: 0;
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  z-index: 229;
  /* -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; */
}

.topheader.fixed * {
  transition: all 0.3s;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.painting-arrow{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.painting-arrow button{
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 0px;
  border: 2px solid #cccccc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.painting-arrow button:hover{
  background: #ffffff;
  border-color: #ffffff;
}
.painting-arrow button:hover img{
  filter: brightness(0) saturate(100%) invert(47%) sepia(45%) saturate(456%) hue-rotate(154deg) brightness(91%) contrast(94%);
}

.painting-arrow button img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 16px;
}

.scrollmargin main div {
  scroll-margin-top: 75px;
}