html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	color: #555;
	margin: 0;
	font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:focus,
a:hover {
	outline: 0 none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0 none repeat scroll 0 0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0 none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0 none;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0 none;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

body,
button,
input,
optgroup,
select,
textarea {
	color: #696969;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #1D1D1D;
	font-weight: 600
}

h2 {
	font-size: 30px;
	margin: 0
}

p {
	margin-bottom: 1.5em
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0 1.5em
}

address {
	margin: 0 0 1.5em
}

pre {
	background: #eee none repeat scroll 0 0;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .9375rem
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

ins,
mark {
	background: #fff9c0 none repeat scroll 0 0;
	text-decoration: none
}

big {
	font-size: 125%
}

html {
	box-sizing: border-box
}

* {
	box-sizing: border-box
}

body {
	background: #fff none repeat scroll 0 0
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em
}

ol,
ul {
	margin: 0 0 1.5em
}

ul {
	list-style: outside none disc
}

li {
	padding: 0 0 5px
}

ol {
	list-style: outside none decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-weight: 400;
	font-size: 16px;
	background-color: #A47FB5;
	border: 1px solid #A47FB5;
	border-radius: none;
	padding: 10px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	transition: ease-in-out .5s all;
	border-radius: 8px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 16px;
	padding: 8px 10px
}

select {
	border: 1px solid #ccc
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
	color: #111
}

textarea {
	width: 100%
}

::-webkit-input-placeholder {
	color: #ccc
}

:-ms-input-placeholder {
	color: #ccc
}

::placeholder {
	color: #000
}

a {
	color: #696969;
	text-decoration: none;
	transition: all .3s ease 0s
}

a:visited {
	transition: all .3s ease 0s
}

a:active,
a:focus,
a:hover {
	outline: medium none
}

a:focus {
	outline: medium none
}

a:active,
a:hover {
	outline: 0 none
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear::after,
.clear::before,
.comment-content::after,
.comment-content::before,
.entry-content::after,
.entry-content::before,
.site-content::after,
.site-content::before,
.site-footer::after,
.site-footer::before,
.site-header::after,
.site-header::before {
	content: "";
	display: table;
	table-layout: fixed
}

.clear::after,
.comment-content::after,
.entry-content::after,
.site-content::after,
.site-footer::after,
.site-header::after {
	clear: both
}

.widget {
	margin: 0 0 30px
}

.widget select {
	max-width: 100%
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.updated:not(.published) {
	display: none
}

.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0
}

.inline-block {
	display: inline-block
}

embed,
iframe,
object {
	max-width: 100%
}

.clearnone {
	clear: none
}

.fl {
	float: left
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")
}

.home-page .container {
	margin: 0 auto;
	padding: 100px 0px 170px 0px;
	position: relative;
	max-width: 1600px;
}

.container {
	margin: 0 auto;
	padding: 60px 0px 60px 0px;
	position: relative;
	max-width: 1600px;
}

.boxspacer {
	display: block;
	height: 20px
}

.boxspacer10 {
	display: block;
	height: 10px
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

.textlink {
	color: #81b84d;
	font-size: 13px;
	text-decoration: none
}

.textlink:hover {
	color: #000
}

.visible-sm {
	display: none !important
}

#primary.content-area {
	float: left;
	margin: 0 5% 0 0;
	width: 70%
}

body.page-template-full-width #primary.content-area {
	float: left;
	margin: 0;
	width: 100%
}

aside#secondary {
	float: left;
	padding: 50px 0 0;
	width: 25%
}

.widget {
	background-color: #efeef0;
	border: 1px double #e2e2e2;
	margin: 0 0 30px;
	padding: 20px
}

h2.widget-title {
	color: #30458a;
	display: block;
	font-weight: 600;
	line-height: 26px;
	position: relative;
	margin-top: 0
}

.search-form .search-field {
	margin: 0 0 10px;
	width: 100%
}

.fixed-header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	background-color: #fff !important;
	z-index: 9999;
	animation: 1s .1s fadeInDown both
}

.fixed-header .logoImg img {
	display: block;
	max-height: 80px;
}

.fixed-header .logoImg {
	padding: 9px 0;
	margin-bottom: 0;
}

body.fixed {
	padding-top: 100px
}

#masthead {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;

}

#masthead.innerheader {
	position: relative
}

.topSocialIcons {
	display: inline-block;
	float: right;
	padding: 30px 0 0 0
}

.topSocialIcons a {
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: 1px solid silver;
	background-color: #fff;
	color: #222;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px
}

.topSocialIcons a.callIcon {
	border: 1px solid #df2528;
	background-color: #df2528;
	color: #fff;
	background-image: url(../images/icon-call.png);
	background-position: center center
}

.phoneAnimate {
	-webkit-animation: dot-pulse-idle 3s cubic-bezier(.19, 1, .22, 1) infinite both;
	animation: dot-pulse-idle 3s cubic-bezier(.19, 1, .22, 1) infinite both;
	border-radius: 80%
}

@-webkit-keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #df2528
	}

	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

@keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #df2528
	}

	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

.topSocialIcons a:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.logoImg {
	/* float: left; */
	padding: 15px 0;
	max-width: 140px;
	animation: 1s .2s zoomIn both;
	margin-top: 0;
	margin-bottom: -70px;
}

.logoImg img {
	display: block
}

.topMenu {
	position: relative;
	float: none;
	display: inline-block;
	z-index: 9999;

	padding: 0 10px;
	animation: 1s .3s fadeInUp both
}

.booknow-btn {
	animation: 1s .3s fadeInRight both
}

.fixed-header .topSocialIcons {
	padding: 11px 0 0 0
}

.site-header .container {
	text-align: right;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
}

.homeSlider {
	position: relative;
	padding-top: 88px;
}

.homeSlider .caption-wrap {
	opacity: 1 !important;
	color: #000
}

.homeSlider .caption-wrap .line1 {
	font-weight: 700;
	font-size: 64px;
	line-height: 80px;
	color: #76428E;
	margin: 0 0 20px 0;
}

.homeSlider .caption-wrap .line1 span {
	color: #EB7628
}
.slider4 .caption-wrap .line1 span, .slider5 .caption-wrap .line1 span{display: block;}

.homeSlider .caption-wrap .line2 {
	font-size: 22px;
	color: #222;
	font-weight: 400;
	line-height: 34px;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite
}

.homeSlider .caption-wrap p {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	font-weight: 300;
	margin: 0
}

.homeSlider .owl-item.active .caption-wrap .line1 {
	animation: 1s .1s fadeInDown both
}

.homeSlider .owl-item.active .caption-wrap .line2 {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .caption-wrap .line3 {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .caption-wrap p {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .colRight img {
	animation: 1s .9s bounceInRight both;
	width: auto !important;

}

.homeSlider .caption-wrap .btn-group {
	margin-top: 20px
}

.homeSlider .owl-item .caption-wrap .btn-default {
	margin-right: 10px;
	margin-bottom: 10px
}

.homeSlider .owl-item.active .caption-wrap .btn-default {
	animation: 1s 1.2s fadeInUp both
}

.homeSlider .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.homeSlider .owl-theme .owl-dots .owl-dot.active span {
	background-color: #A47FB5;
	border-color: #A47FB5
}

.homeSlider .owl-theme .owl-nav {
	margin: 0
}

.homeSlider .owl-carousel .owl-nav button.owl-next,
.homeSlider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	margin: -25px 0 0;
	top: 60%;
	padding: 0;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, .1);
	color: #fff
}

.homeSlider .owl-carousel .owl-nav button.owl-next:hover,
.homeSlider .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #000
}

.homeSlider .owl-carousel .owl-nav button.owl-next {
	right: 20px
}

.homeSlider .owl-carousel .owl-nav button.owl-prev {
	left: 20px
}

.colLeft {
	position: absolute;
	width: 40%;
	left: 5%;
	bottom: 30%;
	z-index: 1;
}

.colRight {
	position: absolute;
	/* width: 62%; */
	right: 13%;
	bottom: 30%;
	text-align: center;

}

.item-first .colRight {
	position: absolute;
	/* width: 62%; */
	right: 25%;
	bottom: 14%;
	text-align: center;
}

/*.colRight img {
	max-width: 100vw;
	margin: auto
}*/
.colRight img {
	max-width: 100vw;
	margin: auto;
	z-index: 1;
	position: relative;
}

#pre-div {
	background-color: #f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999
}

/*
#loader {
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	
	width: 218px
}
*/
.text-justify {
	text-align: justify
}

.owlpics {
	display: block;
	text-align: center
}

.owlpics h3 {
	font-size: 18px;
	color: #212121;
	font-weight: 600;
	margin: 0;
	padding: 10px
}

.owlpics .imgbox,
.owlpics img {
	transition: all .3s ease 0s
}

.owlpics .imgbox span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	transition: all .3s ease 0s
}

.owlpics:hover .imgbox {
	background-color: #000
}

.owlpics:hover img {
	opacity: .4
}

.owlpics:hover .imgbox span {
	display: block
}

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #acacac;
	color: #000;
	width: 50px;
	text-align: center;
	line-height: 40px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.owl-theme .owl-nav {
	margin-top: 30px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: #f0f0f0;
	padding: 4px 7px !important;
	border-radius: 15px
}

