@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "popins-regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

.wpcf7-not-valid-tip {
  margin: 10px 0 !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-clr: #620d9c;
  --primary-dark: #570986;
  --secondry-clr: #48af52;
  --black-clr: #000000;
  --para-clr: #696868;
  --cs-transition: 0.4s ease-in;
  --white-clr: #fff;
  --domini-font: "Domine";
  --popins: "popins-regular";
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: var(--popins);
  --cs-transition: 0.4s ease-in;
}

button {
  display: inline-block;
  --cs-transition: 0.4s ease-in;
  font-family: var(--popins);
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
}

p,
li {
  color: var(--para-clr);
  font-size: 17px;
}

ul li {
  list-style: none;
  --cs-transition: 0.4s ease-in;
}

img,
svg {
  max-width: 100%;
  --cs-transition: 0.4s ease-in;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  --cs-transition: 0.4s ease-in;
  font-family: var(--domini-font);
  font-weight: bold;
}

.section-padding {
  padding: 4rem 0;
  --cs-transition: 0.4s ease-in;
}

.section-heading h2 {
  font-size: 3rem;
  color: var(--black-clr);
}

.section-heading h5 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: var(--popins);
}

.section-heading h2 span {
  color: var(--primary-clr);
}

.button-style-1 {
  color: var(--white-clr);
  background-color: var(--primary-clr);
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: var(--cs-transition);
  border-radius: 5px;
}

.button-style-1:hover {
  background-color: var(--primary-dark);
}

/* ---header---- */
.top-header {
  background-color: var(--secondry-clr);
  padding: 9px 0;
}

.top-header-wrapper {
  display: flex;
  justify-content: space-between;
}

.top-header-wrapper .left ul {
  display: flex;
  gap: 18px;
}

.top-header-wrapper .left ul li i {
  margin-right: 6px;
}

.top-header-wrapper .left ul li a {
  color: var(--white-clr);
}

.top-header-wrapper .left ul li a:hover {
  color: var(--primary-clr);
}

.top-header-wrapper .right {
  display: flex;
  gap: 10px;
}

.top-header-wrapper .right ul.hour li p {
  color: var(--white-clr);
  margin: 0;
  font-family: var(--popins);
}

.top-header-wrapper .right ul.hour li p i {
  margin-right: 6px;
}

.top-header-wrapper .right ul.hour li p:hover {
  color: var(--primary-clr);
}

.top-header-wrapper .right ul.hour {
  border-right: 1px solid #00000047;
  padding-right: 20px;
  margin-right: 10px;
}

.top-header-wrapper .right ul.social-media {
  display: flex;
}

.top-header-wrapper .right ul.social-media li a {
  color: var(--white-clr);
}

.top-header-wrapper .right ul.social-media li a:hover {
  color: var(--primary-dark);
}

.top-header-wrapper .right ul.social-media li {
  margin-left: 14px;
}

.top-header-wrapper .right ul.hour li a i {
  margin-right: 6px;
}

/* ---main header--- */

.main-header {
  position: relative;
  /* padding: 14px 0; */
  box-shadow: 1px 2px 3px #d3d3d352;
}

.main-header nav.header-nav {
  display: flex;
  align-items: center;
  width: 86%;
  justify-content: center;
}

.main-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header nav.header-nav .logo {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  /* padding: 14px; */
  z-index: 99999;
  top: -41px;
  left: 48%;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
}

.main-header nav.header-nav .logo a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.main-header nav.header-nav .logo a img {
  width: 80%;
}

.main-header nav.header-nav ul {
  display: flex;
}

.main-header nav.header-nav .nav-item {
  margin-left: 4rem;
  position: relative;
  padding: 20px 0;
}

.main-header nav.header-nav .nav-item:hover a {
  color: var(--primary-clr);
}

.main-header nav.header-nav .nav-item:nth-of-type(4) {
  margin-left: 19rem;
}

.main-header nav.header-nav .nav-item a {
  color: var(--black-clr);
  font-family: var(--domini-font);
  font-weight: 600;
}

.main-header nav.header-nav .nav-item.active a {
  color: var(--primary-clr);
}

.click-btn {
  position: absolute;
  right: -25px;
  top: 21px;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

.click-toggle {
  transform: rotate(180deg);
}

.main-header nav.header-nav .nav-item ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 300px;
  flex-direction: column;
  text-align: left;
  display: none;
  background: #d6fcda;
  padding: 10px;
  z-index: 999;
  animation: slidemenu 0.5s ease-in;
  border-radius: 0 0 10px 10px;
  left: -140px;
}

@keyframes slidemenu {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

.main-header nav.header-nav .nav-item ul.sub-menu li {
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.main-header nav.header-nav .nav-item ul.sub-menu li:last-child {
  padding: 0;
}

.main-header nav.header-nav .nav-item ul.sub-menu li a {
  color: var(--tertiary-color);
}

.main-header nav.header-nav .nav-item ul.sub-menu li a {
  padding: 0;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  background: var(--secondry-clr);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}

.main-header nav.header-nav .nav-item ul.sub-menu li a:hover {
  background: var(--primary-clr);
  letter-spacing: 1px;
  color: #fff;
}

.main-header .button-style-1:hover {
  background-color: var(--secondry-clr);
}

/* ---hero section--- */
.banner {
  width: 100%;
  height: 650px;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12% 0 0 0;
  background: rgba(255, 255, 255, 0.3);
}

.banner-cont h5 {
  font-size: 1rem;
  font-family: var(--popins);
  color: #272727;
  margin: 0 0 10px 0;
}

.banner-cont h1 {
  color: var(--black-clr);
  font-size: 3.2rem;
  margin: 0;
}

.banner-cont h1 span {
  color: var(--primary-clr);
}

.banner-cont p {
  color: #272727;
  margin: 20px 0 0 0;
  width: 40%;
}

.banner-cont a {
  display: inline-block;
  padding: 8px 30px;
  position: relative;
  background-color: var(--secondry-clr);
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--white-clr);
  margin: 30px 0 0 0;
}

.banner-cont a:hover {
  background: var(--primary-clr);
}

.button-style-2 {
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  background-color: var(--secondry-clr);
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
  text-transform: uppercase;
  z-index: 1;
  color: var(--white-clr);
  border-radius: 5px;
  border: none;
}

.button-style-2:hover {
  background-color: var(--primary-clr);
}

.button-style-2:hover {
  color: var(--white-clr);
}

/* ---service--- */

.service-section.section-padding {
  background: #f6ebff;
}

.service-section h5 {
  color: var(--primary-clr);
}

.services-slider-wrapper {
  margin-top: 30px;
}

.service {
  /* width: 100%; */
  position: relative;
  padding: 0 15px 50px 10px;
}

.service-image {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--cs-transition);
}

.service:hover .service-image img {
  transform: scale(1.1);
}

.service-cont {
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: 85%;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 5px #ddd;
  transition: all 0.5s;
}

.service-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--secondry-clr);
  margin-left: -35px;
}

.service-icon img {
  width: 65%;
  transition: var(--cs-transition);
  transform-style: preserve-3d;
  filter: invert(1);
}

.service:hover .service-icon {
  background: var(--primary-clr);
}

.service:hover .service-icon img {
  transform: rotateY(180deg);
}

.service-icontext {
  width: calc(100% - 70px);
  margin: 10px 0 0 0;
}

