*{
    margin: 0px;
    padding: 0px;
}
html, body {
  font-family: 'Century Gothic Paneuropean', 'Century Gothic', Arial, sans-serif;
}
@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean-Bold.woff2') format('woff2'),
        url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Century Gothic Paneuropean ExtBd';
    src: url('../fonts/CenturyGothic/CenturyGothicPaneuropean-ExtraBold.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothicPaneuropean-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
/*@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('../fonts/CenturyGothic/CenturyGothicPaneuropean-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothicPaneuropean-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('../fonts/CenturyGothic/CenturyGothicPaneuropean-LightIt.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothicPaneuropean-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean.woff2') format('woff2'),
        url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('../fonts/CenturyGothic/CenturyGothicPaneuropean-Thin.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothicPaneuropean-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean-Black.woff2') format('woff2'),
        url('/wp-content/themes/rainbow-child/assets/fonts/CenturyGothic/CenturyGothicPaneuropean-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: inherit !important;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

p, label, input, a, span, li, strong{
	font-family: 'Century Gothic Paneuropean';
}

h1, h2, h3, h4, h6{
	font-family: 'Century Gothic Paneuropean';
	/* 	font-weight: 400; */
	font-style: normal;
}
h1, h2{
	      font-family: 'Century Gothic Paneuropean';
}
body {
    overflow-x: hidden;
}
section.headerslider {
	overflow: hidden;
	/*     max-height: 100vh; */
	height: calc(100vh - 167px);
	padding: 0px !important;
	position: relative;
}
section.headerslider .topbanner-new:before{
	content: "";
	display: block;
	background: linear-gradient(63deg, #44b93aa6 51%, #44B93A 51%, #00000000 51.5%, transparent 0);
    opacity: .85;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
section.headerslider .home-carousel {
    display: block;
}
.header-banner-new p {
    font-size: 25px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.header-banner-new span.stripeline {
    color: #fff;
}
.header-banner-new .btn-new a.learnmore:hover {
    color: #fff !important;
    border-color: #fff !important;
}
.container {
	max-width: 1360px !important;
}
/* section.latest-updates a.learnmore {
    pointer-events: none;
} */
.container-fluid {
    width: 1557px;
    max-width: 100%;
}
.conact-info ul li a {
    display: flex;
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: none;
}
.conact-info ul li a img {
    margin-right: 12px;
}
section {
    padding: 95px 0px !important;
}
/* header style */

.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.topbtn {
    background: #DD4D56;
    color: #fff;
    font-size: 20px;
    width: 192px;
    font-weight: bold;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DD4D56;
    border-right: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 33px 18px;
    padding-bottom: 17px;
    text-decoration: none;
}
a.topbtn:hover{
	text-decoration: none;
	/*border: 1px solid #DD4D56;
	background: transparent;
	color: #DD4D56;*/
	border-right: 0px;
    padding-bottom: 33px;
}
.header-navigation-wrapper nav, .header-navigation-wrapper nav ul {
/*     height: 85px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
header#site-header.new-header {
    height: 98px;
    background: #fff;
    width: 100%;
    padding: 0px 30px;
    right: 0;
    border-radius:0px;
}

body.home header#site-header.new-header {
    position: absolute;
    height: 98px;
    background: #fff;
    width: 99%;
    padding: 0px 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    top: 7px;
}
.new-header .header-toggles.hide-no-js {
    display: none;
}
.new-header .header-inner.section-inner {
	padding: 16px 0px;
    margin: 0;
    width: 100%;
}
.new-header nav > ul li {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 50px;
}
.new-header .btn-new {
    margin: 0;
}
.new-header .btn-new a.learnmore {
    white-space: nowrap;
	padding: 5px 22px !important;
}
.conact-info ul li {
    margin: 0;
    margin-right: 20px;
}
.new-header nav li a {
    font-size: 18px;
    color: #67358C !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-bottom: 0px;
    position: relative;
}

.header-toggles.custom-search {
    display: none;
}
.new-header .header-titles {
    margin: 0;
}
.topbar {
    padding: 0px;
    background: #f9f9f9;
    border-bottom: 1px solid #cccccc;
	width: 100%;
}
.phone-address {
    display: flex;
    align-items: center;
}
.new-header nav li.current-menu-item a {
text-decoration: none;
}
.new-header nav li a:hover{
	text-decoration: none;
	color: #018cad !important;
}
.cart-left {
    display: flex;
    justify-content: flex-end;
}
.cart-left ul {
    background: #333d3f;
    color: white;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
	width: 214px;
	padding-left: 0;
}
.cart-left ul li {
    margin: 0;
/* 	margin-right: 12px; */
	position: relative;
	padding-right: 22px;
	padding-left: 5px;
}
.cart-left ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background: #fff;
	height: 20px;
	opacity: 0.3;
}
.new-header nav li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	width: 1px;
	background: #6f7779;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.cart-left ul li:last-child:after {
    display: none;
}
a.btn-new {
    display: flex;
    white-space: nowrap;
    padding: 15px 25px;
    background: #45b93a;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 0.8px;
    border: 1px solid #45b93a;
}
/* .header-inner.section-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}*/
.topdtripe {
    width: 100%;
    display: flex;
    justify-content: space-between;
	padding: 0px;
} 
.new-header h1.site-logo {
    margin: 0;
}
.phone-address, .cart-left {
    padding: 0;
}
.cart-left ul {
    display: flex;
	justify-content: flex-end;
	margin: 0;
	list-style: none;
}
.conact-info ul {
    display: flex;
    margin: 0;
    list-style: none;
}
.header-navigation-wrapper a.btn-new {
    margin-top: 0;
}
.new-header .site-logo.faux-heading {
    margin: 0;
}
/* about us */
.fully_insured img {
    width: 60% !important;
}

section.aboutnew.about{
	display: flex;
	background: #67358C;
/* 	padding: 140px 0px !important; 
	padding-bottom: 170px !important;*/
	position: relative;
	border-top-right-radius: 220px;
}
.home section.aboutnew.about{
	    padding-top: 150px !important;
}
section.aboutnew.about:before {
    content: '';
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffda;
    z-index: -1;
}

.aboutnew .about-left {
    display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px;
	position: relative;
}
.aboutnew .right {
    padding: 0;
}
.aboutnew .left-text p {
    font-size: 20px;
    line-height: 34px;
    color: rgb(0 0 0 / 70%);
}
.righticon {
    display: flex;
    margin-top: 70px;
}
.welcome-inner {
    display: flex;
    padding: 0;
}
.btn-new {
	display: flex;
	margin-top: 60px;
}
section.aboutnew.about .btn-new a.learnmore {
    background: #fff;
    border-color: #fff;
    color: #67358C;
}
section.aboutnew.about .btn-new a.learnmore:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
a.learnmore {
	padding: 15px 30px;
	background: #67358C;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border: 1px solid #67358C;
	border-radius: 100px;
	text-transform: uppercase;
}
a.learnmore span {
/*     width: 58px;
    height: 52px;
    background: #fff; */
    display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 17px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

a.learnmore:hover {
    background: transparent;
    color: #67358C;
}
/* a.learnmore:hover span {
    background: #018cad;
} */
a.learnmore:hover span path {
    stroke: #fff;
}
a.learnmore:hover svg path {
	fill: #643488;
	
}
.about-right a.learnmore:hover svg path {
    fill: #fff !important;
}
section.our-services a.learnmore span,
.about-right a.learnmore span {
    width: auto;
    height: auto;
}
.about-right a.learnmore:hover span path {
    stroke: #ffffff00;
}
/* .about-left .left-img {
    position: relative;
	z-index: 1;
} 
.about-left .right-img {
    position: absolute;
    right: 0;
    bottom: -80px;
	z-index: 2
}*/

.about-left .left-img img {
    display: flex;
    width: 100%;
    border-radius: 20px;
}
.about-right p {
     font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Century Gothic Paneuropean';
}
.about-right {
	padding-right: 0px;
	padding-left: 60px;
}
section.aboutnew.about .left-img .about-img {
    overflow: hidden;
    display: flex;
    position: relative;
}
section.aboutnew.about .left-img .about-img:before {
    content: '';
	background: #ffffff;
	width: 100%;
	height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    opacity: 0.4;
}
.about-right {
	padding-right: 0px;
	padding-left: 50px;
}
.title-new h2 {
    font-size: 50px;
    color: #96459E;
    margin-top: 0px;
    margin-bottom: 57px;
	text-transform: capitalize;
	font-family: 'Century Gothic Paneuropean';
	letter-spacing: 1px;
}
.about-right .btn-new {
    position: relative;
    z-index: 222;
}

.latest-inner-left .title-new span.stripeline {
    justify-content: flex-start;
	color: #67358C;
}
span.stripeline {
    color: #fff;
    font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
section.gallery-testi .title-new span {
    color: #67358C;
}
/* about us end */

/* services */

/* section.our-services .title-new h2 {
    display: none;
} */
section.our-services .title-new {
    text-align: center;
}
section.our-services .title-new p {
    font-size: 33px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
/*     font-family: "Wix Madefor Display", sans-serif; */
    line-height: normal;
	color: #fff;
}
section.our-services span.stripeline {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
	color: #fff;
}

.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
.service-inner {
    padding: 0;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	width: 100%;
	background: #67358C;
	text-align: center;
	cursor: pointer;
}
.front-svg p {
    -webkit-transform: inherit !important;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
/*   word-spacing: -0.15em; */
font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}
.our-services .grid figure h2 span {
    font-weight: 500;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
	font-size: 20px;
	color: #fff;
	padding: 0px 20px;
	letter-spacing: 0.5px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: 100%;
/*   width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); 
  opacity: 1 !important;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: inherit;
  object-fit:cover;
}

figure.effect-lily figcaption {
  text-align: left;
  margin-top: 0px;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0px 20px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
}
.title-new {
    margin-bottom: 45px;
}
/* figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
 */
/* figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
} */


/* figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
} */

figure.effect-lily a {
  color: rgba(255, 255, 255, 0.8);
	opacity: 0;
/* 	transition: 0.5s; 
	-webkit-transition: 0.5s;*/
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.5s, transform 0.35s;
}
/* figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  opacity: 1;
} */
.boxbg {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 100%;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
.front-svg {
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
span.iconsvg {
    padding: 12px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.boxbg .number-box {
	position: absolute;
	right: -35px;
	width: 137px;
	height: 137px;
	border-radius: 100px;
	background: rgb(99 107 109 / 30%);
	bottom: -35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxbg .number-box span {
    font-size: 75px;
    font-weight: 600;
    color: rgb(51 61 63 / 50%);
    display: flex;
    align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: 900;
	font-family: "Wix Madefor Display", sans-serif;
}
/* figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} 
figure.effect-lily:hover a,
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
*/
figure.effect-lily a.newreadmore {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
}
figure.effect-lily figcaption > div h2 {
	position: absolute;
	bottom: 183px;
	text-align: center;
	width: 100%;
	left: 0;
	text-transform: uppercase;
	padding: 0px 30px;
}
figure.effect-lily:hover figcaption > div h2 {
    position: relative;
	bottom: inherit !important;
	color: #333D3F;
	text-align: center;
}

.service-inner-new .grid {
    display: flex;
    flex-wrap: wrap;
}
.service-wrape {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-wrape .grid {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.service-wrape .link-box {
    width: 31.5%;
    max-width: 31.5%;
    flex: 0 0 31.5%;
}
.service-wrape figcaption h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 900 !important;
	letter-spacing: 0.2px;
	color: #333D3F;
}
figure.effect-lily:hover figcaption > div {
    height: 100%;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
justify-content: center;
bottom: 0px;
background: #fff;
}

/* figure.effect-lily:nth-child(1) figcaption > div, figure.effect-lily:nth-child(2) figcaption > div  {
    bottom: -61px;
} */

figure.effect-lily:nth-child(1):hover figcaption > div, figure.effect-lily:nth-child(2):hover figcaption > div {
    bottom: 0;
}
/* figure.effect-lily figcaption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(38, 72, 125, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 106%);
    opacity: 0.8;
} */
.grid figure:hover figcaption div h2 {
    margin-bottom: 15px;
}
.grid figure:hover figcaption div a.newreadmore {
    margin-top: 10px;
}
section.our-services {
	width: 100%;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
    background: #FFFFDA;
}
section.homeslider
{
    position: relative;
}
section.our-services .container, section.homeslider .container, section.contactus .container{
    position: relative;
    z-index: 2;
}
section.our-services:before, section.homeslider:before, section.contactus:after {
    background: url(/wp-content/uploads/2026/01/aplhabits.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    background-repeat: repeat;
}

/* figure.effect-lily:hover p {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #333D3F;
	text-align: center;
	line-height: 30px;
} */
.readmore {
    display: flex;
    align-items: center;
	width: 100%;
	justify-content: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	margin-top: 15px;
}
.readmore a {
     color: #44B93A !important;
    font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}
.newread a {
    color: #44B93A !important;
    opacity: 1 !important;
    font-size: 22px;
    font-weight: 600;
}
.service-wrape .link-box:hover .newread {
    opacity: 0;
}
/* .custom-container {
    padding-right: 0;
    margin-right: 0;
} */
/* services end */

/* homeslider */



.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.topbanner-new {
	height: calc(100vh - 167px);
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.header-banner-new .btn-new {
    margin: 0;
    margin-top: 25px;
}
.topbanner-new.discover-what-lies-beneath-the-ground {
    background-position: 0 -57px;
}
.topbanner-new .container {
    position: relative;
	z-index: 2222;
	padding-bottom: 100px;
}
.header-banner-new {
    position: relative;
}
.header-banner-new h1 {
    font-size: 60px;
    width: 47%;
    margin-left: 0;
    font-weight: bold;
    color: #fff;
	letter-spacing: 0.5px;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
}
.headerslider .owl-item {
     float: left;
}
section.headerslider.owl-loaded .owl-nav {
    position: absolute;
    right: 77px;
    z-index: 2000;
    bottom: 32px;
}
.fadeIn.active .header-banner-new{
  animation: fadeinout 6s infinite;
}
section.gallery-testi,
section.gallery{
	position: relative;
	overflow: hidden;
}
section.latest-updates {
       position: relative;
    background: #F6EDF6;
}
.testimonial-stars path {
    fill: #ee6a2a;
}
section.gallery.gallery-testimonials .title-new h2 {
    color: #fff;
}
/* section.gallery-testi:before,
section.gallery:before,
section.latest-updates:before,
section.our-services:before,
section.aboutnew.about:before{
	content: '';
	background: url(/wp-content/uploads/2025/08/about-left.svg);
	width: 106px;
	height: 56px;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
}
section.gallery-testi:before{
	content;'';
    background: url(/wp-content/uploads/2025/08/gallery-border.svg);
    width: 112px;
    height: 106px;
    bottom: -43px;
	right: 0px;
}
section.gallery:before {
	content;'';
    background: url(/wp-content/uploads/2025/08/gallery-border.svg);
    width: 112px;
    height: 106px;
    bottom: -43px;
} 
section.our-services:before{
	left: inherit;
	right: 0px;
}*/
.gallery-inner {
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 0px;
}
section.gallery .gallery-inner .title-new {
    margin: 0;
}
section.gallery .gallery-inner .title-new h2 {
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 30px;
}
.new-header nav > ul li:last-child {
    margin: 0;
}
.gallery-inner .btn-new {
    margin: 0;
}
.gallery-inner .btn-new a.learnmore {
	padding: 5px 20px;
	padding-right: 5px;
	background: #fff;
}
section.gallery {
    background: #44B93A;
    margin: 0;
}
/* .gallery-inner span.stripeline, .gallery-inner h2 {
    color: #fff;
} */

.gallery-inner .btn-new a.learnmore {
    color: #44B93A;
    border: 1px solid #44B93A;
}

.gallery-inner .btn-new a.learnmore:hover span{
	background: #fff;
}
.gallery-inner .btn-new a.learnmore:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
}
.gallery-inner .btn-new a.learnmore:hover path {
    stroke: #44b93a;
}
.gallery-inner .btn-new a.learnmore span {
    background: #44b93a;
}
.gallery-inner .btn-new a.learnmore svg path {
    stroke: #fff;
}
.gallery-inner .btn-new a.learnmore:hover svg path {
    stroke: #44b93a !important;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.carousel-desc {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
/* section.headerslider .custom-arrows>button {
    margin: 0 !important;
    padding: 0 !important;
} */
section.headerslider .custom-arrows>button {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
}
section.headerslider .custom-arrows button>button {
    padding: 16px !important;
    background: transparent !important;
	border: 1px solid #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
section.headerslider .custom-arrows button.owl-prev>button {
    margin-right: 20px;
}
section.headerslider .custom-arrows button>button:hover {
    background: #44B93A !important;
    border-color: #44B93A !important;
}
.custom-arrows {
    position: absolute;
    right: 0;
    bottom: -40px;
}

/* .about-left:after {
    content: '';
    background: url(/wp-content/uploads/2025/07/about-left-border.svg);
    width: 155px;
    height: 170px;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 0;
} */
/* .header-banner-new a {
    background: #639930;
    width: 153px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(8% 0%, 92% 0%, 100% 50%, 92% 98%, 7% 99%, 0% 50%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
} */
section.our-services .btn-new {
    justify-content: center;
}
.left-img {
    position: relative;
}
.aboutnew .about-left .left-img:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/01/aboutnew-icon.svg);
    width: 274px;
    height: 130%;
    bottom: -1px;
    right: -14%;
    z-index: 22;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
/* homeslider end */

/* gallery */

.carousel-item .title-row {
    display: flex;
    align-items: center;
    margin: 0;
}
.carousel-item .title-row h3.carousel-title {
    margin: 0;
}
/* gallery end */


.testimonial-item {
	background: #f9f9f9;
	padding: 40px 24px;
	border-radius: 10px;
	text-align: center;
}

.testimonial-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.testimonial-stars {
	font-size: 18px;
	margin-bottom: 15px;
	display: flex;
}
.testimonials-carousel .owl-stage-outer:before {
    content: '';
    position: absolute;
    left: 0;
    width: 56px;
    height: 100%;
    background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	background: linear-gradient(to right, rgb(103 53 140) 0%, rgb(103 53 140) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.testimonials-carousel .owl-stage-outer:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 56px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
    z-index: 1000;
	transform: rotate(180deg);
	background: linear-gradient(to right, rgb(103 53 140) 0% 0%, rgb(103 53 140) 6% 6%, rgba(255, 255, 255, 0) 99% 99%, rgba(255, 255, 255, 0) 100% 100%);
}
.testimonial-description {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	overflow: hidden;
/* 	display: -webkit-box;
	-webkit-line-clamp: 9;
	line-clamp: 9;
	-webkit-box-orient: vertical; */
}
.testi-inner {
    display: flex;
	align-items: center;
	margin-top: 35px;
}
.testi-inner h3.testimonial-name {
	margin: 0;
	letter-spacing: 0.5px;
}
.testi-inner h3.testimonial-name, .testi-inner label {
	line-height: 0;
	font-size: 19px;
	font-weight: bold;
}
.testi-inner label {
	height: 50px;
	background: rgb(0 0 0 / 50%);
    border-radius: 100px;
    width: 50px;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
}
.testimonials-carousel .owl-stage-outer {
    border-radius: 10px;
}
section.gallery.gallery-testimonials {
	background: #96459E;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	    overflow: visible;
}
section.gallery.gallery-testimonials:after {
    content: '';
    background: url(/wp-content/uploads/2025/12/customer-icon.svg);
    width: 502px;
    height: 881px;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.gallery.gallery-testimonials .gallery-inner.bottom {
    flex-direction: column;
	position: relative;
	top: 36px;
}
section.gallery.gallery-testimonials:before {
	right: 0;
	left: inherit;
	bottom: -42px;
}
.custom-testimonials {
    width: 99%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.custom-testimonials>button {
	padding: 0;
	background: transparent;
}
.custom-testimonials>button>button {
    background-color: transparent !important;
    padding: 0;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore {
    border: 1px solid #44B93A;
    color: #fff;
    background: #44B93A;
	
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore span {
    background: #fff;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore span svg path {
    stroke: #44b93a;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover {
    border-color: #fff;
    background: transparent;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover span {
    background: #44B93A;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover span path {
    stroke: #fff !important;
}
section.contactus {
    background: #FFFFDA;
	position: relative;
}
section.contactus:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/contactus-border-dark.png);
    width: 219px;
    height: 220px;
    position: absolute;
    top: -1px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 2;
}
.contact-img img {
    width: 100%;
}
.form-wraper input, .form-wraper textarea {
	background: transparent !important;
	border: 0px !important;
	border: 1px solid #67358C !important;
	outline: none;
	padding: 20px 15px !important;
	border-radius: 10px !important;
	color: #fff;
}
section.contactus .title-new span.stripeline {
    justify-content: flex-start;
}
section.contactus .title-new h2 {
    margin-bottom: 35px;
}
.contact-inner .contact-left {
	position: relative;
	z-index: 10;
}
.contact-inner .contact-right {
	padding: 0px 45px;
	background: transparent;
}
.contact-right .title-new p {
    margin: 0;
}
.contact-right .title-new {
    margin-bottom: 0px;
	padding: 0px;
}
.form-wraper .full-form {
    padding: 0;
}
.about-right .title-new h2 {
	letter-spacing: -1px;
	margin-bottom: 35px;
	margin-left: 0px;
	color: #fff;
}
section.aboutnew.about .about-right {
    display: flex;
    align-items: self-end;
	position: relative;
	z-index: 23;
}
.about-right .title-new span.stripeline {
    justify-content: flex-start;
}
.form-wraper br {
    display: none;
}

.contact-img img {
    border-radius: 20px;
}
.form-wraper label {
    font-size: 20px;
    color: #333D3F;
    font-weight: 500;
	margin: 0px;
}
.form-wraper p {
    margin-bottom: 19px;
}
.form-wraper textarea {
    min-height: 180px;
}
.form-wraper .left-form {
    padding: 0;
    padding-right: 16px;
}
.form-wraper .right-form {
	padding: 0;
    padding-left: 16px;
}
.message.form-wraper p {
    margin: 0;
}
.message.form-wraper span.wpcf7-list-item-label {
	font-size: 18px;
	color: rgb(103 53 140);
	font-weight: 400;
	padding-left: 9px;
}
.message.form-wraper span.wpcf7-list-item {
	margin: 0;
	margin-bottom: 25px;
	margin-top: 20px;
}
.contact-right .submit-btn p {
    margin: 0;
}
.form-wraper span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
	bottom: -19px;
	left: 5px;
	width: 100%;
	white-space: nowrap;
}
.message.form-wraper p {
    padding: 0;
}
.message.privacypolicy input[type="checkbox"] {
	height: 20px;
	width: 20px;
	padding: 0 !important;
	border: 1px solid #67358C !important;
	border-radius: 4px !important;
}
.message.privacypolicy input[type="checkbox"]:checked::before {
     margin: -0.40rem 0 0 -0.45rem;
    height: 25px;
    width: 25px;
}
.message.form-wraper span.wpcf7-list-item-label a {
    color: #67358c;
}
.row.message, .row.form-wraper {
    margin: 0;
}

section.contactus .contact-inner:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/contact-border.svg);
    position: absolute;
    right: -27px;
    bottom: -27px;
    width: 172px;
    height: 189px;
}
.footer-left.footermenu ul {
    columns: 2;
}
.footer-left li label svg {
    min-height: 20px;
}
.footer-inner {
    display: flex;
    align-items: flex-start;
	padding: 0px;
}
.footer-left h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	margin-bottom: 19px;
}
.footer-left ul {
    margin: 0;
}
footer#site-footer .footer-column.menu-column.center {
    padding-left: 130px;
}
.footer-logo img {
    width: 100%;
    max-width: 100%;
}
footer#site-footer .footer-column.menu-column.center-left {
    padding-left: 130px;
}
footer#site-footer .footer-left li {
    text-decoration: none;
    list-style: none;
	margin: 0;
	padding-bottom: 15px;
}
footer#site-footer .footer-left li:last-child{
	padding-bottom: 0px;
}

.footer-social-media {
    display: flex;
}
.footer-inner .left {
    padding: 0;
}
footer#site-footer li,
footer#site-footer a, footer#site-footer p{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #fff;
	font-size: 17px;
}
.footer-social-media a {
    margin-right: 10px;
}
#site-footer .footer-social-media a circle{
	transition: 0.5s;
    -webkit-transition: 0.5s;
}

#site-footer .footer-social-media a:hover circle {
	background: #96459e !important;
	fill: #96459e;
	stroke: #96459e;
}
#site-footer .footer-social-media a:hover g rect {
    fill: #fff !important;
    filter: #fff !important;
}
footer#site-footer li:hover,
footer#site-footer a:hover {
    color: #018cad;
    text-decoration: none;
}
footer#site-footer {
    padding-top: 52px;
    padding-bottom: 70px;
    background: #67358C;
	width: 100%;
}
.page-template-gallery.page-template-gallery-php {
    margin: 0;
}
.copyright-bottom {
	background: #67358C;
	color: #fff;
	text-align: center;
	padding: 17px;
	width: 100%;
	border-top: 1px solid rgb(0 0 0 / 27%);
}
.copyright-bottom p {
    margin: 0;
}
.copyright-bottom p a {
    color: #018cad;
}
.copyright-bottom p a:hover {
    color: #43aa38;
    text-decoration: none;
}
.footer-column.right ul li {
    display: flex;
    align-items: flex-start;
}
.footer-column.right ul li label {
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}
.footer-inner .footer-column.right {
    padding: 0px;
}
.footer-end {
    padding-left: 60px;
}

/* .to-the-top {
	display: none;
    width: 40px;
    height: 50px;
    background-color: #de4c56;
    position: fixed;
    left: 15px;
    bottom: 15px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
} */
a#scroll {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 13px;
	background: #6cab20;
	left: 20px;
	bottom: 15px;
	border-radius: 5px;
}
span.to-the-top-long {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	background: #44b93a;
}

