@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

body {
	font-family: "Barlow", sans-serif;
	margin: 0;
	padding: 0;
	color: #545454;
}

.container {
	margin: 0 auto;
	max-width: 1640px;
}

h1,
h2,
h3 {
	padding: 0;
	margin-bottom: 10px;
	font-family: "Fraunces", serif;
}

h1 {
	font-family: "Fraunces", serif;
	font-size: 82px;
	font-weight: 400;
	line-height: 1.09;
}

h2 {
	font-family: "Fraunces", serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
}

h3 {
	font-family: "Fraunces", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

h4 {
	/*font-family: "Fraunces", serif;*/
	font-size: 20px;
	font-weight: 500;
}

/*h5 {
	font-family: "Fraunces", serif;
	font-size: 24px;
	font-weight: 600;
}

h6 {
	font-family: "Fraunces", serif;
	font-size: 18px;
	font-weight: 600;
}*/

p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
}

a,
button {
	text-decoration: none;
	font-size: 16px;
}

a:focus,
button:focus {
	box-shadow: none;
	outline: none;
}

a:focus-visible,
button:focus-visible {
	box-shadow: none;
	outline: none;
}

input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
	box-shadow: none;
	outline: none;
}

label {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

img {
	max-width: 100%;
}

ul,
li,
ol {
	margin-bottom: 12px;
	list-style: none;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}

.fancybox__content,
.fancybox__content iframe,
.fancybox__content video {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 4px;
}

/* button-css */
.cmn-btn {
	overflow: hidden;
	max-width: fit-content;
	position: relative;
	display: flex;
	gap: 16px;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding: 14px 45px;
	padding-top: 12px;
	border-radius: 10px;
	cursor: pointer;
	border: 2px solid #090C41;
	transition: all 0.3s ease;
	z-index: 1;
}

.cmn-btn.bg-btn:after {
	transform: inherit;
	opacity: 1;
}

.cmn-btn.bg-btn:hover:after {
	transform: scale(0);
	opacity: 1;
	color: #fff;
}

.cmn-btn.bg-btn:hover {
	color: #090C41;
}

.cmn-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	opacity: 1;
	transform: scale(0);
	width: 100%;
	height: 100%;
	background-color: #090C41;
	transition: 0.3s ease;
	z-index: -1;
}

.cmn-btn.bg-btn:hover {
	background-color: transparent;
}

.cmn-btn:hover:after {
	transform: inherit;
	opacity: 1;
}

.cmn-btn:hover {
	border-color: #090C41;
	color: #090C41;
}

.cmn-btn.outline-btn {
	background: transparent;
	color: #090C41;
	border-color: #090C41;
}

.cmn-btn.outline-btn:hover {
	color: #fff;
	border-color: #090C41 !important;
}

.outline-btn:hover::after {
	border-color: #090C41;
	background-color: #090C41;
}

.group-btn {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
}


.cmn-section {
	padding: 100px 0;
}

/* ---- TEXT COLORS ---- */
.text-dark {
	color: #090C41 !important;
}

.text-gray {
	color: #EFEFEF;
}

/* ---- BACKGROUND COLORS ---- */
.bg-dark-blue {
	background-color: #090C41;
}

.bg-gray {
	background-color: #EFEFEF;
}


/* Header-css start */
.site-header-main .navbar-brand img {
	max-width:153px;
	height:auto;
}

.site-header-main .navbar-brand {
	margin-right: 0px !important;
	width: 16%;
	text-align: center;
}

.site-header-main .group-btn {
	width: 42%;
	gap: 25px;
	justify-content: end;
}

/* .site-header-main .navbar-brand.tgl-logo img {
	filter: brightness(0) saturate(100%) invert(8%) sepia(71%) saturate(2191%) hue-rotate(225deg) brightness(88%) contrast(109%);
} */

.site-header-main.sticky .cmn-btn.bg-btn {
	color: #ffffff;
}

.site-header-main.sticky .cmn-btn.outline-btn {
	color: #090C41;
}

.site-header-main .cmn-btn.outline-btn img {
	transition: inherit !important;
}

.site-header-main.sticky .cmn-btn.outline-btn img {
	filter: brightness(0) saturate(100%) invert(8%) sepia(71%) saturate(2191%) hue-rotate(225deg) brightness(88%) contrast(109%);
}

.site-header-main.sticky .cmn-btn.bg-btn:after {
	background-color: #090C41;
}

.site-header-main.sticky .cmn-btn:hover {
	color: #090C41 !important;
}

.site-header-main.sticky ul li:hover img {
	filter: brightness(0) saturate(100%) invert(8%) sepia(71%) saturate(2191%) hue-rotate(225deg) brightness(88%) contrast(109%);
}

.site-header-main.sticky .cmn-btn.bg-btn:hover {
	border-color: #090C41;
}

.site-header-main.sticky ul li img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(16%) hue-rotate(246deg) brightness(98%) contrast(105%);
}

/* .site-header-main.sticky .navbar-brand img {
	filter: brightness(0) saturate(100%) invert(8%) sepia(71%) saturate(2191%) hue-rotate(225deg) brightness(88%) contrast(109%);
} */

.site-header-main.sticky a.nav-link {
	color: #090C41 !important;
}

.site-header-main{
	transition: all 0.3s ease;
	z-index: 9999 !important;
}
.site-header-main.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 4px 8px -6px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-bottom-color: #fff;
	margin-top: 0;
}

.site-header-main {
	transition: all 0.3s ease-in-out;
	background-color: #EFEFEF;
	width: 100%;
}

.site-header-main .cmn-btn.outline-btn {
	border: 0;
	padding: 5px;
	gap: 10px;
	color:#090C41;
}

.site-header-main .cmn-btn.outline-btn:after {
	display: none;
}

/*.site-header-main .cmn-btn.bg-btn:after {
	background-color: #fff;
}*/

/*.site-header-main .cmn-btn.bg-btn {
	border-color: #090C41;
	color: #090C41;
}*/

/*.site-header-main .cmn-btn.bg-btn:hover {
	color: #ffffff;
	border-color: #fff;
}*/

.site-header-main .navbar-nav li a.nav-link {
	font-size: 20px;
	line-height: normal;
	color: #090C41;
	font-weight: 500;
	padding-top: 46px;
	padding-bottom: 46px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.site-header-main ul li img {
	transition: 0.3s ease;
}

.site-header-main ul li {
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.head-icon-list {
	column-gap: 20px;
	padding-right: 30px;
}

.site-header-main .navbar-nav li a.nav-link:hover {
	transition: 0.3s;
}

.offcanvas.offcanvas-top {
	border-bottom: 0;
}

@media only screen and (min-width: 991px) {
	.site-header-main ul li:hover .sub-menu {
		visibility: inherit;
		transition: all .4s ease;
		opacity: 1;
		margin-top: 0px;
	}

	.site-header-main ul li:hover img {
		transform: rotate(180deg);
	}
	.site-header-main .sub-menu {
		max-height: max-content !important;
	}
}

.site-header-main .sub-menu li a {
	color: #090C41 !important;
	padding: 6px 0 !important;
}

@keyframes scaleUpDown {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.90);
	}

	100% {
		transform: scale(1);
	}
}

.site-header-main .cmn-btn.outline-btn:hover img {
	animation: scaleUpDown 1.5s ease-in-out infinite;
}

.site-header-main .sub-menu {
	position: absolute;
	margin-top: 20px;
	top: 100%;
	left: 0;
	min-width: 370px;
	background: #fff;
	padding: 10px 18px;
	list-style: none;
	z-index: 999;
	opacity: 0;
	transition: all .4s ease;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 10px 0 #ababab61;
	border-top: 2px solid #ffffff;
}

.site-header-main .sub-menu li a:after {
	bottom: 6px !important;
	top: auto !important;
}

.site-header-main .navbar-nav {
	column-gap: 40px;
	width: 42%;
}

.site-header-main .dropdown-icon {
	margin-left: 10px;
}


/* Header-css end */

/* Banner-css start */
.banner-scn .img-container {
	text-align: end;
	height: calc(100% - 160px);
	background: transparent;
	width: 50%;
	transform: scale(1.2);
	animation: shrink 0.75s ease-in forwards;
	animation-delay: 0.75s;
	
    margin: auto 0;
    z-index:1;
}
.banner-scn .img-container figure{
	border-radius: 0 0 0 16vw;
	position:relative;
	overflow:hidden;
	height:100%;
	width:100%;
}

@keyframes shrink {
	to {
		transform: scale(1);
	}
}

.banner-scn .img-container::before{
	content: "";
    position: absolute;
    left: -26px;
    top: 24px;
    width: 100%;
    height: 100%;
    border: solid 1px #8E8E8E;
    z-index: 0;
    border-radius: 0 0 0 18vw;
    opacity: 0.32;
}

.banner-scn .hero-img.img-container img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


@keyframes reveal {
	to {
		transform: translateX(calc(100% * var(--factor)));
	}
}

.banner-scn {
	background-repeat: no-repeat;
	background-size: 55%;
	padding:80px 0;
	position: relative;
	overflow: hidden;
	background-position: 90% 50% !important;
	transition: background-position 0.1s linear;
	will-change: background-position;
	background-attachment: fixed;
}
.banner-scn:after{
	background-color: #090C41;
	content:"";
	position:absolute;
	width:60%;
	border-radius:0 16vw 0 0;
	height:100%;
	left:0;
	top:0;
	z-index:0;
}
.hero-img {
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	margin:auto;
}

.banner-scn .banner-contant {
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 2;
	width: 45%;
}

.banner-scn .banner-contant p {
	font-weight: 500;
	font-size: 18px;
	color: #C5C5C5;
	margin-top: 20px;
	margin-bottom: 0;
}

.banner-scn .banner-contant .group-btn {
	justify-content: left;
	margin-top:42px;
	gap: 20px;
}

.banner-scn .banner-contant h1 {
	margin: 0px 0;
	font-size:clamp(40px, 4.27vw, 82px);
}

.banner-scn .banner-contant .text-item h5{font-weight:400}

.banner-scn .cmn-btn:after {
	background-color: #fff;
}

.banner-scn .group-btn .cmn-btn.bg-btn {
	border: 2px solid #fff;
}

.banner-scn .group-btn .cmn-btn.bg-btn:hover {
	color: #fff;
}

.banner-scn .cmn-btn.outline-btn:hover {
	color: #090C41;
}

.banner-scn .cmn-btn.outline-btn {
	color: #fff;
}

.banner-scn .cmn-btn.outline-btn:hover {
	border-color: #fff !important;
}

.banner-scn .cmn-btn {
	border-color: #fff !important;
	
}
.banner-scn .cmn-btn.bg-btn {
	color: #090C41 !important;
}
.banner-scn .cmn-btn.bg-btn:hover {
	color: #fff !important;
}


.banner-scn .cmn-btn:hover {
	border-color: #fff;
}

.banner-scn .banner-scn .banner-contant h1 span {
	color: #090C41;
}
@media(max-width:991px){
	.banner-scn{padding:50px 10px}
	.banner-scn:after{width:100%}
	.banner-scn .banner-contant{width:100%}
}
/* Banner-css end */

/* slick-slider dot-styles start */
.slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 10px;
	margin-top: 70px;
	list-style: none;
}

.slick-dots li {
	width: 12px;
	height: 12px;
}

.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #C2C2C2;
	border: none;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.slick-dots li.slick-active button {
	background-color: #FFFFFF;
	transform: scale(1.3);
}

