
body{
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.6;
    color: #8e5025;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}





body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #8e5025;
}

body::-webkit-scrollbar-thumb {
  background-color: #8e5025;
  border: 2px solid #8e5025;
}


h4{
	font-size: 24px;
	font-family: Playfair Display;
	font-weight: 400;
}
h5{
	font-size: 18px;
	/* font-family: Playfair Display; */
	font-weight: 600;
}

h3{
	font-size: 32px;
	font-family: Playfair Display;
	font-weight: 400;
}

h2{
	font-size: 38px;
	font-family: Playfair Display;
	font-weight: 600;
}
h1{
	font-family: Playfair Display;
	font-size: 58px;
	line-height: 1.2;
	margin: 0;
	font-weight: 600;
}
h6 {
	font-size: 16px;
	font-weight: 700 !important;
}
p{
	
	line-height: 1.6;
	margin: 0;
	padding-top: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
.sec-sub-head {
	text-transform: uppercase;
	
}
.btn-outline-secondary {
	width: auto;
	
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px 12px;
	font-weight: normal;
	background:transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;	 
	outline: none;

}
.btn-outline-secondary:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	background: #2e3090;
	
  }
  .btn-outline-secondary:hover {
	color: #fff;
  }
  .btn-outline-secondary:hover:after {
	left: auto;
	right: 0;
	width: 100%;
  }
  .btn-outline-secondary:active {
	top: 2px;
  }

  .bg-primary-gradient {
	padding: 60px;
	background: #E3D4C8;
	background: linear-gradient(90deg,rgba(227, 212, 200, 1) 0%, rgba(240, 233, 227, 1) 100%);
	
  }
  

  .flex-feature-wrapper {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
    border-radius: .25rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
.features-image-wrapper {
    z-index: 1;   
	width: 100%;
    position: relative;
    overflow: hidden;
}
.features-image-wrapper img {
    object-fit: cover;
    max-width: 100%;
    display: inline-block;
}
.features-image-wrapper {
    z-index: 1;    
    min-width: 40.4vw;
    max-width: 40.4vw;
    min-height: 40.4vw;
    max-height: 40.4vw;
    position: relative;
    overflow: hidden;
}
.content-section .features-image-wrapper {
    z-index: 1;    
    min-width: 34.4vw;
    max-width: 34.4vw;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}

.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}

.section-header {
	margin-bottom: 62px;
}
  .sec-padding {
    padding: 60px 0;
}
.vertical_align {
    display: flex;
    align-items: center;
}
.sec-content-block {
}
.section-title {
	position: relative;
}
.section-title h2 {
	padding-top: 0;
}

.industy-highlight .section-content {
	margin-bottom: 24px;
}