/* latest */
section.latest-updates a.learnmore i {
    font-size: 30px;
    margin-right: 10px;
}
section.latest-updates a.learnmore svg{
	margin-right: 4px;
}
.latest-update-inner {
    display: flex;
	padding: 0px;
}
section.latest-updates .btn-new {
    margin-top: 40px;
}
section.latest-updates .title-new h2 {
    margin-bottom: 0;
}
/* latest end */

.gallery-testi .gallery-carousel {
	width: 100%;
	max-width: 100%;
	display: flex;
/*   margin: 30px auto; */
	flex-wrap: wrap;
	/*gap: 15px;*/
}

.gallery-testi .image-box {
	position: relative;
	overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
/*	width: 32.6%;
	max-width: 32.6%;
	flex: 0 0 32.6%;*/
}

.gallery-testi .image-wrapper {
	position: relative;
	border-radius: 20px;
}

.gallery-testi .image-wrapper img {
	width: 100%;
	display: block;
	border-radius: 0px;
	height: 365px;
	object-fit: cover;
}

/* Overlay: just the + icon */
/* .gallery-testi .overlay span.toggle-info.icon {
	position: absolute;
	bottom: 20px;
	right: 25px;
    color: #333D3F;
    padding: 0;
    cursor: pointer;
    z-index: 111;
	width: 25px;
    height: 25px;
    border-radius: 0px;
    display: flex;
    align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: normal;
	background: #EBECEE;
	border-radius: 100px;
}
.image-box .info-box p {
    opacity: 0;
}
.image-box.active .info-box p {
    opacity: 1;
}
.image-box .info-box h4 {
    position: relative;
    top: 3px;
} */
.image-box.active .info-box h4{
/* 	top: 0px;
	margin-bottom: 12px !important; */
}
/* Info box: slides up over image */
/* .gallery-testi .info-box {
    position: absolute;
	bottom: 2px;
	left: 10px;
	right: 10px;
	background: #333d3f9e;
	padding: 17px 13px;
    transform: translateY(50%);
    transition: transform 0.4s ease;
    z-index: 3;
    border-radius: 0px;
    transform: translateY(-4%);
	padding-right: 70px;
	padding-bottom: 22px;
}

.gallery-testi .image-box.active .info-box {
  transform: translateY(-4%);
}

.gallery-testi .info-box h4 {
  margin-top: 0;
}
.gallery-testi .image-box .info-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
    line-height: normal;
}
.gallery-testi .image-box .info-box p {
    font-size: 20px;
    color: #fff;
	font-weight: 500;
    height: 40px;
}
.gallery-testi .image-box.active .info-boxp  {
    height: auto;
}
.gallery-testi .overlay span.toggle-info.icon:before {
	content: "+";
	transition: all 0.3s ease-in-out;
	font-size: 23px;
}
.gallery-testi .image-box.active .overlay span.toggle-info.icon:before {
    content: "-";
} */
/* .gallery-testi .image-box.active .info-box p,
.gallery-testi .image-box.active .info-box h4 {
    text-align: center;
} */