.owl-carousel .imgWrap {
	width: 100%;
	height: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.owl-carousel .imgbox {
	display: table
}

.owl-carousel .imgbox img {
	max-width: 100%;
	width: auto;
	margin: auto;
	max-height: 210px
}

.fullrow {
	padding: 60px 0;
	position: relative;
	clear: both
}

.site-footer {
	background-color: #f1f3f5;
}

.footerFlex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.footerFlex .contact-box {
	padding: 50px 0px 100px 0px;
	text-align: center;

}

@media (max-width: 767px) {
	.footerFlex {
		grid-template-columns: 1fr;
		gap: 0;
	}

}

.footerFlex .contact-box .contact-icon img {
	width: auto !important;
	height: auto !important;
	max-width: unset;
	margin-bottom: 10px;
}

.footerFlex .content-text .title {
	font-size: 30px;
	font-weight: 600;
	color: #222222;
	line-height: 42px;
	margin: 10px 0px;
	text-transform: uppercase;
}

.footerFlex .contact-box .content-text .services-txt,
.footerFlex .contact-box .content-text a {
	margin: 0;
	color: #5B5B5B;
	font-weight: 400;
}

.footer-shape-top {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	top: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.site-footer .copyRight {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #5b5b5b45;
}

.site-footer .copyRight a {
	text-decoration: underline
}

.site-footer .copyRight a:hover {
	text-decoration: underline
}

.site-footer .copyRight p {
	margin: 0
}

.site-footer .copyRight .left {
	float: left
}

.site-footer .copyRight .right {
	float: right;
	text-align: right
}

.site-footer .copyRight:after {
	content: "";
	display: block;
	clear: both
}

.footerLogo img {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}



#back-to-top {
	opacity: 0;
	background: #a47fb5 none repeat scroll 0 0;
	color: transparent;
	bottom: 15px;
	cursor: pointer;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	padding: 6px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 40px;
	z-index: 99;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}

#back-to-top.show {
	opacity: 1
}

#back-to-top::after {
	content: '\f062 ';
	display: inline-block;
	color: #fff;
	font-family: Fontawesome;
	font-size: 16px;
	left: 0;
	position: absolute;
	right: 0;
	top: 11px;
	-webkit-animation: passingbottomtotop 1.1s linear infinite;
	-moz-animation: passingbottomtotop 1.1s linear infinite;
	-ms-animation: passingbottomtotop 1100ms linear infinite;
	-o-animation: passingbottomtotop 1.1s linear infinite;
	animation: passingbottomtotop 1.1s linear infinite;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}

#back-to-top:hover {
	background-color: #4f5c6d
}

#back-to-top:hover:after {
	color: #fff
}

@-webkit-keyframes passingbottomtotop {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}
}

@keyframes passingbottomtotop {
	0% {
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}
}

@-webkit-keyframes passingtoptobottom {
	0% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}
}

@keyframes passingtoptobottom {
	0% {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}
}

#menubtn {
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	display: inline-block;
	margin-left: 12px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #4f5c6d;
	margin-top: 30px;
	background-color: #4f5c6d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
	width: 40px;
	text-align: center;
}

.fixed-header #menubtn {
	margin-top: 15px
}


.col21 {
	width: 47%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left
}

.col22 {
	width: 47%;
	display: inline-block;
	margin: 0 0 0 3%
}

.col-21 {
	width: 48%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left
}

.col-22 {
	width: 48%;
	display: inline-block;
	margin: 0;
	float: right
}

.col-31 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-32 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-33 {
	width: 31.66%;
	display: inline-block;
	margin: 0;
	float: left
}

.col-41 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-42 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-43 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-44 {
	width: 23.12%;
	display: inline-block;
	margin: 0;
	float: left
}

.box {
	margin-bottom: 30px
}

.box .fa {
	color: #df2528;
	float: left;
	font-size: 22px;
	padding: 2px 0 0
}

.box .fa-mobile {
	font-size: 36px;
	margin-left: 3px;
	margin-top: -7px
}

.box .fa-envelope-o {
	font-size: 19px !important;
	margin-top: 7px;
}

.boxColumn {
	margin: 0 0 0 30px;
	font-size: 18px;
}

.boxColumn a {
	text-decoration: none
}

.boxColumn a:hover {
	color: #000
}

.contactpagelink .boxColumn a {
	color: #555
}

.contact-form-right {
	background-color: #f6f6f6;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px
}

.contactpagelink .boxColumn a:hover {
	color: #df2528
}

.entry-content a:hover {
	color: #000
}

.brdimg {
	border: 1px solid #083d5f
}

.col21 iframe,
.col22 iframe {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.col21 iframe {
	border-right: 1px solid #ccc !important
}

.btn-default {
	font-weight: 400;
	font-size: 18px;
	background-color: #A47FB5;
	border: 1px solid #A47FB5;
	border-radius: 8px;
	padding: 10px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase
}

.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-default.btn-o {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-default.btn-o:hover {
	background-color: #222;
	border-color: #000;
	color: #fff
}

.btn-lg {
	font-size: 18px;
	padding: 8px 30px
}

.btn-black {
	border-color: #000 !important;
	background-color: #000 !important
}

.btn-orange {
	border-color: #FE8400 !important;
	background-color: #FE8400 !important
}

.btn-orange:hover {
	border-color: #000 !important;
	background-color: #000 !important
}

.btn-white {
	border-color: #fff;
	background-color: #fff;
	color: #000
}

.btn-white:hover {
	color: #fff
}

.btn-orange {
	background-color: #13277a;
	border-color: #13277a
}

.btn-default i {
	display: inline-block;
	padding-left: 10px
}

.col-8 {
	width: 66.66666667%;
	float: left
}

.col-4 {
	width: 33.33333333%;
	float: left
}

.smallLine {
	margin-top: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .85)
}

.breadcrumbs {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin: 0;
	color: #ccc
}

.breadcrumbs a {
	color: #fff
}

.pageTitle2 {
	background-image: url(../images/bg-pagetitle.jpg);
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 88px 0 50px;
	color: #fff
}

.pageTitle2 h1 {
	font-family: "Fredericka the Great", cursive;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	margin: 85px 0 0
}

.pageTitle2 .col-21 {
	width: 38%
}

.pageTitle2 .col-22 {
	width: 58%
}

.pageTitle {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url(../images/inner-page-titel-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	background-size: cover;
	padding: 100px 0 80px
}

.pageTitle .container {
	padding: 120px 0px 30px;

}

.pageTitle h1 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 55px;
	font-size: 50px;
	font-weight: 700;
	color: #fff
}

.bg-contact {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .52), rgba(0, 0, 0, .73)), url(../images/bg-contact.jpg);
	background-position: bottom center
}

.bg-f6f6f6 {
	background-color: #f6f6f6
}

.bg-e4e4e4 {
	background-color: #e4e4e4
}

#breadcrumb {
	list-style: none;
	margin: 10px 0 0;
	padding: 0
}

#breadcrumb li {
	display: inline-block;
	font-size: 16px
}

#breadcrumb li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 10px
}

#breadcrumb a {
	color: #fff
}

.doubletext span {
	color: #df2528;
	display: block
}

.bg-fff {
	background-color: #fff !important
}

.site-content {
	padding: 30px 0
}

.site-content p {
	line-height: 30px
}

.img-border {

	border-radius: 20px;

}

.col31 {
	width: 33%;
	float: left
}

.col32 {
	width: 33%;
	float: left;
	padding-right: 40px
}

.col33 {
	width: 33%;
	float: left
}

#frm_contact label {
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block
}

#frm_contact input {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px
}

#frm_contact select {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px
}

#frm_contact textarea {
	border: 1px solid #ccc;
	width: 90%;
	font-size: 16px;
	padding: 9px
}

#frm_contact .form-group {
	margin: 0 0 10px
}

#period-addon {
	line-height: 40px
}

.mapwrap .col21,
.mapwrap .col22 {
	width: 50%;
	margin: 0
}

.wrap404 {
	text-align: center;
	padding: 40px 0
}

.wrap404 i {
	font-size: 120px
}

.wrap404 h2 {
	font-size: 60px;
	font-weight: 500;
	margin: 0;
	line-height: inherit
}

.wrap404 h4 {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	color: #ccc
}

.wrap404 p {
	font-size: 20px
}

.asterisk {
	color: red
}

.w980 {
	max-width: 980px !important;
	margin: 0 auto
}

.w900 {
	max-width: 900px !important;
	margin: 0 auto
}

.w800 {
	max-width: 800px !important;
	margin: 0 auto
}

.w660 {
	max-width: 660px !important;
	margin: 0 auto
}

.w600 {
	max-width: 600px !important;
	margin: 0 auto
}

.w250 {
	max-width: 250px !important;
	margin: 0 auto
}

.w200 {
	max-width: 200px !important;
	margin: 0 auto
}

.w150 {
	max-width: 150px !important;
	margin: 0 auto
}

.w100 {
	max-width: 100px !important;
	margin: 0 auto
}

.minw100 {
	min-width: 100px
}

.minw240 {
	min-width: 240px
}