.fluid-section {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.service-block {
	position: relative;
}
.service-block::before{
	position: absolute;
	content: "";
	left: 0;
	width: 46%;
	background-image:url(../images/serive-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.about-section-one, .about-section-two, .about-section-three {
	position: relative;
}
.about-section-one::before{
	position: absolute;
	content: "";
	left: 0;
	width: 46%;
	background-image:url(../images/section-one.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.about-section-two::before{
	position: absolute;
	content: "";
	right: 0;
	width: 46%;
	background-image:url(../images/section-two.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.about-section-three::before{
	position: absolute;
	content: "";
	left: 0;
	width: 46%;
	background-image:url(../images/section-three.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 320px;
}

.index-about {
	position: relative;
}

.index-service {
	position: relative;
}
.index-service::after{
	position: absolute;
	content: "";
	right: 0;
	width: 46%;
	background-image:url(../images/index-service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.index-comitment {
	position: relative;
	padding: 32px 0 90px;
}
/* .index-comitment::before{
	position: absolute;
	content: "";
	right: 0;
	width: 100%;
	background-image:url(../images/index-comitment.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
} */


.sec-header {
    margin-bottom: 30px;
}
.sec-header h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.sec-header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.sec-sub-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.hero-cta a{
	background-image: linear-gradient(to right, #8e5025, #a76231, #8e5025, #8d552c);
    box-shadow: 0 4px 12px 0 rgba(97, 59, 59, 0.25);
	padding: 16px 32px !important;
}
  
  .more-action {
	  display: inline-block;
	  margin-top: 32px;
  }
  .more-action a {
	display: block;
	padding: 8px 28px;
	border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #8e5025, #a76231, #8e5025, #8d552c);
    box-shadow: 0 4px 12px 0 rgba(97, 59, 59, 0.25);

  }
  .more-action a:hover {
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  
}
.bg-light-green {
	background-color: #F0FAF2;
}

.content-section {
	position: sticky;
	width: 100%;
	height: auto;
	display: flex;
	padding: 62px; 
	flex-direction: column;
	border-radius: 24px;
	margin-top: 32px;
  }
  
  #section1 {
	top: 150px;
  }
  
  #section2 {
	top: 170px;
  }
  
  #section3 {
	top: 200px;
  }
  
  #section4 {
	top: 230px;
  }
  
  #section5 {
	top: 260px;
  }
  .content-wrapper {
	position: relative;
  }
  .section-count {
	position: absolute;
	top: 0;
	right: 0;
  }
  .section-count span {
	background-color: rgba(40, 204, 81, 0.9);
	font-size: 62px;
	font-weight: 300;
	display: flex;
	width: 90px;	
	height: 90px;
	align-items: center;
	text-align: center;
	justify-content: center;
  }
  .global-network {
	background: #0DB036;
	color: #fff;
  }
.quality-assurance {
	background: #FFC300;
}
.pricing {
	background: #0DB036;
	color: #fff;
}
.sustainable {
	background: #FFC300;
}
.custom {
	background: #0DB036;
	color: #fff;
}
.cta-section h2{
	margin-bottom: 32px;
}
.ft-social-wrap {
    grid-row-gap: 5px;
    display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.ft-social {
	margin: 0 18px ;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.ft-link {
    color: #999;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    transition: color .3s;
}
.ft-link:hover{
    color: #fff;
}

.hero-section {
	background-color: #000A02;
	position: relative;
	overflow: hidden;
	padding-top: 82px;
}
.hero-section::before {
	content: "";
	position: absolute;
	background-image: url(../images/hero-bg-shape.svg);
	background-repeat: no-repeat;
	right:0;
	bottom:-100px;
	width: 40%;
	height: 100%;
	background-size: cover;

}
.hero-image {
	width: 100%;
	height: 100%;
	max-height: 400px;
}
.hero-image img {
	height: 100%;
	width: auto;
}
.header-content-wrapper h1{
	color: #fff;
	font-weight: 400;
}
.sub-text {
	font-size: 20px;
	color: #fff;
	margin-top: 32px;
}
.header-content-wrapper {
	padding: 82px 0;
}
.make-me-sticky {
	position: -webkit-sticky;
	  position: sticky;
	  top: 0;  
  }
  .sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.sec-padding {
	padding: 60px 0;
	
}

.effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 7%);
    background-color: #fff;
    border: 5px solid #f5f5f5;
	position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.effect img {
    position: relative;
    display: block;
    min-height: 100%;
	width: auto;
    opacity: .8;
}
.effect .tab-text {
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect.effect-nine img {
	transition: all .3s ease-in-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-nine:hover img {
	opacity: .6;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-nine .tab-text h2 {
	transform: scale3d(.9, .9, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.9, .9, 1);
	-webkit-transition: all .5s ease-in-out;
	z-index: 2;
	position: relative;
	padding-top: 18%;
	font-size: 22px;
	line-height: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.effect.effect-nine:hover h2 {
	transform: scale3d(1, 1, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-nine span {
	
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	z-index: 2;
	position: relative
}

.effect.effect-nine:hover span {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-nine .tab-text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 0px);
	height: inherit;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.effect.effect-nine:hover .tab-text:after {
	opacity: 1;
	top: 0;
	left: 0;
	border-top: 135px solid rgba(0, 0, 0, .5);
	border-left: 135px solid rgba(0, 0, 0, .5);
	border-bottom: 135px solid rgba(0, 0, 0, .5);
	border-right: 135px solid rgba(0, 0, 0, .5)
}

footer {
	background: #c0a99a;
	padding: 24px 0;
}

.footer-logo {
	height: 48px;
	width: auto;
	text-align: center;
	margin-bottom: 32px;
}
.footer-logo img{
	height: 100%;
	width: auto;
}
.footer-about-txt {
	margin-top: 20px;
}

.footer-links {
	text-align: center;

}
.footer-links p{
color: #666;
font-size: 18px;
margin-bottom: 20px;
}
.footer-links {
	
}
.footer-links ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-links ul li {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0;
    line-height:22px;
	list-style: none;
	
}
.footer-links ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	padding: 22px 12px;
}
.footer-links ul li a::after {
	display: block;
    content: "";
    border-bottom: 1px solid #c9c9c9;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 0 50%;
    position: relative;
    top: -1px;
}
.footer-links ul li a:hover {
    color: #c9c9c9;
}
.footer-links ul li:hover a::after {
transform: scaleX(1);
}
.footer-bottom {
	border-top: 1px solid #666;
	padding-top: 20px;
	margin-top: 20px;
}
.copyright {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.bg_light {
	background: #edeef1;
}
.index-banner {
	padding: 160px 0 120px;
	background-color: #ebdfd6;
	
}
.top-banner {
	padding-top:120px;
	background-color: #ebdfd6;
}

.contact_bg {
	background-image: url(../images/contact-bg.jpg);
}
.parallax {
    height:auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* .parallax_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: .8;
} */
.paralax_content {
    z-index: 1;
    position: relative;
	display: block;
}
.primary_color_wh {
    color: #fff;
}
.top_banner_big h2 {
    font-weight: normal;
	text-align: center;
    margin: 30px 0 30px 0;
}
.top_banner_small {
    font-size: 16px;
    line-height: 26px;
}

.image-card {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	display: block;
	
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 25px rgb(0 0 0 / 10%);

-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
margin-bottom: 30px;
}


figure.effect-apollo {
	background: #1a0341;
	border-radius: 15px 15px 0 0;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(39, 6, 82, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}



figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 340px;
	background: #313131;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}	

.image-card-desc h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.image-card-desc p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	
}
.image-card-desc {
    padding: 30px;
}
.image-card-name {
	font-size: 22px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.image-card-designation {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.page-header-breadcrumb {
    text-align: left;
    margin-top: 50px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 10px;
	padding-right: 10px;
}
.page-header-breadcrumb ul {
    margin: 0;
    padding: 0;
}
.page-header-breadcrumb ul li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}
.page-header-breadcrumb ul li a {
    font-size: 16px;
    color: #ebf2fc;
    text-decoration: none;
    display: inline-block;
}
.page-header-breadcrumb ul li a:hover {
    color: #cecece;
}
.page-header-breadcrumb ul li.active {
    color: #FFC300;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1;
}
.image-card-detail {
	width: 100%;
	height: auto;
	background: #d8d8d8;
	border-radius: 12px;
	display: block;
	overflow: hidden;
	padding: 5px;
}
.image-card-detail img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.text-left {
	text-align: left;
}
.sec-image {
	width: 100%;
	height: auto;
	background: #e7e7e7;

}
.sec-image img{ 
	width: 100%;
	height: auto;
}
.mb-50 {
	margin-bottom: 50px;
}
.highlight-content {
	font-size: 20px;
	line-height: 36px;
	color: #050630;
}
.highlight-content.left {
	text-align: left;
}
.highlight-content.center {
	text-align: center;
}

.content {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
  }
  
  .content .content-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay {
	opacity: 1;
  }
  
  .content-image {
	width: 100%;
  }
  
  .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
  }
  
  .content-details h3 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 22px;
  }
  
  .content-details p {
	color: #fff;
	font-size: 0.8em;
  }
  
  .fadeIn-bottom {
	top: 80%;
  }
  
  .fadeIn-top {
	top: 20%;
  }
  
  .fadeIn-left {
	left: 20%;
  }
  
  .fadeIn-right {
	left: 80%;
  }
  
  .content-image-title {
	padding: 15px 10px;
	display: block;
	text-align: center;
  }
  .content-image-title a{
	font-size: 18px;
	color: #050630;
	font-weight: 700;
	text-decoration: none;
  }
  .accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
	
  }
  .accordion .accordion-item button[aria-expanded=true] {
	border-bottom: 1px  transparent;
	background: #050630;
	color: #fff;
  }
  .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #050630;
	font-size: 16px;
	font-weight: normal;
	border: none;
	background: none;
	outline: none;
  }
  .accordion button:hover, .accordion button:focus {
	cursor: pointer;
	color: #050630;
	
  }
  .accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #050630;
	border: 1px solid #050630;
  }
  .accordion button .accordion-title {
	padding:15px;
	font-size: 16px;
  }
  .accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 22px;
	right:15px;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
  }
  .accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
  }
  .accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
  }
  .accordion button[aria-expanded=true] {
	color: #050630;
	font-weight: bold;
  }
  .accordion button[aria-expanded=true] .icon::after {
	width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
	opacity: 1;
	max-height: 10em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	padding:20px;
	background: #e0e0f8;
	overflow-y: scroll;
  }
  .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
	
  }
  .accordion .accordion-content p {
	font-size: 14px;
	font-weight: normal;
	margin:0;
	padding: 15px;
  }
  .download-pdf {
	display: inline-block;
	margin:10px;
  }
  .download-pdf i {
	margin-right: 8px;
  }

 
.contact-wrapper {
		
    padding: 40px 20px 40px 0;
	}
	.contact-wrapper h3 {
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 22px;
	}
	
	.contact-details {}
	.contact-details-single-item {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin-bottom: 6px;}
	.contact-details-icon {
		
    width: auto;
	height: 100%;
    color: #264653;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;

	}
	.material-icons {
		font-family: "Ionicons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
	}
	.contact-details-content {
		margin-left: 5px;
	}
	.contact-details-content span {
		display: block;
	}
	.contact-phone {}
	.contact-form {
		background: #fff;
    padding: 40px 30px;
	box-shadow: 0 8px 12px rgb(0 0 0 / 20%);
	border-radius: 30px;
	}
	.contact-phone p {
		padding: 0;
	}
	.contact-mail p {
		padding: 0;
	}
	.contact-form h3 {
		margin-bottom: 20px;
		font-weight: 700;
	}
	.default-form-box label {
		font-weight: normal;
		font-size: 16px;
		margin-bottom: 10px;
		display: block;
		text-transform: capitalize;
	}
	.default-form-box input[type=text], .default-form-box input[type=email], .default-form-box input[type=password], .default-form-box input[type=number], .default-form-box input[type=date], .default-form-box textarea {
		border: 2px solid #a8dadc;
		border-radius: 20px;
		background: 0 0;
		height: 40px;
		width: 100%;
		padding: 0 20px;
		color: #111;
		outline: 0;
	}
	.default-form-box textarea {
		min-height:100px;
	}
	.mb-20 {
		margin-bottom: 20px;
	}
	
.service-pop {
	position: absolute;
	z-index: 99;
	left: 15%;
	top: 5%;
}
.service-item {
	background-color: rgba(255, 255, 255, .7);
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 50px;
	font-weight: 800;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-1 {
	left: 20px;
	top: 20px;
	position: relative;
}
.item-2 {
	left: 60px;
	position: relative;
	top: 40px;
}
.item-3 {
	left: 80px;
	position: relative;
	top: 60px;
}
.item-4 {
	left: 40px;
	position: relative;
	top: 80px;
}
.item-5 {
	left: 10px;
	position: relative;
	top: 100px;
}

  
.grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0;
	/* --line-color: #e2dad4;
	--line-thickness: 1px; */
  }
  
  /* Grid item */
  .grid__item {
	position: relative;
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	text-align: left;
  }
  
  /* Column and row lines using pseudo-elements */
  /* .grid__item::before,
  .grid__item::after {
	content: "";
	position: absolute;
	background-color: #e2dad4;
  } */
  
  /* Horizontal line (top border for rows) */
  /* .grid__item::after {
	height: 1px;
	width: 100%;
	top: 0;
	left: 0;
  } */
  
  /* Vertical line (left border for columns) */
  /* .grid__item::before {
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
  } */

  
.service-featured {
	position: relative;
	background-color: #ffae00;
}
.service-grid-bg {
	background-image: url(../images/service-grid-bg.jpg);
}





.cd-timeline {
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 62px;
  
  
}

.cd-timeline h2 {
  
  font-weight: 700;
}

.cd-timeline__container {
  position: relative;
  padding: 16px 0;
}

.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #d3d3d3;
}

@media (min-width: 768px) {
  .cd-timeline__container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cd-timeline__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }
}

.cd-timeline__img--picture {
  background-color: #0db036;
  color: #fff;
  font-size: 32px;
}

.cd-timeline__img--movie {
	background-color: #ffc400;
	color: #fff;
  font-size: 32px;
}

.cd-timeline__img--location {
	background-color: #0b992f;
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  margin-left: 16px;
  background: #0db036;
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cd-timeline__content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #0db036;
  transform: rotate(180deg);
}



@media (min-width: 768px) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    margin: 0;
    font-size: 0.8em;
  }

  .cd-timeline__content::before {
    top: 24px;
  }

  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    right: auto;
    left: 100%;
    border-left: none;
    border-right: 7px solid #0db036;
	transform: rotate(180deg);
  }
}