/* slick-slider dot-styles start */

/* search-box css-start */
body.search-open {
	overflow: hidden;
}

.serach-box .close {
	position: absolute;
	top: 4rem;
	right: 4rem;
	background: none;
	border: 0;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	transform: scale(2.6);
	font-weight: 700;
	display: block;
	cursor: pointer;
	color: #C7C980;
	padding: 0;
	background: transparent;
	border-radius: 100%;
	outline: none;
	opacity: 1 !important;
}

.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgb(255 255 255 / 92%);
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	backdrop-filter: blur(2px);
}

.search-box.search-elem .inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.search-box.search-elem label {
	color: white;
	font-weight: 300;
}

.search-box.search-elem button.submit {
	border: 0;
	outline: none;
	position: absolute;
	top: 2px;
	right: 14px;
	height: 66px;
	width: 70px;
	padding: 10px;
	background: #C7C980;
	font-size: 1rem;
	color: white;
	border-radius: 0 !important;
}

.search-box.search-elem button.submit[disabled] {
	background: #C7C980;
}

.search-box.search-elem button.submit {
	border: 0;
	outline: none;
	position: absolute;
	top: 0px;
	right: 14px;
	height: 100%;
	width: 70px;
	padding: 10px;
	background: #C7C980;
	font-size: 1rem;
	color: white;
	border-radius: 0 !important;
}

.serach-box .submit span img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(69%) saturate(2%) hue-rotate(320deg) brightness(109%) contrast(101%);
	transform: scale(1.5);
	padding: 3px 0px 0px 0px;
}

.search-box.search-elem input[conter-review=text]:focus {
	border-bottom: solid 2px #C7C980;
	box-shadow: none;
	color: #C7C980 !important;
}

.search-box.search-elem label.placeholder {
	position: absolute;
	top: 12px;
	left: 2rem;
	font-size: 32px;
	font-weight: 300 !important;
	color: #C7C980 !important;
	transition: all 0.3s;
	background-color: transparent;
	opacity: 1;
}

.search-box.search-elem label.placeholder.move-up {
	top: -30px;
	color: #c7c980bf !important;
	font-size: 1rem;
}


.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	display: flex;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	align-items: center;
	gap: 16px;
	transition: 0.3s all;
}

.serach-box {
	margin-right: 44px;
}

.search-btn:hover span img {
	transform: scale(1.2);
	transition: 0.3s all;
	filter: brightness(0) saturate(100%) invert(88%) sepia(17%) saturate(797%) hue-rotate(15deg) brightness(89%) contrast(88%);
}

.search-btn span img {
	transition: 0.3s all;
}

.search-btn:hover {
	color: #C7C980;
	transition: 0.3s all;
}

.search-box input {
	border-radius: 0 !important;
	border: none !important;
	height: 70px !important;
	width: 100% !important;
	padding: 10px 85px 10px 15px !important;
	font-weight: normal !important;
	color: #fff !important;
	background: transparent !important;
	border: 2px solid #C7C980 !important;
	font-size: 18px !important;
	display: block !important;
}

/* search-box css-end */

.hero-slider {
	position: relative;
	overflow: hidden;
	height: 900px;
	width: 100%;
}

.hero-slider .slider-wrap-items {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
}

.hero-slider .slide-content-left {
	width: 35%;
	background: #bcc79c;
	padding: 60px;
	padding-left: calc((100% - 1680px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	height: 900px;
}

.hero-slider .slide-content-left img {
	min-width: 110px;
	width: 110px;
	height: 110px;
	animation: rotate-animation 10s infinite linear,
		color-change 5s infinite linear;
}

.hero-slider .slider-wrap-img {
	width: 65%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 60% 40%;
	gap: 10px;
	height: 100%;
}

.hero-slider .slider-wrap-img.one-video {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 100%;
}

.hero-slider .image-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hero-slider .image-box.large {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.hero-slider .image-box video,
.hero-slider .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .pagingInfo {
	padding-left: calc((100% - 1680px) / 2);
	position: absolute;
	bottom: 0px;
	right: 40px;
	font-weight: 600;
	z-index: 5;
	left: 0;
	width: 35%;
	padding-bottom: 20px;
	padding-right: 61px;
	text-align: right;
	color: #fff;
	font-size: 15px;
}

.hero-slider .cmn-btn:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.hero-slider .slide-item {
	height: 900px;
}

.hero-slider .slider-wrap-items {
	height: 100%;
}

.hero-slider .slider-wrap-img {
	height: 100%;
}

.hero-slider .slider-wrap-img.one-video .image-box.large {
	height: 100%;
}

.hero-slider .slider-wrap-img.one-video video {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}

.hero-slider .slide-content-left h1 {
	margin: 35px 0;
	font-size: 43px;
}

.hero-slider .slick-next.slick-arrow {
	margin-left: 55px;
	z-index: 9999999999999999999999999;
	position: absolute;
	left: calc((100% - 1680px) / 2);
	bottom: auto;
	top: 850px;
	border: 0;
	padding: 4px 8px;
	background-color: transparent;
}

.hero-slider .slick-prev.slick-arrow {
	background-color: transparent;
	z-index: 9999999999999999999999999;
	position: absolute;
	left: calc((100% - 1680px) / 2);
	bottom: auto;
	top: 850px;
	border: 0;
	padding: 4px 8px;
}

.hero-slider .slick-dots {
	gap: 0;
	display: flex !important;
	justify-content: left;
	margin-top: 0;
	list-style: none;
	margin-bottom: 65px;
	position: absolute;
	bottom: 0;
	width: 35%;
	text-align: left;
	padding-right: 60px;
	padding-left: calc((100% - 1680px) / 2);
}

.hero-slider .slick-dots li {
	width: 100%;
	position: relative;
	height: 1px;
}

.hero-slider .slick-dots li button {
	position: relative;
	border-radius: 0;
	background-color: #ffffff;
	width: 100%;
	height: 1px
}

.hero-slider .slick-dots li.slick-active button {
	transform: inherit;
}

@keyframes progress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.hero-slider .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%;
	background: #ffffff;
	opacity: 0.5;
}

.hero-slider .slick-dots li.slick-active button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 0%;
	background: #000;
	animation: progress 1s linear forwards;
}

.slide-content-left h1 {
	opacity: 0;
	transition: all 0.7s ease;
}

.slick-active .slide-content-left h1 {
	opacity: 1;
	transition: all 0.7s ease;
}

.slide-content-left a {
	opacity: 0;
	transition: all 0.9s ease;
}

.slick-active .slide-content-left a {
	opacity: 1;
	transition: all 0.9s ease;
}


.welcome-img-item img {
	transition: 0.3s all ease-in-out;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.welcome-img-item:hover img {
	transform: scale(1.2);
	transition: 0.3s all ease-in-out;
}

.welcome-img-item {
	overflow: hidden;
	height: 100%;
}

.welcome-wrap-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 95px;
}

.welcome-content-item h6 {
	margin-bottom: 20px;
}

.welcome-content-item h2 {
	margin-bottom: 24px;
	color: #090C41;
}

.steps-scn .welcome-wrap-items {
	gap: 0;
}
.steps-scn .welcome-wrap-items.one_col img{
	height: 950px;
	object-fit: cover;
}
.steps-scn .welcome-content-item {
	padding: 47px 50px 47px 60px;
	background-color: #F3F3F3;
	height: 100%;
	display: inline-block;
	align-content: center;
}

.steps-scn .cmn-btn.outline-btn {
	border: 0;
	color: #090C41;
	padding: 3px 8px;
}

.steps-scn .cmn-btn.outline-btn span img {
	filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(7450%) hue-rotate(215deg) brightness(95%) contrast(110%);
	transform: rotate(-90deg);
}

.steps-scn .cmn-btn.outline-btn:hover span img {
	transform: rotate(-90deg) translateY(4px);
}

.contact-search-scn .contact-info-item .cmn-btn.outline-btn {
	gap: 8px;
}

.contact-info-item .cmn-btn.outline-btn:hover span img {
	transform: rotate(-90deg) translateY(3px);
}

.steps-scn .welcome-wrap-items:nth-child(even) .welcome-content-item {
	order: 2;
}

.steps-scn .cmn-btn.outline-btn:hover {
	color: #090C41;
}

.steps-scn .cmn-btn.bg-btn:hover {
	color: #060606;
}

.steps-scn .cmn-btn.outline-btn::after {
	display: none;
}

.steps-scn .cmn-btn.outline-btn:hover img {
	transform: translateX(5px);
	transition: 0.4s;
	filter: brightness(0) saturate(100%) invert(5%) sepia(55%) saturate(5361%) hue-rotate(236deg) brightness(97%) contrast(103%);
}

.cmn-btn img {
	transition: 0.4s;
}

.steps-scn .welcome-content-item h6 {
	margin-bottom: 13px;
	color: #2a2a2a;
}

.steps-scn .welcome-content-item h4 {
	margin-bottom: 13px;
	color: #090C41;
}

.blind-card-item:hover img {
	transform: scale(1.3);
	transition: 0.3s all ease-in-out;
}


.slider__item:hover .explor-content {
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

.explor-content {
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
}

.contact-ftr .social-all li:hover img {
	animation: scalUp 1s ease-in-out infinite alternate;
}

.get-item img {
	animation: scalUp 1s ease-in-out infinite alternate;
}

.blind-cord-content:after {
	z-index: -1;
	opacity: 0;
	content: "";
	height: 110%;
	position: absolute;
	inset: 0;
	background-color: #F3F3F3;
	transform-origin: top;
	transform: translateY(-100%);
	transition: transform 0.5s ease, opacity 0.3s ease;
}

.blind-card-item:hover .blind-cord-content:after {
	transition: 0.4s all ease-in-out;
	opacity: 1;
	transform: inherit;
}

.blind-card-item:hover .blind-cord-content {
	color: #000 !important;
	transition: 0.4s all ease-in-out;
}

.blind-card-item:hover .view-all-btn {
	color: #000 !important;
	border-color: #000;
	transition: 0.4s all ease-in-out;
}

.get-item .cmn-btn img {
	animation: none;
}

/* Add-css 26_nov-2025 start */


.banner-inr .bnr-wrapper {
	display: grid;
	grid-template-columns: 1fr 1.86fr;
	height: 830px;
	align-items: center;
}

.banner-inr .bnr-img-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner-inr .bnr-img-item {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.banner-inr .bnr-content-item {
	padding: 60px;
	padding-left: calc((100vw - 1680px) / 2);
}

.banner-inr .bnr-content-item h1 {
	margin: 35px 0;
}

.banner-inr .bnr-content-item img {
	min-width: 110px;
	width: 110px;
	height: 110px;
	animation: rotate-animation 10s infinite linear, color-change 5s infinite linear;
}

.Blinds-copy-scn .blind-cord-content:after {
	background-color: #A6B689;
}

.detail-feature-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.detail-feature-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}

.detail-feature-list li:before {
	content: "–";
	position: absolute;
	left: 0;
}

.Details-cover-wrap {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	gap: 55px;
}

.Detail-review-item h2 {
	margin-bottom: 75px;
	font-weight: 400;
}

.pages-all-list li a {
	text-transform: uppercase;
	color: #585858;
	font-size: 14px;
	font-weight: 500;
}

.pages-all-list li a.active {
	font-weight: 700;
	color: #000000;
}

.pages-all-list li {
	margin-bottom: 19px;
}

.detail-purchase-item p {
	margin-bottom: 25px;
}

.purchase-item-add li a span {
	width: 32px;
	height: 32px;
	min-width: 32px;
	background-color: #C7C980;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	padding: 8px;
}

.purchase-item-add li a span img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(9%) hue-rotate(196deg) brightness(105%) contrast(103%);
}

.purchase-item-add li a:hover span img {
	animation: upDown 1.5s ease-in-out infinite;
}

.purchase-item-add li a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}