.field-row {
	margin-bottom: 10px
}

.formWrap {
	margin: 0 auto
}

.formWrap .input-field {
	margin-bottom: 15px
}

.formWrap label {
	display: block;
	font-weight: 400
}

.formWrap input[type=date],
.formWrap input[type=email],
.formWrap input[type=tel],
.formWrap input[type=text] {
	width: 100%;
	border-color: #cecece;
	border-radius: 0;
	color: #000
}

.formWrap select {
	width: 100%;
	border-color: #cecece;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 8px
}

.formWrap .col21,
.formWrap .col22 {
	margin-bottom: 15px
}

.formWrap .col-31,
.formWrap .col-32,
.formWrap .col-33 {
	margin-bottom: 15px
}

.formWrap textarea {
	height: 120px;
	border-radius: 0;
	color: #000
}

.formWrap input[type=submit] {
	width: auto;
	margin: 10px 0 0;
	border-radius: 8px;
	padding: 10px 20px 8px;
	font-size: 18px;
	font-weight: 400
}

table.pkg {
	background-color: #fff;
	font-size: 18px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2
}

table.pkg td {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #1a1a1a
}

table.pkg td:first-child {
	background-color: #f1f1f1
}

.anchorspan {
	position: absolute;
	top: -100px
}

.showMobile {
	display: none
}

.showMobile a {
	display: inline-block;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	color: #000;
	padding: 2px 0;
	font-weight: 400;
	width: 25%
}

.addBorder {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.yeardiv {
	width: 50px !important;
	float: left;
	text-align: center;
	margin-right: 10px
}

.mr20 {
	margin-right: 20px !important
}

.mt28 {
	margin-top: 28px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt10 {
	margin-top: 10px !important
}

.pt0 {
	padding-top: 0 !important;
}

.posterbox img {
	border: 1px solid #ccc;
}

.reviewus {
	margin: 40px 0 0;
}

.reviewus img {
	max-width: 200px;
}

.showMobile a:hover {
	background-color: #000;
	color: #fff
}

#menubtn {
	display: none
}

.text-center {
	text-align: center
}

.font20 {
	font-size: 20px
}

.formWrap input[type=submit].btn-tracking {
	width: 70%;
	padding: 4px 0;
	vertical-align: top;
	margin: 0
}

/*
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-info {
	color: #fff;
	background-color: #0823AA;
	border-color: #0823AA
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 15px;
	color: #000
}

.table th {
	text-align: left;
	padding: 10px;
	color: #222;
	font-size: 16px;
	border-right: 1px solid #faed38;
	border-bottom: 1px solid #111;
	background-color: #faed38
}

.table td {
	text-align: left;
	padding: 12px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff
}
*/
.font28 {
	font-size: 28px;
	line-height: 36px
}

.mulilight {
	font-weight: 300 !important
}

.mt0 {
	margin-top: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt20 {
	margin-top: 20px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.m0 {
	margin: 0
}

.vtop {
	vertical-align: top
}

.title-light {
	font-weight: 300;
	color: #272727;
	font-size: 24px
}

.pb0 {
	padding-bottom: 0 !important
}

.pb20 {
	padding-bottom: 20px
}

.text-white {
	color: #fff
}

.eq-row {
	display: flex;
	position: relative
}

.eq-row .column {
	flex: 50%
}

.p40 {
	padding: 40px
}

/*
.showOnlyDesktop {
	display: block
}

.showiPad {
	display: none
}

.iconLeft {
	float: left;
	width: 60px;
	margin: 7px 0 0 0
}

.iconLeft .fa {
	font-size: 45px
}

.servConRight {
	display: table;
	margin-left: -65px
}

.introContent.nobg {
	background-image: none
}

.introContent {
	padding: 60px 0 50px;
	background: #fff;
	position: relative;
	color: #000;
	font-weight: 500
}

.introContent .container {
	z-index: 10;
	position: relative
}

.border-img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	border-radius: 20px;
	display: inline-block;
	overflow: hidden
}

.introContent .col-21 {
	width: 46%
}

.introContent .col-22 {
	width: 50%
}

.bg-products {
	background: url(../images/bg-products.jpg) center center no-repeat fixed
}*/
/*
.titletxt {
	font-size: 26px;
	font-weight: 700;
	color: #262626;
	line-height: 60px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px
}

.titletxt span {
	color: blue
}

.introContent p {
	text-align: justify
}
*/
.wow {
	visibility: hidden
}

.img-block {
	display: block
}

.desktop-p40 {
	padding: 40px
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.tbs {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

.gallerylist {
	list-style: none;
	margin: 0;
	padding: 0
}

.gallerylist:after {
	content: "";
	display: block;
	clear: both
}

.gallerylist li {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left
}

.gallerylist li a {
	margin: 1px;
	position: relative;
	display: block;
	overflow: hidden
}

.gallerylist li a img {
	display: block
}

.gallerylist li a img[alt] {
	font-size: 12px
}

.gallerylist li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 89, 151, .8);
	text-align: center;
	visibility: hidden;
	height: 0;
	transition: all ease-in-out .2s;
	color: #fff;
	font-size: 22px
}

.gallerylist li a:hover .caption {
	visibility: visible;
	height: 100%;
	left: 0;
	top: 0
}


/*New*/

.industries .indFlex {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(5, 1fr);
}

.industries .indBox {
	display: flex;
	flex-direction: column;
	gap: 14px;
	cursor: pointer;
}
.industries .indBox a{gap: 14px;display: flex;
	flex-direction: column;}

.industries .indBox:hover {
	/* background: #fff; */
	/* box-shadow: 0 0 72px rgba(0, 0, 0, .07) */
}

.industries .indBox h2 {
	font-size: 20px;
	font-weight: 400;
	color: #595959;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.industries .indBox .indimg {

	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #e8e4de;
}

.industries .indBox .indimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: #CACACA solid 1px;
	display: block;
	transition: transform var(--transition), filter var(--transition);
}

:root {
	--transition: 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.industries .indBox:hover .indimg img {
	transform: scale(1.07);
	filter: brightness(0.96);
}

/* .industries .indBox img {
	border: #CACACA solid 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
} */
/*End New */

/*New*/
.bg-background {

	background: #F3F3F3;
}

.homeCounter .container {

	max-width: 1350px;
	padding: 100px 0px;
}

.counter-box {
	position: relative;
	text-align: left;
	margin: 15px 0px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.counter-box .icon {
	width: 75px;
	height: 75px
}

.counter-box .counter-content {
	display: flex;
	flex-direction: column;
}

.counter-count {
	display: flex;
	font-size: 36px;
	font-weight: 400;
	color: #1D1D1D;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	gap: 10px;
}

.counter-content p {
	font-size: 18px;
	font-weight: 400;
	color: #696969;
	line-height: normal;
	margin: 5px 0 0;
	padding: 0px
}


/*End New */
/*New*/
.testimonial-card {
	background: #fff;
	border-radius: 10px;
	padding: 35px 30px;
	text-align: center;
	border: 1px solid #CECECE;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.testi-content {
	flex: 1;
}

.testimonial-card:hover {
	/*transform:translateY(-6px);*/
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.quote {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;

}

.quote img {
	width: auto !important;
}

.testimonial-text {
	margin: 0px;
	padding: 0;
	min-height: 180px;
}

.stars {
	color: #ff9c2a;
	font-size: 30px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.name {
	font-weight: 600;
	color: #000;
	line-height: 26px;
}

.company {
	font-size: 16px;
	color: #5E5E5E;
	font-weight: 400;
}

/*End New */
/*New*/

.client-logo {
	background: #fff;
	height: 150px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.client-logo img {
	/*max-width: 150px;
	max-height: 100px;*/
	height: auto;
	width: auto !important;
}

/*End New */
/*New*/

.affiliation-logo {
	background: #fff;
	height: 168px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid #CACACA;
}

.affiliation-logo img {
	/*max-width: 150px;
	max-height: 100px;*/
	height: auto;
	width: auto !important;
}

/*End New */

/*New*/

.footercta {
	position: relative;
	background: #f1f3f5;
}

.footercta .ctabox {
	display: flex;
	align-items: center;
	position: relative;
}

.footercta .ctaboxtxt {
	flex: 1;
	gap: 25px;
	display: flex;
	flex-direction: column;
}

.footercta .ctaboxtxt h2 {
	color: #1D1D1D;
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
}

.footercta .ctaboxtxt p {
	margin: 0;
	color: #696969;
	font-size: 20px;
	font-weight: 400;
}

.footercta .ctaboxbtns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 50px;
}

.mr-10 {
	margin-right: 10px;
}

#cssmenu>ul>li>a {
	color: #525252;
}

/*End New*/



.dflex-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 767px) {
	.dflex-col {
		grid-template-columns: 1fr;
	}

}

/*
.homeProducts {
	clear: both;
	padding: 60px 0;
	text-align: center;

}



.homeProducts .titletxt {
	display: inline-block;
	margin: 0 0 40px;
	text-align: center;
	font-size: 36px;
	padding-bottom: 5px
}

.our-collection {
	margin-top: 30px;
}*/

.carouselBox {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
}
.testimonial-card {
	min-height: 560px;
}



.carouselBox .pic {
	display: block;
	overflow: hidden;
	position: relative
}

.carouselBox .content {
	display: flex;
	text-align: left;
	justify-content: space-between;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	flex-direction: column;
	gap: 15px;
}

.carouselBox .content .title {
	font-size: 18px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #141414;
	font-weight: 500;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.whatsAppBtn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #25d366;
	display: block;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	color: #fff;
	animation: bounce 2s infinite
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-20px)
	}

	60% {
		transform: translateY(-10px)
	}
}

.flex-footer {
	display: block
}

.flex-footer .col.first {
	width: 30%;
	margin-right: 10%;
	float: left;
	text-align: center
}

.flex-footer .col2 {
	width: 20%;
	float: left
}

.flex-footer .col3 {
	float: right
}

.flex-footer .col.first img {
	max-width: 360px;
	margin: auto
}

.flex-footer .col3 .imgmap {
	border: 1px solid #b6b6b6;
	border-radius: 20px;
	display: block
}

.absFooter {
	background-color: #4f5c6d;
	color: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	justify-content: space-between;
	display: flex;
	margin-bottom: 80px;
	margin-top: -60px
}

.homewhtsAppForm {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin: -60px auto 0px;
	z-index: 99;
	position: relative;
	max-width: 1340px;
	justify-content: center;
	display: flex;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.homewhtsAppForm form {
	display: flex;
	align-items: center;
	gap: 15px;
}

.homewhtsAppForm form>div {
	flex-grow: 1;
	flex-basis: 0;
	text-align: left;

}

.homewhtsAppForm form input {
	width: 100%;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}

.homewhtsAppForm form select {
	width: 100%;
	padding: 12px 15px;
	border-radius: 10px
}

.homewhtsAppForm form label {
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
	color: #222;
}

.homewhtsAppForm form input[type=submit] {
	background-color: #25d366;
	border-color: #25d366;
	border-radius: 10px;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 15px
}

.teamBox img {
	border-radius: 20px 0 20px 0
}

#owl-aboutteam.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -10px;
	margin-bottom: 40px
}

.threeGrid {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
}

.threeGrid .carouselBox {
	box-shadow: 0 0 16px rgb(0 0 0 / 15%);
	margin: 0 15px 30px;
	flex: 0 0 calc(33.33% - 30px)
}

.fourGrid {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap
}

.fourGrid .carouselBox {
	box-shadow: none;
	margin: 0 15px 30px;
	flex: 0 0 calc(25% - 30px);
	padding: 0
}

.fourGrid .carouselBox .content {
	border: none
}

.fourGrid .carouselBox .content .title span {
	color: #df2528
}

.gallery-filters {
	text-align: center;
	margin-bottom: 25px;
}

.filter-btn {
	padding: 8px 18px;
	margin: 5px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	font-weight: 500;
	min-width: inherit;
}

.filter-btn.active {
	background: #1c398e;
	color: #fff;
	border-color: #1c398e;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 15px;
}

.gallery-item img {
	width: 100%;
	display: block;
	height: 180px;
	object-fit: cover;
	border-radius: 6px;
}





/*    */
.item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
	z-index: 1;
}

.item-first::before {
	background: transparent;
}

.about {
	position: relative;
}

.about::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/aboutus-urbania.jpg) right bottom no-repeat;
	right: 0;
	background-size: 200px;
	animation: 1s .1s fadeInRight both
}