.cd-timeline__flow-img {
  width: 100%;
  height: 180px;
}
.cd-timeline__flow-img img {
	height: 100%;
	width: auto;
	object-fit: cover;
}
@media (min-width: 768px) {
  .cd-timeline__flow-img {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 20px;
	height: 260px;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__flow-img {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .cd-timeline__img--hidden, .cd-timeline__content--hidden {
    visibility: hidden;
  }

  .cd-timeline__img--bounce-in {
    animation: cd-bounce-1 0.6s;
  }

  .cd-timeline__content--bounce-in {
    animation: cd-bounce-2 0.6s;
  }

  .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
    animation-name: cd-bounce-2-inverse;
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

.enquiry-form-container {
	background-color: #fff;
	box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 1;
  }
  .enquiry-form-block {
	padding:40px;
  
  }
  .enquiry-title {
	margin-bottom: 24px;
  
  }
  .enquiry-title h1 {
	font-weight: 600;
	line-height: 1.25;
	font-size: 2em;
	color:#41AB3C;
  }
  .form-section {
  
  }
  .form-section-title {
	margin-bottom: 24px;
  }
  .form-section-title h3{
	color: #364959;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.25;
  }
  .form-group {
	margin-bottom:24px;
	display: block;
  }
  .form-group label {
	font-size: 16px;
	margin-bottom:8px;
	line-height: 1.5;
	color: #5a646d;
	display: block;
  }
  .form-group input {
	-webkit-appearance: none;
	  display: inline-block;
	  border: 1px solid hsl(0, 0%, 77%);
	  font-family: inherit;
	  text-decoration: none;
	  padding: 12px 8px;
	  min-width: 100%;
	  
	  background-color: #fff;
	  border-radius: .25em;
	  outline: none;
	
  }
  .form-group select {
	-webkit-appearance: none;
	  display: inline-block;
	  border: 1px solid hsl(0, 0%, 77%);
	  font-family: inherit;
	  text-decoration: none;
	  padding: 12px 8px;
	  min-width: 100%;
	  
	  background-color: #fff;
	  border-radius: .25em;
	  outline: none;
  }
  .form-group textarea {
	-webkit-appearance: none;
	  display: inline-block;
	  border: 1px solid hsl(0, 0%, 77%);
	  font-family: inherit;
	  font-size: 16px;
	  line-height: 1;
	  text-decoration: none;
	  padding: 0.75em 1rem;
	  min-width: 100%;
	  color: #263440;
	  background-color: #fff;
	  border-radius: .25em;
	  min-height:128px;
	  outline: none;
  }
  .section-buttons {
	display: flex;
	  flex-flow: row wrap;
	  justify-content: flex-end;
  }
  .button {
	-webkit-appearance: none;
	  display: inline-flex;
	  align-items: center;
	  border: none;
	  outline: none;
	  font-size:16px;
	  line-height: 1;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  padding: 0.75em 1.5em;   
	  cursor: pointer;
	  border-radius: .25em;
  }
  .primary-button {
	background-color: #8e5025;
	color: #fff;
  
  }
  .primary-button:hover {
  background-color: #573218;
  background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  label.required::after {
	content: "*";
	font-weight: bold;
	color: #e3000f;
  }
  .address-block h4 {
	margin-bottom: 16px;
  }
  .add-text {
	margin-bottom: 24px;
  }
  .contact-number {
	margin-bottom: 16px;
  }
  .address-block {
	display: block;
  }
  .contact-number {
	display: flex;
  }
  .contact-number span {
	font-size: 28px;
	margin-right: 16px;
	color: #0db036;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .contact-email {
	display: flex;
  }
  .contact-email span {
	font-size: 22px;
	margin-right: 16px;
	color: #EC6C1E;
  }
  input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
  }
  
  .accordion-item {
	border-bottom: 1px solid #e5e5e5;
  }
  
  /* Thumb */
  .accordion-thumb {
	margin: 0;
	padding: 0.8rem 0;
	cursor: pointer;
	font-weight: normal;
	position: relative;
	padding-left: 2rem;
	font-weight: 600;
	}
  
  .accordion-thumb::before {
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid;
	border-bottom: 1px solid;
	transition: transform 0.2s ease-out;
  }
  
  /* Panel */
  .accordion-panel {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
  }
  
  /* Active state */
  .accordion-item.is-active .accordion-thumb::before {
	transform: translateY(-50%) rotate(45deg);
  }
  
  .accordion-item.is-active .accordion-panel {
	display: block;
  }
  .bg-highlight {
	background-color: rgba(142, 80, 37, 0.2);
	margin-top: 32px;
	padding: 24px;
  }
  .bg-highlight p {
	margin-top: 0;
  }
  .contact-details-single-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 20px; */
}
.index-banner-text {
	text-align: center;
}
.product-single {
	margin-bottom: 24px;
}
.product-image {
	width: 100%;
	height: auto;
}
.product-image img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.product-title {
	text-align: center;
	padding: 12px 24px;
	font-size: 24px;
}