.service-icontext a h5 {
  color: var(--black-clr);
  font-size: 18px;
  font-family: var(--popins);
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.service-icontext a h5:hover {
  color: var(--primary-clr);
}

.service-icontext p {
  margin: 15px 0 0 0;
  display: none;
  opacity: 0;
  transition: var(--cs-transition);
}

.service-btn {
  color: var(--primary-clr);
  transition: var(--cs-transition);
  font-size: 15px;
  font-family: var(--popins);
  display: inline-block;
  margin: 15px 0 0 0;
  display: none;
  opacity: 0;
}

.service-btn i {
  margin: 0 0 0 5px;
}

.service-btn:hover {
  color: var(--secondry-clr);
}

.service:hover .service-cont p {
  display: block;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service:hover .service-btn {
  display: inline-block;
  opacity: 1;
}

/* ---explore-service--- */
.explore-service {
  width: 100%;
}

.explore-service .section-heading h5 {
  margin: 0 0 10px 0;
  color: var(--primary-clr);
  font-family: var(--popins);
  font-weight: 600;
}

.explore-service .section-heading h2 {
  font-size: 2.5rem;
  margin: 0;
}

.explore-service .content-area {
  display: flex;
  align-items: center;
  height: 100%;
}

.explore-service .content-area p {
  border-left: 2px solid #009ac1;
  padding-left: 15px;
  margin: 0;
  font-family: var(--popins);
}

.explore-service-wrapper{
	justify-content:center;
	column-gap:25px;
}

.explore-service-item{
	width:31%;
	background:#fff;
	padding:30px;
	border-radius:10px;
	text-align:center;
	background:rgba(72, 175, 82, 0.6);
	transition:all 0.5s;
	margin:40px 0 0 0;
}

.explore-service-icon{
	width:80px;
	height:80px;
	background:#fff;
	transition: all 0.5s;
	perspective:1000px;
	transform-style:preserve-3d;
}

.explore-service-icon img{
	width:65%;
	transition: all 0.5s;
}

.explore-service-item h4{
	font-size:25px;
	margin:15px 0 0 0;
	color:var(--primary-clr);
	transition: all 0.5s;
}

.explore-service-item p{
	font-family:var(--popins);
	font-size:16px;
	margin:15px 0 0 0;
	color:#fff;
}

.explore-service-item:hover{
	background:var(--primary-clr);
}

.explore-service-item:hover .explore-service-icon{
	transform:rotateY(180deg);
}

.explore-service-item:hover .explore-service-icon img{
	filter:brightness(0);
}

.explore-service-item:hover h4{
	color:var(--secondry-clr);
}



.home-contact {
  width: 100%;
  /*background: #f6ebff;*/
  position: relative;
}

.home-contact-form-box {
  width: 100%;
  background: var(--primary-clr);
  padding: 40px 50px 40px 50px;
  margin: 4rem 0 4rem 6rem;
  position: relative;
  z-index: 99;
}

.home-contact-form-box h2 {
  color: var(--white-clr);
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
}

.home-contact-info {
  font-size: 16px;
  color: var(--white-clr);
  font-family: var(--popins);
  display: inline-block;
  padding: 0 0 15px 0;
  position: relative;
  margin: 15px 0 0 0;
}

.home-contact-info::before {
  width: 90px;
  height: 1px;
  background: var(--white-clr);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.home-contact-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.home-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-contact-form {
  width: 100%;
  margin: 30px 0 0 0;
}

.home-contact-form p {
  margin: 0;
}

.home-contact-form br {
  display: none;
}

.home-input {
  width: 100%;
  margin: 0 0 15px 0;
}

.home-input input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f6ebff;
  outline: none;
  transition: var(--cs-transition);
  color: #fff;
  font-family: var(--popins);
  font-size: 14px;
  background: transparent;
}

.home-input input::placeholder,
.home-input textarea::placeholder {
  color: #fff;
}

.home-input input:focus {
  border-color: var(--white-clr);
}

.home-input textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f6ebff;
  outline: none;
  transition: var(--cs-transition);
  color: #fff;
  font-family: var(--popins);
  font-size: 14px;
  background: transparent;
  height: 120px;
}

.home-input textarea:focus {
  border-color: var(--white-clr);
}

.home-input-check-box {
  width: 100%;
  margin: 0 0 20px 0;
}

.home-input-check-box .wpcf7-list-item {
  margin: 0 !important;
}

.home-input-check-box p {
  display: flex;
  align-items: baseline;
}

.home-input-check-box input {
  width: 15px;
  height: 15px;
  border: none;
  outline: none;
  accent-color: var(--white-clr);
}

.home-input-check-box label {
  margin: 0 0 0 10px;
  font-size: 15px;
  font-family: var(--popins);
  color: #fff;
}

.home-submit {
  border: none;
  outline: none;
  background: var(--secondry-clr);
  color: var(--white-clr);
  border-radius: 5px;
  transition: var(--cs-transition);
  font-size: 15px;
  font-family: var(--popins);
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
}

.home-submit:hover {
  background: #f6ebff;
  color: var(--primary-dark);
}

/* ---about us ---*/

.about .image-area img {
  max-height: 487px;
  width: 100%;
  object-fit: cover;
}

.about .content-area h5 {
  color: var(--primary-clr);
}

.about .content-area .section-heading h2 {
  font-size: 2.4rem;
  margin: 0;
}

.about .content-area p {
  margin: 15px 0 0 0;
}

.about .content-area ul {
  padding: 0;
  margin: 0;
}

.about .content-area ul li {
  margin: 15px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

.about .content-area ul li::before {
  content: url(../images/list-shape.png);
  width: 16px;
  top: 0;
  left: 0;
  position: absolute;
}

.about .content-area a.button-style-2 {
  margin: 30px 0 0 0;
}

section.about .image-area {
  text-align: center;
  position: relative;
  width: 90%;
}

section.about .image-area .wrapper {
  position: absolute;
  left: -34%;
  top: 38%;
  background-color: #54b638;
  transform: rotate(270deg);
  padding: 25px;
}

section.about .image-area .wrapper h4 {
  color: #fff;
  font-family: var(--domini-font);
  font-size: 26px;
  position: relative;
}

section.about .image-area .wrapper h4::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 43px;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

section.about .image-area .wrapper h4::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 6px;
  width: 4px;
  height: 40px;
  background-color: #fff;
}

.class-4 {
  position: relative;
}

.class-4::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -2px;
  width: 4px;
  height: 40px;
  background-color: #fff;
}

.class-4::after {
  position: absolute;
  content: "";
  left: -10px;
  top: -5px;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

section.about .image-area p {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 110px;
  background-color: #54b638;
  padding: 16px;
  color: #fff;
  font-family: var(--popins);
  font-weight: 600;
	display:none;
}

section.about .image-area .tri {
  position: absolute;
  right: 4px;
  top: -10px;
  width: 44px;
  height: 30px;
  background-color: #54b638;
  z-index: -1;
  transform: rotate(138deg);
	display:none;
}

.about-inner-text {
  margin: 40px 0 0 0;
  width: 100%;
}

.about-inner-text h3 {
  font-size: 25px;
  color: #6e0ea9;
  margin: 0;
}

.about-inner-text p {
  margin: 15px 0 0 0;
}

.counter-wrapper {
  display: flex;
  gap: 20px;
}

.counter-items {
  text-align: center;
  max-width: min-content;
}

.counter-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.counter {
  font-weight: 700;
  font-size: 3rem;
  font-family: var(--domini-font);
  position: relative;
}

.counter::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 4%;
  width: 80px;
  height: 2px;
  background-color: var(--primary-clr);
}

/* ---our values--- */

ul.number-count {
  text-align: center;
  margin-top: 56px;
}

ul.number-count li {
  border-radius: 50%;
  border: 1px solid #6e0ea9;
  width: 28px;
  margin-bottom: 100px;
  height: 28px;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 10px 3px #b3b3b380;
  margin-left: auto;
  margin-right: auto;
}

ul.number-count li:last-of-type::after {
  width: 0px;
}

.number-table ul li {
  background-color: #fff;
  box-shadow: 1px 2px 3px #444;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 18px;
  width: 75%;
}

.number-table ul li > div h4 {
  color: #54b638;
  font-weight: 400;
}

.number-table ul li span {
  background-color: #6e0ea9;
  display: inline-block;
  padding: 10px;
  border-radius: 0 0 0 10px;
  margin-top: -30px;
  position: relative;
  margin-left: -25px;
}

.number-table ul li span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -8px;
  width: 21px;
  height: 20px;
  background-color: #6e0ea9;
  z-index: -1;
  transform: rotate(57deg);
}

.number-table ul li {
  background-color: #fff;
  box-shadow: 1px 2px 3px #444;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 45px;
  display: flex;
  align-items: start;
  gap: 18px;
}

.number-table ul li > div p {
  margin-bottom: 0;
  color: #54b638;
  font-weight: 600;
}