.about-container {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 50px;
	align-items: center;
}

#cssmenu>ul>li>a {
	text-transform: uppercase;
}

.home-page .smallTitle {
	font-size: 20px;
	font-weight: 300;
	color: #696969;
	margin: 0 0 150px 0;
	padding: 0;
	text-transform: uppercase;
}

.smallTitle {
	font-size: 20px;
	font-weight: 300;
	color: #696969;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}

.mainTitle {
	color: #1D1D1D;
	font-size: 52px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 62px;
}
.tea-head{
    font-size: 40px;
    font-weight: 500;  
    margin-bottom: 30px;
    line-height: 54px;}

.section-bg {
	background: #F3F3F3;
}

.owl-theme .owl-dots .owl-dot span {
	background: #EAEAEA;
	border: 0px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #A47FB5;
	border-color: transparent;
}

.section-lightbg {
	background: #F8F9FA;
}

.ourExperties {
	padding: 60px 0px;
}

.ourExperties .container {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 50px;
	align-items: center;
}


.missionvision {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

@media (max-width: 600px) {
	.missionvision {
		grid-template-columns: 1fr;
	}

	.pageTitle h1 {
		font-size: 25px;
		margin: 0 0 15px
	}


}


.missionvision .mvbox {
	flex: 1;
	padding: 50px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
	border-radius: 0;
	background: #fff;
}

.missionvision h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
}

.imgIcon img {
	margin-bottom: 8px;
}

.missionvision p {
	margin-bottom: 0px;

}

.experties-image img {
	border-radius: 20px;
}

.ourExperties .smallTitle {
	font-size: 18px;
}

.ourExperties .mainTitle {
	font-size: 38px;
}

.expert-main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.expert-box {
	display: flex;
	gap: 15px;
	align-items: center;
}

.expert-box h4 {
	color: #000;
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.expert-box p {
	margin: 0;
}

.explore-div .container {
	grid-template-columns: 1fr 1fr;
}

.car-journey {
	border-radius: 20px;
	background: #0823AA;
	padding: 20px 0px;
	margin: 0px 3%;
}

.car-journey-main {
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

.journy-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.journy-subtitle {
	color: #fff;
	margin: 10px 0;
	padding: 10px 0px;
}

.all-image {
	max-width: 500px;
	width: 100%;
}

.site-footer .container {
	padding: 0;
}

.jounrney-section {
	z-index: 1;
	position: relative;
}


.mobile-btn {
	display: none;
}

.mobile-btn span {
	border-radius: 100px;
	height: 40px;
	width: 40px;
	background: #00178b;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 41px;
}

.mobile-btn i {
	padding-left: 0;
	font-size: 22px;
}

.gallerysingle {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 15px;
}


.gallerysingle a {
	/*
	width: 100%;
	display: block;
	height: 180px;
	object-fit: cover;
*/
	border-radius: 6px;
	position: relative;
	border: 1px solid #ccc;
}

.gallerysingle a img {
	width: 100%;
	display: block;
	height: 280px;
	object-fit: cover;
	border-radius: 6px;
}

/*

.gallerysingle {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.gallerysingle a {
	position: relative;
	width: 254px;
	height: 180px;
	display: inline-block;
	background-color: #f6f6f6;
	border: 0px;
	box-shadow: 0 0 0 1px #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all ease-in-out 0.5s;
	margin: 5px 6px;
	border-radius: 10px;
}
*/
.gallerysingle a .img-overlay {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 30px;
	top: 0;
	bottom: 0;
	line-height: 140px;
	transition: ease-in-out 0.5s;
	transition-property: visibility, opacity, background-color;
	visibility: hidden;
	opacity: 0;
	border-radius: 6px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.gallerysingle a:hover .img-overlay {
	visibility: visible;
	opacity: 1;
	border-radius: 6px;
}



.posterbox {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.posterbox.heightauto {
	height: inherit !important
}

.posterbox a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.contBoxes .contBoxFlex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 767px) {
	.contBoxes .contBoxFlex {
		grid-template-columns: 1fr;
		gap: 0;
	}

}


.contBoxes .contBoxFlex .contact-box {

	padding: 22px;
	background: linear-gradient(to bottom, #fff, #f1f3f5);
	margin: 15px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #DDD;
}

.contBoxes .contBoxFlex .contact-box-half {
	flex: 0 0 calc(50% - 30px);
}



.contact-box .contact-icon img {
	width: 74px;
	height: 74px;
	max-width: unset;
	margin-bottom: 0px;
}

.content-text .title {
	font-size: 22px;
	font-weight: 500;
	color: rgb(89, 89, 89);
	line-height: 38px;
	margin: 5px 0 5px;
}



.contact-box .content-text .services-txt {
	margin: 0;
	color: #595959;
	font-weight: 400;
}

.contact-box .content-text .address-txt {
	margin: 0;
	/*color: #222222;*/
	font-weight: 400;
	font-size: 18px;
}

.content-text a {
	color: #595959;
}

.content-text a:hover {
	color: #a47fb5;
}

.contact-box .content-text .email-list {
	margin: 5px 0px;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}

.contact-box .content-text .call-txt {
	/* margin: 0; */
	color: #222222;
	font-weight: 400;
	margin: 10px 0px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box .content-text .call-txt a {
	font-weight: 500;
	font-size: 18px;
}

.contact-box .content-text .call-txt i {
	font-size: 28px;
	color: #ff7f01;
}

.contact-us {
	margin: 0 auto;
	padding: 20px 0px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 0 50px;
	align-items: center;
}

.contact-form-right {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.contact-us-left {
	height: 100%;
	width: 540px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}




.contact-us-left::after {
	/* background: linear-gradient(to top, #2D4291, #0D142B1A);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	opacity: 0.88;
	border-radius: 20px; */
}

/* repitcss */
.contact-form-right {
	background: linear-gradient(to bottom, #fff, #f1f3f5);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 0;
	border: 1px solid #C4C4C4;
}



ul.style1 {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}

ul.style1 li {
	padding: 0 0 9px 31px;
	position: relative;
	margin: 0;
}

ul.style1 li::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon-arrow.png) 0 0 no-repeat;
	padding: 0;
	margin-left: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	background-size: 18px;
}


h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
	margin-bottom: 15px;
	color: rgb(89, 89, 89);
}

.latolight {
	line-height: 44px;
}


/*   */



@media only screen and (min-width:1025px) {
	.homeSlider {
		min-height: 700px
	}

	#owl-homeslider {
		height: 90vh;
		min-height: 700px
	}

	#owl-homeslider.owl-carousel .owl-item img.spacer {
		height: 90vh;
		min-height: 700px
	}
}

@media only screen and (max-width:1600px) {

	.home-page .container,
	.container {
		margin: 0 35px
	}

}

@media only screen and (max-width:1600px) {
		.homeSlider .caption-wrap .line1 {
		font-size: 50px;
		line-height: 62px
	}

	}

@media only screen and (max-width:1460px) {
	.homeSlider .caption-wrap .line1 {
		font-size: 46px;
		line-height: 56px
	}

	.colLeft {
		bottom: 18%
	}

	.colRight img {
		height: 300px;
	}

}

@media only screen and (max-width:1360px) {
	.homeSlider .caption-wrap .line1 {
		font-size: 4vw;
		line-height: 4.4vw
	}
}

@media only screen and (max-width:1279px) {

	/*.site-footer .box {
		flex-grow: 1;
		flex-basis: 0
	}*/
}

@media only screen and (max-width:1200px) {
	#cssmenu>ul>li>a {
		font-size: 16px;
		padding: 20px 8px 10px
	}

	.contact-us-left {
		width: 100%;
	}
}

@media only screen and (max-width:1180px) {



	/*.flex-footer .col.first img {
		max-width: 100%
	}

	.flex-footer .col3 {
		width: 30%
	}

	.contBoxes .contBoxFlex .contact-box {
		flex: 0 0 calc(33.33% - 20px);
		padding: 22px 10px;
		margin: 15px 10px;
	}

	.contact-box .content-text .address-txt {
		font-size: 17px;
	}

	.contact-box .content-text .email-list {
		font-size: 17px;
	}

	.contact-us {
		gap: 0 20px;
	}

	.contact-us-left {
		width: 100%;
	}*/

}

@media only screen and (max-width:1024px) {

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 600px
	}

	.colRight img {
		height: 200px;
	}

	/*.homewhtsAppForm form {
		flex-wrap: wrap
	}

	.homewhtsAppForm form>div {
		min-width: 200px;
	}


	.pageTitle2 h1 {
		font-size: 40px;
		margin: 75px 0 0
	}*/


	/*
	.border_box {
		width: calc(25% - 30px)
	}

	.border_box .heding5 {
		min-height: 48px
	}

	.showOnlyDesktop {
		display: none
	}

	.showiPad {
		display: block
	}

	.site-footer .container {
		padding: 0 15px
	}*/
}

@media only screen and (max-width:1023px) {

	.home-page .container,
	.container {
		margin: 0 15px;
		padding: 30px 0px;

	}

	.site-header .container {
		padding: 0;
	}

	.homeSlider {
		padding-top: 0;
	}

	.logoImg img {
		max-height: 80px
	}

	.pageTitle .container {
		/*padding: 120px 0px 30px;*/
		padding: 0px 0px 0px;

	}

	/*.car-journey-left {
		text-align: center
	}

	.all-image {
		max-width: 300px;
		margin: 0 auto
	}*/


	/*	.container {
		margin: 0 15px;
		padding: 0;
		display: block !important
	}
*/


	/*.topSocialIcons a {
		width: 40px;
		height: 40px
	}*/



	.topMenu {
		margin-top: 32px
	}

	#menubtn {
		margin-top: 0px
	}

	#masthead {
		box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
	}



	#masthead {
		position: relative
	}

	/*	#masthead .container {
		padding: 0
	}
*/
	.topMenu {
		float: left;
		width: 100%
	}

	.logoImg {
		max-width: 160px;
		padding: 10px 0 10px 0;
		margin-bottom: 0px;
	}

	#cssmenu #menu-button {
		display: none
	}

	#cssmenu>ul {
		clear: both
	}

	.topEnquiryBtn {
		display: none
	}

	#cssmenu>ul>li {
		padding: 0;
		margin: 0
	}

	#cssmenu>ul>li:first-child {
		padding: 0
	}

	.fixed-header .logoImg {
		padding: 10px 0 10px 0
	}

	.showMobile {
		display: block
	}

	#menubtn {
		display: inline-block;
		float: right;

	}

	.fixed-header .btn-group-mobile {
		margin-top: 15px
	}

	.topMenu #cssmenu {
		padding: 0
	}



	.topMenu {
		margin: 0;
		display: none;
	}

	.fixed-header .topMenu {
		margin-top: 0
	}

	#cssmenu ul {
		display: none
	}

	/*  */

	.booknow-btn {
		display: none;
	}

	.mobile-btn {
		display: block;
	}

	/*	.btn-group-mobile {
		margin-right: 0;
		display: inline-block;
		float: right;
		margin-top: 18px;
	}*/
	.btn-group-mobile {
		display: none;
	}

	.contBoxes .contBoxFlex .contact-box {
		flex: 0 0 calc(33.33% - 10px);
		padding: 22px 10px;
		margin: 15px 5px;
	}

	.contact-box .content-text .address-txt {
		font-size: 16px;
	}

	.contact-box .content-text .email-list {
		font-size: 16px;
	}

	.contact-us {
		gap: 0 20px;
	}

	.contact-us-left {
		width: 100%;
	}



}