.purchase-item-add li a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding: 13px 50px 13px 0px;
}

.purchase-item-add {
	width: 70%;
}

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

	50% {
		transform: translateY(-3px);
	}

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

.cta-scn {
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	background-image: url(../images/cta-img.jpg);
}

.cta-scn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #A6B689F2;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cta-content-item {
	position: relative;
	z-index: 2;
}

.cta-content-item p {
	margin-bottom: 32px;
}

.cta-scn .cmn-btn.outline-btn {
	color: #ffffff;
	border-color: #ffffff;
}

.cta-scn .cmn-btn.outline-btn img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(239deg) brightness(107%) contrast(101%);
}

.cta-scn .cmn-btn:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.border-dark:hover {
	border-color: #fff !important;
}

.blind-card-item .detail-feature-list {
	margin-top: 17px;
	margin-bottom: 0;
}

.Fabrics-brand-items {
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 62px;
}

.Fabrics-heading-item p {
	margin-top: 25px;
	margin-bottom: 0;
}

.Fabrics-heading-item .cmn-btn {
	margin-top: 48px;
}

.brand-all-logo ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 30px;
	column-gap: 60px;
}

@media only screen and (min-width: 991px) {

	.site-header .sub-menu .nav-item .sub-menu {
		left: 105%;
		top: 0;
		opacity: 0;
		transform: translateX(-6px);
		visibility: hidden;
		transition: all 0.3s ease;
		border-top: 0;
		border-left: 2px solid #090C41;
	}

	.cmn-btn.outline-btn.normal-outline {
		border: 2px solid;
		padding: 10px 50px;
	}

	.cmn-btn.outline-btn.normal-outline:after {
		display: block;
	}

	.cmn-btn.outline-btn.normal-outline:hover {
		color: #ffffff !important;
	}

	.site-header .sub-menu .nav-item:hover .sub-menu {
		opacity: 1;
		transform: inherit;
		visibility: visible;
		transition: all 0.3s ease;
	}

	.site-header .sub-menu .nav-item:hover img {
		transform: rotate(-90deg) !important;
		/*filter: brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(2071%) hue-rotate(1deg) brightness(105%) contrast(103%) !important;*/
	}

	.site-header .sub-menu .nav-item img {
		/*filter: brightness(0) saturate(100%) invert(91%) sepia(69%) saturate(6188%) hue-rotate(186deg) brightness(124%) contrast(103%);*/
		transform: rotate(0deg);
	}
}

.heading-item {
	margin-bottom: 50px;
}

.heading-item h2 {
	margin-bottom: 24px;
}

.get-item .cmn-btn.bg-btn:hover {
	color: #060606;
}


.service-silver .slick-track {
	display: flex !important;
	align-items: stretch;
	transition: all 0.4s ease;
}

.service-silver .slick-list {
	overflow: hidden !important;
	padding-right: 0 !important;
	margin: 0 -15px;
}


.search-wrapper .contact-search-item h2 {
	display: flex;
	gap: 15px;
	align-items: baseline;
	margin-left: -60px;
}

.service-silver .slick-slide .cmn-btn.outline-btn {
	opacity: 0;
	margin-left: -100px;
	transform: scale(0);
	transition: all 0.3s ease;
	height: 0;
	padding: 0;
	border: 0;
}

.service-silver .slick-slide:first-child.active-slide .cmn-btn.outline-btn {
	opacity: 1;
	margin-left: 0;
	transform: inherit;
	height: auto;
	padding: 10px 50px;
	border: 2px solid #090C41;
	transition: all 0.3s ease;
}

.service-silver .slick-slide.active-slide:hover .cmn-btn.outline-btn {
	opacity: 1 !important;
	margin-left: 0 !important;
	transform: inherit !important;
	transition: all 0.3s ease;
	height: auto;
	padding: 10px 50px;
	border: 2px solid #090C41;
}

.service-silver .slick-slide.active-slide .cmn-btn.outline-btn {
	opacity: 1 !important;
	margin-left: 0 !important;
	height: auto !important;
	padding: 10px 50px !important;
	border: 2px solid #090C41;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(0) !important;
}


.primum-service-slider .slick-slide:hover .our-sevice-item:after {
	transition: all 0.3s ease;
	height: 100px;
}

.pawsome-service-scn .heading-item {
	margin-bottom: 70px;
}

.primum-service-slider .slick-slide {
	overflow: hidden;
	transition: all 0.3s ease;
	margin: 0 15px;
}

.Premium-service-wrap .our-sevice-item {
	overflow: inherit;
	transition: all 0.3s ease;
	background-color: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 4px;
	height:100%;
}

.service-img-itm img {
	width: 100%;
	transition: all 0.7s ease;
	height: 450px;
	object-fit: cover;
}