.number-table ul li:hover span {
  background-color: #54b638;
}

ul.number-count li::after {
  position: absolute;
  content: "";
  top: 23px;
  width: 1px;
  height: 110px;
  background-color: #31303066;
  left: 13px;
  z-index: -1;
}

.our-values.page .image-area ul.number-count li::after {
  background-color: #ffffff;
  z-index: 0;
}

.number-table {
  background-image: url(../images/our-values-image.jpg);
  z-index: 3;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2px;
  padding-top: 40px;
}

.number-table:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6e0ea96e;
  z-index: -3;
}

.number-table ul {
  margin-left: -25px;
}

/* --explore service--- */
.explore-service-wrapper2 .explore-service-slider .item {
  position: relative;
  overflow: hidden;
  height: 370px;
  margin: 10px;
}

.explore-service-wrapper2
  .explore-service-slider
  .item
  .content
  .inner-contact
  p {
  color: #fff;
}

.explore-service-wrapper2 .explore-service-slider .item::after {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: var(--cs-transition);
}

.explore-service-wrapper2 .explore-service-slider .item:hover::after {
  background-color: #0000007c;
  visibility: visible;
  opacity: 1;
}

.explore-service-wrapper2 .explore-service-slider .item .content {
  opacity: 0;
  visibility: hidden;
  transition: var(--cs-transition);
  text-align: center;
  position: absolute;
  bottom: 114px;
  left: 0%;
  overflow: hidden;
}

.explore-service-wrapper2 {
  margin-top: 20px;
}

.explore-service-wrapper2 .explore-service-slider .item:hover .content {
  opacity: 1;
  visibility: visible;
  margin-top: -28%;
}

.explore-service-wrapper2 .explore-service-slider .item .content {
  position: relative;
  z-index: 9;
}

.explore-service-wrapper2
  .explore-service-slider
  .item
  .content
  .inner-contact {
  width: 90%;
}

.explore-service-wrapper2
  .explore-service-slider
  .item
  .content
  .inner-contact
  a
  h4 {
  color: var(--white-clr);
  margin-bottom: 0;
  font-size: 1.2rem;
}

.explore-service-wrapper2
  .explore-service-slider
  .item
  .content
  .inner-contact
  a
  p {
  color: var(--white-clr);
}

.explore-service-wrapper2 .explore-service-slider .item .content > p {
  background-color: var(--secondry-clr);
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 1rem;
  position: relative;
  color: #fff;
}

.explore-service-wrapper2 .explore-service-slider .item .content > p::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background-color: var(--secondry-clr);
  bottom: -5%;
  left: 46%;
  transform: rotate(40deg);
}

.explore-service-wrapper2 .explore-service-slider .item img {
  height: 100%;
  object-fit: cover;
}

/* ---testimonial--- */
.testimonial-section {
  width: 100%;
}

.testimonial-section h5 {
  color: var(--primary-clr);
}

.testimonial-section h2 {
  margin: 0;
}

.testimonial-card {
  padding: 0 20px 10px 0;
  margin: 40px 0 0 0;
}

.testimonial {
  width: 100%;
  padding: 30px 50px;
  box-shadow: 0 5px 5px #ddd;
  background: var(--white-clr);
  position: relative;
  transition: var(--cs-transition);
  cursor: pointer;
}

.testimonial::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border: 2px solid var(--primary-clr);
  z-index: -1;
  transition: var(--cs-transition);
  opacity: 0;
}

.testimonial:hover:before {
  opacity: 1;
}

.test-icon {
  width: 30px;
}

.testimonial-text {
  width: 100%;
  margin: 30px 0 0 0;
}

.testimonial-text p {
  font-size: 16px;
  font-family: var(--popins);
  margin: 0;
}

.testimonial-flex {
  width: 100%;
  margin: 40px 0 0 0;
}

.client-image {
  width: 70px;
  height: 70px;
}

.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.client-text {
  width: calc(100% - 90px);
}

.client-text h5 {
  color: var(--primary-clr);
  font-size: 19px;
  font-family: var(--popins);
  font-weight: 600;
  margin: 0;
}

.client-text p {
  font-size: 16px;
  font-family: var(--popins);
  margin: 0;
}

/* ---blog--- */

.blog-item-wrapper {
  background-color: var(--white-clr);
  border-radius: 4px;
  margin-bottom: 20px;
}

.blog-item-wrapper .content {
  text-align: center;
  padding: 10px 20px 18px 10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: 1px solid #eeeeee8c;
}

.blog-item-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.blog-item-wrapper .content span {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 50%;
  margin-top: -35px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  line-height: 26px;
  font-family: var(--popins);
}

.blog-item-wrapper .content h4 {
  color: var(--primary-clr);
  font-family: var(--domini-font);
}

.green-btn-link {
  color: var(--secondry-clr);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

/* ---footer--- */

.footer-section {
  background-color: var(--primary-dark);
  padding: 60px 0;
}

.footer-image p {
  margin: 20px 0 0 0;
  font-family: var(--popins);
  color: #fff;
  font-size: 15px;
}

.footer-logo {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.footer-logo img {
  width: 80%;
  padding: 0;
}

.footer-logo-area ul li span {
  color: var(--secondry-clr);
}

.footer-logo-area ul li a {
  color: var(--white-clr);
  font-size: 0.9rem;
}

.footer-link h4 {
  color: var(--white-clr);
  font-family: var(--domini-font);
  margin-bottom: 20px;
  font-size: 22px;
}

.footer-link ul li {
  margin: 0 0 10px 0;
}

.footer-link ul li:last-child {
  margin: 0;
}

.footer-link ul li a {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  color: #fff;
  font-family: var(--popins);
  font-size: 15px;
}

.footer-link ul li a::before {
  position: absolute;
  content: "➤";
  left: 0;
  top: 0;
  color: var(--secondry-clr);
  transition: 0.5s;
}

.footer-link ul li a:hover {
  color: var(--secondry-clr);
}

.footer-link ul li a:hover::before {
  color: #fff;
}

.footer-second {
  padding: 0 0 0 15%;
}

.footer-contact h4 {
  color: var(--white-clr);
  font-family: var(--domini-font);
  margin-bottom: 20px;
  font-size: 22px;
}

.foot-iconbox {
  width: 100%;
  margin: 0 0 15px 0;
}

.foot-icon {
  width: 30px;
  height: 30px;
  background: var(--secondry-clr);
  font-size: 15px;
  color: #fff;
}

.foot-icontext {
  width: calc(100% - 45px);
}

.foot-icontext a {
  color: #fff;
  font-family: var(--popins);
  font-size: 15px;
}

.foot-icontext a:hover {
  color: var(--secondry-clr);
}

.foot-icontext p {
  font-size: 15px;
  font-family: var(--popins);
  color: #fff;
  cursor: pointer;
}

.foot-iconbox:hover .foot-icon {
  background: #fff;
  color: var(--secondry-clr);
}

.footer-icon {
  width: 100%;
  padding: 20px 0 0 0;
  border-top: 2px solid #a67dbf;
}

.footer-icon ul {
  display: inline-block;
}

.footer-icon ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.footer-icon ul li a {
  padding: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #ab6ce1;
  color: #fff;
  font-size: 15px;
}

.footer-icon ul li a:hover {
  background: var(--secondry-clr);
}

.footer_copyright {
  width: 100%;
  padding: 15px 0;
  background: var(--secondry-clr);
}

.footer_copyright p {
  color: #fff;
  font-family: var(--popins);
  font-size: 15px;
  margin: 0;
}

.footer_copyright p a {
  color: #fff;
  font-family: var(--popins);
  font-size: 15px;
}

.footer_copyright p a:hover {
  color: var(--primary-dark);
}

#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ab6ce1;
  transition: var(--cs-transition);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
}

#goToTopBtn:hover {
  background-color: var(--secondry-clr);
}

section.breadcrum-section {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #00000099;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}

.inner-banner-text {
  width: 100%;
}

section.breadcrum-section ol.breadcrumb {
  padding: 10px 30px;
  background-color: #ffffff5c;
  display: inline-block;
}

section.breadcrum-section ol.breadcrumb li {
  color: var(--white-clr);
  display: inline-block;
}

section.breadcrum-section ol.breadcrumb li a {
  color: var(--white-clr);
}

section.breadcrum-section ol.breadcrumb li a:hover {
  color: var(--primary-clr);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-clr);
}