/*@media only screen and (max-width:980px) {
	.threeGrid .carouselBox {
		flex: 0 0 calc(50% - 30px)
	}

	.restable {
		overflow: scroll
	}

	.homeSlider .caption-wrap {
		font-size: 2vw
	}

	.homeSlider .caption-wrap .btn {
		width: auto;
		padding: 1.5vw 2vw;
		font-size: 2vw;
		height: auto;
		line-height: normal
	}
}*/

@media only screen and (max-width:979px) {

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 500px
	}

	.colRight {
		bottom: 7%
	}

	.colRight img {
		height: 200px;
	}

	.counter-box span {
		font-size: 26px;
		line-height: 38px;
	}

	.counter-box h3 {
		font-size: 26px;
	}

	.footerFlex .content-text .title {
		font-size: 20px;
	}

	/*

	.pageTitle2 {
		padding: 100px 0 80px;
		color: #fff
	}
*/


	/*.pageTitle {
		margin-top: 0;
		padding: 100px 0
	}



	.homeProducts h3 {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 40px
	}

	.contBoxes .contBoxFlex .contact-box {
		flex: 0 0 calc(32% - 10px);
		padding: 22px 10px;
		margin: 15px 5px;
	}

	.contact-box .content-text .address-txt {
		font-size: 14px;
	}

	.contact-box .content-text .email-list {
		font-size: 14px;
	}

	.contact-us {
		gap: 0 20px;
	}

	.contact-us-left {
		width: 100%;
	}*/

}