.Premium-service-content {
	transition: all 0.7s ease;
	padding: 24px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.customer-view-img {
	overflow: hidden;
}

.customer-view-img img {
	width: 100%;
	height: auto;
	transform: scale(1.2);
	transition: transform 15s linear;
}

.customer-scn:hover .customer-view-img img {
	transform: scale(1.5);
}


.our-sevice-item:hover .Premium-service-content:after {
	transition: all 0.4s ease;
	opacity: 1;
	transform: translateY(0);
}

.Premium-service-item {
	border-radius: 12px;
}

.primum-service-slider .Premium-service-item {
	position: relative;
	overflow: hidden;
}

.pawsome-service-scn {
	padding-bottom: 180px;
}

/* slick-slider buttons-css start */

.slick-prev {
	left: 16px;
	background-image: url(../images/prev-arrow.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 3px solid #fff;
	bottom: 0;
	background-position: calc(4px + 6px) center;
	background-size: 28px;
	border-radius: 37px;
}

.slick-next,
.slick-prev {
	border: none;
	font-size: 0px;
	color: #333;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	z-index: 10;
	border: 2px solid #090C41;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

.slick-next:hover,
.slick-prev:hover {
	transition: 0.3s ease-in-out;
	box-shadow: #090C4163 0px 0px 0px 1px, #090C4142 0px 0px 0px 2px, #090C4123 0px 0px 0px 4px, #090C4127 0px 0px 0px 6px;
}


.slick-next {
	transition: 0.3s ease-in-out;
	transform: translateX(65px);
	right: auto;
	left: 20px;
	background-image: url(../images/next-arrow.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 3px solid #fff;
	bottom: 0;
	background-size: 28px;
	background-position: calc(3px + 6px) center;
	border-radius: 37px;
}

.slick-next,
.slick-prev {
	font-size: 0px;
	width: 50px;
	margin-bottom: -90px;

	height: 50px;
	color: #333;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	border: 2px solid #090C41;
	border-radius: 10px;
}

/* slick-slider buttons-css end */

/* search-box-css start */
.search-wrapper {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 40px;
}

.contact-search-item {
	padding: 100px 0;
	align-content: center;
	height: 100%;
}

input {
	display: block;
	width: 100%;
	border: 1px solid #9F9F9F;
	height: 48px;
	border-radius: 10px;
	padding: 5px 12px;
}

textarea {
	display: block;
	width: 100%;
	border: 1px solid #9F9F9F;
	height: 146px;
	border-radius: 10px;
	padding: 5px 12px;
}

.checkbox .checkbox-mark {
	width: 18px;
	height: 18px;
	padding: 0;
	border: 1px solid #060606;
	margin-top: 5px;
}

.checkbox {
	display: flex;
	gap: 10px;
}

.form-group {
	margin-bottom: 24px;
}

.cmn-btn.bg-btn.submit:hover {
	color: #060606;
}

/* search-box-css end */

/* footer-css start */
.site-footer {
	width: 100%;
}

.site-footer .project-title h5 {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: 400;
}

.site-footer .subscribe-item input:focus::placeholder {
	transition: 0.3s all ease-in-out;
	font-size: 13px;
	filter: blur(0.8px);
	transform: translateY(-10px);
}

.site-footer .subscribe-item input:focus {
	transition: 0.3s all ease-in-out;
	transform: translateX(5px);
}

.site-footer .subscribe-item form {
	margin-top: 32px;
}
.wpcf7 form .wpcf7-response-output {
	margin:15px 0 10px;
}

.subscribe-systems p {
	font-size: 18px;
	margin-top: 30px;
}
.wpcf7-not-valid-tip {
	text-align:left;
	font-size:16px;
}

.site-footer .subscribe-item input {
	transition: 0.3s all ease-in-out;
	width: 480px;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
}

.site-footer .subscribe-item input::placeholder {
	color: #9A9A9A;
	font-size: 16px;
	font-weight: 500;
}

.site-footer .cmn-btn.bg-btn.submit:after {
	background-color: #fff;
}

.site-footer .cmn-btn.bg-btn.submit {
	height: 50px;
	color: #090C41;
	border-color: #090C41;
}

.cmn-btn.bg-btn.submit:hover {
	color: #ffffff;
	border-color: #fff;
}

.site-footer .social-all li a {
	background-color: #090C41;
	min-width: 36px;
	height: 36px;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 100px;
}

.site-footer .social-all {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 36px;
}

.site-footer .social-all li {
	margin-bottom: 0 !important;
}

.site-footer .social-all li a img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: 0.6s all ease-in-out;
}

.site-footer .recent-img-view img {
	transition: 0.5s all ease-in-out;
	border-radius: 5px;
	min-width: 115px;
	width: 115px;
	height: 102px;
}

.site-footer .recent-img-view:hover img {
	transform: scale(1.2);
	transition: 0.5s all ease-in-out;
}

.site-footer .recent-img-view {
	min-width: 115px;
	border-radius: 5px;
	overflow: hidden;
	width: 115px;
	height: 102px;
}

.site-footer .letest-item {
	display: flex;
	gap: 23px;
}

.site-footer .social-all li a:hover img {
	animation: none;
	transform: rotateY(380deg);
	transition: 0.6s all ease-in-out;

}

.site-footer .ftr-logo img {
	height: 140px;
	object-fit: contain;
	width: 200px;
	margin-bottom: 30px;
	filter: brightness(0) invert(1);
}

.site-footer .footer-columns {
	gap: 24px;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
}

.site-footer .footer-col .contact-info-ftr h5 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 4px;
}

.footer-col h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}

.site-footer .contact-info-ftr {
	margin-bottom: 20px;
}

.site-footer .contact-info-ftr:last-child {
	margin-bottom: 0px;
}

.site-footer .user-contacts a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.site-footer .user-contacts {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	gap: 10px;
	color:#fff;
}

.site-footer .contact-info-ftr p {
	color: #fff;
	margin-bottom: 0;
}

.site-footer .footer-col ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.site-footer .footer-col ul li {
	margin-bottom: 20px;
}

.site-footer .footer-col ul li:last-child {
	margin-bottom: 0px;
}

.site-footer .letest-item {
	display: flex;
	gap: 23px;
	margin-bottom: 30px;
}

.site-footer .recent-img-view img {
	min-width: 90px;
	width: 90px;
	height: 90px;
}

.site-footer .recent-img-view {
	min-width: 90px;
	width: 90px;
	height: 90px;
}

.site-footer .letest-item:last-child {
	margin-bottom: 0px;
}

.site-footer .ftr-contact li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.site-footer .ftr-contact li img {
	transition: 0.4s;
	margin-top: 5px;
}

.site-footer .ftr-contact li p {
	margin: 0;
}

.site-footer .ftr-contact li:hover img {
	transform: scale(1.2);
	transition: 0.4s;
}

.site-footer .copy-bar {
	padding: 27px 0;
	border-top: 1px solid #525252;
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-left: calc((100% - 1647px) / 2 + 15px);
	padding-right: calc((100% - 1647px) / 2 + 15px);
}

.site-footer .copy-bar-menu {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer .copy-bar-menu li {
	margin: 0;
}

.site-footer .copy-bar-menu li a {
	font: 16px;
	color: #fff;
	font-weight: 400;
}

.site-footer .copy-bar p,
.site-footer .copy-bar p a {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.site-footer .copy-bar p a {
	color: #fff;
}


/* slick-slider buttons-css start */

.service-silver .slick-prev {
	left: 50%;
	transform: translateX(-65px);
	background-image: url(../images/prev-arrow.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 3px solid #fff;
	bottom: 0;
	background-position: calc(3px + 6px) center;
	background-size: 30px;
	border-radius: 37px;
}

.service-silver .slick-next,
.service-silver .slick-prev {
	border: none;
	font-size: 0px;
	color: #333;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	z-index: 10;
	border: 2px solid #090C41;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

.service-silver .slick-next:hover,
.service-silver .slick-prev:hover {
	transition: 0.3s ease-in-out;
	box-shadow: #090C4163 0px 0px 0px 1px, #090C4142 0px 0px 0px 2px, #090C4123 0px 0px 0px 4px, #090C4127 0px 0px 0px 6px;
}


.service-silver .slick-next {
	transition: 0.3s ease-in-out;
	transform: translateX(65px);
	right: 50%;
	background-image: url(../images/next-arrow.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 3px solid #fff;
	bottom: 0;
	background-size: 30px;
	background-position: calc(3px + 6px) center;
	border-radius: 37px;
}

.service-silver .slick-next,
.service-silver .slick-prev {
	font-size: 0px;
	width: 50px;
	margin-bottom: -80px;

	height: 50px;
	color: #333;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	border: 2px solid #090C41;
	border-radius: 5px;
}

/* slick-slider buttons-css end */


/* Add-css start 12_12-2025 */
.inner-bnr {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 100px 0;
	min-height: 550px;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	overflow: hidden;
	align-content: center;
	position: relative;
}
.page-template-contact-page .inner-bnr {
	background-position: top center !important;
}

.inner-bnr .banner-content {
	align-content: center;
	min-height: 100%;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.inner-bnr:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000072;
}


/* tabscss start */

.coverage-tabs .tab {
	width: 100%;
}

.coverage-tabs .cmn-btn.outline-btn.view-more {
	color: #060606 !important;
}

.coverage-tabs .tab button {
	overflow: hidden;
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	border-left: 2px solid #ffffff;
	transition: 0.3s all ease-in-out;
}

.coverage-tabs .tab button:hover {
	background-color: #ddd;
}

.coverage-tabs .tab button:hover .group-btn {
	transform: inherit !important;
}


.coverage-tabs .tab button.active {
	background-color: #F0F0F0;
	transition: 0.3s all ease-in-out;
	border-left-color: #090C41;
	transition: 0.3s all ease-in-out;
}

.coverage-tabs .tab button.active .group-btn {
	transform: inherit !important;
}

.coverage-tabs .tabcontent {
	overflow: hidden;
	transition: 0.3s all ease-in-out;
	border-radius: 8px;
	display: none;
	height: 100%;
}

.coverage-tabs .tabcontent img {
	transition: 0.3s all ease-in-out;
	height: 580px;
	opacity: 0;
	border-radius: 8px;
	object-fit: cover;
}

.coverage-tabs .tabcontent.active img {
	transition: 0.3s all ease-in-out;
	opacity: 1;
}

.coverage-tabs .tabcontent.active {
	display: block;
}

.coverage-tabs .tablinks.active h4 {
	color: #2C2C2C;
	font-weight: 700;
	transition: 0.3s all ease-in-out;
}

.coverage-tabs .tablinks h4 {
	color: #2C2C2C;
	font-weight: 700;
	margin-bottom: 16px;
	transition: 0.3s all ease-in-out;
}

.coverage-tabs .tablinks p {
	margin-bottom: 24px;
}

.coverage-tabs .cmn-btn.bg-btn {
	max-width: 0 !important;
	padding: 0 !important;
}

.coverage-tabs .tab button.active .cmn-btn.bg-btn {
	max-width: 100% !important;
	padding: 10px 50px !important;
}

.coverage-tabs .group-btn {
	transform: translateX(-32px);
}

.coverage-tabs .tab a.active {
	opacity: 1;
	transition: 0.3s all ease-in-out;
}

.coverage-tabs .tab a h4 {
	transition: 0.3s all ease-in-out;
	color: #0C0801;
	margin-bottom: 16px;
}

.coverage-tabs .tab a p {
	margin-bottom: 0;
}

.coverage-tabs .service-img-mbl {
	display: none;
}

/* tabs end */

.coverage-scn .coverage-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
}

.coverage-tabs .tabcontent img {
	width: 100%;
	object-fit: cover;
}

.coverage-tabs .cmn-btn.bg-btn:hover {
	color: #060606;
}

.coverage-tabs .tab-lisetd li {
	margin-bottom: 0;
	position: relative;
}

/* simple-btn css-start */
.simple-btn {
	transition: 0.3s all ease-in-out;
	color: #060606;
	font-size: 18px;
	font-weight: 500;
	padding: 5px;
}

.simple-btn:hover {
	transition: 0.3s all ease-in-out;
	color: #090C41;
}

.simple-btn img {
	transition: 0.3s all ease-in-out;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
	transform: rotate(-90deg);
	margin-left: 4px;
}

.simple-btn:hover img {
	transition: 0.3s all ease-in-out;
	transform: rotate(-90deg) translateY(3px);
	filter: brightness(0) saturate(100%) invert(68%) sepia(26%) saturate(3370%) hue-rotate(355deg) brightness(96%) contrast(110%);
}

/* simple-btn css-end */


.service-package-scn .cmn-btn.bg-btn:hover {
	color: #060606;
}

.service-package-scn .welcome-wrap-items {
	padding: 0 80px;
}

.service-package-scn .pricing-wrapper {
	padding: 40px 0;
	max-width: 1000px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 3px;
	justify-content: end;
}

.service-package-scn .pricing-card {
	background: #fff;
	width: 320px;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.4s ease;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px !important;
	margin-left: -20px;
}

/* Popular card animation */
.service-package-scn .pricing-card.popular {
	animation: pulseUpDown 1.5s infinite ease-in-out;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-30px);
	}
}

.service-package-scn .plan-label {
	padding: 18px;
	text-align: center;
	font-weight: 700;
	font-size: 19px;

}

.service-package-scn .plan-label.gray {
	background: #e3e3e3;
}

.service-package-scn .plan-label.orange {
	background: #090C41;
	color: #fff;
}

.service-package-scn .plan-body {
	padding: 30px;
	text-align: center;
}

.service-package-scn .plan-icon {
	width: 70px;
	margin-bottom: 15px;
}

.service-package-scn .plan-body h3 {
	margin-bottom: 20px;
}

.service-package-scn .price-list {
	list-style: none;
	margin-bottom: 30px;
}

.service-package-scn .price-list li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 15px;
}

.service-package-scn .pricing-wrapper .cmn-btn {
	margin: 0 auto;
}

.service-package-scn .pricing-wrapper .cmn-btn.outline-btn {
	color: #060606;
}

.service-package-scn .pricing-wrapper .cmn-btn.outline-btn:hover {
	color: #fff;
}

@keyframes pulseUpDown {
	0% {
		box-shadow: 0 0 0 0 #090C4169;
		transform: translateY(0);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(255, 157, 0, 0);
		transform: translateY(-10px);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 157, 0, 0);
		transform: translateY(0);
	}
}

.service-package-scn .coverage-tabs-img {
	height: 100%;
}

.service-package-scn .coverage-tabs-content {
	height: 100%;
}

.service-package-scn .service-icn img {
	filter: grayscale(80);
}

.coverage-scn-copy .simple-btn img {
	width: auto;
	height: auto;
}

.coverage-scn-copy .coverage-tabs-img {
	background-color: #F0F0F0;
	height: 100%;
	padding: 60px;
	align-content: center;
	border-radius: 0px 15px 15px 0px;
}

.coverage-scn-copy .coverage-tabs {
	gap: 0;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
	border-radius: 15px;
}

.coverage-scn-copy .coverage-tabs .tablinks h4 {
	margin-bottom: 0;
}

.coverage-scn-copy .coverage-tabs-content {
	height: 100%;
	background-color: #ffffff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.coverage-scn-copy .coverage-tabs .tab button {
	background-color: #fff;
	border-left: 0;
}

.coverage-scn-copy .coverage-tabs .cmn-btn.bg-btn {
	max-width: 100% !important;
	padding: 10px 50px !important;
}

.coverage-scn-copy .coverage-tabs .group-btn {
	transform: translateX(0px);
}

.coverage-scn-copy .coverage-tabs .tab button.active {
	background-color: #F0F0F0 !important;
}

.shaph-mark {
	margin-bottom: 10px;
}


/* counter-css start */

.counter-number-item {
	display: flex;
	gap: 50px;
	margin-top: 92px;
}

.counter-number-item .conter-review .odometer {
	font-family: "Fraunces", serif;
	font-size: 48px;
	font-weight: 400;
	position: relative;
	display: inline-block;
}

.odometer.plus {
	position: relative;
}

.odometer.plus::after {
	content: "+";
	position: absolute;
	top: 0;
	right: -40px;
	font-size: 48px;
	font-weight: 400 !important;
}

.counter-number-item .conter-review .conter-review h6 {
	font-family: "Fraunces", serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 0;
}

.odometer.percentage::after {
	content: "%";
	position: absolute;
	top: 0;
	right: -40px;
	font-size: 48px;
	font-weight: 400 !important;
}


/* counter-css end */


.banner-scrool-btn .section-go {
	transition: 0.5s all ease;
	border-radius: 0.55px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 82px;
	height: 82px;
	background-color: #FFFFFF80;
}

.heading-item.banner-scrool-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 0;
	margin-top: 100px;
	position: relative;
	z-index: 1;
}

.heading-item.banner-scrool-btn h2 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
}