section.breadcrum-section nav h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-value-box {
  width: 100%;
  background: #f6ebff;
  text-align: center;
}

.about-value-box h5 {
  color: var(--secondry-clr);
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--popins);
  margin: 0 0 10px 0;
}

.about-value-box h2 {
  font-size: 2.5rem;
  margin: 0;
}

.value {
  width: 48%;
  border-radius: 10px;
  background: var(--white-clr);
  padding: 30px;
  margin: 40px 0 0 0;
  transition: all 0.5s;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: var(--secondry-clr);
  border-radius: 50%;
  transition: all 0.5s;
  transform-style: preserve-3d;
  perspective: 1000px;
  display: grid;
  place-items: center;
}

.value-icon img {
  width: 65%;
  filter: invert(1);
}

.value-text {
  margin: 20px 0 0 0;
}

.value-text h3 {
  font-family: var(--domini-font);
  font-weight: 600;
  color: var(--primary-clr);
  transition: all 0.5s;
  margin: 0;
}

.value-text p {
  font-family: var(--popins);
  margin: 15px 0 0 0;
}

.value:hover {
  background: #f4f4f4;
}

.value:hover .value-icon {
  transform: rotateY(180deg);
  background: var(--primary-clr);
}

.value:hover .value-text h3 {
  color: var(--secondry-clr);
}

.counter-box {
  background: var(--primary-clr);
}

.counter-items {
  width: 100%;
  text-align: center;
}

.counter {
  width: 100%;
  text-align: center;
}

.counter-head h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--white-clr);
  margin: 0;
}

.counter-head span {
  font-size: 45px;
  font-weight: bold;
  font-family: var(--popins);
  color: var(--white-clr);
  margin: 0 0 0 10px;
}

.counter p {
  color: var(--secondry-clr);
  font-family: var(--popins);
  margin: 15px 0 0 0;
}

.counter::after {
  display: none;
}

.ndis-box {
  width: 100%;
  background: #f6ebff;
}

.ndis-image {
  width: 95%;
}

.ndis-image img {
  width: 100%;
}

.ndis-text {
  width: 100%;
}

.ndis-text h2 {
  font-size: 2.5rem;
  margin: 0;
}

.ndis-text p {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-family: var(--popins);
}

.ndis-text p span {
  color: var(--secondry-clr);
  font-weight: 600;
}

.contact-info-wrapper {
/*   padding: 40px 0 0; */
}

.contact-info {
  padding: 4rem 0 0 0;
}

.contact-info-wrapper .contact-items {
  text-align: center;
  background-color: var(--white-clr);
  box-shadow: 1px 2px 3px #cbcbcb, -1px -1px 3px #cbcbcb;
  padding: 20px;
  width: 31%;
  margin:40px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/pentagone-shape.png);
  background-color: #822eb6;
  transition: var(--cs-transition);
  background-blend-mode: color-dodge;
}

.contact-info-wrapper .contact-items:last-child{
	margin:40px auto 0 auto;
}

.contact-info-wrapper .contact-items:hover {
  background-color: #e7e8f05c;
}

.contact-info-wrapper .contact-items:hover h5,
.contact-info-wrapper .contact-items:hover a,
.contact-info-wrapper .contact-items:hover i,
.contact-info-wrapper .contact-items:hover p{
  color: var(--primary-clr);
}

.contact-info-wrapper .contact-items i {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  color: var(--white-clr);
}

section.contact .contact-image-area {
  background-image: url(../images/contact-section-bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: var(--primary-clr);
  background-blend-mode: multiply;
  padding: 20px 20px 0 20px;
  text-align: center;
  color: var(--white-clr);
  position: relative;
  height: 100%;
}

section.contact .form-area h2 {
  font-weight: bold;
}

section.contact .contact-image-area p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 90%;
  background-color: #fff;
  padding: 10px 24px;
  color: var(--black-clr);
}

section.contact .contact-image-area img {
  object-fit: cover;
  width: 92%;
}

.contact-info-wrapper .contact-items h5 {
  color: var(--white-clr);
  font-weight: bold;
}

.contact-info-wrapper .contact-items a {
  color: var(--white-clr);
}

.contact-info-wrapper .contact-items p {
  color: var(--white-clr);
	font-family:var(--popins);
	transition:var(--cs-transition);
}

section.contact .contact-image-area p a {
  font-size: 1rem;
  font-weight: bold;
}

section.contact .contact-image-area p a:hover {
  color: var(--secondry-clr) !important;
}

section.contact .contact-image-area h3 {
  margin-bottom: 10px;
}

section.contact .form-area {
  background-color: #ebebeb;
  padding: 50px;
  height: 100%;
}

section.contact .form-area p {
  max-width: 100%;
  font-family: "mulish-regular", sans-serif;
  padding: 3px 0;
  color: #4f4f4f;
  margin: 0;
}

.form-select,
.form-control {
  border: 0;
  padding: 10px 16px;
  margin-bottom: 18px;
  border-radius: 5px;
  font-family: "popins", sans-serif;
}

section.contact .form-area textarea {
  height: 150px;
}

section.map {
  padding: 4rem 0 0;
  /* margin-bottom: -7rem; */
  height: 400px;
  width: 100%;
}

section.map iframe {
  height: 100%;
  height: 100%;
}

section.about.page {
  padding-top: 6rem;
}

section.our-values.page {
  background-color: #f1f0f1;
}

.team .section-heading h2 span {
  display: inline-block;
}

.team .section-heading h5::after {
  left: 45%;
}

.team .team-slider .team-item {
  text-align: center;
  position: relative;
}

.team .team-slider .team-item img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: contain;
  background-color: var(--black-clr);
}

.team .team-slider .team-item .image-cover {
  background-color: var(--primary-clr);
  width: 165px;
  height: 165px;
  border-radius: 50%;
  transition: var(--cs-transition);
  margin: 20px auto;
}

.team .team-slider .team-item .image-cover:hover {
  background-color: var(--para-clr);
}

.team .team-slider .team-item:hover h5 {
  color: var(--primary-clr);
}

.team .team-slider .team-item h5 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.team .team-slider .team-item p {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.team .team-slider .team-item .social-media-wrapper {
  background-color: var(--white-clr);
  padding: 5px 10px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--cs-transition);
  position: absolute;
  right: 40px;
  top: 50%;
}

.team .team-slider .team-item:hover .social-media-wrapper {
  opacity: 1;
  visibility: visible;
}

.team .team-slider .team-item .social-media-wrapper a {
  color: var(--black-clr);
}

section.service-section.page .services-slider-wrapper .item {
  margin-bottom: 30px;
}

.active > .page-link,
.page-link.active {
  background-color: #54b638;
  border-color: #54b638;
}

.page-link {
  color: var(--secondry-clr);
}

.service-details-sidebar {
  position: sticky;
  top: 14%;
  left: 0;
  width: 100%;
}

.service-details-sidebar .related-services ul li {
  background-color: #f5f8f9;
  border-bottom: 1px solid #fff;
}

.service-details-sidebar .related-services ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white-clr);
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 15px;
  background-color: var(--primary-clr);
  transition: var(--cs-transition);
}

.service-details-sidebar .related-services ul li a:hover {
  background: var(--secondry-clr);
}

.service-details-sidebar .related-services ul li a.active {
  background: var(--secondry-clr);
}

.service-details-sidebar .related-services {
  margin-bottom: 40px;
}

.service-details-sidebar .sidebar-contact-form {
  padding: 30px;
  background-color: #efefef;
}

.accordion-button:not(.collapsed) {
  background-color: #fbe9ae;
}

.service-details-sidebar .sidebar-contact-form .form-control,
.service-details-sidebar .sidebar-contact-form .form-select {
  margin-bottom: 16px;
  color: var(--para-clr);
  border: 1px solid #620d9c;
}

.form-control:focus,
.form-select:focus {
  border-color: #6e0ea9;
  box-shadow: 0 0 0 0.25rem #6e0ea924;
}

