Theme Name: onebeyond
*/

@font-face {
	font-family: Roboto;
	src: url(../pillaiassociates/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../pillaiassociates/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../pillaiassociates/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../pillaiassociates/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
    font-family: 'SF Pro Display', sans-serif !important;
	--RedColor: #000;
	--BlueColor: #000;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color:  #000000B2;
    font-weight: 600 !important;

}

button {
	transition-duration: 0.3s;
}
p, li {
	color: #444444;
	font-size: 16px;
	line-height: 26px;
}

img{
	width: 100%;
}
::selection {
	background: #00cb86;
	color: #fff;
}

::-moz-selection {
	background: #00cb86;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #00cb86;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #04a36e;
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}
html {
	scroll-behavior: smooth;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
/* .slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-ms-transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
} */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
    content: '→';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 1px solid #fff;
	outline: #fff;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: rgb(255, 255, 255);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


.btn-floating:hover i {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 135px;
    background: linear-gradient(180deg, rgba(1,91,168,1) 0%, rgba(54,190,244,1) 100%);
}

.btn-floating.phone:hover {
    background: linear-gradient(180deg, rgba(1,91,168,1) 0%, rgba(54,190,244,1) 100%);
}

/* WhatsApp */
.btn-floating.whatsapp {
    background: linear-gradient(180deg, rgba(58,131,61,1) 0%, rgba(146,213,95,1) 100%);
    bottom: 75px;
}
.btn-floating.whatsapp .fa-whatsapp{
    font-weight:600 !important;
    font-size:20px;
}
.btn-floating.whatsapp:hover {
    background: linear-gradient(180deg, rgba(58,131,61,1) 0%, rgba(146,213,95,1) 100%);
}
/*booking*/
.btn-floating.booking {
    bottom: 10px;
    background:linear-gradient(100deg, rgba(58,131,61,1) 32%, rgba(1,91,168,1) 100%);
    display:none;
}
.page-id-6 .btn-floating.booking {
    display:block;
}

.btn-floating.booking:hover {
    background:linear-gradient(100deg, rgba(58,131,61,1) 32%, rgba(1,91,168,1) 100%);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
   color: #000000 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size:11px!important;
}
.container {
    max-width: 1280px !important;
}
/* header starts */
.page-container{
    width: 100%;
}
.header-top {
    background: #00cb86;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}
.home-banner-wrap{
	height:105vh;
    background: #F5F5F5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-banner-wrap a:hover{
    text-decoration:none;
}
.navbar-fixed-top.scrolled-inner {

    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
.navbar-fixed-top.scrolled-inner .header-logo img {
    height: 75px;
    object-fit: contain;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    height: 100%;
}
.header-top h5, .header-top a, .header-top a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 0;
    padding: 4px 0;
}
.header-top a:hover {
    text-decoration:none;
    color:#0062cc;
}
.header-top a i{
    margin:0 8px;
}
.menu-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    border-left: 1px solid #00000080;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 1px;
    z-index: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link:after {
    border-left: none;
}

.ban-box {
    position: relative;
}
.ban-box a{
    border:none;
}
.ban-box.one:after {
    content: '';
    position: absolute;
    background: url(../onebeyond/assets/img/shape.png) no-repeat center;
    background-size: cover;
    width: 262px;
    height: 93px;
    right: 0;
    bottom: -8px;
}
.ban-box.one2:after {
    content: '';
    position: absolute;
    background: url(../onebeyond/assets/img/shape.png) no-repeat center;
    background-size: cover;
    width: 250px;
    height: 80px;
    right: -7px;
    bottom: -8px;
}
.ban-box.two1:after {
    content: '';
    position: absolute;
    background: url(../onebeyond/assets/img/shape2.png) no-repeat center;
    background-size: cover;
    width: 273px;
    height: 85px;
    right: -7px;
    top: 0;
}
.ban-box.two:after {
    content: '';
    position: absolute;
    background: url(../onebeyond/assets/img/shape2.png) no-repeat center;
    background-size: cover;
    width: 220px;
    height: 69px;
    right: -5px;
    top: 20px;
}
.one a {
    position: absolute;
    right: 108px;
    bottom: 12px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
}
.one span {
    position: absolute;
    right: 62px;
    bottom: 12px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    height: 35px;
    width: 35px;
}
.one2 a {
    position: absolute;
    right: 80px;
    bottom: 5px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
}
.one2 span {
    position: absolute;
    right: 40px;
    bottom: 4px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    height: 35px;
    width: 35px;
}
.two1 a {
    position: absolute;
    top: 10px;
    right: 100px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
} 
.two1 span {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    height: 35px;
    width: 35px;
} 
.two a{
    position: absolute;
    top: 23px;
    right: 70px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
} 
.two span {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9;
    background: rgba(0, 203, 134, 1);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    height: 35px;
    width: 35px;
}
.ban-box span i {
    rotate: -40deg;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 20px;
}

.ban-box-img img{
    height: 50vh;
    object-fit: cover;
    border-radius: 15px;
}
.ban-box-img{
    position: relative;
}
.ban-box-img-btm img{
    height: 40vh !important;
    margin-top: 20px;
}
.ban-box-cnt{
    position: absolute;
    bottom: 30px;
    padding: 15px;
}

.ban-box-cnt h2{
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 0px 4px #000;
}
.ban-box-cnt p{
    color: #fff;
    line-height: 22px;
    text-shadow: 0px 0px 4px #000;
}
/* about */
.about-wrapper{
	padding-top: 70px;
	padding-bottom: 70px;
}
.title{
	text-transform: uppercase;
	font-weight: 600;
	color: #000000b3;
	font-size: 28px;
	position: relative;
	width: fit-content;
	padding-bottom: 25px;
}
.title:after {
    position: absolute;
    content: '';
    background: url(../onebeyond/assets/img/tag-line.png) no-repeat center;
    width: 100px;
    height: 60px;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
}
.abt-counts{
	display: flex;
}
.abt-cunt-icon img{
	height: 60px;
	width: 60px;
}
.abt-cunt-icon{
	padding-right: 45px;
	margin: auto;
	display: block;
	text-align: center;
}
.home-abt-img img{
	height: 530px;
	object-fit: contain;
}
.brochure-btn a {
    color: #fff;
    background: #00cb86;
    padding: 10px 15px;
    border-radius: 20px;
}
.brochure-btn a:hover{
    background:#0069d9;
    color:#fff;
    text-decoration:none;
}
.brochure-btn{
    margin-top:15px;
}
/* counter */

@keyframes growProgressBar {
	0%, 33% { --pgPercentage: 0; }
	100% { --pgPercentage: var(--value); }
  }
  
  @property --pgPercentage {
	syntax: '<number>';
	inherits: false;
	initial-value: 0;
  }
  .counter-items {
    display: flex;
    justify-content: space-around;
}
  .counter{
    color: #00cb86;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 100px 100px;
    padding: 36px 10px;
    border: 10px solid #00cb86;
    border-top: 10px solid transparent;
    position: relative;
    margin: 0 auto;
    z-index: 1;
	
}
.counter:before{
    content: "";
    background: var(--white);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: -1;
}
.count-box h3{
    text-align: center;
    font-size: 23px;
}
.count-box{
    width:20%;
}
.counter .counter-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
}
.counter .counter-icon i{ line-height:inherit; }
.count-box p {
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: auto;
    display: block;
    font-weight: 600;
    padding-top: 20px;
}
.counter .counter-value{
    font-size: 25px;
    font-weight: 600;
    line-height: 56px;
    display: block;
}

.counter-row {
	display: flex;
	justify-content: space-between;
}
.counter-wrapper{
    padding-top:70px;
    padding-bottom:70px;
}
/*product section*/
.products-wrapper img{
	height: 250px;
	object-fit: contain;
	border-radius: 15px;
	margin-bottom: 20px;
	border:1px solid #eee;
	padding:15px;
}
.products-wrapper h4{
	font-size: 20px;
}
.products-wrapper .title{
	text-align: center;
	margin: auto;
	padding-bottom: 65px;
}
.products-wrapper .slick-prev, .products-wrapper .slick-next {
	display: none !important;
}
.products-wrapper a:hover{
	text-decoration: none;
}
.pro-slide{
    background:#f5f5f5;
    padding-top:60px;
    padding-bottom:60px;
}
.pro-box {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 370px;
    box-shadow: 0px 0px 6px 0px #0000002b;
    margin-top: 40px;
}
.pro-box h4{
    text-align:center;
}

/* blog  */

.blog-box img{
	height: 220px;
	object-fit: cover;
	border-radius: 15px;
	margin-bottom: 20px;
}
.blog-box h4{
	font-size: 20px;
	text-align:center;
}
.blog-wrapper .title{
	text-align: center;
	margin: auto;
	padding-bottom: 65px;
}
.blog-wrapper .slick-prev, .blog-wrapper .slick-next {
	display: none !important;
}
.blog-box a:hover{
	text-decoration: none;
}

/* testimonial  */
.testimonial-wrapper{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
    position: relative;
}
.testimonial-wrapper:after{
    position: absolute;
    content: '';
    background: url(../onebeyond/assets/img/Ellipses.png) no-repeat center;
    background-size: cover;
    width: 320px;
    height: 600px;
    right: 0;
    top: 170px;
}
.slider-image img{
    height: 100px;
    object-fit: contain;
}
.testimonial-wrapper .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
  }
  
  .testimonial-wrapper .slick-list {
    padding-top: 10%!important;
    padding-bottom: 10%!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
  }
  
  .testimonial-wrapper .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .testimonial-wrapper .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
  }
  
  .testimonial-wrapper .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
  }
  
  .testimonial-wrapper .slick-snext,
  .testimonial-wrapper .slick-sprev {
    display: block;
  }
  
  .testimonial-wrapper .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
  }
  
  .testimonial-wrapper .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
  }
  
  .testimonial-wrapper .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
  }
  
  /* Arrow button styles */
  .testimonial-wrapper .slick-prev, .testimonial-wrapper .slick-next {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #444;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  
  .testimonial-wrapper .slick-prev:hover, .slick-next:hover {
    color: #000; /* Change the color of the arrow on hover */
  }
  .testimonial-wrapper .slick-prev:before {
    content: '←';
    text-align: center;
    position: absolute;
    left: 314px;
    background: #00cb86;
    color: #fff;
    width: 65px;
    border-radius: 25px;
    top: 222px;
}
.slick-next:before {
    content: '→';
    text-align: center;
    position: absolute;
    background: #00cb86;
    color: #fff;
    width: 65px;
    border-radius: 25px;
    top: 222px;
    left: -380px;
}
  .testimonial-wrapper .test {
    display: block;
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #c2bebe3b;
  }
  .test-slider.container {
    width: 900px;
    margin: 0 auto;
    max-width: 80% !important;
  }
  .test p{
    font-size: 14px;
  }
  .test h4
   {
    font-size: 20px;
    padding-top: 10px;
}
/* home contact */
.cntct-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-cnt-frm input{
    width: 100%;
    border: none;
    /*border-bottom: 1px solid #a4a3a3;*/
    margin-bottom: 20px;
    background: none;
    height:40px;
    background:#ffffffab;
    padding:15px;
    border-radius:5px;
}
.home-cnt-frm textarea{
    width: 100%;
    border: none;
    /*border-bottom: 1px solid #a4a3a3;*/
    margin-bottom: 20px;
    height: 90px;
    background: #ffffffab;
    color: #757575;
    padding:15px;
    border-radius:5px;
}
.home-cnt-frm::placeholder{
    color: #C5C5C5;
}

.home-cnt-frm{
    background: url(../onebeyond/assets/img/frmbg.webp) no-repeat center;
    background-size:cover;
    padding: 35px;
    border-radius: 15px;
}
.home-cnt-frm label{
    color: #000000;
    text-transform: uppercase;
    position: relative;
}
.home-cnt-frm h1 {
    color: #000000;
    padding-bottom: 28px;
    padding-top: 10px;
}
.home-cnt-frm span{
    color: #FE3B36;
}
.home-cnt-det-box {
    padding: 40px 120px 5px;
}
.home-cnt-det-box p a{
    color: #444;
    
}
.home-cnt-det-box p i{
    padding-right: 15px;
}
.home-cnt-det {
    background: url('../onebeyond/assets/img/Vector.png') no-repeat center center;
    background-size: cover; 
    padding: 20px; 
    position: relative;
    min-height: 100vh; 
    width: 100%; 
}
.cnt-det-logo {
    height: 90px;
    object-fit: contain;
    padding: 20px 0px 0 180px;
}
.cnt-box-social img{
    width: 28px;
    height: 28px;
}
.cnt-box-social {
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: space-evenly;
    width: fit-content;
} 
.cnt-box-social a{
    padding: 10px;
    background: #eee;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin: 7px;
}
.home-cnt-frm .wpcf7-submit{
    background: #fff !important;
    border-bottom: none !important;
    padding: 7px 40px !important;
    border-radius: 10px !important; 
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
}
.chat a{
    background: #fff !important;
    border-bottom: none !important;
    padding: 7px 35px !important;
    border-radius: 10px !important; 
    position: relative;
    color: #000;
}
.chat a:hover{
    text-decoration: none;
}
.chat{
    margin-top: 8px;
}
.whatsapp-iconbtn i{
    padding-left: 5px;
    color: #00cb86;
}
.wpcf7-submit::after {
    position: absolute;
    content: "\f0a9"; /* Font Awesome right arrow */
    font-family: "Font Awesome 5 Free"; /* Adjust based on the version */
    font-weight: 900; /* FontAwesome 5 needs font-weight for solid icons */
    font-size: 16px;
    right: 10px; /* Position the icon */
    top: 50%;
    transform: translateY(-50%); /* Vertically center the icon */
    color: green; /* Match the button text color */
}
/* inner pages */
.innerpage-header {
    height: 320px;
    position: relative;
}
.innerpage-header img {
    height: 320px;
    object-fit: cover;
}
.inner-heading {
    position: absolute;
    bottom: 90px;
}
.inner-heading h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    width:85%;
}
.inner-heading span, .inner-heading a {
    color: #00cb86;
}
/* about page */