.heading-item.banner-scrool-btn{margin:44px;}
.heading-item.banner-scrool-btn .section-go{border:solid 1px #090C41;}
.heading-item.banner-scrool-btn h2 { color:#090C41}
.core-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	height:790px;
	overflow:hidden;
}

.core-service-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.core-service-item {
	width: 100%;
	height: 100%;
}

.core-wrapper .cmn-btn.outline-btn img {
	filter: brightness(0) saturate(100%) invert(13%) sepia(42%) saturate(1748%) hue-rotate(209deg) brightness(81%) contrast(116%);
	transform: rotate(-90deg);
}

.core-wrapper .cmn-btn.outline-btn {
	color: #090C41;
	gap: 10px;
}

.core-wrapper .cmn-btn.bg-btn:hover {
	color: #090C41;
}

.core-wrapper .cmn-btn.outline-btn:hover img {
	transform: rotate(-90deg) translateY(6px);
}

.core-wrapper .group-btn {
	gap: 13px;
}

.welcome-wrap-items.three-col {
	grid-template-columns: 1fr 1fr 2fr;
}

.welcome-wrap-items.three-col:nth-child(even) .welcome-content-item {
	order: inherit;
}


.slick-slider .slick-track {
	display: flex !important;
	align-items: center;
}

/* .slick-slider .slick-slide {
	height: auto !important;
} */

/* .primum-service-slider .slick-slide {
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 12%) 0px 3px 4px;
} */

.Premium-service-wrap {
	padding-left: calc((100% - 1676px) / 2 + 15px);
}

.interior-left-contant {
	padding-top: 40px;
	width: 33%;
	display: inline-block;
	padding-right: 25px;
}

.interior-scn .interior-wrapper {
	display: flex;
}

.interior-slide-wrap {
	width: 67%;
	display: inline-block;
}

.interior-wrapper .interior-left-contant p {
	color: #C5C5C5;
	font-size: 18px;
	line-height: 24px;
}

.interior-left-contant .group-btn {
	margin-top: 36px;
}

.interior-slider .interior-img-itm {
	align-content: center;
	position: relative;
	transition: 0.3s all ease-in-out;
	height: 450px;
	overflow: hidden;
}

.interior-slider .slick-slide {
	padding: 0 15px;
}

.interior-slider .slick-next {
	left: 0px;
	margin-left: calc((100% - 1085px) / 2 + 15px);
}

.interior-slider .slick-prev {
	left: 0px;
	margin-left: calc((100% - 1085px) / 2 + 15px);
}

.interior-slider .slick-next,
.interior-slider .slick-prev {
	margin-bottom: -100px;
	background-color: transparent;
	border: 2px solid #fff;
	filter: brightness(0) saturate(100%) invert(100%) sepia(57%) saturate(244%) hue-rotate(256deg) brightness(114%) contrast(100%);
}


.interior-scn .cmn-btn.bg-btn:after {
	background-color: #fff;
}

.interior-scn .cmn-btn.bg-btn:hover {
	color: #fff;
	border-color: #fff;
}

.interior-scn .cmn-btn.bg-btn:hover:after {
	background-color: transparent;
}

.interior-scn .cmn-btn.bg-btn {
	color: #090C41;
	border-color: #fff;
}

.interior-scn .cmn-btn.outline-btn {
	color: #ffffff;
	border-color: #ffffff;
}

.interior-scn .cmn-btn.outline-btn:hover {
	color: #090C41;
}

.interior-scn .cmn-btn.outline-btn:hover:after {
	background-color: #fff;
}
.interior-scn .slick-slide.slick-current.slick-active .interior-img-itm {
	/* width: 420px; */
	width: 420px;
	height: 450px;
}
.interior-scn .slick-slide.slick-current.slick-active .interior-img-itm img {
	transition: 0.3s all ease-in-out;
	height: 100%;
	object-fit: cover;
	transition: 0.4s all ease-in-out;
	transform: inherit;
}

.interior-scn .slick-slide.slick-current.slick-active .interior-img-itm:after {
	transition: 0.3s all ease-in-out;
	z-index: -1;
	position: absolute;
	content: "";
	border: 2px solid #fff;
	top: 30px;
	left: 0;
	right: 22px;
	bottom: 0;
}

.interior-scn .slick-slide.slick-active .interior-img-itm {
	transition: 0.3s all ease-in-out;
	/* width: 275px; */
	width: 290px;
	height: 310px;
}

.interior-scn .slick-slide.slick-active .interior-img-itm:hover img {
	transform: scale(1.1) translateX(-15px);
	transition: 0.3s all ease-in-out;
}

.interior-scn .slick-slide.slick-active .interior-img-itm img {
	transform: scale(1.1);
	object-fit: cover;
	width: 100%;
	transition: 0.3s all ease-in-out;
}

.interior-scn .slick-slide.slick-current.slick-active .interior-img-itm img {
	padding: 0px 0px 26px 22px;
	transition: 0.3s all ease-in-out;
}

.interior-scn .slick-slide.slick-current.slick-active .interior-img-itm:hover img {
	transform: inherit !important;
}

.customer-wrap-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 130px;
}

.customer-view-img img {
	width: 100%;
	height: 735px;
	object-fit: cover;
	border-radius: 4px;
}

.customer-main-content {
	margin-top: -520px;
}

.customer-scn .custom-title {
	padding-bottom: 560px;
	margin-top: auto;
}
.customer-scn .custom-title h2{
	color: #090C41;
}

.customer-slider .customer-item {
	background-color: #090C41;
	padding: 55px 55px 100px 55px;
	border-radius: 4px;
}

.customer-slider .slick-slide {
	display: block;
	margin: 0 18px;
	background-color: #090C41;
}

.customer-slider .customer-item .info {
	color: #FFFFFF;
	font-size: 18px;
	margin: 80px 0px 0px 0px;
}

.customer-scn .user-items .customer-title h5 {
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
}

.customer-slider .customer-item .info {
	line-height: 1.5em;
  	max-height: calc(1.5em * 4); 
  	overflow-y: auto;
  	transition: all 0.3s ease;
}

.customer-slider .user-items {
	display: flex;
	margin-top: 70px;
	gap: 20px;
	align-items: center;
}

.customer-slider .customer-title h5 {
	color: #fff;
}

.customer-slider .customer-title span {
	color: #929292;
	font-size: 20px;
	font-weight: 500;
}

.customer-slider .user-img img {
	min-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	object-fit: cover;
}

.primum-service-slider .slick-slide:hover img {
	transform: scale(1.1);
	transition: all 0.7s ease;
}

.service-img-itm {
	overflow: hidden;
}

.customer-slider .slick-list.draggable {
	background-color: #fff;
	border: 30px solid #fff;
	border-right: 0;
	border-top: 38px solid #fff;
	border-bottom: 0;
	border-left: 20px solid #fff;
	position: relative;
	z-index: 2;
}

.customer-slider .slick-next,
.customer-slider .slick-prev {
	margin-bottom: 0;
}

.customer-slider .slick-prev {
	left: 0px;
	bottom: -40px;
}

.customer-slider .slick-next {
	left: 5px;
	bottom: -40px;
}

.customer-slider {
	padding-left: 210px;
}

.working-scn .cmn-btn.btn-white:after {
	background-color: #fff;
}

.working-scn .cmn-btn.bg-btn.btn-white {
	color: #090C41;
}

.working-scn .cmn-btn.bg-btn.btn-white:hover:after {
	background-color: transparent !important;
}

.working-scn .cmn-btn.bg-btn.btn-white:hover {
	border-color: #fff;
	color: #ffffff;
}

.working-scn .cmn-btn.btn-blue {
	color: #fff;
}

.working-scn .cmn-btn.btn-blue:after {
	background-color: #0C1057;
}

.working-scn .cmn-btn.btn-blue:hover:after {
	background-color: #fff !important;
}

.working-scn .cmn-btn.btn-blue:hover {
	border-color: #fff;
}

.working-scn .group-btn {
	gap: 10px;
	margin-top: 40px;
}

.pricing-wrapper {
	max-width: 1100px;
	margin: auto;
	display: flex;
	gap: 40px;
	justify-content: center;
}

.pricing-wrapper .pricing-card {
	background: transparent;
	border: 2px solid #FFFFFF80;
	padding: 30px 24px;
	width: 450px;
	color: #fff;
	position: relative;
	transition: all 0.4s ease;
}

.pricing-wrapper .pricing-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pricing-wrapper .pricing-card.active {
	overflow: hidden;
	background: #0C1057;
	border-color: #0C1057;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.pricing-wrapper .pricing-card.active:after {
	background-color: #ffffff;
	position: absolute;
	content: "";
	width: 200px;
	height: 157px;
	top: -36px;
	border-radius: 100px;
	right: -80px;
	filter: blur(143px);
}

.pricing-wrapper .pricing-card.active:before {
	background-color: #ffffff;
	position: absolute;
	content: "";
	width: 200px;
	height: 157px;
	bottom: -36px;
	border-radius: 100px;
	left: -80px;
	filter: blur(143px);
}

.pricing-wrapper .pricing-sub {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.pricing-wrapper .price {
	font-size: 80px;
	margin: 28px 0px 38px 0px;
}

.pricing-wrapper .plan {
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 16px 0;
}

.pricing-wrapper .include {
	margin: 37px 0 27px 0;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}

.pricing-wrapper .cmn-btn.bg-btn {
	color: #0C1057;
	border-color: #fff;
}

.pricing-wrapper .cmn-btn.bg-btn:after {
	background-color: #fff !important;
}

.pricing-wrapper .cmn-btn.bg-btn:after {
	background-color: transparent;
}

.pricing-wrapper .cmn-btn.bg-btn:hover {
	border-color: #fff;
	color: #fff;
}

.pricing-wrapper ul li {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 28px;
}
.pricing-wrapper ul li:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/check.svg) no-repeat;
	background-size: cover;
}

.pricing-wrapper ul li:last-child {
	margin-bottom: 0;
}

.pricing-wrapper ul {
	margin-bottom: 0;
}

.pricing-wrapper .cmn-btn.bg-btn {
	color: #0C1057;
	margin-top: 32px !important;
}

/* faq-css start */
.faq-systems .faq-item {
	font-family: "Barlow", sans-serif;
	margin-left: -45%;
	width: 145%;
	position: relative;
	z-index: 1;
}

.accordion-button:not(.collapsed)::after {
	transition: 0.4s all ease-in-out;
	background-image: url(../images/dwn-arrow.svg);
	transform: translateY(-3px) translateX(-4px) rotateX(180deg);
}

.accordion-button::after {
	transition: 0.4s all ease-in-out;
	background-image: url(../images/dwn-arrow.svg);
	background-size: 16px;
	transform: translateY(9px) translateX(-5px);
}
section.faq-scn { 
	padding-top: 80px;
}
.faq-systems .faq-view h2 {
	color: #ffffff;
	margin-bottom: 60px;
}

.faq-systems .faq-items .accordion-button {
	transition: 0.4s all ease-in-out;
	font-family: "Barlow", sans-serif;
	position: relative;
	color: #000000;
	padding: 17px 17px 17px 30px;
	border: 0;
	border-radius: 5px !important;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
}

.faq-systems .faq-items .accordion-button h4 {
	font-family: "Barlow", sans-serif;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000000;
	padding-right: 12px;
}

.faq-systems .faq-items .accordion-body p {
	font-family: "Barlow", sans-serif;
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
	border-top: 1px solid;
	font-size: 18px;
	padding-top: 17px;
}

.faq-systems .faq-items .accordion-body {
	font-family: "Barlow", sans-serif;
	padding: 0px 17px 17px 22px;
	background-color: transparent;
}

.faq-systems .faq-items .accordion-button:not(.collapsed) {
	color: #000;
	box-shadow: none;
}

.faq-systems .faq-items .accordion-item {
	border: 0;
	margin-bottom: 15px;
	border-radius: 5px;
}

.faq-systems .faq-items .accordion-button:focus {
	box-shadow: none;
}

.faq-systems .faq-img-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:bottom;
}

.faq-systems {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 162px;
	align-items: center;
}