.service-details-main {
  width: 95%;
  margin: 0 0 0 auto;
}

.service-details-main h1 {
  margin: 0;
}

.service-details-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 30px 0 0 0;
}

.service-details-main p {
  margin: 20px 0 0 0;
}

.service-details-main p strong {
  color: var(--secondry-clr);
}

.service-details-main ul {
  margin: 0;
  padding: 0;
}

.service-details-main ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

.service-details-main ul li strong {
  color: var(--secondry-clr);
}

.service-details-main ul li::before {
  content: url(../images/list-shape.png);
  width: 16px;
  top: 0;
  left: 0;
  position: absolute;
}

.service-details-main h4 {
  margin-top: 20px;
}

.service-details-main .requirement-wrapper {
  margin-top: 20px;
}

.service-details-main .requirement-wrapper .items {
  padding: 24px;
  text-align: center;
  background-color: #e3e3e37a;
}

.service-details-main .requirement-wrapper .items i {
  color: var(--primary-clr);
  font-size: 3rem;
  margin-bottom: 20px;
}

.page-link:focus {
  color: #54b638;
  box-shadow: none;
}

.explore-service.page {
  margin-bottom: 11rem;
}

.blog-details .section-heading h5::after {
  left: 45%;
}

.blog-details .section-heading h2 span {
  display: inline-block;
}

.blog-quote {
  padding: 20px;
  background-color: #eee;
  border-left: 5px solid var(--secondry-clr);
  margin: 10px 0;
}

.blog-quote blockquote p {
  font-style: oblique;
  margin-bottom: 0;
}

.blog-details p {
  margin-bottom: 10px;
}

.blog-details h3 {
  margin-top: 30px;
  color: var(--primary-clr);
  margin-bottom: 10px;
}

.blog-details ul li i {
  background-color: var(--secondry-clr);
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 0.8rem;
  margin-right: 8px;
}

.blog-details ul li {
  margin-bottom: 10px;
  font-weight: 700;
}

.blog-details ul {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-detail-sidebar-wrapper {
  position: sticky;
  top: 20%;
  left: 0;
  width: 100%;
}

.blog-detail-sidebar-wrapper h4 {
  color: var(--secondry-clr);
  font-size: 2rem;
}

.blog-detail-sidebar-wrapper .items {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.blog-detail-sidebar-wrapper .items img {
  width: 100px;
  border-radius: 6px;
}

.sidebar-items-wrapper {
  padding: 20px;
  background-color: #eeeeee;
  margin-bottom: 20px;
  border-radius: 10px;
}

.blog-main-area > img {
  border-radius: 10px;
}

.sidebar-items-wrapper ul li a {
  color: #2b2b2b;
}

.sidebar-items-wrapper ul li {
  padding: 10px;
  border-radius: 10px;
}

.sidebar-items-wrapper ul li:hover {
  background-color: var(--primary-clr);
}

.sidebar-items-wrapper ul li:hover a {
  color: var(--white-clr);
}

.sidebar-items-wrapper ul li.active {
  background-color: var(--primary-clr);
  padding: 10px;
}

.sidebar-items-wrapper ul li.active a {
  color: var(--white-clr);
}

.career-listing .inner {
  background-color: #efefef;
  padding: 20px;
  border-radius: 5px;
  width: 70%;
}

.career-listing .career-listing-wrapper {
  margin-top: 30px;
}

.career-listing .footer-form .form-body {
  padding: 30px;
}

.career-listing .footer-form {
  width: 100%;
  margin: 0 auto;
}

.career-listing-wrapper h4 {
  margin-bottom: 16px;
  font-size: 21px;
}

.career-listing-wrapper .career-list-item h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.new-bagde {
  background-color: var(--primary-clr);
  color: var(--white-clr);
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.9rem;
}

.modal-style-1 .modal-content {
  background-color: #aa35b7;
  /*backdrop-filter: blur(10px);*/
  border: 0;
  border-radius: 2px;
}

.modal-style-1 .modal-content .modal-header {
  border-bottom: 0;
}

.modal-style-1 .modal-content .modal-header h3.modal-title {
  color: var(--secondry-clr);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-style-1 .modal-content input.form-control {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}

.modal-style-1 .modal-content textarea.form-control {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}

button:focus:not(:focus-visible) {
  box-shadow: unset;
}

.referal-form-wrappper .form-select,
.form-control {
  border: 1px solid #620d9c;
  border-radius: 4px;
  background-color: #fff;
  color: var(--para-clr);
}

.referal-form-wrappper form {
  /* border: 1px solid #eee; */
  padding: 60px 50px;
  margin-top: 30px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  background: var(--primary-clr);
  border-radius: 10px;
}

.dropdown-menu {
  padding: 0;
  border-radius: 2px;
}

ul.dropdown-menu li a {
  color: #fff !important;
  background-color: var(--primary-clr);
  padding: 6px 20px;
  border-bottom: 1px solid var(--primary-clr);
  font-size: 0.95rem;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #54b638;
}

form p {
  margin: 0;
}

.modal-body br {
  display: none;
}

.modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.sidebr-toggle {
  display: none;
}

.service-details-sidebar .sidebar-contact-form br {
  display: none;
}

.explore-service-wrapper.single-explore {
  margin-bottom: 0;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: slidetop 1s ease-in-out backwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*Custom Form Css*/

.applicantform{
	margin-top:35px;
}

.applicantform .wpcf7-form-control-wrap > input,select
{
  border: 1px solid #dedede;
  border-radius: 0px 10px !important;
  padding: 10px;
  height: 50px;
  margin-bottom: 10px;
	width: 100% !important;
}

.applicantform button
{
	border-radius: 0px 20px 0px 20px !important;
    margin-top: 30px !important;
    width: 100px;
    height: 45px;
	background-color: #48af52 !important;
	color: #fff;
	border: none;
}

.applicantform button:hover
{	
	background-color: #620d9c !important;	
}

.applicantform .cstmp
{
	font-size:13px;
	margin-top: 15px;
}

.applicantform .form-ul li
{
	font-size:13px;
}

.applicantform label
{
	color: #8f8f8f;
    font-size: 15px;
}

.applicantform .csthead{
	border-radius: 0px 20px 0px 20px !important;
    margin-top: 30px !important;
	background-color: #620d9c !important;
	padding: 20px;
	font-size: 15px;
	width:100%;
	color:#fff;
	margin-bottom:20px;
}

.applicantformheader.modal-header{	
	background-color: #620d9c !important;	
	color:#fff;	
}

.applicantform .submit-btn input{
	width: 150px;
    height: 50px;
    background-color: #48af52 !important;
    color: #fff;
}

.applicantform .submit-btn > input:hover{	
    background-color: #620d9c !important;
}

.steps-form .steps-row .steps-step .btn-circle {
	width:40px !important;
	height:40px !important;
    line-height:25px !important;
}


@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.sticky nav.header-nav .logo {
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: red !important;
}

/* .ser-page img {
  height: 280px;
  object-fit: cover;
} */

.inner-service-section h2 {
  margin: 0;
}

.inner-service-box {
  margin: 0;
}

.inner-service-box .service {
  margin: 30px 0 0 0;
  padding: 0;
}

.inner-service-box .row {
  justify-content: center;
}

.referal-form-wrappper .form-label {
  color: #fff;
  margin-bottom: 15px;
  font-family: var(--popins);
  font-weight: 600;
}

.career-listing {
  padding: 4rem 0 0 0;
}

.career-right-box {
  position: sticky;
  top: 160px;
}

.career-rquirements h4 {
  font-size: 25px;
  color: var(--primary-clr);
  margin: 0 0 20px 0;
}

.career-rquirements h5 {
  font-size: 20px;
  color: var(--secondry-clr);
  margin: 0 0 20px 0;
}

.career-rquirements ul li {
  margin: 0 0 20px 0;
  padding-left: 25px;
  position: relative;
}

.career-rquirements ul li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/tick.png);
  top: 5px;
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
}

.faqs-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.faqs-section .image-column .inner-column {
  position: relative;
  padding-right: 35px;
}

.faqs-section .image-column .image {
  position: relative;
  margin-bottom: 0;
  z-index: 9;
}

.default-accordion-box {
  position: relative;
}

.default-accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}

.default-accordion-box .block:last-child {
  margin-bottom: 0;
}

.default-accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  background-color: var(--primary-clr);
  padding-right: 100px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 6px;
  font-family: var(--popins);
  font-weight: 600;
}

