@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

:root {
  --primary-color: #009345;
  --secondary-color: #404041;
  --third-color: #82bc3f;
  --hardgreen-color: #21502c;
  --secondary-btn-color: #404041;
  --black-color: #000;
  --white-color: #fff;
  --title-color: #161921;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-size: 15px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  color: var(--black-color);
}
p {
  color:var(--black-color);
}
h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Poppins", sans-serif;
}



h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
.container-right {
  width: 90%;
  margin-left: auto;
}
.container-left {
  width: 1350px;
  margin-right: auto;
}
/* .nav-container {
    width: 1400px;
    max-width: 90%;
    padding: 0px 74px;
    margin: 0 auto;
  } */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex {
  display: flex;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.flex-space-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-end {
  place-content: flex-end;
}
.text-center {
  text-align: center;
}
.grid {
  display: grid;
}
.grid-1-06 {
  grid-template-columns: 1fr 0.64fr;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-1-13-1 {
  grid-template-columns: 1fr 1.3fr 1fr;
}
.overflow-hidden {
  overflow: hidden;
}
button {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  border-radius: 5px;
}
input,
textarea {
  padding: 15px 20px;
  background: transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Inter" !important;
}
input::placeholder,
textarea::placeholder {
  font-family: "Inter" !important;
}
/* GAPS */
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-45 {
  gap: 45px;
}
.gap-60 {
  gap: 60px;
}
.gap-80 {
  gap: 80px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-300 {
  padding-bottom: 300px;
}
.py-60 {
  padding: 60px 0px;
}
.py-80 {
  padding: 80px 0px;
}
/* MARGINS */
.m-0-auto {
  margin: 0 auto;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-170 {
  margin-top: 170px;
}
.mt--120 {
  margin-top: -120px;
}
.mt--150 {
  margin-top: -150px;
}
.mt--185 {
  margin-top: -185px;
}
/* BACKGROUND-COLORS */
.radial-gradient {
  background-image: radial-gradient(#1f3050, #0f1a2e);
}
.secondary-bg {
  background: var(--secondary-color);
}
.lightblue-bg {
  background: #dee6f5;
}
.lightgrey-bg {
  background: #fafafa;
}
.p-txt {
  color: var(--primary-color);
}
/* POSITION */
.po-relative {
  position: relative;
}
/* RADIUS */
.bdr-radius-0 {
  border-radius: 0px !important;
}
.bdr-radius-5 {
  border-radius: 5px;
}
.bdr-radius-5-0-0-5 {
  border-radius: 5px 0px 0px 5px;
}
.bdr-radius-0-5-5-0 {
  border-radius: 0px 5px 5px 0px;
}
/* FONT-SIZE */
.f-16 {
  font-size: 16px !important;
}
/* WIDTHS */
.w-15 {
  width: 15px;
}
.w-60-h-48 {
  height: 48px;
  width: 60px;
}
.w-52-h-52 {
  height: 52px !important;
  width: 52px !important;
}
.w-h-60 {
  height: 60px;
  width: 60px;
}
.w-h-100 {
  height: 100px;
  width: 100px;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}

/*CONTACT FORM START*/

.contactformbg{
	background: url('../images/about.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column:
}
.greenoverlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(15,105,57,0.9);
}

.contactdetailfront{
	position: relative;
	z-index: 1;
	color: #fff;
}

.contact_grid{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
}

.form_wrapper{
	padding: 70px;
/* 	width: 960px; */
}

.form_wrapper h6{
	color: #0f6939;
	font-size: 17px;
}

.form_wrapper h3{
	color: #333;
	margin-bottom: 40px;
}
.contactdetailfront img{
	filter: invert(1) brightness(100);	
}

.contactdetailfront ul{
	margin-top: 30px;
}
.contactdetailfront ul li {
	display: block;
	margin-bottom: 5px;
}
.contactdetailfront ul li a{
	color: #fff;
	font-size: 18px;
}
.contactdetailfront ul li a:hover{
	
}

.form_control{
	padding: 15px 30px;
	color: #000;
	display: inline-block;
	border: 1px solid #333;
	width: 100%;
	background: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.submitbtn{
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	width: 100%;
	background: #0f6939;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 15px;
	border: none;
}

.inputgrid{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.fullcol{
	
}

/*CONTACT FORM END*/


/* HOVER-EFFECT */
.hvr-link {
  position: relative;
}
.hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
	margin-bottom:-3px;
  transition: all 0.5s ease-in-out;
}
.hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.hvr-link-2 {
  position: relative;
}
.hvr-link-2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
	margin-bottom:-3px;
  transition: all 0.5s ease-in-out;
}
.hvr-link-2:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.white-hvr-link {
  position: relative;
}
.white-hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
/* HOVER-FLOAT */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px);
}
.full-width h2{
	width:100% !important;
	
}
.image-effect {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.image-effect img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.image-effect:hover img {
  transform: scale(1.04);
}
/* BUTTONS */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 16px;
  background: var(--secondary-color);
  /* border-radius: 5px; */
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
.primary-btn {
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  /* border: 1px solid var(--primary-color); */
  transition: all 0.5s ease-in-out;
}
.primary-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.primary-btn:hover {
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.primary-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.secondary-btn {
  border: 1px solid;
  color: var(--white-color);
  border: 1px solid var(--secondary-btn-color);
  /* background: var(--secondary-color); */
  transition: all 0.5s ease-in-out;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.secondary-btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.secondary-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn {
  border: 1px solid;
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn:hover {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.white-btn {
  border: 1px solid;
  color: var(--black-color);
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--white-color);
  background: var(--white-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.white-btn:hover {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}

.outlinebtn {
  border: 1px solid var(--primary-color);
  color: var(--black-color);
}

.outlinebtn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: var(--primary-color);
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.outlinebtn:hover {
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.outlinebtn:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
.outlinebtn2 {
  background: var(--secondary-color);
  color: var(--white-color);
}
.outlinebtn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: var(--primary-color);
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.outlinebtn2:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* Header Start */

/* header {
  position: sticky;
  top: 0;
  right: 0;
} */
.header {
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 100;
  /* position: fixed;
  top: 0;
  right: 0; */
  /* width: 100%; */
  /* z-index: 1000; */
  /* justify-content: space-between; */
}

.header .logowrapper {
  /* background-color: #76d2a1; */
  background-color: var(--white-color);
  padding: 10px 20px 10px 60px;
  /* background-color: #ff5e15; */
}
.header .logowrapper img {
  width: 200px;
}

.header .searchicon {
  padding: 0px 20px 0px 5px;
  border-right: 1px solid var(--white-color);
}

.header .headeritem {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header .headeritem .headercontact {
  display: flex;
  align-items: center;
  justify-content: left;
  /* background-color: #76d2a1; */
  background: var(--primary-color);
  padding: 10px 15px;
  width: 300px;
  margin-bottom: -25px;
}
.socialicons{
display:none !important;
}


.header .headeritem .socialicons {
  display: flex;
  align-items: center;
  gap: 20px;

  /* justify-content: space-between; */
}
.header .headeritem .socialicons .searchicon i {
  color: #ebe4e4;
  font-size: 13px;
}
.header .headeritem .socialicons .inersocialicons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .headeritem .socialicons .inersocialicons a {
  color: #ffffff;
  font-size: 13px;
}

.header nav .menu-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header nav .menu-list li a {
  color: var(--white-color);
  font-weight: 500;
}
.header .headeritem .headercontact {
  display: flex;
  align-items: center;
  justify-content: left;
  /* background-color: #76d2a1; */
  background-color: var(--primary-color);
  padding: 20px 15px;
  width: 300px;
}
.header .headercontact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-color) !important;
}
.header .headercontact p {
  color: var(--white-color);
}

.header .headercontact a p {
  font-size: 14px;
  line-height: 1.2;
}

.header .headercontact a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  font: 20px;
}

/* Header End */

/* dropdown start*/
.drp-down {
  position: relative;
}
.drp-down .drp-down-menu {
  position: absolute;
  padding: 15px 25px;
  top: 50%;
  text-align: left;
  /* min-width: -moz-fit-content;
  min-width: fit-content; */
  width: 260px;
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.drp-down .drp-down-menu li {
  transition: all 0.5s ease-in-out;
  padding-bottom: 15px;
}
.drp-down .drp-down-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color) !important;
  transition: all 0.5s ease-in-out;
}
.drp-down i {
  color: var(--white-color) !important;
}
.drp-down .drp-down-menu li:hover {
  transition: all 0.5s ease-in-out;
}
.drp-down .drp-down-menu li:hover a {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.drp-down .drp-down-menu li:nth-last-child(1) {
  padding-bottom: 0px;
}
.drp-down:hover a {
  color: var(--primary-color);
}
.drp-down:hover a .drop {
  filter: invert(0) brightness(1);
  transition: all 0.5s ease-in-out;
}
.drp-down:hover .drp-down-menu {
  margin-top: 25px;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
/* .sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 990;
}
.search-ham {
  display: none;
} */

/* dropdown end*/

/* mobile menu start*/
.slidein-menu nav {
  height: 66px;
}
.mobile-view {
  display: none;
  background: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.mobile-view.mobile-sticky {
  top: 0;
}
.mobile-menu {
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  align-items: center;
}
.slidein-menu {
  display: none;
}
/* mobile menu end*/

/* Footer Start */

.footer-flex{
	display:flex;
	gap:15px;
}
.footer-image{
    width: 22px;
    margin-top: 18px;
}


footer {
  background: var(--primary-color);
  overflow: hidden;
}
.footerbootom {
  position: relative;
  padding: 60px 0px;
}
.footergrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.leftdot {
  position: absolute;
  top: 4px;
  left: -145px;
  width: 315px;
  opacity: 0.4;
}
.rightdot {
  position: absolute;
  top: 4px;
  right: -145px;
  width: 315px;
  opacity: 0.4;
}
.footerbootom .footer-icon {
  display: flex;
  gap: 5px;
}
.footerbootom .footerbox h6 {
  margin-bottom: 15px;
  color: var(--white-color);
}
.footerbootom .footerbox p {
  color: var(--white-color);
}

/* .footerbox a img {
  width: 120px !important;
} */
.footerbootom .footer-icon a {
  color: var(--white-color);
  font-size: 14px;
}
.footerbootom .footer-icon a i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #019c4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footerbootom .footerbox ul li a {
  color: var(--white-color);
}

.footerbootom .footerblog {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footerbootom .footerblog img {
  border-radius: 8px;
  width: 120px !important;
}
.footerbootom .footerblog h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.footerbootom .footerblog p {
  font-size: 12px;
}

.footerbootom .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #019c4a;
  padding: 5px 5px 5px 20px;
  border-radius: 6px;
}
.footerbootom .newsletter input {
  border: none;
  padding: 0px;
  font-family: "DM Sans", sans-serif !important;
}
.footerbootom .newsletter input::placeholder {
  color: var(--white-color);
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px;
}
.footerbootom .newsletter button {
  border: none;
  background: var(--white-color);
  padding: 7px 12px;
  border-radius: 0;
}
.footerbootom .newsletter button i {
  font-size: 14px;
}

.copyright {
  color: var(--white-color);

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.copyright p {
  font-size: 12px;
  color: var(--white-color);
}
.copyright img {
  width: 25px;
}
.topfooter {
	display:none ;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.paperleft {
  position: absolute;
  top: -45px;
  left: -24px;
  width: 405px;
  z-index: 2;
}
.paperright {
  position: absolute;
  top: -45px;
  right: -24px;
  width: 405px;
  z-index: 2;
}
.topfooter .footerrightsq {
  position: absolute;
  top: 0;
  right: 0px;
  height: 290px;
  width: 320px;
  background: #0ea753;
  z-index: 1;
}
.footerleftsq {
  position: absolute;
  top: 0;
  left: 0px;
  height: 290px;
  width: 320px;
  background: #0ea753;
  z-index: 1;
}
.topfooter .footform {
  position: relative;
  z-index: 2;
}
.topfooter .footform h2 {
  color: var(--white-color);
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
.topfooter .footform .formwrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.topfooter .footform .formwrapp input {
  padding: 10px;
  border-radius: 4px;
  background: var(--white-color);
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  border: none;
}

.topfooter .footform .formwrapp button {
  padding: 10px;
  border-radius: 4px;
  background: var(--white-color);
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  color: #9c9c9e;
  border: none;
}

.topfooter .footform .formwrapp input::placeholder {
  color: #9c9c9e;
}

.foottopstar {
  position: absolute;
  left: -18px;
  bottom: 7px;
  width: 76px;
}
.footbottomstar {
  position: absolute;
  right: 60px;
  top: 65px;
  width: 76px;
}

/* Footer End */

/* BAnner Start */
.bannersection {
  padding-top: 400px;
  padding-bottom: 150px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.bannerpattern {
  position: absolute;
  top: 0px;
  left: -140px;
  opacity: 0.9;
  height: 100%;
  /* z-index: -1; */
}

.bannersection .bannercontent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
.lineheader {
  position: relative;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
}
.lineheader::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #000000;
}

.bannersection .bannercontent .bannerleft h1 {
  color: var(--secondary-color);
  margin: 20px 0px;
}
.bannersection .bannercontent .bannerleft p {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
/* BAnner End */

/* Clea step Start */

.cleanstep {
  background: #eff0f5;
  padding-top: 80px;
  padding-bottom: 200px;
}

.titlecontent {
  text-align: center;
}
.titlecontent h4 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.titlecontent h2 {
  color: var(--primary-color);
  width: 70%;
  margin: auto;
}
.titlecontent img {
  width: 35px;
}
.linetitlewrapp {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.aboutright p{
text-align:justify;
}
.last-clean-grid{
 display: grid;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.stepbox:hover ul li{
	color:#fff;
}
.stepbox ul li{
	margin-bottom:10px;
}
.stepbox ul li:last-child{
	margin-bottom:0px;
}
.cleanstep .cleanstepgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
/* .stepbox-wrapper {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
} */
.cleanstep .cleanstepgrid .stepbox {
  background: var(--white-color);
  padding: 30px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  /* clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%); */
}
.cleanstep .cleanstepgrid .boxbottom {
  margin-top: 20px;
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox.boxbottom:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox .iconglow {
  position: absolute;
  top: 20px;
  left: 87px;
  display: none;
  width: 111px !important;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox:hover .iconglow {
  display: block;
  transition: all 0.5s ease-in-out;
}
.topstar {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 47px !important;
  display: none;
  transition: all 0.5s ease-in-out;
}
.bottomstar {
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 47px !important;
  display: none;
  transition: all 0.5s ease-in-out;
}

.cleanstep .cleanstepgrid .stepbox:hover .topstar {
  display: block;
  transition: all 0.5s ease-in-out;
}

.cleanstep .cleanstepgrid .stepbox:hover .bottomstar {
  display: block;
  transition: all 0.5s ease-in-out;
}

.cleanstep .cleanstepgrid .stepbox:hover {
  background-color: var(--primary-color) !important;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
}

.cleanstep .cleanstepgrid .stepbox .stepicon {
  height: 90px;
  width: 90px;
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff0f5;
  border: 7px solid #ffffff;
  position: relative;
  z-index: 2;
}

.cleanstep .cleanstepgrid .stepbox .stepicon img {
  width: 40px;
}
.stepcontent ul{
list-style:disc;
	    margin-left: 25px;
}
.cleanstep .cleanstepgrid .stepbox .stepcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.cleanstep .cleanstepgrid .stepbox .stepcontent h6 {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox:hover .stepcontent h6 {
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox .stepcontent a {
  margin-top: 10px;
  background: #eff0f5;
  color: #797777;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox .stepcontent a i {
  font-size: 12px;
  margin-left: 3px;
}
.cleanstep .cleanstepgrid .stepbox:hover .stepcontent a {
  background: var(--secondary-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox .stepcontent p {
  color: #8f8b8b;
  transition: all 0.5s ease-in-out;
}
.cleanstep .cleanstepgrid .stepbox:hover .stepcontent p {
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
/* Clea step End */

/*home  About Star */

.aboutusaection {
/*   margin-top: -125px; */
  position: relative;
}
.aboutusaection.aboutpage {
  margin-top: 0px;
  position: relative;
}
.aboutpatt {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.aboutusaection .container-right {
  padding: 80px 150px 80px 80px;
  background: var(--white-color);
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
}

.aboutusaection .aboutgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.aboutusaection .aboutgrid .aboutleft {
  display: flex;
  align-items: center;
  position: relative;
}
.aboutusaection .aboutgrid .aboutleft::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 230px;
  background: #eff0f5;
  top: 25px;
  left: -78px;
  border-radius: 0px 33px 0px 33px;
}
.expriencebox {
  width: 180px;
  height: 130px;
  background: var(--primary-color);
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: -78px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dotpatt {
  position: absolute;
  bottom: -10px;
  left: -107px;
}
.expriencebox h6 span {
  font-size: 24px;
}
.expriencebox h6 {
  color: var(--white-color);
  text-align: center;
}
.aboutusaection .aboutgrid .aboutleft .abtimg {
  border-radius: 0px 50px 50px 0px;
  position: relative;
  z-index: 1;
  /* clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%); */
}
.aboutright {
  position: relative;
  z-index: 5;
}
.titlecontent.leftcontent {
  text-align: left;
}
.aboutright p 
{
	margin-bottom: 15px;
}
.titlecontent.leftcontent .linetitlewrapp {
  justify-content: start;
}

.titlecontent.leftcontent h2 {
  color: var(--primary-color);
  width: 100%;
  padding-right: 60px;
  margin-bottom: 10px;
}

.aboutboxgrid {
  margin-top: 15px;
}

.aboutusaection .aboutboxgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.aboutusaection .aboutbox .aboutboximg {
  padding: 5px;
  background: var(--primary-color);
  border-radius: 5px 5px 5px 25px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  position: relative;
  z-index: 5;
}
.aboutusaection .aboutbox {
  position: relative;
  z-index: 2;
}
.aboutusaection .aboutbox::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  background: #eff0f5;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  z-index: 1;
}

.aboutusaection .aboutbox .aboutboximg img {
  width: 30px;
  height: 30px;
}

.aboutusaection .aboutbox .sboutboxcontent h6 {
  color: var(--primary-color);
  font-size: 18px;
}
.aboutusaection .aboutbox .sboutboxcontent {
  margin-top: 10px;
}

.aboutusaection .aboutbottom {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}

a i {
  font-size: 12px;
  margin-left: 5px;
}

.aboutusaection .aboutbottom .ceowrwpper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.aboutusaection .aboutbottom .ceowrwpper .ceoimg img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.aboutusaection .aboutbottom .ceowrwpper h6 {
  font-size: 18px;
  line-height: 0;
  margin-bottom: 5px;
}
.aboutusaection .aboutbottom .ceowrwpper p {
  font-size: 14px;
}
/*home  About End */

/* home showcase Start */
.workshowcaseasection {
  padding: 80px 0px;
}
.workshowcaseasection .showcaseboxwrapper {
  margin-top: 60px;
}
.workshowcaseasection .showcaseboxwrapper .showcasebox {
  position: relative;
}
/* .workshowcaseasection .showcaseboxwrapper .showcasebox::before {
  content: "";
  width: 255px;
  height: 250px;
  position: absolute;
  top: -44px;
  left: 0;
  background: #eff0f5;
  clip-path: polygon(0 0, 100% 13%, 100% 98%, 0% 100%);
} */
.workshowcaseasection .titlecontent h2 {
  color: #002359;
}
/* .workshowcaseasection .showcaseimg {
  -webkit-mask-image: url("../images/mask.png");
  mask-image: url("../images/mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
} */

.showcaseimg{
	overflow: hidden;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
.showcaseimg a{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}


.showcaseimg a img{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}

.showcaseimg:hover a img{
	transform: scale(1.1);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}

.workshowcaseasection .showcaseimg img 
{
	border-radius: 6px;
}

.workshowcaseasection .showcasegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.workshowcaseasection .showcaseboxcontent {
  width: 230px;
  background: var(--white-color);
  border-top-right-radius: 8px;
  margin-top: -55px;
  position: relative;
  padding: 25px 30px 25px 20px;
}

.workshowcaseasection .showcaseboxcontent h6 {
  font-size: 16px;
}

.workshowcaseasection .showcaseboxcontent i {
  position: absolute;
  right: -14px;
  top: 25px;
  font-size: 15px;
  background-color: var(--primary-color);
  padding: 8px;
  color: var(--white-color);
  border-radius: 4px;
}

.workshowcaseasection .showcaseboxcontent:hover {
  background: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.workshowcaseasection .showcaseboxcontent:hover h6 {
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.workshowcaseasection .showcaseboxcontent:hover p {
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.workshowcaseasection .showcaseboxcontent:hover i {
  color: var(--primary-color);
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
}
/* home showcase End */

/* whatwedosection Start */
.whatwedosection {
  padding: 80px 0px 200px 0px;
  background: var(--primary-color);
  position: relative;
  overflow: hidden;
}

.whatwedosection .bubble {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.whatwedosection .titlecontent h4 {
  color: var(--white-color);
}
.whatwedosection .titlecontent h2 {
  color: var(--white-color);
}
.whatwedosection .titlecontent .lineheader::after {
  content: " ";
  background: var(--white-color);
}

.whatwedosection .whatwedogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.whatwedosection .whatwedogrid .whatwedobox {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  background: var(--white-color);
  padding: 30px;
  border-radius: 0px 40px 0px 40px;
}
.whatwedosection .whatwedogrid .whatwedobox .whatwedoimgh {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 8px solid var(--white-color);
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
  background-color: #eff0f5;
}
.whatwedosection .whatwedogrid .whatwedobox .whatwedoimgh img {
  width: 30px;
  height: 30px;
}
.whatwedosection .whatwedogrid .whatwedobox h6 {
  font-size: 18px;
}
/* whatwedosection End */

/* faq section Start */

.inner_content {
  display: none;
}

.accordion-title {
  padding: 15px 30px;
  /* border-radius: 5px; */
  cursor: pointer;
  background: var(--white-color) !important;
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d3d4d5;
  transition: all 0.5s ease-in-out;
}
.accordion-title .icon {
  height: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}
.accordion-title .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary-color);
}
/* .accordion-title.active {
  background: #005897;
  color: #ffffff;
} */
/* .accordion-title.active .title {
  color: #ffffff;
} */
.accordion-title.active .icon {
  /* filter: brightness(0) invert(1); */
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.acc-wrap {
  margin-bottom: 20px;
}

.accordion-content {
  padding: 20px;
  padding-left: 30px;
  padding-bottom: 10px;
  background: var(--white-color);
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
}
.accordion-content p {
  font-size: 17px;
}

.faq-column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.faq-column .acc-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.faq-top-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 60px;
}

.faqwrapper {
  margin-top: 35px;
}
.outer {
  background: var(--white-color);
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
}
.faqmask {
  -webkit-mask-image: url("../images/framemask.png");
  mask-image: url("../images/framemask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.faqmask img {
  border-radius: 8px;
}

.faqsection .container-right {
  box-shadow: none;
}

/* faq section End */

/* Testimonials Start */
.testimonialsecton {
  /* padding: 80px 0px 200px 0px; */
  background: #eff0f5;
  border-bottom: 2px solid #ffffff;
}
.testimonialsecton .testileft {
  /* padding: 60px 0px; */
  background: var(--primary-color);
  padding: 40px 40px 0px 40px;
}
.testimonialsecton .testigrid {
  display: grid;
  gap: 60px;
  grid-template-columns: 1.5fr 1fr;
}

.testimonialsecton .testireviewgrid {
  display: flex;
  /* grid-template-columns: 2fr 1fr; */
  gap: 30px;
}

.testimonialsecton .testiimg img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonialsecton .testiname {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.testimonialsecton .clientname {
  font-size: 20px;
  font-weight: 800;
}
.testimonialsecton .testiname .quot {
  width: 50px;
  margin-right: 47px;
}
.testimonialsecton .swiper-wrapper {
  width: 350px;
}

.testimonialsecton .swiper-button-prev:after,
.testimonialsecton .swiper-button-next:after {
  content: "" !important;
}

.testimonialsecton .swiper-button-prev img,
.testimonialsecton .swiper-button-next img {
  width: 25px;
  opacity: 1 !important;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.testimonialsecton .swiper-button-prev {
  top: 19px !important;
  left: 430px !important;
}

.testimonialsecton .swiper-button-next {
  right: 6px !important;
  top: 19px !important;
}

.testimonialsecton .swiper-pagination {
  top: 0px !important;
  left: 213px;
  z-index: 2;
  color: var(--white-color);
}
.testimonialsecton .swiper {
  padding: 30px 0px;
}

.testimonialsecton .titlecontent h2 {
  width: 100%;
  color: var(--white-color);
  text-align: left;
}
.testimonialsecton .linetitlewrapp h4 {
  color: var(--white-color);
}

.testimonialsecton .lineheader::after {
  content: " ";

  background: #ffffff;
}

.testimonialsecton .linetitlewrapp {
  color: var(--white-color);
  justify-content: start;
}
/* 
.nameanddegi p {
  color: var(--white-color);
} */

.testireview p {
  color: var(--white-color);
}
/* Testimonials End */

/* Solution Section */
.agencysolution {
  padding: 80px 0px 80px 0px;
  background: #eff0f5;
}
.agencysolution.servicepage {
  padding: 80px 0px 80px 0px;
}

.agencysolution .agencysolutiongrisd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.agencysolution.servicepage .agencysolutiongrisd {
  margin-top: 0px;
}

.another-agencybox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 0px 0px 20px 0px; */
  background: var(--white-color);
  border-radius: 6px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.swiper-top{
margin-top:50px;
}
.agencybox h6 {
  margin: 10px 0px 5px 0px;
}
.agencybox p {
  margin-bottom: 10px;
}
/* .agencysolution .agencysolutiongrisd .agencybox {
  margin-top: 20px;
} */
.agencybox .servcontebt {
  padding: 20px 20px 20px 20px;
}
.agencybox .agencyboximg {
  -webkit-mask-image: url("../images/penta3.png");
  mask-image: url("../images/penta3.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.agencybox .agencyboximg img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 8px;
}
/* Solution Section */

/* logo slider */
.logoslider .container-right {
  padding: 60px 0px 60px 100px;
  background: var(--primary-color);
  border-bottom-left-radius: 10px;
}
.logo-wrap {
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
	padding: 15px;
}
/* logo slider */

/* News And Update start */
.newssection {
  padding: 80px 0px;
}
.newssection .bloggrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.newssection.blogpage .bloggrid {
  margin-top: 0px;
}
.newssection .bloggrid .blogbox {
  background: var(--white-color);
  border-radius: 8px;
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
}
.newssection .bloggrid .blogbox img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.newssection .bloggrid .blogbox .blogcontent {
  padding: 20px;
}

.newssection .bloggrid .blogbox h6 {
  margin: 5px 0px;
}
.newssection .bloggrid .blogbox a {
  margin-top: 15px;
}
.newssection .bloggrid .blogbox span {
  color: #cccccc;
}

/* News And Update End */

/* Form Section Start */
.formsection {
  overflow: hidden;
  margin-top: -140px;
}
.formsection.contactpage {
  margin-top: 0px;
}
.formsection .formcontainer {
  width: 1300px;
  margin-right: auto;
  padding-bottom: 150px;
  -webkit-mask-image: url("../images/formmask.png");
  mask-image: url("../images/formmask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.formsection .titlecontent h2 {
  color: var(--white-color);
  text-align: left;
  width: 100%;
}
.formsection .titlecontent h4 {
  color: var(--white-color);
  text-align: left;
}
.formsection .titlecontent h4::after {
  content: "";
  background: var(--white-color);
}

.formsection .titlecontent .linetitlewrapp {
  justify-content: start;
}
.formsection .formcontainer .formwrapper {
  background: var(--primary-color);
  padding: 40px 40px 40px 150px;
  width: 680px;
  position: relative;
  z-index: 5;
}

.formpattern {
  position: absolute;
  top: 0px;
  left: -119px;
  width: 350px;
  height: 350px;
  opacity: 0.3;
  z-index: -1;
}

 .formwrapper form {
  margin-top: 30px;
}

 .formwrapper .inputgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.another-textarea   textarea{
  padding: 10px !important;
  width: 100% !important;
  background:none !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
      border-bottom: 1px solid #000 !important;
	color: #000000 !important;
  border: none !important;
  margin-bottom: 10px!important ;
	
}
 .another-textarea   textarea::placeholder{
color: #000000 !important;
}


.google-maps iframe{
    width: 100%;
    height: 500px;
    margin-bottom: -9px;
}
 .formwrapper  textarea{
padding: 10px;
  width: 100%;
  color: #fff;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px;
  background: #fff;
	   border-bottom: 1px solid #000 !important;
  border: none;
  margin-bottom: 10px;
}
 .formwrapper  textarea::placeholder{
color: #000000;
}
.contactbox p{
text-align:center;
}
.formwrapper .inputgrid input {
  padding: 10px;
  width: 100%;
  background:#fff;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px;
      border-bottom: 1px solid #000 !important;
	color: #000000;
  border: none;
  margin-bottom: 10px;
}
.formwrapper .inputgrid input::placeholder {
 
	color: #000000;
  font-family: "DM Sans", sans-serif !important;
}
 .formwrapper .inputgrid select {
  padding: 10px;
  width: 100%;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px;
 border:none;
   border-bottom: 1px solid #000 !important;
  margin-bottom: 10px;
  color: #000000;
}
 .formwrapper .inputgrid select option {
  color: #000000;
}
.formwrapper .inputgrid select::placeholder {
  color: #000000;
}

 .formwrapper  button {
  padding: 10px;
  width: 100%;
  color: #c3bbbb;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px;
  /* background: #067f3f; */
  background: var(--secondary-color);
  border: none;
  margin-bottom: 10px;
}
/* Form Section End */

/* About page Start  */
.rnbanner {
  padding: 60px 0px;
  background: #0f6939;
  position: relative;
  overflow: hidden;
}
.rnbanner .bannercontern {
  position: relative;
}
.rnbanner .bannercontern h1 {
  margin-bottom: 10px !important;
}
/* .banervectorleft {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banervectorright {
  position: absolute;
  top: 0;
  right: 0;
} */

.banervectorleft {
  position: absolute;
  top: 4px;
  left: -145px;
  width: 315px;
  opacity: 0.4;
}
.banervectorright {
  position: absolute;
  top: 4px;
  right: -145px;
  width: 315px;
  opacity: 0.4;
}

.rnbanner .bannercontern h1 {
  text-align: center;
  color: var(--white-color);
}
.rnbanner .bannercontern p {
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0px;
}

#breadcrumbs a {
  color: var(--white-color);
}
#breadcrumbs p {
  margin-bottom: 0px !important;
}
/* About page End */

/* FAQ PAGE START  */
.faq-section{
padding:80px 0px !important;
}
.fag-page-wrap{
width:75%;
	margin:auto;
}

/* FAQ PAGE END */


/* Contact Page Start */
.contactboxsection {
  padding: 80px 0px;
}

.contactboxsection .contactboxgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
 
}
.last-box{
	background:#333232 !important;
}
.contactboxsection .contactboxgrid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  
  padding: 20px;
 

}
.contact-page-section{
padding:80px 0px;
	
	
	position:relative;
	z-index:1;
}
.contact-page-section::after{
content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
background:url('https://rnshinecleaningservices.com.au/wp-content/uploads/2025/07/White-HexBG.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.6;
	z-index:-1;
}

.contact-grid{
display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
}
.another-section-contact{
padding:0px !important;
}
.contactboxsection .contactboxgrid a h6 {
  color: var(--white-color);
}
.contactboxsection .contactboxgrid a p {
  color: var(--white-color);
}
.contactboxsection .contactboxgrid a i {
  color: var(--white-color);
  padding: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
}
.center-box{
background:var(--secondary-color) !important;
}
/* Contact Page End */

/* Single page Start */
.singlesection {
  padding: 80px 0px;
}
.singlegrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.singlesection .singlecontent img {
  border-radius: 8px;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.singlesection .singlecontent h3 {
  margin: 20px 0px;
}
.singlesection .singlecontent p {
  margin-bottom: 20px;
}

.singlesidebar img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.singlesidebar .sidecontent {
  padding: 20px;
  background: var(--primary-color);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.singlesidebar .sidecontent h5 {
  font-size: 21px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.sidecontent .sidedetail {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
  color: var(--white-color);
  margin-bottom: 20px;
  /* border-bottom: 1px solid #cccccc; */
}

.sidecontent .sidedetail h6 {
  font-size: 16px;
  color: var(--white-color);
}
.sidecontent .sidedetail p {
  color: var(--white-color);
}
.sidecontent .sidedetail i {
  background: var(--white-color);
  border-radius: 50%;
  padding: 15px;
  color: var(--primary-color) !important;
  font-size: 16px;
  color: var(--white-color);
}

.singlesidebar {
  position: sticky;
  top: 0px;
  left: 0;
}

.agencysolution .titlecontent p
{
	width: 70%;
	margin: auto;
}

.formcontainer
{
	width: 100%;
}

/* Single page end */

@media (max-width: 1300px) {
  .workshowcaseasection .showcasegrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .header .headeritem .headercontact {
    width: 200px;
  }
  .container {
    width: 95%;
  }
  .formsection .formcontainer {
    width: 95%;
  }
}

@media (max-width: 1024px) {
  /* Mobile Menu and slide start */
  .top-nav,
  .lower-nav {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .slidein-logo,
  .logo-wrap {
    padding: 10px 0px;
  }
  .slidein-logo a img,
  .logo-wrap a img {
    /* height: 80px; */
    width: 200px;
  }
  .slidein-menu {
    display: block;
  }
  .ham-btn {
    height: 30px;
    width: 30px;
    right: 5px;
    position: relative;
    cursor: pointer;
  }
  .ham-btn span {
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: var(--primary-color);
    display: block;
  }
  .ham-btn span:nth-child(1) {
    top: 6px;
    width: 80%;
    right: -5px;
  }

  .ham-btn span:nth-child(2) {
    top: 15px;
    right: -5px;
  }
  .ham-btn span:nth-child(3) {
    bottom: 1px;
    right: -5px;
    width: 135%;
  }
  .slidein-menu {
    position: fixed;
    width: 400px;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: -120%;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .slidein-menu.open {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .ham-btn.cross span {
    background: var(--primary-color);
  }

  .ham-btn.cross span:nth-child(2) {
    display: none;
  }
  .ham-btn.cross span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    right: 0;
    width: 100%;
  }
  .ham-btn.cross span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 10px;
    right: 0;
    width: 100%;
  }
  .slidein-menu .m-nav-bar {
    margin-top: 30px;
  }
  .slidein-menu .m-nav-bar .m-menu-list li {
    position: relative;
    padding: 10px 0px;
  }
  .slidein-btn .btn {
    width: 100%;
  }
  .slidein-bdr {
    border-bottom: 1px solid #ff00002b;
    padding-bottom: 30px;
  }
  .m-menu-list li a {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 500;
    display: block;
    line-height: 2;
    transition: all 0.5s ease-in-out;
  }
  .m-menu-list li a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: fit-content;
    transition: all 0.5s ease-in-out;
  }
  .sidebar-menu {
    color: var(--black-color);
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
  }
  .sidebar-menu:hover .expand svg {
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
  }
  .sub-menu {
    display: none;
    color: var(--black-color);
  }
  .sub-menu ul li a {
    font-size: 16px;
    padding-left: 15px;
  }
  .expand1 {
    font-size: 20px;
    line-height: 3;
    font-weight: 500;
  }
  /* Mobile Menu and slide start */

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  header {
    display: none;
  }

  .aboutusaection .container-right {
    padding: 30px 20px 30px 30px;
  }

  .cleanstep .cleanstepgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
	
	.agencysolution {
    padding: 60px 0px 60px 0px;
    background: #eff0f5;
}
	
	.swiper-top {
    margin-top: 30px;
}
	
	.workshowcaseasection {
    padding: 60px 0px;
}
	
	.workshowcaseasection .showcaseboxwrapper {
    margin-top: 30px;
}
	
	.cleanstep {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
	.cleanstep .cleanstepgrid {
    margin-top: 30px;
}
	
	.form_wrapper {
    padding: 40px;
    /* width: 960px; */
}
	
	.newssection {
    padding: 60px 0px;
}
	
	.newssection .bloggrid
Specificity: (0,2,0)
 {
    margin-top: 30px;
}
	
	.bannersection {
    padding-top: 200px;
    padding-bottom: 150px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}
	
	.newssection .bloggrid {
    margin-top: 30px;
}
}

@media (max-width: 950px) {
  .singlesection {
    padding: 30px 0px;
  }
	.faq-section{
padding:60px 0px !important;
}
  .singlegrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rnbanner {
    padding: 30px 0px;
  }
  .aboutusaection .aboutgrid .aboutleft::before {
    display: none;
  }

  .expriencebox {
    display: none;
  }

  .dotpatt {
    display: none;
  }

  .aboutusaection .aboutgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cleanstep .cleanstepgrid {
    grid-template-columns: 1fr 1fr;
  }

  .bannerpattern {
    left: 0px;
  }
  .cleanstep {
    padding-top: 30px;
    padding-bottom: 180px;
  }
  .cleanstep .cleanstepgrid {
    margin-top: 30px;
  }

  .workshowcaseasection {
    padding: 30px 0px;
  }
  .whatwedosection {
    padding: 40px 0px 180px 0px;
  }
	.contact-page-section{
padding:60px 0px;
	}
	
	
	

  .whatwedosection .whatwedogrid {
    margin-top: 30px;
  }

  .testimonialsecton .testigrid {
    grid-template-columns: 1fr;
  }
  .testiright {
    display: none;
  }

  .outer {
    background: var(--white-color);
    box-shadow: none;
  }

  .agencysolution {
    padding: 30px 0px 180px 0px;
    background: #eff0f5;
  }
  .agencysolution.servicepage {
    padding: 30px 0px 30px 0px;
  }
	
	    .agencysolution {
        padding: 30px 0px 60px 0px;

    }
}

@media (max-width: 850px) {
  .workshowcaseasection .showcasegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .titlecontent h2 {
    width: 100%;
  }

  .whatwedosection .whatwedogrid {
    grid-template-columns: 1fr;
  }

  .formsection .formcontainer .formwrapper {
    padding: 20px 20px 20px 20px;
  }

  .footergrid {
    grid-template-columns: 1fr 1fr;
  }

  .topfooter .footform .formwrapp {
    flex-wrap: wrap;
  }

  .newssection .bloggrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 750px) {
	
	.contact_grid {
  grid-template-columns: 1fr;
	}
	.form_wrapper {
  padding: 20px;
  width: auto;
	}
	.contactformbg {
  padding: 20px;
	}
	.contactdetailfront img {
  width: 250px;
	}
	
	.contactdetailfront ul {
  margin-top: 20px;
}
	
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }

  .bannersection .bannercontent {
    grid-template-columns: 1fr;
  }

  .agencysolution .agencysolutiongrisd {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  .formsection .formcontainer {
    padding-bottom: 30px;
  }
  .formcontainer {
    background: none !important;
  }

  .formsection .formcontainer {
    -webkit-mask: none !important;
    mask: none !important;
  }
  .formsection .formcontainer .formwrapper {
    width: 100%;
    overflow: hidden;
  }

  .testimonialsecton .testileft {
    overflow: hidden;
  }
  .contactboxsection .contactboxgrid {
    grid-template-columns: 1fr 1fr;
  }
	
	.agencysolution .titlecontent p
{
	width: 100%;
	margin: auto;
}
}

@media (max-width: 650px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }
  .cleanstep .cleanstepgrid {
    grid-template-columns: 1fr;
  }
  .workshowcaseasection .showcasegrid {
    grid-template-columns: 1fr;
  }

  .agencysolution .agencysolutiongrisd {
    grid-template-columns: 1fr;
  }

  .newssection .bloggrid {
    grid-template-columns: 1fr;
  }

  .footergrid {
    grid-template-columns: 1fr;
  }

  .testimonialsecton .testireviewgrid {
    display: flex;
    flex-direction: column;
  }

  .aboutusaection .aboutboxgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .aboutusaection .aboutbottom {
    flex-direction: column;
    gap: 20px;
  }

  .contactboxsection .contactboxgrid {
    grid-template-columns: 1fr;
  }
	.faq-section{
padding:30px 0px !important;
}
	.last-clean-grid{
 
  grid-template-columns: 1fr  !important;
 
}
	.contact-grid{
		grid-template-columns:1fr;
		gap:30px;
	}
	.left-box-contact h2{
		margin-bottom:-20px !important;
		
    line-height: 33px;
	}
	.contact-page-section{
padding:40px 10px;
	}
	
	.google-maps iframe {
    width: 100%;
    height: 250px;
   
}
	
	    .cleanstep {
        padding-top: 30px;
        padding-bottom: 30px;
			padding-right: 10px;
			padding-left: 10px;
    }
	
	    .bannersection {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	
	.bannersection .bannercontent .bannerleft h1 {
    margin: 0px 0px;
    width: 300px;
}
	
	.bannersection .bannercontent .bannerleft p {
    font-size: 18px;
		width: 400px;
    margin-bottom: 20px;
}
	
	.newssection
 {
        padding: 30px 0px;
    }
	
	    .newssection .bloggrid {
        margin-top: 20px;
    }
	
	.logoslider .container-right {
    padding: 40px 0px 40px 40px;
}
	
	.form_wrapper {
        padding-bottom: 0px;
    }
	
	.cleanstep .cleanstepgrid .boxbottom {
    margin-top: 0px;
}
	
	.cleanstep .cleanstepgrid
 {
        margin-top: 20px;
    }
	
	    h2 {
        line-height: 1.4;
    }
	
	.testimonialsecton .testireviewgrid {


    gap: 10px;
}
.container-right {
    width: 100%;
}	
	
	.aboutusaection .container-right {
        padding: 30px 20px 30px 20px;
    }
	
	.accordion-title .title {
    font-size: 17px;
}
	
	.accordion-content p {
    font-size: 15px;
}
	
	.accordion-title {
    padding: 15px 15px; 
	}
	
	.accordion-content {
    padding: 15px;
	}
	
	.faqwrapper {
    margin-top: 20px;
}
	
	.lineheader {
    width: 350px;
    font-size: 20px;
    display: inline-block;
}
	
	    .bannersection .bannercontent .bannerleft p {
        width: 300px;
    }
	
	.lineheader::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90%;
    height: 0px;
    background: #000000;
}

	.titlecontent h4 {
    width: fit-content;
}
	
	.footerbootom {
    padding: 30px 0px;
}
	
	.last-clean-grid 
	{
		gap: 30px !important;
	}
	
	    .singlegrid {

        gap: 20px;
    }

}

@media (max-width: 400px) { 
    .lineheader {
        width: 300px;
    }
}