.faq-systems .faq-img-item {
	height: 100%;
}

.faq-systems .faq-view {
	padding: 30px 0;
}

/* faq-css end */
.book-now {
	padding: 80px 0;
}

.book-now .cmn-btn.bg-btn:after {
	background-color: #fff;
}

.book-now .cmn-btn.bg-btn:hover {
	color: #fff;
	border-color: #fff;
}

.book-now .cmn-btn.bg-btn:hover:after {
	background-color: transparent;
}

.book-now .cmn-btn.bg-btn {
	color: #090C41;
	border-color: #fff;
}

.book-now .cmn-btn.outline-btn {
	color: #ffffff;
	border-color: #ffffff;
}

.book-now .cmn-btn.outline-btn:hover {
	color: #090C41;
}

.book-now .cmn-btn.outline-btn:hover:after {
	background-color: #fff;
}

.book-now .group-btn {
	gap: 10px
}

.book-now span {
	font-size: 18px;
	font-weight: 500;
}

.contact-info-item h5 {
	font-family: "Fraunces", serif;
	font-weight: 400;
	margin-top: 16px;
	color: #090C41;
}

.contact-info-item span {
	font-weight: 400;
	margin-top: 10px;
	font-size: 16px;
	display: block;
	color: #090C41;
}

.contact-info-item .mail-itm,
.contact-info-item .Call-itm {
	font-weight: 400;
	margin-top: 10px;
	font-size: 18px;
	display: block;
	color: #090C41;
}

.contact-info-item {
	margin-bottom: 40px;
}

.contact-info-item:last-child {
	margin-bottom: 0px;
}

.contact-info-item .cmn-btn {
	gap: 16px;
	font-family: "Fraunces", serif;
	border: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}

.contact-info-item .cmn-btn:after {
	display: none;
}

.contact-info-item .cmn-btn:hover {
	color: #090C41;
}

.contact-info-item .cmn-btn span img {
	filter: brightness(0) saturate(100%) invert(7%) sepia(27%) saturate(7485%) hue-rotate(223deg) brightness(91%) contrast(100%);
	transform: rotate(-90deg);
}

.contact-info-item .cmn-btn span {
	margin-top: 0;
}

.penting-slider .pent-item img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: 0.4s all;
}

.penting-slider .pent-item {
	overflow: hidden;
	transition: 0.4s all;
}

.pent-item:hover img {
	transform: scale(1.1);
	transition: 0.4s all;
}

.penting-slider .slick-slide {
	margin: 0 9px;
}

.penting-slider {
	padding: 90px 0;
}

.penting-slider .swiper {
	position: relative;
	width: 100%;
	margin-inline: auto;
}

.penting-slider .swiper::before {
	content: "";
	position: absolute;
	top: -70px;
	left: -10%;
	width: 120%;
	height: 100px;
	background: var(--body-color);
	border-radius: 100%;
	z-index: 100;
}

.penting-slider .swiper::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: -10%;
	width: 120%;
	height: 100px;
	background: var(--body-color);
	border-radius: 100%;
	z-index: 1000;
}

:root {
	--body-color: #090C41;
}

.penting-slider .swiper-button-prev,
.penting-slider .swiper-button-next {
	display: none !important;
}

.banner-scrool-btn .section-go:hover {
	background-color: #fff;
	transition: 0.5s all ease;
}

.section-go:hover img {
	animation: upDown 1.5s ease-in-out infinite;
}

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

	50% {
		transform: translateY(8px);
	}

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

.three-col .group-btn {
	gap: 13px
}

.book-now h3 {
	margin-bottom: 0;
}

.wpcf7-form .cmn-btn.bg-btn {
	position: relative;
	border: 1px solid #9F9F9F;
}

.subscribe-item .wpcf7-form p {
	margin: 0;
}

.wpcf7-form .cmn-btn.bg-btn .wpcf7-submit {
	width: auto;
	height: auto;
	padding: initial;
	background: transparent;
	border: none;
}

.wpcf7-form .cmn-btn.bg-btn:hover .wpcf7-submit {
	color: #fff;
}

.wpcf7-form .cmn-btn.bg-btn .wpcf7-spinner {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
}

.content ul,
.content ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.content ul,
.content ul li {
	list-style: disc;
}

.content ul li,
.content ol li {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 8px;
	font-weight: 400;
}

.coming-soon-section {
	text-align: center;
}

.coming-soon-section .cmn-btn.bg-btn {
	display: block;
	margin: 35px auto 0;
}

.inner-bnr .banner-content h1 {
	margin-bottom: 18px;
}

/* .inner-bnr .banner-content p {
	margin-bottom: 0px;
} */

.inner-bnr .banner-content .group-btn {

	margin-top: 40px;
	justify-content: center;

}

.inner-bnr .cmn-btn.bg-btn:after {

	background-color: #090C41;

}

.inner-bnr .cmn-btn.bg-btn:hover:after {

	background-color: transparent !important;

	color: #fff;

}

.inner-bnr .cmn-btn.bg-btn:hover {

	color: #fff;

	border-color: #fff;

}

.inner-bnr .cmn-btn.outline-btn {

	color: #ffffff;

	border-color: #ffffff;

}

.cmn-btn.bg-btn {

	border-color: #090C41;

	color: #ffffff;

}

.our-service-scn .welcome-wrap-items:nth-child(even) .welcome-img-item {

	order: 2;
}

.our-service-scn .welcome-wrap-items {
	gap: 0;
}

.our-service-scn .welcome-wrap-items .welcome-content-item {

	padding: 100px;

	/* padding-right: calc((100vw - 1660px) / 2 + 15px); */

}

.our-service-scn .welcome-wrap-items:nth-child(even) .welcome-content-item {

	padding-left: calc((100vw - 1660px) / 2 + 15px);

	padding-right: 100px;

}
.section-page,
.coming-soon-section,
.section-404 {
	padding: 100px 0;
}

.our-service-scn .content-scroll {
    overflow: hidden !important;
    max-height: 380px !important;
}
.our-service-scn .content-scroll h3,
.our-service-scn .content-scroll h4{
	color: #090C41;
}
.content-scroll.mCustomScrollbar .mCustomScrollBox {
    padding-right: 15px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools_vertical {
    width: 4px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #090C41 !important;
}
.content-scroll + .group-btn {
	margin-top: 20px;
}
.section-servcies .service_items {
	background-color: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 4px;
	height: 100%;
}
.section-servcies .Premium-service-content {
	padding-bottom:30px !important;
}
.section-servcies .Premium-service-content h3,
.contact-form h2{
	color: #090C41;
}

.pawsome-service-scn .cmn-btn.outline-btn {
	border:0;
	padding:3px 8px;
}
.pawsome-service-scn .cmn-btn.outline-btn:hover {
	border:0;
	background-color:transparent !important;
	color:#090C41 !important;
}
.pawsome-service-scn .cmn-btn.outline-btn:after {
	display:none !important;
}
.pawsome-service-scn .cmn-btn.outline-btn span img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(7450%) hue-rotate(215deg) brightness(95%) contrast(110%);
    transform: rotate(-90deg);
}
.pawsome-service-scn .Premium-service-content h3 {
	/*height:95px;*/
	color: #090C41;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
      font-size: 24px;
    line-height: 30px;
}
footer .subscribe-item {
	max-width:710px;
	width:100%;
	margin:0 auto;
}
.inner-bnr h1 {
	font-size:62px;
}
.section-contact,
.section-gallery {
	padding: 100px 0;
}