.default-accordion-box .block .acc-btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-accordion-box .block .acc-btn.active {
  position: relative;
  background-color: var(--secondry-clr);
}

.default-accordion-box .block .acc-btn.active:before {
  content: "\f068";
  color: #fff;
}

.default-accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.default-accordion-box .block .content {
  position: relative;
  padding: 20px;
  color: #000;
  background: #f5f5f5;
  font-family: var(--popins);
}

.default-accordion-box .block .acc-content.current {
  display: block;
}

.location-sec {
  display: none;
}

.location-box {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #620d9c;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.location-box h5 {
  font-size: 22px;
  color: #000;
}

.mobile-menu {
  display: none;
}

.service-details {
  padding: 4rem 0 0 0;
}

.referal-form-wrappper input.button-style-2:hover {
  background: #a67dbf;
}

.faq-box h2 {
  margin: 0;
}

.default-accordion-box {
  margin: 40px 0 0 0;
}

.contact.section-padding.contact-page {
  padding: 4rem 0 0 0;
}

.contact-page .form-area input.button-style-1:hover {
  background: var(--secondry-clr);
}

.form-infotext {
  margin: 0 0 15px 0 !important;
}

.contact-infotext {
  margin: 0;
}

.content-area h4.wp-block-heading{
	margin:20px 0 0 0;
	color: var(--secondry-clr);
	font-size:25px;
}

.content-area p a{
	color:var(--primary-clr);
}

.content-area p a:hover{
	color:color: var(--secondry-clr);
}

.counter-box{
	display:none;
}

/*============================*/

/*RESPONSIVE QUERY______*/

@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;
    margin: auto;
  }

  .service {
    padding: 0 10px;
  }

  .service-cont {
    bottom: 40px;
  }

  .banner-cont p {
    width: 50%;
  }

  .about .row {
    align-items: center;
  }

  section.about.page .row {
    align-items: center;
  }

  section.about.page {
    padding: 4rem 0;
  }

  .inner-service-section h2 {
    margin: 0 0 10px 0;
  }

  .inner-service-box .service {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 1315px) {
  .main-header nav.header-nav .nav-item {
    margin: 0 30px 0 0;
  }

  .main-header nav.header-nav .logo {
    left: 44%;
  }
}