.about-inner-img img{
    height: 350px;
    object-fit: contain;
}

.about-inner{
    padding-top: 60px;
    padding-bottom: 60px;
}
.belf-cnt {
    background: #dadada29;
    padding: 30px;
    text-align: center;
}
.belief-box {
    height: 100%;
}
.belief-box img {
    height: 100%;
    object-fit: cover;
}
.abtonebeyond h2,
.belief h2 {
    font-weight: 600;
    font-size: 25px;
}


/* blogs page */

.blog-page{
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-inner-item{
    box-shadow: 0 0 3px 0 #000;
}
.blog-inner-item:hover{
    text-decoration: none;
}
.blog-inner-box{
    margin-bottom: 15px;
}
.blog-inner-box img{
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0 ;
    margin-bottom: 0;
}
.blog-inner-det {
    box-shadow: 0px 3px 5px 0 #0000001f;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    background: #eeeeee52;
    margin-bottom: 25px;
}
/* single post */

.post-image img{
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.post-single{
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-heading-style{
    font-size: 28px;
}

/* career page */
.career-inner{
    padding-top: 60px;
    padding-bottom: 60px;
}
.job-item {
    padding: 20px;
    box-shadow: 0 0 4px 0 #00000021;
    border-radius: 15px;
    height: 350px;
}
.job-role {
    height: 180px;
    overflow-y: scroll;
    margin: 20px 0;
}
.job-item h3{
    font-size: 19px;
}
.job-item a {
    background: #00cb86;
    color: #fff;
    padding: 7px 15px;
    border-radius: 7px;
}
.job-item a:hover {
    text-decoration: none;
}
.job-form {
    border-radius: 15px;
     box-shadow: 0 0 4px 0 #00000021;
    padding: 20px;
}
.job-form h3 {
    text-align: center;
    background: #00cb86;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 22px;
    margin: 15px 0 20px;
}
.job-form input {
    border: none;
    background: #eee;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
    width:100%;
}
.job-form .wpcf7-submit {
    border: none;
    background: #00cb86;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 0px 0px;
    color: #fff;
    width: 180px;
}

/* contact page */
.cnt-pge-frm input {
    height: 50px;
    border-radius: 15px;
    border: 1px solid #dfdfdf96;
    box-shadow: 0 0 4px 3px #c9c9c917;
    margin: 5px;
    padding: 10px;
    width: 100%;
}
.cnt-pge-frm textarea {
    height: 130px;
    border-radius: 15px;
    border: 1px solid #dfdfdf96;
    box-shadow: 0 0 4px 3px #c9c9c917;
    margin:  5px;
    padding: 10px;
    width: 100%;
}
.contact-box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 0 7px 0px #00000029;
}
.cnt-details h4{
   color: #599841;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.cnt-details p, 
.cnt-details a{
  color: #000000;
    text-align: center;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 4px;
}
.cnt-details a:hover{
    text-decoration: none;
    color: #297c3e;
}
.experience-centers .title {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.customer-support{
    margin:90px 0px 0px;
}
.customer-support .title {
    margin: auto;
    padding-bottom: 50px;
    color: #fff;
}
.cnt-icon i{
   color: #297c3e;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 10px 0 0px;
}
.contact-page{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-form-section{
    padding-top: 60px;
}
.cnt-pge-side-cntnt{
    padding-top: 45px;
}
.footer {
    background:  url(../onebeyond/assets/img/footer.webp) no-repeat center;
    background-size:cover;
    padding-top: 70px;
}
.footer a, .footer p{
    color:#eae8e8 !important;
}
.footer-logo img {
    height: 135px;
    width: 238px;
    object-fit: cover;
    margin-bottom: 20px;
}
.footer-logo h5{
    font-size:14px;
    font-style:italic;
}
.branch-box {
    text-align: center;
    background: #ffffff2e;
    padding: 40px 15px;
    border-radius: 15px;
    box-shadow: 0 0 7px 0px #00000029;
    min-height: 210px;
    backdrop-filter: blur(1px);
}
.customer-support .QRcode-box {
    margin: auto;
    display: block;
    text-align: center;
    background-color: #539b4787;
    box-shadow: 0px 0px 3px 0px #0000001f;
    border-radius: 19px;
    padding: 40px 15px;
    backdrop-filter: blur(2px);
}
.customer-support .QRcode-box h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 20px;
}
.customer-support .branches{
    background: url(../onebeyond/assets/img/customercare-bg.webp) no-repeat center;
    background-size: cover;
    padding: 70px;
    border-radius: 30px;
}
.customer-support .QRcode-box img {
    width: 135px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}
.footer-copy a, .footer-copy p{
    color:#fff;
}
#menu-quick-links {
    display: flex;
    justify-content: space-evenly;
}
#menu-quick-links li{
    list-style: none;
}
#menu-quick-links li a{
    color: #fff;
    position: relative;
}
#menu-quick-links li a:hover{
    text-decoration: none;
    color:#00CB86
}
#menu-quick-links li a:after{
    position: absolute;
    content: '|';
    right: -30px;

}
.menu-item-915 a:after{
    display: none;
}
.social-media-icons .icons{
    display: flex;
}
.social-media-icons .icons img {
    height: 35px;
    padding: 0px 15px;
    object-fit: contain;
    width: 100%;
}
.social-media-icons h4{
    color:#fff;
}
.support img{
    height: 100px;
    object-fit: contain;
}
.fmenu-btm{
    padding-top: 30px;
}
.foot-address h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fffffff2;
}
.foot-address a{
    color: #444444;
}
.foot-address a:hover{
    text-decoration: none;
}
.social-media-icons{
    padding-left: 90px;
}
.footer-copy{
    background: #03b54f;
    text-align: center;
    padding: 5px 0;
}
.footer-copy p{
    margin-bottom: 0 !important;
    color: #fff;
}
.footer-copy a{
    color: #fff;
}
.footer-copy a:hover{
   text-decoration: none;
}
.foot-box {
    display: flex;
    align-items: flex-start;
}
.foot-box img {
    width: 50px;
    height: 25px;
    padding-right: 20px;
    filter:invert(1);
}
/*product main cat page*/
.prod-cat-list img {
    height: 230px;
    object-fit: contain;
    border: 1px solid #eee;
    border-bottom: none;
    padding: 15px;
    box-shadow: 0px 0px 14px 3px #eee;
}
.prod-cat-list{
	margin-bottom:30px;
}
.product-main-div{
    padding-top:70px;
    padding-bottom:70px;
}
/*product cat-inner page*/
.product-cat-page{
    padding-top:70px;
    padding-bottom:70px;
}
.prod-subcat-head {
    text-align: center;
    background: #eeeeee8a;
    padding: 20px 15px;
    border-radius: 0 0 0 55px;
}
.prod-subcat-head h3 {
    font-size: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.prod-subcat-head a{
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 25px;
    color: #fff;
    border:none;
}
.product-cat-page h2{
    text-align:center;
    text-transform:uppercase;
}
.product-cat-page p{
    text-align:center;
    padding-bottom:30px;
}
.prod-cat-item a {
    background: rgba(0, 203, 134, 1);
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
    border:none;
}
.prod-cat-item a:hover{
    text-decoration:none;
}
.prod-cat-item {
    border: 1px solid #0000001a;
    padding: 30px 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px 0 #00000026;
    border-radius: 10px;
    height:100%;
}
.prod-cat-item .stars{
    padding-bottom:15px;
}
.prod-cat-item img{
    height:220px;
    object-fit:cover;
}
.prod-cat-det{
    padding-top:25px;
}
.product-cat-page .col-lg-4{
    margin-bottom:20px;
}
/*pdoduct inner page*/
.product-detail-page{
    padding-top:70px;
    padding-bottom:70px;
}
.product-detail-page h4{
    text-transform:uppercase;
    font-size:28px;
}
.product-detail-page .stars{
    padding-bottom:20px;
}
.product-detail-page img{
    height:380px;
    object-fit:contain;
}
.product-btns{
    margin-top:45px;
}
.product-btns a {
    background: #00cb86;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
}
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border-radius: 3px;
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
 display:none;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

@media only screen and (max-width:767px){
    .header-logo img{
        width:150px;
    }
    .home-banner-wrap{
        height:auto;
    }
    .ban-box{
        margin-bottom:20px;
    }
    .counter-items{
        display:block;
    }
    .testimonial-wrapper:after {
        width: 100px;
        height: 143px;
        right: 0;
        top: 0;
        z-index: 0;
        
    }
    .testimonial-wrapper .test{
        height:auto;
        margin:20px 0;
    }
    .slick-next:before {
        top: 250px;
        left: -120px;
    }
    .testimonial-wrapper .slick-prev:before {
    left: 75px;
    top: 250px;
    }
    .home-cnt-det{
        display:none;
    }
    .home-cnt-frm {
        margin-bottom:70px;
    }
    .chat{
        display:none;
    }
    #menu-quick-links {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
    }
    #menu-quick-links li a:after{
        right:-12px;
    }
    .social-media-icons {
        padding-left: 0;
    }
    .support img {
        height: 140px;
        width: 120px;
        padding: 26px 0;
    }
    .innerpage-header {
        height: 250px;
    }
    .innerpage-header img {
        height: 230px;
    }
    
    /*inner pages*/
    .inner-heading h2{
        font-size:20px;
    }
    .job-item, .contact-page .col-lg-3{
        margin-bottom:20px;
    }
    .inner-heading{
        width:55%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        color:#fff !important;
        font-size: 13px !important;
    }
    .prod-cat-list{
        margin-bottom:20px;
    }
    .count-box {
        width: 100%;
        margin-bottom:20px;
    }
    .ban-box.one:after {
        right: -3px;
        bottom: -9px;
    }
    .ban-box.two1:after {
        top: -1px;
    }
    .ban-box.two:after {
        width: 253px;
        height: 83px;
        right: -8px;
        top: 18px;
    }
    .ban-box.one2:after {
        width: 280px;
        height: 97px;
        right: -7px;
        bottom: -8px;
    }
    .ban-box.two:after {
        width: 273px;
        height: 89px;
        right: -8px;
        top: 18px;
    }
    .two a {
        right: 105px;
    }
    .two span {
         right: 60px;
    }
    .prod-cat-det{
        padding-top:20px;
    }
    #mega-menu-wrap-primary {
    clear: both;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px #00000047;
    border-radius: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
}
   .customer-support .title {
    font-size: 20px;
}
.customer-support .branches {
    padding: 35px 20px;
}
.branch-box {
    margin-bottom: 20px;
    margin-top: 20px;
}
.why-choose-us-section .title{
    margin-top:40px;
}
}
        