.contact-boxes .c_box {
    padding: 24px;
    border: 1px solid #090C41;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px #090C41;
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-boxes .c_box .icon {
    font-size: 40px;
    color: #090C41;
}
.contact-boxes .c_box+.c_box {
    margin-top: 24px;
}
.contact-form {
    padding-left: 40px;
}
.contact-form .cmn-btn.bg-btn {
	position: relative;
	font-weight: 500 !important;
	border-color: #090C41;
}
.contact-form .cmn-btn.bg-btn p{
	margin-bottom: 0;
}
.contact-form .cmn-btn.bg-btn input {
	color: #fff;
}
.contact-form .cmn-btn.bg-btn input:hover,
.contact-form .cmn-btn.bg-btn:hover input {
	color: #090C41 !important;
	font-weight: 500 !important;
}
.contact-form .cmn-btn.bg-btn .wpcf7-spinner{
	position: absolute;
	top: 0;
	right: 0;
}
.page-template-contact-page .contact-search-scn .heading-item{
	display: none !important;
}
.form-control:focus {
	box-shadow: none !important;
	border-color: #dee2e6 !important;
}
.location-list {
	padding: 100px 0;
}
.location-list .location-buttons{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.about_video {
    height: 100%;
    overflow: hidden;
    max-height: 400px;
}
.about_video .about_p_banner {
    width: 100%;
}
.gallert-list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.gallert-list .gallery_item img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}	
.text-section {
	padding: 100px 0;
}
.section-content {
	padding: 80px 0 100px;
}
.section-content + .section-gallery{
	padding-top: 0;
}
.steps-scn .core-right-item .welcome-wrap-items,
.steps-scn .welcome-wrap-items.three-col{
	height:395px;
	overflow:hidden;
}

.interior-scn .interior-slide-wrap .slick-initialized .slick-slide { width: fit-content !important; }
.interior-scn.cmn-section {
	padding-bottom: 200px;
}
.our-service-scn .welcome-img-item img {
	height: 820px;
}
.section-stepbox {
	padding: 100px 0;
}
.section-stepbox h2,
.section-stepbox h3,
.section-stepbox h4 {
	color: #090C41;
}
.section-stepbox .step_boxes{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.section-stepbox h2,
.section-stepbox h3 {
	margin-bottom: 24px;
}
.section-stepbox .step_boxes .box span {
	display: block;
	font-size: 40px;
	margin-bottom: 12px;
}
.section-stepbox .step_boxes .box {
	box-shadow: rgb(99 99 99 / 28%) 0px 2px 8px 0px;
    padding: 24px;
    border-radius: 20px;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
}
.section-stepbox .step_boxes .box:hover {
	background-color: #090C41;
    color: #fff !important;
    transform: translateY(-8px);
    transition: all 0.4s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.section-stepbox .step_boxes .box:hover h4 {
	color: #fff;
}
.section-stepbox .left-content {
	padding-right: 20px;
}

.brands_slider {
    padding: 50px 0;
    overflow: hidden;
}

.brands_slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brands_slider .swiper-slide {
    width: auto;
    padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands_slider img {
    max-height: 90px;
    width: auto;
}
.section-stepbox {
	padding-bottom: 30px;
}
.brands-slider + .contact-search-scn {
	padding-top: 0;
}


/* Add Services Section css  */

section.CompadngSec { padding-top:80px; padding-bottom:80px; }
.innerServibx { height:100%; }
.innerServibx .innerServiImg { width: 100%; height:100%; position:absolute; overflow:hidden; }
.innerServibx .innerServiCnt { padding:20px 80px; }
.innerServiCnt .group-btn { justify-content:center; }
.innerServiCnt .group-btn .cmn-btn.outline-btn { border:none; color:#090C41; }
.innerServiCnt .group-btn .cmn-btn.outline-btn:hover::after, .innerServiCnt .group-btn .cmn-btn.outline-btn::after { background-color:transparent; }
.innerServiCnt .group-btn .cmn-btn.outline-btn span img { transform: rotate(-90deg); transition: all 0.3s easy-in-out; }
.innerServiCnt .group-btn .cmn-btn.outline-btn:hover { color:#090C41; }
.innerServiCnt .group-btn .cmn-btn.outline-btn:hover span img { transform: rotate(-90deg) translateY(6px); } 
.innerServiImg img { width: 100%; height:100%; object-fit:cover; } 
.innerServibx { background-repeat: no-repeat; background-size: cover; background-position: center;}
.innerServiCnt { width:100%; height:100%; display:flex; justify-content:center; text-align:center; background-color:rgba(0, 0, 0, 0.5);  }
.innerServiCnt .innerSer-SubTitle { font-size:18px; line-height:24px; font-weight:400; color:#fff; }
.innerServiCnt .innerSerTitle { font-size:48px; line-height:54px; font-family: "Fraunces", serif; font-weight:600; color:#fff;  }
.innerServiCnt .innerSerDesc { font-size:18px; line-height:24px; color:#fff; font-weight:400; }
.inrserpaintMain .inrSerpainIcon img { width:30px; height:30px; }
.inrserpaintMain .inrserpaintTitle { font-size: 24px; line-height:30px; font-family: "Fraunces", serif; font-weight:600; color:#090C41;  }
.inrserpaintMain .inrserpaintDesc { font-size:18px; line-height:24px; font-weight:400; color:#000; }
.inrserpaintMain { background-color: #F3F3F3; padding:52px 30px;  }
.inrserpaintMain:not(:last-child) { margin-bottom:30px; } 
.inrSerClrImg img { width:100%; height:100%; object-fit:cover; min-height:600px; max-height:600px; }
.inrSerClrCnt .inrSerClr-SubTitle { font-size:18px; line-height:24px; font-weight:400; color:#000000; }
.inrSerClrCnt .inrSerClr-Title { font-size:48px; line-height:54px; font-weight:400; color: #090C41; font-family: "Fraunces", serif; }
.inrSerClrCnt .inrSerClrDesc { font-size:16px; line-height:22px; font-weight:400; color:#000000; margin:0px; }
.inrSerClrfeturbx .inrSerClrftrIcon img { width:30px; height:30px;  }
.inrSerClrfeturbx .inrSerClrftrCnt .inrSerClrftrTtle { font-size:24px; line-height: 30px; font-weight:400; font-family: "Fraunces", serif; margin-bottom:10px; color: #090C41;  }
.inrSerClrfeturbx .inrSerClrftrCnt .inrSerClrftrDesc { font-size:16px; line-height:22px; font-weight:400; margin:0px;  } 
.bgblue-Sec { background-color:#090C41; }
.inrSerhritgbx { display:flex; flex-wrap:wrap; column-gap:20px; align-items: start;  }
.inrSerhritgbx .inrSerhritg-icon { width:30px; }
.inrSerhritgCnt { width: calc(100% - 50px);  }
.inrSerhritgbx .inrSerhritg-icon img { width:100%; height:100%; }
.inrSerhritgbx .inrSerhritgCnt .inrSerhritgTtle { font-size:28px; line-height:32px; font-weight:400; font-family: "Fraunces", serif; }
.inrSerhritgbx .inrSerhritgCnt .inrSerClrftrDesc { font-size:16px; line-height:22px; font-weight:400; }
.inrSerimpactSec { background: #e5e5e5; }
.sectionTitleDiv .section-lable { font-size:16px; line-height:20px; color:#000000; font-weight:400; }
.sectionTitleDiv .sectionTitle { font-size:48px; line-height:56px; color:#090C41; font-weight:400; font-family: "Fraunces", serif; margin-bottom: 12px; }
.sectionTitleDiv .secTitleDesc { text-align:center;  }
.inrSerimpactMain { display: grid; grid-template-columns: 2.1fr 1fr; gap: 50px; align-items: center; }
.inrSerimpt-image img { width:100%; height:100%; object-fit:cover; }
.inrSerimptCnt .inrSrimptStatus .counterTxt { font-size:60px; line-height:66px; font-family: "Fraunces", serif; font-weight:400;  } 
.inrSerimptCnt .inrSrimptStatus .counterDesc { font-size:24px; line-height:30px; font-family: "Fraunces", serif; font-weight:400;  } 
.inrSerimpactMain .inrSerimptCnt {  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.inrSeroffr-Card {  background: #f3f3f3; display: flex; flex-direction: column;  }
.inrServoffr-Main { column-count: 3; -webkit-column-count: 3; -moz-column-count: 3; }
.inrSeroffr-Card:nth-child(7n+1) .Seroffr-img,
.inrSeroffr-Card:nth-child(4n+4) .Seroffr-img,
.inrSeroffr-Card:nth-child(6n+5) .Seroffr-img { display:none; }
.inrSeroffr-Card:nth-child(7n+1) .Seroffrlble,
.inrSeroffr-Card:nth-child(4n+4) .Seroffrlble, 
.inrSeroffr-Card:nth-child(6n+5) .Seroffrlble{ display: none; }
.inrSeroffr-Card .SeroffrCnt { padding:30px; min-height:225px;  flex:1;  }
.inrSeroffr-Card:nth-child(6n+2) .Seroffr-icon,
.inrSeroffr-Card:nth-child(6n+3) .Seroffr-icon,
.inrSeroffr-Card:nth-child(5n+6) .Seroffr-icon { display:none }
.inrSeroffr-Card .SeroffrCnt .Seroffr-icon { margin-bottom:12px; }
.inrSeroffr-Card .SeroffrCnt .SeroffrTitle { font-size:24px; line-height:30px; font-weight:400; color:#090C41; font-family: "Fraunces", serif; }
.inrSeroffr-Card .SeroffrCnt .SeroffrDesc { font-size:16px; line-height:22px; font-weight:400; color:#000; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.inrSeroffr-Card{margin-bottom:20px}
.inrSeroffr-Card .Seroffr-icon img { width:35px; }
.Seroffr-img img { width:100%; min-height:200px; max-height: 200px; object-fit:cover; object-position:center; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn { border:none; padding:0px; overflow: inherit; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn:hover { background-color:transparent; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn span img { transform: rotate(-90deg); transition: all 0.3s easy-in-out; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn:hover::after { background-color: transparent; border-color: transparent; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn:hover::after, .SeroffrCnt .Seroffr-link .cmn-btn.outline-btn::after { background-color:transparent; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn:hover { color: #090C41; }
.SeroffrCnt .Seroffr-link .cmn-btn.outline-btn:hover span img { transform: rotate(-90deg) translateY(6px); }
.inrSerClrSec .cmn-btn.outline-btn { border:none; padding:0px; overflow: inherit; }
.inrSerClrSec .cmn-btn.outline-btn:hover::after, .inrSerClrSec .cmn-btn.outline-btn::after { background-color: transparent; border-color: transparent; }
.inrSerClrSec .cmn-btn.outline-btn:hover { color: #090C41; }
.inrSerClrSec .cmn-btn.outline-btn span img { transform: rotate(-90deg); transition: all 0.3s easy-in-out; }
.inrSerClrSec .cmn-btn.outline-btn:hover span img { transform: rotate(-90deg) translateY(6px); }
.inrSerClrSec .container-fluid .inrSerClrlft { padding-right: 40px; padding-left: 140px; }
.inrSerClrSec .container-fluid .inrSerClrRgt { padding-left:0px !important; padding-right:0px !important; }

/*--About Page Timeline Sec--*/
.abtTmlineMain .abtTmlineCnt { position:sticky; top:150px; align-self:flex-start; }
.abtTmlineSec{ padding:100px 0px; }
.abtTmlineMain {  display:grid; grid-template-columns: 1fr 1.5fr; gap:40px; }
.abtTmline-wrap { padding:0 20px; display:grid; grid-template-columns:30px 1fr; }
.abtTmline-line { width:2px; background:rgba(255,255,255,0.25); }
.abtTmline-item:not(:last-child) { margin-bottom:60px; }
.abtTmline-item { position:relative; padding-left:25px; }
.abtTmline-dot { width:12px; height:12px; background:#fff; border-radius:50%; position:absolute; left:-35px; top:50px; }
.abtTmline-box{ background:#0a1360; padding:30px; }
.abtTmline-box .abtTmln-yrtxt { font-size:42px; line-height: 52px; font-family: "Fraunces", serif; margin-bottom:10px; color:#ffffff; }
.abtTmline-box .abtTmln-Titxt { font-size: 26px; line-height: 30px; font-family: "Fraunces", serif; margin-bottom:10px; color:#ffffff; }
.abtTmline-box .abtTmlnDesc { font-size:16px; line-height: 22px; font-weight: 400; color:#ffffff; margin:0px; }
.links a { font-size:14px; color:#9aa3ff; margin-right:15px; text-decoration:none; }
.abtTmline-img img { width:100%; height:100%; object-fit:cover; min-height:420px; max-height:420px; }

.innerServiCnt .group-btn .cmn-btn.bg-btn:hover { border-color: #fff; color: #fff; }


@media only screen and (max-width: 1200px) {
	.innerServiCnt .innerSerTitle { font-size: 40px; line-height: 50px; }
	.innerServibx .innerServiCnt { padding:20px 45px; }
	.inrserpaintMain { padding: 40px 25px; }
	section.CompadngSec { padding-top:60px; padding-bottom:60px; }
	.sectionTitleDiv .sectionTitle { font-size: 40px; line-height: 50px; }
	.inrSerimptCnt .inrSrimptStatus .counterTxt { font-size: 52px; line-height: 62px; }
	.inrSerimpactMain .inrSerimptCnt { gap: 30px; }
	.inrSerClrCnt .inrSerClr-Title { font-size: 42px; line-height: 50px; }
	.inrSerhritgbx .inrSerhritgCnt .inrSerhritgTtle { font-size: 26px; line-height: 30px; }
	.inrSeroffr-Card .SeroffrCnt .SeroffrTitle { font-size: 22px; line-height: 28px; }
}


@media only screen and (max-width: 991px) {
	.innerServiCnt .innerSerTitle { font-size: 34px; line-height: 42px; }
	.innerServibx .innerServiCnt { padding:20px 25px; }
	.inrserpaintMain { padding: 30px 15px; }
	section.CompadngSec { padding-top:45px; padding-bottom:45px; }
	.inrSerimpactMain { grid-template-columns: 1fr; gap: 30px; }
	.sectionTitleDiv .sectionTitle { font-size: 34px; line-height: 38px; } 
	.inrSerimptCnt .inrSrimptStatus .counterTxt { font-size: 40px; line-height: 48px; }
	.inrSerClrCnt .inrSerClr-Title { font-size: 36px; line-height: 44px; }
	.inrSerhritgbx .inrSerhritgCnt .inrSerhritgTtle { font-size: 24px; line-height: 30px; }
	.inrSerClrSec .container-fluid .inrSerClrlft { padding-right: 20px; padding-left: 20px; padding-top: 30px; padding-bottom: 30px; }
	.inrServoffr-Main { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2;  }
	.inrSeroffr-Card .SeroffrCnt .SeroffrTitle { font-size: 18px; line-height: 24px; }
	.inrSeroffr-Card:nth-child(7n+1) .Seroffr-img,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffr-img,
	.inrSeroffr-Card:nth-child(6n+5) .Seroffr-img { display:block; }
	.inrSeroffr-Card:nth-child(7n+1) .Seroffrlble,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffrlble, 
	.inrSeroffr-Card:nth-child(6n+5) .Seroffrlble{ display: block; }
	.inrSeroffr-Card .SeroffrCnt { padding:30px; }
	.inrSeroffr-Card:nth-child(6n+2) .Seroffr-icon,
	.inrSeroffr-Card:nth-child(6n+3) .Seroffr-icon,
	.inrSeroffr-Card:nth-child(5n+6) .Seroffr-icon { display:block }
	.inrServoffr-Main { column-count: inherit; display: flex; flex-wrap: wrap; gap: 15px; }
	.inrServoffr-Main .inrSeroffr-Card { width: calc((100% / 2) - 8px); }
	.inrSeroffr-Card:nth-child(4n+1) .Seroffr-img,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffr-img,
	.inrSeroffr-Card:nth-child(4n+1) .Seroffrlble,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffrlble { display:none; }
	.inrServoffr-Main .inrSeroffr-Card { margin-bottom:0px; }
	.inrSeroffr-Card:nth-child(4n+2) .Seroffr-icon,
	.inrSeroffr-Card:nth-child(4n+3) .Seroffr-icon { display: none; }
}


@media only screen and (max-width: 767px) {
	.innerServiCnt .innerSerTitle { font-size: 30px; line-height: 40px; }
	.innerServibx .innerServiCnt { padding:30px 15px 10px; }
	.inrserpaintMain { padding: 15px 15px; }
	section.CompadngSec { padding-top:25px; padding-bottom:25px; }
	.sectionTitleDiv .sectionTitle { font-size: 30px; line-height: 36px; } 
	.inrSerimptCnt .inrSrimptStatus .counterTxt { font-size: 36px; line-height: 46px; }
	.inrSerimpactMain .inrSerimptCnt { gap: 20px; }
	.innerServibx .innerServiImg { position:relative; }
	.innerServiImg img { min-height:400px; max-height:400px; width:100%; }
	.inrSerClrCnt .inrSerClr-Title { font-size: 30px; line-height: 40px; }
	.inrSeroffr-Card:nth-child(7n+1) .Seroffr-img,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffr-img,
	.inrSeroffr-Card:nth-child(6n+5) .Seroffr-img { display:block; }
	.inrSeroffr-Card:nth-child(7n+1) .Seroffrlble,
	.inrSeroffr-Card:nth-child(4n+4) .Seroffrlble, 
	.inrSeroffr-Card:nth-child(6n+5) .Seroffrlble{ display: block; }
	.inrSeroffr-Card .SeroffrCnt { padding:30px; }
	.inrSeroffr-Card:nth-child(6n+2) .Seroffr-icon,
	.inrSeroffr-Card:nth-child(6n+3) .Seroffr-icon,
	.inrSeroffr-Card:nth-child(5n+6) .Seroffr-icon { display:block }
	.inrSeroffr-Card:nth-child(even) .Seroffr-icon { display: none; }
	.inrSeroffr-Card:nth-child(odd) .Seroffr-img, .inrSeroffr-Card:nth-child(odd) .Seroffrlble { display: none; }	
	.inrServoffr-Main .inrSeroffr-Card { width: 100%; }
	.inrSeroffr-Card .SeroffrCnt .SeroffrDesc { -webkit-line-clamp: unset; -webkit-box-orient: unset; }
}




/* Tab section Css  */

.inrSerDtilMain ul.inrSerDtil-ul li { margin-bottom:0px; background: #090C41; }
.inrSerDtilMain ul.inrSerDtil-ul li .nav-link {  padding:15px 30px; font-size:16px; line-height:22px; color:#fff; }
.inrSerDtilMain ul.inrSerDtil-ul li:not(:last-child) .nav-link { border-right: 3px solid #fff; }
.inrSerDtilMain ul.inrSerDtil-ul li .nav-link:hover { background-color:#2E305D; }
.inrSerDtilMain ul.inrSerDtil-ul li .nav-link.active { background-color:#2E305D;  }
.inrSerDtilCnt .inrSerDtiltbp h2, .inrSerDtilCnt .inrSerDtiltbp h3, .inrSerDtilCnt .inrSerDtiltbp h4, .inrSerDtilCnt .inrSerDtiltbp h5, .inrSerDtilCnt .inrSerDtiltbp h6 { font-size:30px; line-height:32px; font-family: "Fraunces", serif; color:#090C41; font-weight:400; margin-bottom:20px; }
.inrSerDtilMain .inrSerDtilCnt { background-color: #ffffff; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10); border-radius: 0px 0px 8px 8px; border: 1px solid rgba(0, 0, 0, 0.1); padding: 20px 25px 8px !important; }
.inrServiDtailSec .inrSerDtilMain { padding:80px 0px 0px; }
.page-id-139 .group-btn.aos-init.aos-animate { display: none; }
.innerServiceSec.CompadngSec ul li { font-weight: 400; font-size: 18px; }
.inrSerheritgSec.bgblue-Sec .content ul li { list-style:disc; font-weight: 400; font-size: 18px; }
.inrSerheritgSec.bgblue-Sec .content ul li strong { font-weight:600; }
.inrSerheritgSec.bgblue-Sec:has(+ .our-service-scn) .row { flex-direction: row-reverse; }

/* Side right form */

.fix_button { position: fixed; display: flex; gap: 3em; left: 100%; top: 50%; transform-origin: 0% 0%; transform: rotate(90deg) translateX(-50%); justify-content: center; align-items: center; z-index: 99 !important; }
.offcanvas.enquire-sidebar { position: fixed; bottom: 0; z-index: 999; display: flex; flex-direction: column; max-width: 100%; background-color: #fff !important; transition: transform 0.5s ease-in-out; top: 0; right: 0; max-width: 400px; width: 100%; border-left: 1px solid #dee2e6; transform: translateX(100%); }
.offcanvas.enquire-sidebar.show { transform: translateX(0); }
.fix_button a.theme-btn.prdt-btn.cmn-btn { margin-top: 0px; min-width: 7em !important; justify-content: center; transform:rotate(-180deg); }

/* .fix_button a.theme-btn.prdt-btn.btn:before,
.sidebar_enquire .offcanvas-body .btn.submit-btn:hover {
  background-color: #333 !important;
}

.fix_button a.theme-btn.prdt-btn.btn:hover {
  color: #222;
  background-color: #2EA3F2 !important;
} */


.enquiry-form.active { left: 0px; }
.sidebar_enquire .offcanvas-body { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 20px !important; padding: 0.5em 1.6em !important; }
.sidebar_enquire .offcanvas-body .wpcf7 { width: 100%; }
.offcanvas-end.sidebar_enquire { background-color: #fff; top: 60px; }
.offcanvas-header { padding-bottom: 5px; }
.offcanvas-header h2 { color: #fff !important; margin-bottom: 0px; }
.modal-header .close { color: #000 !important; }
.sidebar_enquire .offcanvas-header .btn-close { color: #090C41 !important; font-size: 20px; font-weight: 900; line-height: 28px; padding: 5px !important; border-radius: 3px !important; border: 3px solid #090C41 !important; background-color: transparent !important; margin: 10px; }
.sidebar_enquire .offcanvas-body h2 { color: #fff; font-weight: bold; margin-bottom: 20px; }
.fix_button .elementor-button { padding: 12px 24px !important; }
.sidebar_enquire .offcanvas-body form .input-block,
.sidebar_enquire .offcanvas-body .recaptcha-side { margin-bottom: 10px; }
.sidebar_enquire .offcanvas-body .submit-btn { width: auto !important; letter-spacing: 2.5px; }
.sidebar_enquire .offcanvas-body .input-block p { margin-bottom: 0px; }
.sidebar_enquire .offcanvas-body .wpcf7 form .wpcf7-response-output { font-size: 14px; }
.offcanvas-body .input-block input, .offcanvas-body .input-block select, .offcanvas-body .input-block textarea { height: auto !important; padding: 10px 20px !important; margin-bottom: 15px !important; width: 100%; }
.offcanvas-body .input-block select option { font-size: 15px !important; }
.offcanvas-body .input-block select:focus-visible, .offcanvas-body .input-block select:focus { border: 1px solid #767676 !important; }
.offcanvas-body .input-block.submit_btn { margin-bottom: 5px; position: relative; }
.offcanvas-body .input-block.submit_btn .wpcf7-spinner { position: absolute; top: 0; right: 5px; }
.offcanvas-body .wpcf7-not-valid-tip { font-size: 14px; }
.offcanvas-body .wpcf7-response-output { margin: 10px 0 !important; }
.fix_button.mobile_fixbutton { display: none; }
.sidebar_enquire .cmn-btn.bg-btn p { margin-bottom: 0px; }
.mobile_fixbutton .theme-btn { border: 1px solid #fff; }
.sidebar_enquire .cmn-btn.bg-btn .submit-btn { color: #fff; font-weight: 500; }
.sidebar_enquire .cmn-btn.bg-btn { padding: 14px 32px; }
.sidebar_enquire .cmn-btn.bg-btn:hover .wpcf7-submit { color: #090C41 !important; }

@media screen and (max-width: 767px) {
    .fix_button.desktop_fixbutton { display: none !important; }
    .fix_button.mobile_fixbutton { display: flex; }
    .fix_button.mobile_fixbutton { left: auto; top: auto; bottom: -8px; transform: initial; right: 0; width: auto; gap: 10px !important; justify-content: flex-end !important; padding: 10px; z-index: 99 !important; }
    .fix_button a.theme-btn.prdt-btn.cmn-btn { transform: initial; border-radius: 50%; background-color: #090C41; }
    .fix_button.mobile_fixbutton img { max-width: 24px; }
    .fix_button.mobile_fixbutton a.theme-btn.prdt-btn.cmn-btn { min-width: auto !important; padding: 10px !important; }
}


.readMoreWrap { overflow: hidden; }
.read_content .readMoreBtn { font-size:18px; line-height:24px; color: #090C41; font-weight:500; display: inline-block; padding-top: 15px; padding-bottom: 20px;  }
.about_video video.about_p_banner { width: 100%; height: 100%; object-fit: cover; }


.site-header-main ul.navbar-nav > li > ul li { position:relative; }
.site-header-main ul.navbar-nav > li > ul.sub-menu li .dropdown-icon { position:absolute; right:0px; top: 5px; } 
.site-header-main ul.navbar-nav > li > ul > li { padding-right: 30px; }


@media screen and (max-width: 991px) { 
	.site-header-main ul.navbar-nav > li > ul.sub-menu > li > ul.sub-menu { margin:0px; width: 100% !important; max-width: 100% !important; box-shadow: none !important; }
	.site-header-main ul.navbar-nav > li > ul.sub-menu { box-shadow: none !important; }
	.sub-menu { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
	.site-header-main ul.navbar-nav > li > ul.sub-menu > li > ul.sub-menu li a { padding-left:25px !important; padding-right:15px !important; }
	.site-header-main ul.navbar-nav > li > ul.sub-menu > li a { padding-left:20px !important; }
	.site-header-main ul.navbar-nav > li > ul > li { padding-right: 0px; }
	.site-header-main .sub-menu { min-width: 100%; }
}
.inrServiDtailSec .tab-content ul{
	padding-left: 20px;
}
.inrServiDtailSec .tab-content ul li{
	list-style: disc !important;
	font-size: 18px;
	font-weight: 400;
}

.call-mb-bottom {
	display: none;
}
.call-mb-bottom .cmn-btn {
	width: 100%;
	max-width: 100%;
	border-radius: 0 !important;
	height: 50px;
}