@media only screen and (max-width:800px) {
	/*.fourGrid .carouselBox {
		flex: 0 0 calc(50% - 30px)
	}

	.absFooter {
		flex-direction: column;
		padding: 20px
	}

	.site-footer .box {
		margin: 10px 0
	}

	.homePackage {
		background-size: 100%;
		background-position: left bottom;
		padding: 0
	}

	.homePackage .tourpkgflex {
		justify-content: space-around;
		flex-wrap: wrap
	}

	.homePackage .mw {
		width: 100%;
		margin: 0
	}

	.homewhtsAppForm {
		padding: 20px;
	}

	.homewhtsAppForm form {
		flex-direction: column;
		width: 100%;
		gap: 0
	}

	.homewhtsAppForm form>div {
		padding-right: 0;
		padding-bottom: 15px;
		width: 100%;
	}

	.homewhtsAppForm {
		margin: 20px 0
	}*/

	/*.hide-mobile {
		display: none
	}



	.industries {
		padding: 20px 0
	}

	.smallTitle {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.industries h2 {
		font-size: 26px;
		margin: 0 0 20px
	}

	.ourExperties .mainTitle {
		font-size: 28px;
	}

	.journy-title {
		font-size: 28px;
	}

	.expert-box {
		align-items: flex-start
	}

	.expert-img {
		min-width: 60px;
	}

	.ourExperties {
		padding: 30px 0px;
	}

	.client-section {
		padding: 30px 0
	}


	.pageTitle2 h1 {
		margin: 55px 0 0
	}

	.border_box {
		width: calc(33.33% - 30px)
	}*/

	/*.site-footer .copyRight .col21,
	.site-footer .copyRight .col22 {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0
	}

	.site-footer .col-41 {
		width: 60%
	}

	.site-footer .col-42 {
		width: 35%
	}

	.site-footer .col-43 {
		width: 47.5%;
		clear: left
	}

	.site-footer .col-44 {
		width: 47.5%
	}

	.col21.footerLeft {
		width: 100%
	}

	.col22.footerRight {
		width: 100%;
		margin-left: 0
	}

	.site-footer .col41 .socialicon {
		padding: 0
	}

	.site-footer .col41 .socialicon p {
		display: none
	}

	.site-footer .col41 .footerlogo {
		display: none
	}

	

	aside#secondary {
		padding: 40px 0 0;
		width: 30%
	}

	#primary.content-area {
		width: 65%
	}

	.product_box.last-child {
		padding: 0
	}

	.product_box {
		padding: 0 0 20px;
		margin-bottom: 20px
	}

	.col21.footerLeft {
		width: 100%
	}

	.col22.footerRight {
		width: 100%;
		margin-left: 0
	}

	.footerMenu {
		float: none;
		text-align: center
	}

	.footerSocial {
		float: none;
		text-align: center;
		margin: 20px 0 0
	}

	.sideLinks {
		display: none
	}

	.site-footer {
		background-size: cover
	}

	.gallerylist li {
		width: 25%
	}

	.introContent {
		padding: 20px 0 10px
	}

	.homeProducts {
		padding: 40px 0 30px
	}

	.project .proTitle {
		flex-grow: inherit;
		flex: 1
	}*/

	.mainTitle {
		font-size: 28px;

		line-height: 34px;
	}



	.smallTitle {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.site-footer .copyRight {
		padding: 10 0 10px 0
	}

	.site-footer .copyRight .right {
		text-align: center;
		padding: 10px 0 0
	}

	.site-footer .copyRight .right {
		float: none
	}

	.site-footer .copyRight .left {
		float: none;
	}


}

@media only screen and (max-width:767px) {
	/*.missionvision {
		flex-direction: column;
	}

	.galleryGrid .ggcontainer {
		column-count: 2;
		column-gap: 10px
	}

	.galleryGrid figure {
		margin-bottom: 10px
	}

	.galleryGrid {
		margin-bottom: 70px
	}

	.flex-footer .col.first {
		width: 100%;
		margin-right: 0;
		float: none;
		text-align: center
	}

	.site-footer .socialIcons {
		display: block;
		padding: 20px 0
	}

	.flex-footer .col2 {
		width: 48%
	}

	.flex-footer .col3 {
		width: 48%
	}

	.site-footer .footerTitle {
		font-size: 20px
	}*/

	/*

	.pageTitle2 .col-22 {
		display: none
	}

	.pageTitle2 .col-21 {
		width: 100%;
		margin: 0
	}

	.pageTitle2 h1 {
		margin: 0
	}

	.homeSlider .owl-theme .owl-nav {
		display: none
	}

	.eq-row {
		display: block
	}

	.eq-row .column {
		flex: inherit;
		width: 100%
	}

	.bgImgcol {
		height: 350px;
		width: 100%
	}

	.p40 {
		padding: 30px !important
	}

	.contentLeft {
		width: 100%
	}

	.sidebarRight {
		width: 100%;
		margin: 30px 0 0
	}

	.titletxt {
		margin-bottom: 20px
	}*/


	.contBoxes .contBoxFlex .contact-box {
		margin: 10px 0px;
		flex: 0 0 calc(100%);
	}

	.contact-us {
		display: flex;
		flex-direction: column;
		gap: 15px;

	}

	.contact-us-left {
		width: 100%;
		height: 400px;
	}

	.contact-form-right {
		padding: 20px;
	}


	.colLeft {
		bottom: 10%;
		width: 80%;
	}

	.logoImg img {
		max-height: 60px;
	}

	.fixed-header .logoImg img {
		max-height: 60px;
	}

	.homeSlider .owl-item .colRight img {
		height: 100px;
	}

	.about-container {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.footercta .ctabox {
		flex-direction: column;
		text-align: center;
		gap: 20px
	}

	.footerFlex .contact-box {
		padding: 20px 0px;
	}

	.footerFlex .content-text .title {
		font-size: 22px;
		line-height: 34px;
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 400px;
	}

	.footercta .ctaboxbtns {
		margin-left: 0px;
	}

	.col-22,
	.col-21 {
		width: 100%;
		display: block;
		margin: 0
	}

	.home-page .smallTitle {
		margin: 0 0 20px 0;
	}

	.mainTitle {
		margin-bottom: 20px;
	}
}

/*@media only screen and (max-width:639px) {
	.threeGrid {
		flex-direction: column
	}

	.threeGrid .carouselBox {
		flex: 0 0 100%
	}
}*/

@media only screen and (max-width:600px) {
	.homeSlider .caption-wrap .line2 {
		font-size: 3vw;
		line-height: 5vw;
	}

	.homeSlider .owl-item .caption-wrap .btn-default {
		font-size: 3vw;
		padding: 2vw 3vw
	}

	.border_box {
		width: calc(50% - 20px);
		margin: 10px
	}

	.border_box .border1 {
		min-height: 130px
	}

	.border_box .heding5 {
		min-height: 38px;
		font-size: 12px
	}

	.homeProducts p {
		min-height: inherit
	}

	#primary.content-area {
		width: 100%;
		margin: 0
	}

	aside#secondary {
		padding: 40px 0 0;
		width: 100%
	}

	.alignleft,
	.alignright {
		max-width: 220px
	}

	.titleWithborder,
	.titleWithoutborder {
		font-size: 22px;
		margin-bottom: 20px
	}

	.col-21,
	.col21 {
		width: 100%;
		display: block;
		margin: 0 0 30px;
		float: none
	}

	.col-22,
	.col22 {
		width: 100%;
		display: block;
		margin: 0
	}

	.col-31,
	.col31 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col-32,
	.col32 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col-33,
	.col33 {
		width: 100%;
		float: left
	}

	.col-41,
	.col-42,
	.col-43,
	.col-44 {
		width: 100%;
		margin: 0 0 10px
	}

	input#address {
		width: 100%
	}

	.mapwrap .col21,
	.mapwrap .col22 {
		width: 100%
	}

	.introContent .col-22 {
		width: 100% !important
	}

	.introContent .col-21 {
		width: 100% !important;
		clear: both
	}

	.img-box-behind img {
		padding: 20px 0 0 20px
	}

	.site-footer .col-41 {
		width: 100%;
		margin-bottom: 20px
	}

	.site-footer .col-42 {
		width: 47.5%
	}

	.site-footer .col-43 {
		width: 47.5%;
		clear: none
	}

	.site-footer .col-44 {
		width: 100%;
		margin-top: 30px
	}

	.introTwoImg .col-21,
	.introTwoImg .col-22 {
		width: 48%;
		display: inline-block
	}

	.col-21.introTwoImg {
		clear: both;
		margin: 30px 0 0 0;
		display: block;
		float: left
	}

	.testimonial-card {
		padding: 10px;
	}

	.counter-box h3 {
		font-size: 26px;
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 310px;
	}


}

@media only screen and (max-width:599px) {


	/*.client-logo {
		width: calc(50% - 20px);
	}

	.client-logo img {
		max-width: 100%;
	}
*/
	/*.industries .indFlex {
		gap: 20px;
	}

	.industries .indBox {
		padding: 15px;
		border-radius: 20px;
	}*/


	/*.productDetailPage .prodDesc .priceRow del {
		margin-left: 0;
		display: block
	}

	.site-footer .col31 img {
		display: none !important
	}

	.site-footer .col31 {
		width: 100%;
		padding-right: 0
	}

	.site-footer .col32 {
		width: 100%;
		margin: 0 0;
		padding: 20px 0 10px;
		display: none
	}

	.site-footer .col33 {
		width: 100%;
		margin-bottom: 20px
	}*/

	/*	.desktop-p40 {
			padding: 20px 15px
	}

	.col-8 {
		width: 100%
	}

	.col-4 {
		width: 100%
	}

	.pageTitle {
		padding: 50px 0
	}
*/
	/*
	.productDetailPage .prodDesc .proName {
		font-size: 24px;
		white-space: inherit;
		margin: 5px 0
	}

	.productsContainer .proName {
		white-space: inherit
	}*/
}