@media only screen and (min-width:768px) and (max-width:1200px){
    .header-logo img{
        width:200px;
    }
    .home-banner-wrap{
        height:auto;
    }
    .ban-box{
        margin-bottom:20px;
    }
    .counter-items{
        display:block;
    }
    .testimonial-wrapper:after {
        width: 100px;
        height: 143px;
        right: 0;
        top: 0;
        z-index: 0;
        
    }
    .testimonial-wrapper .test{
        height:auto;
        margin:20px 0;
    }
    .slick-next:before {
        top: 250px;
        left: -120px;
    }
    .testimonial-wrapper .slick-prev:before {
    left: 75px;
    top: 250px;
    }
    .home-cnt-det{
        display:none;
    }
    .home-cnt-frm {
        margin-bottom:70px;
    }
    .chat{
        display:none;
    }
    #menu-quick-links {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
    }
    #menu-quick-links li a:after{
        right:-12px;
    }
    .social-media-icons {
        padding-left: 0;
    }
    .support img {
        height: 140px;
        width: 120px;
        padding: 26px 0;
    }
    .innerpage-header {
        height: 250px;
    }
    .innerpage-header img {
        height: 230px;
    }
    
    /*inner pages*/
    .inner-heading h2{
        font-size:20px;
    }
    .job-item, .contact-page .col-lg-3{
        margin-bottom:20px;
    }
    .inner-heading{
        width:53%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        color:#fff !important;
    }
    .prod-cat-list{
        margin-bottom:20px;
    }
    .count-box {
        width: 100%;
    }
    .prod-cat-det{
        padding-top:20px;
    }
}
          
          
/*clients css starts          */
    .client-section .clients-slick-slide img {
    height: 90px;
    object-fit: contain;
    padding: 8px;
}     
     .client-section .clients-slick-slide button{
        display:none!important;
    }  
   .client-section .clients-slick-slide .logo-image {
    margin: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px #0000001f;
    border-radius: 10px;
    
}
 .client-section .slick-col{
    padding: 0px!important;
}
.client-section .title{
       margin: auto;
       padding-bottom:30px;
}
.client-section {
       margin-bottom:60px;
         margin-top:60px;
}
.branches-row{
    justify-content:center;
}
.branches .branches-row p {
    margin-bottom: 0px;
    padding-bottom: 7px;
    color: #fff;
}
.branches .branches-row a {
    color: #ffffff;
}
.branches .branches-row h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 20px;
}
.branches .branches-row a:hover{
   text-decoration:none;
   color:#75fb86;
}

.why-choose-us-section{
    padding:100px 0px;
}
.why-choose-us-section .image img{
   width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 0px #00000024;
}
.cntct-section .justify-content{
    justify-content:center;
}
