@media only screen and (max-width: 1260px) {
  .top-header-wrapper .right ul.hour li a {
    font-size: 15px;
  }

  .top-header-wrapper .left ul li a {
    font-size: 15px;
  }

  .top-header-wrapper .right ul.social-media li i {
    font-size: 15px;
  }

  .top-header-wrapper .right ul.hour li p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1255.2px) {
  .section-heading h5 {
    font-size: 15px;
  }

  .about .content-area .section-heading h2 {
    font-size: 35px;
  }

  .section-padding {
    padding: 40px 0;
  }

  section.about .image-area .wrapper h4 {
    margin: 0;
    font-size: 24px;
  }

  .section-heading h2 {
    font-size: 35px;
    margin: 0;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-cont {
    align-items: center;
  }

  .service-icontext {
    margin: 0;
  }

  .service-icontext p {
    margin: 10px 0 0 0;
  }

  .explore-service .section-heading h2 {
    font-size: 35px;
  }

	.explore-service-item h4{
		font-size:24px;
	}

  .ndis-text h2 {
    font-size: 35px;
  }

  .home-contact-form-box h2 {
    font-size: 35px;
  }

  .home-contact-form-box {
    margin: 40px 0 40px 50px;
    padding: 30px;
  }

  .counter-head h3 {
    font-size: 40px;
  }

  .counter-head span {
    font-size: 40px;
  }

  .counter p {
    margin: 10px 0 0 0;
  }

  .testimonial {
    padding: 30px;
  }

  .client-image {
    width: 60px;
    height: 60px;
  }

  .client-text h5 {
    font-size: 18px;
  }

  .client-text {
    font-size: 16px;
  }

  .client-text {
    width: calc(100% - 80px);
  }

  .footer-logo {
    width: 100px;
    height: 100px;
  }

  .footer-section {
    padding: 40px 0;
  }

  .banner {
    height: 600px;
  }

  .banner-cont h1 {
    font-size: 40px;
  }

  .banner-cont p {
    width: 70%;
  }

  .banner-cont {
    padding: 12% 0 0 0;
  }

  section.breadcrum-section nav h1 {
    font-size: 35px;
  }

  .value-text h3 {
    font-size: 24px;
  }

  .value-icon {
    width: 70px;
    height: 70px;
  }

  .about-value-box h2 {
    font-size: 35px;
  }

  section.about.page {
    padding: 40px 0;
  }

  .inner-service-section h2 {
    margin: 0 0 30px 0;
  }

  .inner-service-box .service {
    margin: 0;
  }

  .inner-service-section {
    padding: 40px 0 0 0;
  }

  .service-details-main h1 {
    font-size: 35px;
  }

  .service-details-main img {
    height: 400px;
  }

  .service-details {
    padding: 40px 0 0 0;
  }

  .referal-form-wrappper form {
    padding: 30px;
  }

  .contact-info {
    padding: 40px 0 0 0;
  }

  .career-listing {
    padding: 40px 0 0 0;
  }

  section.map {
    padding: 40px 0 0 0;
    height: 350px;
  }

  .career-rquirements h4 {
    font-size: 24px;
  }

  .default-accordion-box .block .acc-btn {
    font-size: 16px;
  }

  .default-accordion-box .block .content .text {
    font-size: 15px;
  }

  .contact.section-padding.contact-page {
    padding: 40px 0 0 0;
  }

  section.contact .form-area {
    padding: 30px;
  }
	
	.explore-service-icon{
		width:70px;
		height:70px;
	}
	
	.content-area h4.wp-block-heading{
		font-size:24px;
	}
	
}

@media only screen and (max-width: 1201px) {
  .about .content-area .section-heading h2 {
    font-size: 30px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .explore-service .section-heading h2 {
    font-size: 30px;
  }

  .ndis-text h2 {
    font-size: 30px;
  }

  .home-contact-form-box h2 {
    font-size: 30px;
  }

  .counter-head h3 {
    font-size: 30px;
  }

  .counter-head span {
    font-size: 30px;
  }

  .banner-cont h1 {
    font-size: 35px;
  }

  .banner-cont p {
    width: 90%;
  }

  section.breadcrum-section nav h1 {
    font-size: 30px;
  }

  .about-value-box h2 {
    font-size: 30px;
  }

  .service-details-main h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1140px) {
  .main-header nav.header-nav .nav-item a {
    font-size: 16px;
  }

  .button-style-1 {
    padding: 8px 12px;
    font-size: 14px;
  }

  .hero-section .hero-slider .item .content {
    width: 50%;
  }

  .hero-section .hero-slider .item .content {
    width: 50%;
  }
}

@media only screen and (max-width: 1106px) {
  .main-header nav.header-nav .nav-item a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1101px) {
  .main-header nav.header-nav .logo {
    width: 120px;
    height: 120px;
    left: 43%;
  }

  .service-cont {
    bottom: 50px;
  }

  .service-icontext {
    width: calc(100% - 50px);
  }

  .service-icontext a h5 {
    font-size: 17px;
  }

  .banner-cont {
    padding: 15% 0 0 0;
  }

  .career-listing .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1081px) {
  .main-header nav.header-nav .nav-item {
    margin: 0 25px 0 0;
  }

  .main-header nav.header-nav .logo {
    width: 100px;
    height: 100px;
    left: 43%;
    top: -45px;
  }
}

@media only screen and (max-width: 1071px) {
  .service-cont {
    bottom: 70px;
  }
}

@media only screen and (max-width: 1061px) {
  .main-header nav.header-nav .logo {
    width: 100px;
    height: 100px;
    left: 43%;
    top: 0;
  }
}

@media only screen and (max-width: 1041px) {
  .main-header nav.header-nav .nav-item:nth-of-type(4) {
    margin-left: 12rem;
  }

  .main-header nav.header-nav .logo {
    left: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  /* .top-header-wrapper .right ul.social-media {
    display: none;
  } */

  a.button-style-1 i {
    display: none;
  }

  .banner-cont {
    padding: 18% 0 0 0;
  }
}

@media only screen and (max-width: 991.2px) {
  .mobile-menu {
    display: inline-block;
    width: 50px;
    padding: 8px;
    background: var(--secondry-clr);
    border-radius: 5px;
    font-size: 25px;
    display: grid;
    place-items: center;
    color: var(--white-clr);
    transition: all 0.5s;
    margin: 0 0 0 15px;
  }

  .mobile-menu:hover {
    background: var(--primary-clr);
  }

  .menu-btn {
    width: 60%;
    text-align: right;
  }

  .main-header .button-style-1 {
    padding: 8px 30px;
    font-size: 15px;
  }

  .main-header nav.header-nav .logo {
    position: static;
    z-index: 1;
    width: 40%;
    height: auto;
    background: unset;
    display: block;
    text-align: left;
    transform: translateX(0);
    border-radius: 0;
  }

  .main-header nav.header-nav .logo a img {
    width: 100%;
  }

  .main-header nav.header-nav .logo a {
    width: auto;
    height: auto;
    display: block;
  }

  .main-header {
    padding: 10px 0;
  }

  ul#menu-primary-menu {
    display: none;
  }

  .main-header nav.header-nav {
    width: auto;
    display: block;
  }

  ul.hour {
    display: none;
  }

  .main-header nav.header-nav .nav-item:nth-of-type(4) {
    margin-left: 0;
  }

  .offcanvas-header {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .offcanvas-header .logo {
    width: 35%;
    background: none;
    height: auto;
    position: static;
  }

  .offcanvas-header .logo img {
    width: 100%;
  }

  .offcanvas-header .close-sidebar {
    display: grid;
    place-items: center;
    outline: none;
    border: none;
    background: transparent;
    transition: all 0.5s;
    color: var(--secondry-clr);
    width: 40px;
    height: 40px;
    font-size: 15px;
    border: 2px solid #dddddd;
    border-radius: 50%;
  }

  .offcanvas-header .close-sidebar:hover {
    color: var(--primary-clr);
    border: 2px solid var(--primary-clr);
  }

  .offcanvas-header .close-sidebar i {
    transition: all 0.3s;
  }

  .offcanvas-header .close-sidebar:hover i {
    transform: rotate(90deg);
  }

  .offcanvas-body {
    padding: 0 15px;
  }

  .offcanvas-body .menu {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }

  .offcanvas-body nav.header-nav ul {
    width: 100%;
    display: block;
  }

  .offcanvas-body nav.header-nav .nav-item {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .offcanvas-body nav.header-nav .nav-item a {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e0e0e0;
    display: block;
  }

  .offcanvas-body nav.header-nav .nav-item.active a {
    color: var(--primary-clr);
  }

  .offcanvas-body .menu-btn {
    width: 100%;
    margin: 20px 0 0 0;
    /* display: none; */
    text-align: left;
  }

  .click-btn {
    top: 10px;
    right: 0;
  }

  .main-header nav.header-nav .nav-item ul.sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }

  .main-header nav.header-nav .nav-item ul.sub-menu li a {
    margin: 0;
  }

  .hero-section .hero-slider .item .content {
    width: 60%;
    transform: translate(0, 35%);
  }

  section.about .image-area .wrapper {
    left: -24%;
  }

  section.about .image-area {
    margin-top: 30px;
  }

  .footer-form {
    margin: 0;
    width: 100%;
  }

  .footer-section {
    margin-top: 0;
    padding: 10px 0 40px 0;
  }

  .footer-image {
    margin: 30px 0 0 0;
  }

  .footer-link {
    margin: 30px 0 0 0;
  }

  .footer-contact {
    padding: 0 0 0 15%;
    margin: 30px 0 0 0;
  }

  .career-listing .inner {
    margin-bottom: 20px;
  }

  .contact-info-wrapper .contact-items {
    /* margin-bottom: 20px; */
    height: auto;
  }

  .sticky nav.header-nav .logo {
    box-shadow: inherit;
  }

  .home-contact-image {
    display: none;
  }

  .home-contact-form-box {
    width: 100%;
    margin: 40px 0;
    position: static;
    z-index: unset;
  }

  .about .image-area img {
    height: 500px;
    max-height: auto;
  }

  section.about .image-area .wrapper {
    top: 42%;
  }

  .service-cont {
    bottom: 0;
  }
	
	.explore-service-wrapper{
		column-gap:0;
		justify-content:space-between;
	}

  .explore-service-item {
    width: 48%;
  }
	
	.explore-service-item:last-child{
		margin:40px auto 0 auto;
	}
	
	.explore-service-item h4{
		font-size:22px;
	}
	
	.explore-service-icon{
		width:60px;
		height:60px;
	}


  .ndis-image img {
    width: 90%;
  }

  .about .content-area .section-heading h2 {
    font-size: 28px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .explore-service .section-heading h2 {
    font-size: 28px;
  }

  .ndis-text h2 {
    font-size: 28px;
  }

  .home-contact-form-box h2 {
    font-size: 28px;
  }

  .counter-head h3 {
    font-size: 28px;
  }

  .counter-head span {
    font-size: 28px;
  }

  .section-heading h2 br {
    display: none;
  }

  .counter-box.section-padding {
    padding: 10px 0 40px 0;
  }

  .counter {
    margin: 30px 0 0 0;
  }

  section.about .image-area {
    width: 100%;
  }

  .banner-cont h1 {
    font-size: 30px;
  }

  .banner-cont p {
    width: 100%;
  }

  .banner {
    height: 500px;
  }

  .banner-cont {
    padding: 15% 0 0 0;
  }

  section.about .image-area .wrapper h4 {
    font-size: 22px;
  }

  section.breadcrum-section nav h1 {
    font-size: 28px;
  }

  .value-text h3 {
    font-size: 22px;
  }

  .value-icon {
    width: 60px;
    height: 60px;
  }

  .about-value-box h2 {
    font-size: 28px;
  }

  .inner-service-section h2 {
    margin: 0;
  }

  .inner-service-box .service {
    margin: 40px 0 0 0;
  }

  .inner-service-section {
    padding: 40px 0;
  }

  .service-details-main h1 {
    font-size: 28px;
  }

  .service-details-main {
    width: 100%;
  }

  .service-details-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .service-details-sidebar .related-services {
    width: 48%;
    margin: 40px 0 0 0;
  }

  .service-details-sidebar .sidebar-contact-form {
    width: 48%;
    padding: 25px;
    margin: 40px 0 0 0;
  }

  .career-rquirements h4 {
    font-size: 22px;
  }

  .career-rquirements h5 {
    font-size: 18px;
  }

  .career-rquirements ul li {
    margin: 0 0 15px 0;
  }

  .career-listing .inner {
    margin: 25px 0 0 0;
  }

  .contact-info-wrapper .contact-items {
    width: 48%;
  }

  .contact-info-wrapper .contact-items:last-child {
    margin: 40px 0 0 0;
  }
	
	 .contact-info-wrapper-2 .contact-items:last-child {
    margin: 40px auto 0 auto;
  }

  .contact-info-wrapper {
    padding: 0;
  }

  .contact-info .section-heading p {
    margin: 0;
  }

  .default-accordion-box {
    margin: 0;
  }

  .faq-box h2 {
    margin: 0 0 10px 0;
  }

  .default-accordion-box .block {
    margin: 30px 0 0 0;
  }

  .default-accordion-box .block .acc-btn {
    padding-right: 40px;
  }

  section.contact .form-area h2 {
    font-size: 28px;
  }

  section.contact .contact-image-area {
    display: none;
  }
	
	.content-area h4.wp-block-heading{
		font-size:22px;
	}
}

@media only screen and (max-width: 951px) {
  section.about .image-area .wrapper {
    left: -28%;
  }
}

@media only screen and (max-width: 901px) {
  .service-cont {
    bottom: 20px;
  }

  section.about .image-area .wrapper {
    left: -29%;
  }

  .about .image-area img {
    height: 400px;
    object-position: top;
  }

  section.about .image-area .wrapper {
    top: 40%;
  }

  section.about .image-area {
    margin-top: 50px;
  }

  .inner-service-box .service {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 841px) {
  .service-cont {
    bottom: 40px;
  }

  .inner-service-section {
    padding: 40px 0 0 0;
  }

  .inner-service-box .service {
    margin: 10px 0 0 0;
  }

  .inner-service-section h2 {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 821px) {
  .banner-cont {
    padding: 20% 0 0 0;
  }
}

@media only screen and (max-width: 767.2px) {
  a {
    font-size: 14px;
  }

  a {
    font-size: 14px;
  }

  .hero-section .hero-slider .item .content {
    width: 80%;
    transform: translate(0, 50%);
  }

  .hero-section .hero-slider .item::after {
    background: #00000042;
  }

  .hero-section .hero-slider .item .content h5,
  .hero-section .hero-slider .item .content p {
    color: #fff;
  }

  .form-label {
    font-size: 15px;
  }

  .form-control {
    font-size: 14px;
  }

  .menu-btn {
    width: 55%;
  }

  .logo {
    width: 45%;
  }

  .service-cont {
    bottom: 50px;
  }

  .ndis-image {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .ndis-image img {
    width: 60%;
  }

  .service-section.section-padding {
    padding: 40px 0 0 0;
  }

  .banner-cont h1 {
    font-size: 28px;
  }

  .inner-service-box .service-cont {
    bottom: 0;
  }

  .inner-service-box .service {
    margin: 30px 0 0 0;
  }

  .inner-service-section h2 {
    margin: 0;
  }

  .inner-service-section {
    padding: 40px 0;
  }

  .service-details-main img {
    height: 350px;
  }

  section.map {
    height: 300px;
  }
}

@media only screen and (max-width: 751px) {
  section.about .image-area .wrapper {
    left: -33%;
  }

  .service-cont {
    bottom: 60px;
  }
}

@media only screen and (max-width: 681px) {
  section.about .image-area .wrapper {
    left: -36%;
  }

  .service-cont {
    bottom: 80px;
  }
}

@media only screen and (max-width: 651px) {
  .service-section.section-padding {
    padding: 40px 0;
  }

  .service-cont {
    bottom: 0;
  }

  section.about .image-area .wrapper {
    left: -40%;
  }

  .service-details-sidebar .related-services {
    width: 100%;
  }

  .service-details-sidebar .sidebar-contact-form {
    width: 100%;
    padding: 20px;
  }

  .service-details-sidebar {
    flex-direction: column-reverse;
  }
}

/* @media only screen and (max-width: 640px) {

  p,
  li {
    font-size: 1rem;
  }

  .number-table ul li > div h4 {
    font-size: 17px;
  }

  .number-table ul li span {
    width: 60px;
    height: 60px;
  }

  .copyright-area .wrapper {
    flex-wrap: wrap;
  }

} */

@media only screen and (max-width: 576.2px) {
 .explore-service-item {
    width: 100%;
  }

  .explore-service-item:last-child {
    margin: 40px 0 0 0;
  }

  .about .content-area .section-heading h2 {
    font-size: 25px;
  }

  .section-heading h2 {
    font-size: 25px;
  }

  .explore-service .section-heading h2 {
    font-size: 25px;
  }

  .ndis-text h2 {
    font-size: 25px;
  }

  .home-contact-form-box h2 {
    font-size: 25px;
  }

  .counter-head h3 {
    font-size: 25px;
  }

  .counter-head span {
    font-size: 25px;
  }

  .service-cont {
    bottom: 10px;
  }

  .footer-second {
    padding: 0;
  }

  .footer-contact {
    padding: 0;
  }

  .menu-btn {
    display: none;
  }

  .offcanvas-body .menu-btn {
    display: block;
  }

  .banner-cont h1 {
    font-size: 25px;
  }

  .banner-cont a {
    margin: 20px 0 0 0;
  }

  .banner-cont p {
    margin: 10px 0 0 0;
  }

  .banner-cont h1 br {
    display: none;
  }

  .banner {
    height: 400px;
  }

  .banner-cont {
    padding: 14% 0 0 0;
  }

  section.about .image-area .wrapper h4 {
    font-size: 20px;
  }

  .section-heading h2 br {
    display: none;
  }

  section.breadcrum-section nav h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }

  .about-value-box h2 {
    font-size: 25px;
  }

  .value {
    width: 100%;
  }

  .inner-service-box .service {
    margin: 40px 0 0 0;
  }

  .service-details-main h1 {
    font-size: 25px;
  }

  .service-details-main img {
    height: 300px;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 120%;
  }

  .contact-info-wrapper .contact-items:last-child {
    margin: 40px 0 0 0;
  }

  .contact-info-wrapper .contact-items {
    width: 100%;
  }

  section.contact .form-area h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 520px) {
  /* a {
    font-size: 13px !important;
  } */

  section.about .image-area .wrapper {
    left: 0;
    top: inherit;
    transform: inherit;
    bottom: 0;
  }

  .number-table ul {
    margin-left: 0;
  }

  .top-header-wrapper .right ul.social-media li {
    margin-left: 10px;
  }

  .about .image-area img {
    max-height: 370px;
  }

  section.breadcrum-section {
    height: 230px;
  }

  section.breadcrum-section ol.breadcrumb {
    padding: 5px 15px;
  }

  .services-slider-wrapper .item > img {
    height: 250px;
  }

  .services-slider-wrapper .item .cont-text a h5 {
    font-size: 17px;
    line-height: 1.5;
  }

  .copyright-area .wrapper .social-media-wrapper ul li {
    width: 30px;
    height: 30px;
    display: grid;
  }

  .section-heading h2 {
    font-size: 1.2rem !important;
  }

  .career-listing-wrapper .career-list-item h5 {
    font-size: 1rem;
  }

  .career-listing-wrapper h4 {
    font-size: 19px;
  }

  .mobile-menu {
    font-size: 20px !important;
  }

  .banner-cont {
    padding: 10% 0 0 0;
  }

  .top-header-wrapper .right ul.social-media {
    display: none;
  }

  .single-service-banner {
    height: 300px;
  }
}

@media only screen and (max-width: 451px) {
  .inner-service-box .service {
    margin: 30px 0 0 0;
  }

  .inner-service-box .service-cont {
    bottom: 20px;
  }
}

@media only screen and (max-width: 430.2px) {
  .service-cont {
    bottom: 30px;
  }
}

@media only screen and (max-width: 411px) {
  .inner-service-box .service-cont {
    bottom: 50px;
  }

  .inner-service-box .service {
    margin: 0;
  }

  .inner-service-section {
    padding: 40px 0 0 0;
  }

  .inner-service-section h2 {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 406px) {
  .top-header-wrapper .right ul.social-media {
    display: none;
  }

  .top-header-wrapper .left ul {
    display: block;
  }
}

@media only screen and (max-width: 401px) {
  .client-text {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .service-cont {
    bottom: 40px;
  }

  .service-details-main img {
    height: 250px;
  }

  section.map {
    height: 250px;
  }
}

@media only screen and (max-width: 376px) {
  /* a {
    font-size: 12px !important;
  } */

  .explore-service-wrapper .explore-service-item {
    width: 100%;
  }

  .banner {
    height: 450px;
  }

  .banner-cont {
    padding: 18% 0 0 0;
  }

  .service-cont {
    bottom: 60px;
  }

  .service-section.section-padding {
    padding: 40px 0 0 0;
  }

  .inner-service-box .service-cont {
    bottom: 60px;
  }
}

@media only screen and (max-width: 354px) {
  .banner {
    height: 470px;
  }

  .inner-service-box .service-cont {
    bottom: 75px;
  }
}

@media only screen and (max-width: 341px) {
  .top-header-wrapper .left ul {
    display: block;
  }

  .service-cont {
    bottom: 80px;
  }

  .single-service-banner {
    height: 350px;
  }
}

@media only screen and (max-width: 320px) {
}