@media only screen and (max-width:479px) {
	/*.filter-btn {
		padding: 5px 12px;
		font-size: 12px;
		margin: 5px;
	}

	.about::before {
		background-size: 150px;
	}


	.contact-form-right {
		padding: 15px
	}

	.contactpagelink {
		margin-bottom: 60px
	}

	.site-footer .box .fa {
		font-size: 24px
	}

	.site-footer .boxColumn {
		margin: 0 0 0 35px
	}

	.site-footer .box .fa.fa-map-marker {
		padding: 4px 0 0 4px;
		font-size: 30px
	}*/


	/*	.homeSlider .caption-wrap .line3 {
		font-size: 3vw
	}*/



	/*.homeSlider .owl-dots {
		right: 30px
	}

	.homeCallback {
		padding: 30px 0 40px
	}

	.homeCallback h2 {
		font-size: 30px;
		line-height: 30px
	}

	.footerLeft {
		width: 100%;
		padding: 20px 15px 0
	}

	.footerRight::after,
	.footerRight::before {
		display: none
	}

	.footerRight {
		margin: 20px 0 0;
		width: 100%;
		padding: 20px
	}

	.gallerylist li {
		width: 50%
	}

	.alignleft,
	.alignright {
		max-width: inherit;
		width: 100%;
		float: none;
		margin: 0
	}

	.entry-summary,
	.page-content {
		margin: 0
	}

	aside#secondary {
		padding: 0
	}

	.owl-carousel .imgbox img {
		max-height: inherit
	}

	.introContent {
		padding: 25px 0 10px
	}

	.introContent {
		padding: 15px 0 20px
	}

	.introContent h1 {
		font-size: 21px
	}*/


	/*.titletxt {
		font-size: 24px;
		line-height: 40px
	}

	.titletxt small {
		font-size: 18px;
		line-height: 18px
	}

	.homeProducts h3 {
		font-size: 20px;
		line-height: 24px
	}*/

	/*	.site-footer .copyRight {
		font-size: 12px;
		padding-bottom: 15px
	}
*/
	/*.site-footer .container {
		margin: 0
	}*/


	/*.site-footer .footerSocial {
		margin: 0;
		text-align: left;
		padding: 0px 0 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.site-footer .col-41 {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.site-footer .col-41 .footerLogo {
		margin: 0;

	}

	.site-footer .col-42 {
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0;
		display: none
	}

	.site-footer .col-43 {
		width: 100%;
		margin: 20px 0 0 0;
		display: none
	}

	.site-footer .col-44 {
		width: 100%;
		margin: 20px 0 0 0
	}

	.site-footer .footerTitle {
		margin-bottom: 0
	}*/

	/*h2 {
		font-size: 22px
	}

	.homeSlider .owl-dots {
		bottom: 10px
	}

	h2 {
		line-height: 30px
	}

	.clientPage .clientlogobox {
		width: 48%
	}

	.introTwoImg img {
		box-shadow: 0 10px 15px rgba(0, 0, 0, .25)
	}


	.contact-us-left {
		width: 100%;
		height: 250px;
	}

	.contBoxes {
		padding: 30px 0;
	}*/

	.homeSlider .caption-wrap .line1 {
		margin-bottom: 10px
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 260px
	}

	.homeSlider .caption-wrap .btn-default {
		padding: 1.5vw 3vw;
		font-size: 4vw
	}

	.site-footer .copyRight {
		margin: 0
	}

	#back-to-top {
		bottom: 18px
	}

	.fullrow {
		padding: 30px 0 20px
	}

	.hide-sm {
		display: none
	}

	.site-footer .copyRight .container {
		padding: 0 55px 0 15px
	}


}

@media only screen and (max-width:320px) {
	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 200px
	}
}