/* Overlay: just the + icon */
.gallery-testi .overlay span.toggle-info.icon {
	position: absolute;
/* 	bottom: 30px; */
	bottom: 19px;
	right: 12px;
    color: #333D3F;
    padding: 0;
    cursor: pointer;
    z-index: 111;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: normal;
    background: #EBECEE;
    line-height: 20px;
}
.image-box .info-box p {
    opacity: 0;
	display: none;
}
.image-box.active .info-box p {
    opacity: 1;
	display: block;
}
/* .image-box .info-box h4 {
    position: relative;
    top: 3px;
} */
.image-box.active .info-box h4{
	top: 0px;
	margin-bottom: 12px !important;
}

/* Info box: slides up over image */

.gallery-testi .info-box {
    position: absolute;
/* 	bottom: 45px; */
	bottom: 38px;
	left: 10px;
	right: 10px;
	background: #fff;
	padding: 19px 13px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 3;
    border-radius: 0px;
	transform: translateY(50%);
	padding-bottom: 22px;
	border-radius: 10px;
/*     padding-left: 70px; 
	padding-bottom: 0px;*/
}

.gallery-testi .image-box.active .info-box {
	transform: translateY(0%);
	bottom: 13px !important;
/* 	height: 60%; */
}
section.gallery.gallery-testimonials .title-new {
    position: relative;
    z-index: 100;
}
.gallery-testi .info-box h4 {
  margin-top: 0;
}
.gallery-testi .image-box .info-box h4 {
    color: #fff;
/*     font-size: 25px; */
	font-size: 19px;
    font-weight: 700;
	margin-bottom: 0px;
	letter-spacing:0;
	font-family: 'Century Gothic Paneuropean';
	text-transform: capitalize;
	margin-right: 40px;
}
.gallery-testi .image-box .info-box h4 br {
    display: none;
}
.gallery-testi .image-box .info-box p {
    font-size: 15px;
    color: #fff;
	font-weight: 400;
	/*     height: 40px; */
	display: none;
}
.gallery-testi .image-box.active .info-box p {
    display: block;
/*     display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
	margin: 0px;
}
/* .gallery-testi .image-box.active .info-boxp  {
    height: 50%;
} */
.gallery-testi .overlay span.toggle-info.icon:before {
	content: "+";
	transition: all 0.3s ease-in-out;
	font-size: 23px;
}
.gallery-testi .image-box.active .overlay span.toggle-info.icon:before {
    content: "-";
}
.gallery-testi .image-box:nth-child(1) .info-box h4{
    color: #fff;
}
/* .gallery-testi .image-box:nth-child(1) .info-box p{
    color: #000;
} */
.gallery-testi .image-box:nth-child(7) .info-box{
	background: #96459e;
}
.gallery-testi .image-box:nth-child(9) .info-box{
	background: #FE7C0C;
}
.gallery-testi .image-box:nth-child(8) .info-box,
.gallery-testi .image-box:nth-child(1) .info-box {
    background: #F12814;
}
.gallery-testi .image-box:nth-child(2) .info-box {
    background: #FE7C0C;
}

.gallery-testi .image-box:nth-child(3) .info-box {
    background: #FDCC01;
}
.gallery-testi .image-box:nth-child(4) .info-box {
    background: #6CAB20;
}
.gallery-testi .image-box:nth-child(5) .info-box {
    background: #008FB1;
}
.gallery-testi .image-box:nth-child(6) .info-box {
    background: #67358C;
}
/* .gallery-testi .image-box.active .info-box p,
.gallery-testi .image-box.active .info-box h4 {
    text-align: center;
} */


section.gallery-testi{
	    background: rgb(150 69 158 / 10%);
}
.gallery-testi-inner {
    position: relative;
}
.custom-arrows-gallery {
    display: flex;
    justify-content: space-between;
    width: 112%;
    position: absolute;
    top: 50%;
    left: -6%;
}
section.gallery-testi .title-new {
    margin: 0;
}

.custom-arrows-gallery button {
    padding: 16px !important;
    background: transparent !important;
    border: 1px solid #ffffff9c;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.custom-arrows-gallery button:hover {
    background: #333d3f !important;
    border: 1px solid #333d3f;
}
section.gallery.gallery-testimonials .title-new span.stripeline {
    margin-bottom: 0px;
    display: flex;
}
.submit-btn input {
	padding: 17px 30px !important;
	background: #67358c !important;
	font-size: 20px;
	text-decoration: none;
	color: #fff !important;
	margin: 0;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
    display: flex;
    align-items: center;
	justify-content: center;
	font-weight: 600;
	border:1px solid #67358c !important;
	text-decoration: none !important;
	padding-right: 62px !important;
	height: 55px;
	border-radius: 100px !important;
}
.submit-btn input:hover {
	background: transparent !important;
	border: 1px solid #67358c !important;
	color: #67358c !important;
}
.submit-btn span.wpcf7-spinner {
    display: none;
}
.message.form-wraper span.wpcf7-list-item-label a:hover {
    color: #535353;
}
section.contactus .submit-btn {
    width: 200px;
	position: relative;
	margin-top: 10px;
}
/* section.contactus .submit-btn span.icon:after {
	content: '';
	background: url(/wp-content/uploads/2025/08/contact-icon.svg);
	width: 18px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 11px;
} */
.message.form-wraper p {
    width: 100%;
}
.submit-btn br {
    display: none;
}
.submit-btn span.icon {
	position: absolute;
	right: 61px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
/* .submit-btn:hover span.icon path {
    stroke: #fff;
} */
/* counter start */


.counter-inner {
    background: transparent;
    display: flex;
    width: 707px;
    position: relative;
}
.counter-inner h2 {
	color: #44B93A;
	font-size: 40px;
	margin-bottom: 7px;
	font-weight: 900;
	margin: 0px;
	font-family: "Wix Madefor Display", sans-serif;
	letter-spacing: 0.5px;
}
.slider-counter {
	position: relative;
}
.slider-counter .text-center {
    position: absolute;
    bottom: 30px;
    left: 1.2%;
	z-index: 11;
}
.counter-wrape h4 {
	font-size: 20px;
	font-weight: 500;
    color: #fff;
/* 	width: 100px; */
	text-align: left;
	padding-left: 0;
	margin: 0;
}
.counter-inner .counter-wrape:after {
	content: '';
	position: absolute;
	right: 2px;
	height: 90px;
	width: 0px;
	background: transparent;
	border-left: 2px dashed rgb(255 255 255 / 46%);
}
.counter-inner .counter-wrape:last-child:after{
	display: none;
}
.counter-wrape {
    display: flex;
    flex-wrap: wrap;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0;
/*     align-items: center; */
    justify-content: center;
	padding: 25px 29px;
/* 	padding-right: 20px; */
	flex-direction: column;
	text-align: left;
}
.slider-counter .text-center {
    padding: 0;
}
.counter-inner .counter-wrape:first-child {
    padding-left: 13px;
}
section.our-services .title-new span.stripeline {
    color: #67358C;
}
.testimonials-masonry-grid {
    column-count: 3;
    column-gap: 20px;
}
.testimonial-item {
    margin-bottom: 20px;
    border-radius: 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	background: #F6EDF6;
	min-height: 390px;
	border-radius: 15px;
}
.privacy-policy-inner {
    padding: 0;
}
div.anchorposition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
section.newheader-banner {
	position: relative;
	height: 400px;
	display: flex;
	align-items: center;
	background-position: top !important;
}
section.newheader-banner:before {
	content: '';
	/*     background: rgb(81 78 78 / 50%); */
	background: rgb(255 255 255 / 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.newheader-banner h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
section.newheader-banner .title-new {
    margin: 0;
}
section.testimonial-page .one-about {
    padding: 0;
}
.testimonial-stars svg {
    margin-right: 4px;
}
.maplocation.contact {
    padding: 0;
}
section.contactus .contact-inner {
	display: flex;
	padding: 0;
	/*     padding-bottom: 140px; */
	position:relative;
	align-items: center;
}
.page-template-contact-us section.contactus .contact-inner {
	 padding-bottom: 140px;
}
section.contact-wrape.contactus {
    background: #ffffff;
	padding-bottom: 0px !important;
}
section.contact-wrape.contactus .contact-inner .contact-right {
    padding: 0px 25px;
    background: transparent;
}
section.contactus .contact-inner .left {
    padding-left: 0;
    padding-right: 150px;
}
.contact-inner .footer-left ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-inner .footer-left ul li label {
    margin: 0;
}
.contact-inner .footer-left ul li label {
    margin-right: 15px;
}
.contact-inner .footer-left ul li p {
    margin: 0;
}
.contact-inner .footer-left ul li label svg {
    width: 30px;
}
.contact-inner .footer-left ul li p,
.contact-inner .footer-left ul li a {
    font-size: 20px;
	color: #555;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.contact-inner .footer-left ul li a:hover {
    color: #44b93a;
}
.gallery-page-new,
.gallery-testi-inner {
    padding: 0;
    display: flex;
    gap: 35px;
    column-count: 3;
}
.gallery-page-new .image-box .info-box h4 {
    top: 11px;
}
.gallery-page-new .image-box.active .info-box h4 {
    top: 0;
}
.gallery-page-new{
	flex-wrap: wrap;
}
.page-template-gallery-php .custom-arrows-gallery {
    display: none;
}
.zoom-img {
    overflow: hidden;
/*     border-radius: 20px; */
    position: relative;
}

.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zoom-img img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}


.zoom-img:after {
    background: rgb(255 255 255 / 20%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.zoom-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.custom-news-inner .news-box {
	padding: 20px;
	background: #f9f9f9;
	width: 49%;
	max-width: 49%;
	flex: 0 0 49%;
}
.custom-news-inner .news-box h4 {
    margin: 0;
	font-size: 26px;
	margin-bottom: 18px;
}
.custom-news-inner .news-box p {
    font-size: 18px;
	color: #555;
}
.text-news p, .text-news ul li {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.custom-news-inner .news-box img {
    height: 200px;
    object-fit: cover;
}
section.news-listing {
    background: #fff;
}
.news-date {
	position: absolute;
	top: 82px;
	left: -1px;
	padding: 10px;
	background: #f9f9f9;
	color: #333c3f;
	font-size: 12px;
	font-weight: bold;
}
.news-text {
    display: flex;
}
.news-text .zoom-img {
	padding: 0;
	border-radius: 0;
	height: 200px;
}
.custom-news-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
section.newheader-banner h1 {
    position: relative;
}
.faqs-new.privacy-policy {
    padding: 120px 0;
}
.faqs-new.privacy-policy p, .faqs-new.privacy-policy ul li {
    font-size: 20px;
    color: #555;
}
.faqs-new.privacy-policy p {
   margin-bottom: 25px;
}
.faqs-new.privacy-policy br {
    display: none;
}
.faqs-new.privacy-policy strong {
    font-size: 28px;
    margin-bottom: 5px;
    display: flex;
}
.single-news-text.services {
    display: flex;
    padding: 0;
}
.single-news-text.services .single-left-service {
    padding: 0;
}
.breadcrum-inner {
    padding: 0;
    margin-bottom: 20px;
}

section.aboutnew.about .title-new, section.aboutnew.about .title-new p:last-child {
    margin-bottom: 0;
}
.single-right-service {
	padding-right: 50px;
	padding-left: 0;
}
section.headerslider .topbanner-new:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: linear-gradient(179deg, rgba(51, 60, 63, 0.02) 0%, rgba(51, 60, 63, 0.7) 100%);
    width: 100%;
    height: 50%;
}
.topbanner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}
.cart-left ul li button.toggle.search-toggle.mobile-search-toggle {
    display: inline-block !important;
	position: inherit;
	left: 0;
	top: 3px;
}
.cart-left .search-toggle .toggle-icon, .cart-left .search-toggle svg {
	height: inherit;
	max-width: inherit;
	width: 2rem;
}
.cart-left .toggle-inner {
	height: 2rem;
}
.new-header .search-modal .search-field {
	height: 8rem;
}
.news-inner .title-new h2 {
    margin-top: 5px;
}
.custom-arrows,
.topbanner-new .header-banner-new {
    display: none !important;
}
/* counter end */
section.gallery.gallery-testimonials .btn-new,
section.gallery-testi .btn-new,
.topbar {
    display: none;
}
section.our-services .readmore,
section.our-services .newread a {
    display: none;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #67358C;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #67358C;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #67358C;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #67358C;
}


textarea::-webkit-input-placeholder {
	color: #67358C;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #67358C;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #67358C;
}

textarea:-ms-input-placeholder {
	color: #67358C;
}
.about-right .btn-new {
    margin-top: 40px;
}
.form-wraper input, .form-wraper textarea,
.contactus .title-new h2,
.contactus span.stripeline {
    color: #67358C !important;
}
.get-inner ul, .get-inner ul li {
    margin: 0;
}
.get-inner ul li p{
	margin: 0px;
}
.get-inner {
    padding: 0;
    display: flex;
}
.get-inner ul li {
	display: flex;
	align-items: center;
	width: 100%;
}
.get-inner ul li p,
.get-inner ul li a {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	color: #96459E;
	text-decoration: none;
/* 	height: 112px; */
	justify-content: center;
	padding: 0px 20px;
	width: 100%;
}
.letget .get-inner ul {
	background: #F6EDF6;
	border-radius: 20px;
	overflow: hidden;
}
.get-inner ul li a strong{
    font-size: 24px;
	color: #96459E;
}
.letget .get-inner ul label {
    display: flex;
    background: #fff;
    padding: 24px 20px;
    height: 112px;
	margin: 0px;
}
/* .get-inner .get-left label {
    background: #f12814 !important;
}
.get-inner label svg path {
    fill: #fff;
} 
.get-inner .get-center label {
    background: #6cab20 !important;
}
.get-inner .get-last label {
    background: #fe7c0c !important;
}*/
section.letget {
    /*background: url(/wp-content/uploads/2025/12/contact-details.png);*/
    background: #67358C;
}
section.latest-updates .latest-inner-left {
    padding-left: 0;
}
section.latest-updates .latest-inner-right{
	padding: 0px;
}
section.letget .title-new h2 {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #fff;
}
.btn-new a {
    font-weight: bold;
}
.gallery-testi .image-wrapper .overly-img:after {
    content: '';
    background: rgb(255 255 255 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service-wrape .link-box figure.effect-lily:before {
    content: '';
    background: #96459e;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: all 0.5s ease-in-out;
}

.service-wrape .link-box:hover figure.effect-lily:before {
    height: 100%;
}


section.homeslider .slider {
    position: relative;
    height: 480px;
    overflow: hidden;
    padding: 30px 0;
}

section.homeslider .slide {
    position: absolute;
    width: 270px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
}
section.homeslider .slide.center
{
     width: 350px; 
}
/* Visible states */
section.homeslider .slide.center,
section.homeslider .slide.left,
section.homeslider .slide.right {
  opacity: 1;
  pointer-events: auto;
}

/* Positions */
section.homeslider .center {
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}

section.homeslider .left {
  left: 22%;
  transform: rotate(-8deg) scale(0.9);
  z-index: 2;
}

section.homeslider .right {
  left: 59%;
  transform: rotate(8deg) scale(0.9);
  z-index: 2;
}
.slide span.label {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0px;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 0;
}
section.homeslider .slide {
   display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #67358C;
    border-radius: 30px;
    padding: 10px;
	color: #fff;
    width: 280px;
    transition: all 0.5s ease-in-out;
}
.slider-wrapper {
    margin-bottom: 30px;
}
.slider-wrapper .slide>img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
section.homeslider .slide.center {
    box-shadow: 0px 0px 35px -24px #000;
    width: 400px;
}
.slider-wrapper .slide.center>img {
    height: 350px;
    width: 380px;
}
.slide.left span.label,
.slide.right span.label{
	font-size: 16px;
}
section.homeslider .slide.left,
section.homeslider .slide.right{
	 margin-top: 30px;
}
/* slider end */

section.homeslider {
    background: #FFFFDA;
    height: calc(100vh + 450px);
    padding-bottom: 100px !important;
    height: auto !important;
}
section.homeslider .title-new {
    padding-top: 80px;
    margin-bottom: 10px;

}

section.homeslider h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 100px;
    max-width: 70%;
    color: #67358C;
    font-weight: 900;
    font-family: 'Century Gothic Paneuropean';
    line-height: 100px;
    text-transform: uppercase;
}
section.homeslider h1 span:nth-child(1) {
    color: #F12814;
}
section.homeslider h1 span:nth-child(2) {
    color: #FE7C0C;
}
section.homeslider h1 span:nth-child(3) {
    color: #FDCC01;
}
section.homeslider h1 span:nth-child(4) {
    color: #6CAB20;
}
section.homeslider h1 span:nth-child(5) {
    color: #008FB1;
}
section.homeslider h1 span:nth-child(7) {
    color: #96459E;
}
section.homeslider span.stripeline {
    color: #67358C;
}
section.homeslider .title-new p {
    font-size: 30px;
    text-align: center;
    color: #67358C;
    font-weight: 600;
}
section.homeslider .btn-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
.gallery-testi .image-box .info-box h4 a {
    color: #fff;
    text-decoration: none;
}
.gallery-testi .image-box:nth-child(1) .info-box a {
    color: #fff;
}
section.news-detail .latest_news_content .title-new h2 {
    margin-bottom: 29px;
    font-size: 32px;
    color: #000000;
}
section.news-detail .latest_news_content .title-new {
    margin: 0;
}
.text-news br {
    display: none;
}
.newheader-banner h1.margin-none {
    text-align: center;
	margin-top: 0px;
	font-size: 50px;
	color: #67358c;
}
.breadcrum {
    display: none;
}
.latest_news_content {
    margin-top: 30px;
}
#homeVideo button.btn.btn-default {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}
.video-inner {
    width: 49%;
    max-width: 49%;
    flex: 0 0 49%;
    /* margin: 0 auto; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;

}
.modal-content.ifaudio {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f3f4;
}
.text-news p:empty {
    display: none;
}
.video-inner .video-bottom {
	display: flex;
	align-items: center;
	background: #96459E;
	justify-content: space-between;
	padding: 15px;
}
.video-inner .video-bottom h3 {
    font-size: 18px;
    margin: 0;
	margin-right: 70px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.modal-content video,
iframe#youtubeVideo {
    width: 100% !important;
/* 	height: 430px; */
}
.single-video .modal-dialog.modal-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
section.single-video button.close {
    position: absolute;
    top: -34px;
    z-index: 100;
    right: 0;
    /* background: #fff; */
    padding: 5px 0px;
    font-size: 25px;
    bottom: inherit;
    color: #fff;
	font-weight: normal;
}
.new-header .btn-new span {
    height: 35px;
    margin-left: 12px;
    width: 30px;
    font-weight: normal;
}
.new-header nav .contactbtn {
    display: none;
}
.new-header .btn-new span path {
    fill: #fff;
}
.new-header a.learnmore:hover svg path {
    fill: #643488;
}
.video-left .audio-line {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.video-left .audio-line svg {
    width: 100%;
    position: relative;
    transform: translateY(30%);
}
.podcast,
.video-logo {
    width: 50%;
}
.video-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px;
	background: #FFFFDA;
	height: 265px;
    position: relative;
}
.audio-line img {
    position: absolute;
    width: 100%;
	left: 0px;
}
.video-right {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #67358C;
}
.podcast {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-right: 20px;
	padding-top: 30px;
}
.podcast img {
    width: 46%;
}
.video-right h4 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.video-right {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #67358C;
    height: 265px;
    justify-content: center;
    padding: 27px;
	position: relative;
}
.video-right label {
    font-size: 14px;
    color: #fff;
    padding: 8px 0px;
}
.video-right p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.video-right:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/video-left.png);
    width: 41px;
    height: 266px;
    position: absolute;
    left: -25px;
}
section.single-video,
section.news-detail {
    background: #fff;
}
.contact-img {
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

section.aboutnew.about.page .about-left .left-img:after{
	display: none;
}
section.aboutnew.about.page .about-right span.stripeline{
    color: #67358C;
}
section.aboutnew.about.page .about-right h2, section.aboutnew.about.page .about-right p {
    color: #96459e;
}
section.aboutnew.about.page .btn-new {
    display: none;
}
section.aboutnew.about.page{
	background: #fff;
	border-radius: 0;
}
section.aboutnew.about.page .left-img img {
    border: 1px solid #96459e17;
}
section.aboutnew.about.page .about-right {
    align-items: center;
}
section.newheader-banner.about h1 {
    color: #67358c;
}
.facebook img {
    width: 90%;
}
.instagram img {
    width: 85%;
}
.image-box .info-box>a {
    display: none;
}

.image-box.active .info-box>a {
	display: block !important;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 5px;
	font-weight: 500;
	color: #fff !important;
}

section.single-video .modal {
    overflow: hidden !important;
}
.video-wraper {
    display: flex;
	padding: 0px;
	flex-wrap: wrap;
	gap: 20px;
}
.video-wraper>div {
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.video-wraper>div {
		flex-direction: column;
		margin: 0;
	}
	.video-inner
	{
		padding-bottom:15px;
	}
	.video-wraper
	{
		padding:0;
	}
}
section.aboutnew.about.page .about-right .title-new p {
    margin-bottom: 15px;
    color: #000;
}
/* section.single-video {
    padding-top: 0 !important;
} */

section.about-bottom-new {
    background: #fff;
    padding: 0 !important;
}
.about-bottom-text .about-right-text,
.about-bottom-text .left-image,
.about-bottom-text {
    padding: 0;
    display: flex;
	align-items: center;
}
.about-bottom-text .about-right-text {
	padding-left: 30px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.container-custom-new {
    display: flex;
    align-items: center;
}

.about-bottom-text:nth-child(odd) {
    padding: 80px 0px;
    background: #fff;
}
.about-right-text p {
    font-size: 17px;
    margin: 0;
}
.about-bottom-text:nth-child(even) {
	 padding: 80px 0px;
    background: #f6edf6;
}
.about-bottom-text .about-right-text h4 {
    margin: 0;
    margin-bottom: 6px;
    font-size: 26px;
    color: #77216f;
}
.about-bottom-text .about-right-text strong.about-author {
    font-size: 18px;
    margin-bottom: 7px;
}
.about-bottom-text:nth-child(even) .container-custom-new {
    flex-direction: row-reverse;
}
.about-bottom-text:nth-child(even) .container-custom-new .about-right-text {
    padding: 0;
    padding-right: 30px;
}
.page-template-about .about-right {
    padding: 0;
}
.faqs-new.privacy-policy p a {
    color: #67358c;
    text-decoration: none;
}
.privacy-policy-inner p:last-child {
    margin-bottom: 0;
}
/* .page-template-privacy-policy h1 {
    color: #fff !important;
} */
.page-template-privacy-policy section.contactus, .page-template-privacy-policy section.letget {
    display: none;
}
.image-box.active .info-box>a {
    display: none !important;
}
.about-bottom-text:nth-child(4) .left-image img {
    width: 80%;
}
.about-bottom-text:nth-child(4) .left-image {
    display: flex;
    justify-content: flex-end;
}
div#sliders div img {
    border-radius: 23px;
}
section.faqs-new.privacy-policy {
    background: #fff;
}
.gallery-testi .image-box.active span.toggle-info.icon {
    bottom: inherit;
    top: 14px;
}
.custom-testimonials svg path {
    fill: #67358c;
}
.gallery-testi .image-box.active .overlay span.toggle-info.icon:before {
    line-height: 23px;
    font-family: monospace;
}
.instagram {
    padding-right: 50px;
}
.testimonials-carousel .owl-stage-outer:after,
.testimonials-carousel .owl-stage-outer:before,
section.gallery.gallery-testimonials:after{
	display: none;
}
.get-inner>div {
    padding-right: 15px;
}