@media only screen and (max-width:400px) {
	.gallerysingle {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
}

/* tea industries banner */

.container1 {
	display: flex;
}

/* LEFT FIXED IMAGE */
.indistries-left {
	width: 50%;
	height: 100vh;
	position: sticky;
	top: 0;
	overflow: hidden;
	background: #000;
}

.indistries-left img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.indistries-left img.active {
	opacity: 1;
}

/* RIGHT CONTENT */
.indistries-right {
	width: 50%;
}

.section-indistries {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	padding: 50px;
}

.section-indistries:nth-child(1) {
	background: #f5f5f5;
}

.section-indistries:nth-child(2) {
	background: #e9e9e9;
}

.section-indistries:nth-child(3) {
	background: #dcdcdc;
}

.mobile-img {
	display: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 20px;
}

@media(min-width:980px) and (max-width:1500px) {


	.section-indistries {
		padding: 10px;
	}

	.section-indistries .section-title h1 {
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 10px;
	}

	.section-indistries p {
		margin: 5px 0px;
	}

}

@media(max-width:979px) {

	.container1 {
		flex-direction: column;
	}

	/* hide desktop sticky image */

	.indistries-left {
		display: none;
	}

	.indistries-right {
		width: 100%;
	}

	.section-indistries {
		height: auto;
		padding: 40px 20px;
		flex-direction: column;
	}

	/* show mobile images */

	.mobile-img {
		display: block;
	}

}



/* tea industries banner End */

/* Loader Start */

/*#loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #212121;
            z-index: 9999;
            transition: opacity .8s ease;
        }

        .loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

        #counter {
            font-size: 80px;
            font-weight: bold;
            letter-spacing: 6px;
            margin-bottom: 0px;
            position: absolute;top: 46%;
        }

        #logo {
            opacity: 0;
            transform: scale(.5);
            transition: all 1s cubic-bezier(.19, 1, .22, 1);
        }

        #logo.show {
            opacity: 1;
            transform: scale(1);
            filter: drop-shadow(0 0 25px rgba(255, 255, 255, .6));
        }

        #logo img {
            width: 150px;
        }

       
        .progress {
            width: 220px;
            height: 3px;
            background: #222;
            margin-top: 0px;
            overflow: hidden;
        }

        .progress span {
            display: block;
            height: 100%;
            width: 0%;
            background: #fff;
            transition: width .2s linear;
        }*/



.loader {
	position: fixed;
	inset: 0;
	background: #fff;
	color: #1a1a1a;
	z-index: 999999;
}

.year {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 90px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	font-family: 'Cinzel', serif;
}

.years {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	animation: pop .8s ease forwards;
	z-index: 20;
	line-height: 50px;
}

.years span {
	color: #FFD700;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.5);
	opacity: 0;
	transition: opacity 1.2s ease, transform 1.2s ease;
	z-index: 20;
}

.logo img {
	width: 350px;
}

.showLogo {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}



@keyframes pop {

	0% {
		transform: translate(-50%, -50%) scale(.2);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

}

/*End  Loader Start */

.about-container2 {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: center;
}
@media only screen and (max-width:767px) {

	.about-container2 {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 50px;
    align-items: center;
}

}


.tea-products-tab-section {
   padding: 70px 0;
   background: #f8f6fb;
}
.tea-tabs-wrapper {
   margin-bottom: 35px;
}
.tea-tabs-nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 12px;
   list-style: none;
   padding: 0;
   margin: 0;
}
.tea-tabs-nav li {
   margin: 0;
}
.tea-tab-btn {
   background: #ffffff;
   color: #4a4a4a;
   border: 1px solid #e2dbe8;
   padding: 12px 18px;
   font-size: 16px;
   font-weight: 500;
   border-radius: 10px;
   cursor: pointer;
   transition: all 0.3s ease;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
   display: inline-flex;
   align-items: center;
   gap: 8px;
   outline: none;
}
.tea-tab-btn i {
   color: #EB7628;
   font-size: 16px;
   transition: color 0.3s ease;
}
.tea-tab-btn:hover {
   background: #76428e;
   color: #ffffff;
   border-color: #76428e;
   box-shadow: 0 4px 12px rgba(118, 66, 142, 0.25);
   transform: translateY(-2px);
}
.tea-tab-btn:hover i {
   color: #ffffff;
}
.tea-tab-btn.active {
   background: linear-gradient(135deg, #76428e 0%, #542b68 100%);
   color: #ffffff;
   border-color: #76428e;
   box-shadow: 0 6px 16px rgba(118, 66, 142, 0.35);
   transform: translateY(-2px);
}
.tea-tab-btn.active i {
   color: #ffffff;
}

.tea-tab-panel {
   display: none;
}
.tea-tab-panel.active {
   display: block;
   animation: teaTabFadeIn 0.4s ease-in-out forwards;
}

@keyframes teaTabFadeIn {
   from { opacity: 0; transform: translateY(12px); }
   to { opacity: 1; transform: translateY(0); }
}

.tea-panel-card {
   background: #ffffff;
   border-radius: 16px;
   padding: 40px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
   border: 1px solid #efeaf3;
}
.tea-panel-grid {
display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center;

}
.tea-panel-text {

}
.tea-panel-tag {
   display: inline-block;
   background: rgba(235, 118, 40, 0.1);
   color: #EB7628;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.8px;
   padding: 5px 14px;
   border-radius: 20px;
   margin-bottom: 12px;
}
.tea-panel-text h2 {
   color: #76428e;
   font-size: 30px;
   font-weight: 700;
   margin-top: 0;
   margin-bottom: 18px;
   line-height: 1.3;
}
.tea-panel-text p {
   color: #555555;
   font-size: 16px;
   line-height: 1.7;
   margin-bottom: 15px;
}
.tea-feature-list {
   list-style: none;
   padding: 0;
   margin: 20px 0 25px 0;
}
.tea-feature-list li {
   font-size: 15px;
   color: #333333;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.tea-feature-list li i {
   color: #2e7d32;
   font-size: 16px;
}
.tea-panel-btn {
   margin-top: 25px;
}
/*.tea-panel-media {
   flex: 1 1 350px;
   display: flex;
   justify-content: center;
}*/
.tea-media-box {
   
   border-radius: 10px;   
   text-align: center;
   transition: transform 0.3s ease;
}
.tea-media-box:hover {
   transform: translateY(-5px);
}
.tea-media-box img {
   max-width: 100%;
   height: auto;
 
   object-fit: contain;
   border-radius: 8px;
}

@media (max-width: 991px) {
   .tea-panel-card {
      padding: 25px;
   }
   .tea-panel-text h2 {
      font-size: 24px;
   }
   .tea-tab-btn {
      padding: 10px 16px;
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .tea-tabs-nav {
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 10px;
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
   }
   .tea-tab-btn {
      white-space: nowrap;
   }
}
.product-table{
    width:100%;
   /* max-width:500px;*/
    border-bottom:2px solid #d9d9d9;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
}

.table-header{
    display:flex;
    background:#23292b;
    color:#fff;
    font-weight:500;
    font-size:22px;
}

.table-header div{
    flex:1;
    padding:15px 20px;
    text-align:center;
}

.table-body{
    display:flex;
}

.table-cell{
    flex:1;
    padding:18px 20px;
    text-align:center;
    font-size:20px;
    color:#222;
}

.table-cell:first-child{
    border-right:1px solid #cfcfcf;
}

/* Tablet */
@media (max-width:768px){

    .table-header{
        font-size:18px;
    }

    .table-cell{
        font-size:17px;
        padding:15px;
    }
}

/* Mobile */
@media (max-width:480px){

    .table-header{
        font-size:16px;
    }

    .table-header div,
    .table-cell{
        padding:12px 10px;
    }

    .table-cell{
        font-size:15px;
    }
}



/* Premium Tea Prodcts */


.product-card-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:15px;
    margin-top:15px;

    align-items:stretch;
}
.product-card-grid-accessories{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:30px;
    margin-top:15px;
}
.product-card-accessories-images{ 
	display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));   
    gap: 1px;background: #f0f0f0;
}
.product-card-accessories-images1{background: #fff; padding: 25px;}
.product-card-accessories-images1 img {
    max-width: 275px;
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: contain;
}

.product-card-accessories{
    background: #fff;
    border: 1px solid #e3d4ea;
}

.product-card-accessories h3{
    background: #23292b;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    margin: 0px;
    padding: 15px 0px;
}

/*.exotea-green-grid{
    grid-template-columns:repeat(5, minmax(0, 1fr));
}*/

.signature-green-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

/*.signature-green-grid .product-image{
    min-height:auto;
}*/



.signature-green-grid .product-image img{
    max-width:225px;
}

.exotea-green-grid .product-image{
    min-height:auto;
}

.exotea-green-grid .product-image img{
    max-width:205px;
}


.tea-feature-list-premix {
    list-style: none;
    padding: 0;
    margin: 20px 0 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.vending-grid {
    grid-template-columns:repeat(3, minmax(0, 1fr));
}
.vending-grid .product-image {   
    min-height: 300px;
}
.vending-grid .product-image img {
    max-width: 200px;  
}
.product-card{
    width:100%;
    max-width:100%;
    background:#fff;
    /* font-family:Arial, Helvetica, sans-serif; */
    border:1px solid #e3d4ea;
    border-radius:8px;
    /* box-shadow:0 10px 26px rgba(109, 19, 14, 0.10); */
    overflow:hidden;
    transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover{
    transform:translateY(-4px);
    /* box-shadow:0 16px 34px rgba(109, 19, 14, 0.16); */
}

.product-content{
    padding:0 15px 15px;
}

.product-image{
    text-align:center;
    margin-bottom:25px;
    padding:15px 15px 0;
    background:linear-gradient(180deg, #fcf5ff 0%, #fff 100%);
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-image img{
    max-width:175px;
    width:100%;
    height:auto;
    display:inline-block;
    object-fit:contain;
}

.product-title {
	margin: 0 0 12px;
}

.product-title span {
	display: inline-block;
	background: transparent;
	color: #222;
	padding: 0px 14px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.exotea-green-grid .product-title span{
    font-size:17px;
    line-height:1.2;
    padding:0 8px;
}

.product-desc{
    color:#333;
    font-size:16px;
    line-height:1.7;
    margin-bottom:24px;
    text-align:center;min-height: 160px;
}



.product-table{
    width:100%;
    border:1px solid #ddd2cd;
    border-radius:8px;
    overflow:hidden;
}

.table-head{
    display:flex;
    background:#6d130e;
    color:#fff;
    font-weight:600;
}

.table-head div,
.table-body div{
    text-align:center;
}

.table-head div:first-child,
.table-body div:first-child{
    width:68%;
}

.table-head div:last-child,
.table-body div:last-child{
    width:32%;
}

.table-head div{
    padding:12px;
    font-size:17px;
}

.table-body{
    display:flex;
    background:#fff;
}

.table-body div {
	padding: 12px 10px;
	font-size: 18px;
	color: #222;
	background: #fff;
	font-weight: 500;
}

.table-body div:first-child{
    border-right:1px solid #ddd2cd;
}

/* Tablet */
@media (max-width:1200px){

    .product-card-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .exotea-green-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .signature-green-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .signature-green-grid .product-image img{
        max-width:200px;
    }

}

@media (max-width:992px){

    .product-card-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .exotea-green-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .signature-green-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .signature-green-grid .product-image img{
        max-width:185px;
    }

}

@media (max-width:768px){

    .product-card-grid{
        gap:24px;
    }

    .exotea-green-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .signature-green-grid{
        grid-template-columns:1fr;
    }

    .product-title span{
        font-size:22px;
    }

    .product-desc{
        font-size:16px;
    }

    .table-head div{
        font-size:16px;
    }

    .table-body div{
        font-size:16px;
    }

}

/* Mobile */
@media (max-width:480px){

	body .vehicle-section .affiliation-logo {
    width: 100% !important;
    height: 100% !important;
}

    .product-card-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .exotea-green-grid{
        grid-template-columns:1fr;
    }

    .product-card{
        max-width:100%;
    }

    .product-image img{
        max-width:145px;
    }

    .product-image{
        min-height:190px;
        padding:12px 12px 0;
    }

    .exotea-green-grid .product-image img{
        max-width:180px;
    }

    .signature-green-grid .product-image img{
        max-width:170px;
    }

    .product-title span{
        font-size:20px;
        padding:6px 12px;
    }

    .product-desc{
        font-size:15px;
        line-height:1.5;
        margin-bottom:25px;
    }

    .table-head div{
        font-size:16px;
        padding:10px;
    }

    .table-body div{
        font-size:14px;
        padding:12px 6px;
    }

}



@media (max-width:767px) {

	.tea-panel-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-card-grid {
	grid-template-columns: 1fr;
	gap: 20px;
}
.tea-feature-list-premix {
	
	grid-template-columns: 1fr 1fr;
}
.tea-panel-media{width: 100%}
.vehicle-section .affiliation-logo {
    
    height: 250px !important;
    width: 290px !important;
    
}
	
}

.mangamti-grid img{max-width: 100%;max-height: 250px;}

.exotea-premium-tea .product-desc{min-height: 170px;}

.signature-green-grid .product-desc{min-height: 130px;}

@media (min-width: 1400px) and (max-width: 1599px){
    
.exotea-premium-tea .product-desc{min-height: 220px;}
.signature-green-grid .product-desc{min-height: 130px;}

}
@media (min-width: 1200px) and (max-width: 1400px){

	.product-title span{
font-size: 21px;

	}


}

h2.tea-whychoose {
    color: #76428e;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.3;
}



/* =========================================
   Tea CTA Section
========================================= */

.tea-cta-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    background: #174d36;
}


.tea-cta-content {
    position: relative;
    z-index: 2;
    
    text-align: center;
}

/*.tea-cta-subtitle {
    display: inline-block;
    margin-bottom: 12px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #a15c2f;
}

.tea-cta-content h2 {
    margin: 0 0 20px;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;

    color: #174d36;
}*/

/*.tea-cta-content h2 span {
    color: #a15c2f;
}
*/
.tea-cta-content p {
    max-width: 1200px;
    margin: 0 auto 14px;

    font-size: 16px;
    line-height: 1.8;
    color: #4c554f;
}

.tea-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 20px;
    padding: 14px 28px;

    border-radius: 50px;

    background: #174d36;
    color: #ffffff;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.tea-cta-btn:hover {
    background: #a15c2f;
    color: #ffffff;
    transform: translateY(-3px);
}

.cta-arrow {
    font-size: 20px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.tea-cta-btn:hover .cta-arrow {
    transform: translateX(5px);
}


/* Decorative Elements */

.tea-cta-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tea-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(23, 77, 54, 0.12);
}

.tea-circle-one {
    width: 250px;
    height: 250px;
    left: -100px;
    bottom: -120px;
}

.tea-circle-two {
    width: 350px;
    height: 350px;
    right: -150px;
    top: -170px;
}

.tea-leaf {
    position: absolute;
    right: 45px;
    bottom: 35px;

    font-size: 55px;
    opacity: 0.12;

    transform: rotate(-25deg);
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 991px) {

    .tea-cta-section {
        padding: 60px 20px;
    }

    .tea-cta-container {
        padding: 50px 40px;
    }

    .tea-cta-content h2 {
        font-size: 36px;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .tea-cta-section {
        padding: 40px 15px;
    }

    .tea-cta-container {
        padding: 40px 20px;
        border-radius: 18px;
    }

    .tea-cta-content h2 {
        font-size: 28px;
    }

    .tea-cta-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tea-cta-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .tea-cta-btn {
        padding: 13px 24px;
        font-size: 14px;
    }

    .tea-leaf {
        right: 15px;
        bottom: 15px;
        font-size: 40px;
    }
} 