@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-size: 14px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
  color: #1a7bfe;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:focus {
  text-decoration: none;
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.all-section {
  padding: px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Oswald";
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Oswald";
  font-size: 3.45vw;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Oswald";
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Oswald";
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

p {
  color: #616161;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}

.center-col {
  margin: 0 auto;
}

@keyframes swipe {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 400% 50%;
  }
}

.web-btn {
  width: fit-content;
  background: linear-gradient(45deg, #1a7bfe, #4a90fe, #1a7bfe, #4a90fe);
  background-size: 400%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 550;
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-right: 0;
  border: 2px solid #e1e1e1;
  padding-top: 0;
  padding-bottom: 0;
}

.web-btn span {
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: 20px;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.web-btn span img {
  object-fit: cover;
  transition: transform 0.6s ease;
}

.web-btn:hover {
  background: linear-gradient(45deg, #0058cc, #3380ff, #0058cc, #3380ff);
  background-size: 400%;
  animation: swipe 8s linear infinite;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(26, 123, 254, 0.4);
  color: white;
}

.web-btn:hover span {
  background-color: #f0f8ff;
  transform: scale(1.1);
}

.web-btn:hover span img {
  transform: translateX(5px) rotate(360deg);
}

.web-btn::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.web-btn:hover::before {
  transform: translate(-50%, -50%) scale(2.5);
  opacity: 0;
}

.web-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(26, 123, 254, 0.5);
  border-radius: 6px;
  top: 0;
  left: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.web-btn:hover::after {
  transform: scale(1);
  opacity: 1;
}

.web-btn:active {
  color: white;
}

.web-padding {
  padding: 0 5%;
}

/*header css start */
/* top header start */
.top-header {
  height: 55px;
  width: 100%;
  background-color: #09924e;
}

.top-header-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 2.5vw;
}

.top-header>.container-fluid {
  width: 100%;
  height: 100%;
}

.top-header>.container-fluid>.row {
  height: 100%;
  width: 100%;
}

.top-header-right {
  height: 100%;
  width: 100%;
}

.top-header-right ul i {
  font-size: 18px;
}

.topheader-left {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.9vw;
}

.topheader-left a i {
  padding-right: 0.8vw;
  font-size: 14px;
}

/* top header ENds */

/*header css start */
.menuSection {
  height: 100px;
}

.menuSection>.container-fluid {
  width: 100%;
  height: 100%;
}

.menuSection>.container-fluid>.row {
  height: 100%;
  width: 100%;
}

.header-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menuSec {
  height: 100%;
}

.menuSec ul {
  height: 100%;
  width: 100%;
}

.menuSec ul a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.menuSec ul a:hover {
  color: #1a7bfe;
}

.menuSec ul a.active {
  color: #1a7bfe;
}

.menuSec ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 15px;
  margin-left: -27px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.services-header {
  position: relative;
}

.services-header .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 350px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  min-height: 170px;
  height: 100%;
  padding: 10px 0 0 0;
  overflow-y: auto;
}

.services-header .dropdown li {
  width: 100%;
}

.services-header:hover .dropdown {
  display: block;
}

.services-header .dropdown a {
  padding: 6px 20px;
  white-space: nowrap;
  font-size: 11px;
}

.services-header .dropdown a:hover {
  background: #eee;
  display: inline-flex;
  width: 100%;
}

.header-logo a h1 {
  color: black;
  font-size: 28px;
}

.header-logo a h1 span {
  color: #2f84fe;
}

/* header csss ends  */
/*banner css start */
section.home-banner {
  height: 730px;
  width: 100%;
  background-color: #09924e;
}

.contct-hero>a {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-banner .container-fluid {
  height: 100%;
  padding-left: 5%;
}

.home-banner .container-fluid .row {
  height: 100%;
}

.home-banner .container-fluid .row .col-md-7 {
  margin: 0;
  padding: 0;
}

.home-banner .container-fluid .row .col-md-5 .hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 0vw;
}

.hero-left h2 {
  color: white;
  font-weight: 900;
}

.hero-left p {
  color: #fff;
  padding: 18px 0 14px;
}

.hero-left p b {
  font-weight: 600;
}

.hero-left h6 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 10px 0 20px 0;
  font-weight: 400;
  font-style: italic;
}

.hero-left>div {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.contct-hero>a>div>span:nth-child(1) {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.contct-hero>a>div>span:nth-child(3) {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.hero-right>img {
  height: 630px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 1px solid white;
}

.hero-right {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}

/*banner css end*/
/* Counter Css Starst  */
.counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.counter-wrapper img {
  padding: 20px;
  border: 2px solid #2781fe;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.counter-wrapper img:hover {
  transform: rotate(360deg);
}

.counter-wrapper h2 {
  font-size: 35px;
  font-weight: 550;
  padding: 10px 0;
}

.counter-wrapper p {
  color: black;
  font-weight: 550;
  text-transform: uppercase;
}

section.counter-sec {
  padding: 100px 0 0px 0;
}

/* Counter Css ENds */
/* Services Starts */
.services-heading h2 {
  text-transform: uppercase;
}

.services-heading p {
  padding: 10px 0 0;
  color: #000;
}

.services-heading p b {
  font-weight: 500;
}

.offer-right>img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-left: -16%;
  position: relative;
  z-index: 1;
  margin-bottom: 9%;
}

.offer-left-wrapper {
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.offer-left-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #07904c;
  border-radius: 20px;
  z-index: -1;
}

.offer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px;
  background-color: #ededed;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

.offer-left ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  list-style-type: disc;
  color: #3688fe;
  padding: 30px;
}

.offer-left ul li p {
  padding: 0;
}

section.services-offer .row {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  margin: 50px 0 0;
  padding-bottom: 20px;
}

.offer-left h3 {
  text-transform: uppercase;
  position: relative;
}

.offer-left h3::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #1a7bfe;
}

.offer-left p {
  padding: 3% 0;
}

.offer-left-wrapper2 {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin: 0px 15% 29% -18%;
}

.offer-left-wrapper2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #07904c;
  border-radius: 20px;
  z-index: -1;
}

.offer-right2 img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Services Ends */
/* future services starts  */
.future-services-wrapper h2 {
  text-transform: uppercase;
  font-size: 55px;
  padding: 0 0 10px 0;
}

.future-services-wrapper {
  padding: 0 0 50px 0;
}

section.fuure-services .row {
  margin-bottom: 40px;
}

/* future services ends */
/* Contact sec Starst  */
.contact-input {
  margin-bottom: 15px;
  position: relative;
}

.contact-input input,
.contact-input textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #fdfbfb8f;
  border-radius: 5px;
  background-color: #1da461;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  height: 50px;
  margin: 5px 0;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #fdfbfb8f;
  text-transform: uppercase;
}

.contact-input textarea {
  height: 100px;
  resize: none;
}

.contact-input i {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 17px;
}

.contatc-right img {
  height: 460px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.contact-input img {
  position: absolute;
  right: 22px;
  top: 25px;
}

section.contact-us {
  padding: 100px 0;
  background-color: #0a934f;
}

section.contact-us .row {
  align-items: center;
}

.contact-left {
  padding-right: 10%;
}

.contaxct-heading h2 {
  color: white;
  padding-bottom: 17px;
  text-transform: capitalize;
}

/* Contact sec Ends */
/* Testimonial starst  */
.testi-stars i {
  color: #f78601;
}

.testicard {
  border: 2px solid #e2e2e1;
  background-color: #f9f9f6;
  border-radius: 7px;
}

.testiman-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  object-position: 0px 1px;
}

.slick-active {
  opacity: 1;
}

.testi-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a7bfe;
  padding: 15px 30px;
  border-radius: 7px;
}

.testi-man {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testicard>p {
  padding: 20px 0;
}

.testi-header {
  padding: 50px 50px 30px 50px;
}

.testi-man-name h6 {
  color: white;
}

.testi-man-name p {
  color: white;
}

.quotes-icon i {
  font-size: 32px;
  color: white;
}

section.testimonial {
  padding: 100px 0;
}

.testimonial-slidder {
  padding-top: 20px;
}

.testi-stars>p {
  padding: 7px 0 0 0;
  color: black;
  font-weight: 500;
}

.testi-heading p {
  padding: 20px 0;
}

section.services-offer {
  padding-bottom: 80px;
}

/* Testimonial Ends */
/* Footer Stasrts  */
footer {
  background-color: #08161c;
}

footer .container {
  padding: 80px 0;
}

.footer-logo p {
  padding: 40px 0 30px 0;
  color: white;
}

ul.footr-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

ul.footr-socials i {
  font-size: 17px;
  border-radius: 50%;
}

ul.footr-socials a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul.footr-socials a:hover {
  background-color: #0058cc;
  border: 1px solid transparent;
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.footer-logo {
  padding-right: 20%;
}

.quick-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
}

.quick-links li {
  flex: 0 0 33.33%;
  list-style: none;
}

.quick-links h4 {
  color: white;
}

.contact-info h4 {
  color: white;
}

.contact-info ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
  position: relative;
}

.contact-info ul li {
  position: relative;
}

.contact-info ul li::before {
  content: "";
  width: 250px;
  height: 1px;
  bottom: -21px;
  left: 0;
  background-color: #4d4c4cb0;
  position: absolute;
}

.contact-info ul a i {
  padding-right: 13px;
  color: #1a7bfe;
  font-size: 18px;
}

.contact-info ul a {
  display: flex;
  align-items: center;
}

.copy-right-row p {
  color: white;
}

.copy-right-row {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #514e4e;
}

/* Footer Ends */
/* About page Starst  */
section.inner-banner {
  height: 500px;
  width: 100%;
  background-color: #09924e;
}

section.inner-banner .row {
  align-items: center;
}

.inner-hero-right img {
  height: 410px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  object-position: 0 10px;
}

section.inner-banner .container-fluid {
  width: 100%;
  height: 100%;
}

section.inner-banner .container-fluid .row {
  width: 100%;
  height: 100%;
}

.inner-hero-left p {
  color: white;
  padding-top: 10px;
}

/* integrity sec starst  */

.integrity-left img {
  height: 745px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.integrity-left {
  position: relative;
}

.integrity-left::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 18%;
  background-color: rgba(42, 153, 102, 0.78);
  top: 10%;
  right: 0;
  border-radius: 15px 0 0 15px;
}

section.integrity .row:nth-child(1) {
  align-items: center;
  padding: 70px 0 70px 0;
}

section.integrity .row .col-md-7 {
  height: 100%;
}

section.integrity .container-fluid {
  height: 100%;
}

.integrity-right>p {
  padding: 8px 0;
}

.integrity-right>p strong {
  color: black;
  font-weight: 600;
}

.integrity-right h2 span {
  color: #09924e;
}

.integrity-right {
  padding: 40px 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-left: 5%;
  border-radius: 40px;
}

.integrity-right ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  list-style-type: disc;
  padding: 10px 0 10px 20px;
  color: #09924e;
}

.integrity-right h2 {
  font-size: 40px;
  line-height: 50px;
}

/* integrity sec Ends */
/* our mission starst  */
section.our-mission .row {
  align-items: center;
}

.mission-left p {
  padding: 20px 0px 0;
}

.mission-left h2 {
  font-size: 80px;
  font-weight: 400;
}

.mission-right img {
  height: 500px;
  width: 100%;
  border-radius: 50px;
  object-fit: cover;
  object-position: left;
}

.mission-right {
  position: relative;
}

.mission-right::before {
  height: 110%;
  width: 80%;
  /* background-color: #07904c; */
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: -1;
  border-radius: 50px;
}

section.our-mission {
  padding: 50px 0 70px 0;
}

.inte-para p strong {
  color: black;
  font-weight: 600;
}

/* our mission Ends */
/* our vision starts */
section.our-vision .row {
  align-items: center;
}

.our-vision-right p {
  padding: 20px 0px 0;
}

.our-vision-right h2 {
  font-size: 80px;
  font-weight: 400;
}

.our-vison-left img {
  height: 570px;
  width: 100%;
  border-radius: 50px;
  object-fit: cover;
  object-position: left;
}

.our-vison-left {
  position: relative;
}

.our-vison-left::before {
  height: 110%;
  width: 80%;
  /* background-color: #07904c; */
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
  border-radius: 50px;
}

.inte-para p strong {
  font-weight: 600;
}

section.our-vision {
  padding: 50px 0 70px;
}

.vision-bottom {
  margin: 70px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-bottom h5 {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  color: #616161;
  font-weight: 500;
}

/* our vision ends */
/* About page ENds */
/* Servicwes page Starsts  */
.services-wrapper-inner {
  padding: 50px 0 100px 0;
}

/* Servicwes page Ends */
/* Services Detail Stasrt  */
.checklist-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.serviced-content {
  padding-top: 30px;
}

.serviced-content .web-btn {
  margin-top: 20px;
}

.checklist-column {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-column li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  margin: 25px 0;
}

.servd-img {
  position: relative;
}

.servd-img img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  object-position: 0 -35px;
  border-radius: 50px;
  border: 10px solid #ffffff;
  position: relative;
  z-index: 1;
}

.servd-img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  background-color: #0058cc;
  width: 90%;
  height: 110%;
  border-radius: 50px;
  z-index: -1;
}

.serviced-content h3 {
  font-size: 53px;
  padding: 20px 0 10px;
}

.serviced-content p {
  padding: 7px 0 10px;
  color: #000;
}

ul.checklist-column img {
  padding: 0 10px 0 0;
}

section.services-detail {
  padding: 100px 0;
}

/* Services Detail Ends */
/*contact */

.contact-pag-form form {
  position: relative;
}

.contact-pag-form .form-group {
  position: relative;
}

.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #d2d0cc;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: "Montserrat";
  display: flex;
  border-radius: 0;
  text-transform: capitalize;
  background: #f8f6f3;
  border-radius: 15px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
  color: #909091;
  text-transform: capitalize;
}

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 55px;
  padding-top: 13px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 0;
  background: #f8f6f3;
  border-radius: 15px;
}

.contact-pag-form .email {
  padding: 0;
}

.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
  text-transform: capitalize;
}

.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: 1px solid #2781fe;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  background-color: #2781fe;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-main-sec .contact-info {
  background: transparent;
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f8f6f3;
  border-radius: 30px;
}

.contact-main-sec h4 {
  font-size: 70px;
  color: #000000;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.contact-main-sec p span {
  display: block;
}

.contact-main-sec p {
  font-size: 16px;
  color: #000;
  margin-bottom: -5%;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  font-family: roboto;
}

.contact_text p {
  font-size: 15px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 500;
  font-family: "Montserrat";
  letter-spacing: 1px;
  margin: 0;
}

.contact_text p a {
  font-size: 22px;
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  font-size: 14px;
  color: #8b8b8b;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-side-bar {
  padding-top: 18px;
}

.contact-main-sec {
  padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  left: 13px;
  font-size: 20px;
  background: #1a7bfe;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-pag-form {
  margin-top: 0;
}

.contact-pag-form button {
  margin-top: 5%;
  width: fit-content;
  border: none;
}

button.theme_btn img {
  width: 30%;
}

.paint-card {
  margin: 20px 0;
}

.contact-pag-form .web-btn {
  border: 2px solid #e1e1e1;
}

/*contact end*/
/* Career page Starst  */
/* Listing  */

ul.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

ul.user-info li:first-child {
  background: #1a79ff;
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

ul.user-info li h5 {
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat";
  width: 83%;
  line-height: 1.3;
  margin-bottom: 0;
  transition: 0.5s;
}

.list-box {
  padding: 40px 30px 40px 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  position: relative;
  transition: 0.5s;
}

.list-box p {
  transition: 0.5s;
  color: #aaa;
}

ul.list-loc {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

ul.list-loc li {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

ul.list-loc li h6 {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
}

.list-box:before {
  position: absolute;
  content: "";
  background: #aaa;
  width: 100%;
  height: 1px;
  top: 76%;
  left: 0;
}

ul.list-loc.even {
  justify-content: space-between;
  margin-bottom: 0;
}

ul.list-loc li h5 {
  margin-bottom: 0;
  font-size: 27px;
  color: #1a79ff;
  transition: 0.5s;
}

.lis-box2 {
  margin-top: 30px;
}

.cur-text h2 {
  font-size: 87px;
  line-height: 1.1;
}

section.current-lisitng {
  padding-bottom: 80px;
  padding-top: 80px;
}

.list-btn .theme_btn {
  color: #000;
  border: 1px solid #8f2970;
  background: transparent;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 200px;
}

.list-btn .theme_btn i {
  padding-left: 20px;
  font-size: 30px;
}

.list-box:hover ul.list-loc li img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(102%) contrast(103%);
}

.list-box:hover ul.list-loc li h6,
.list-box:hover ul.list-loc li h5,
.list-box:hover ul.user-info li h5,
.list-box:hover p {
  color: #fff;
}

.list-box:hover {
  background: linear-gradient(to right, #1a7bfe, #00c6fb);
}

.list-box:hover .user-info li:first-child {
  background-color: White;
}

.list-box:hover .user-info img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(52%) saturate(3461%) hue-rotate(204deg) brightness(101%) contrast(103%);
}

ul.list-loc img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(76%) saturate(4264%) hue-rotate(204deg) brightness(100%) contrast(103%);
}

.user-info img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(11%) hue-rotate(57deg) brightness(102%) contrast(101%);
}

.cur-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.cur-text p {
  width: 60%;
}

.cur-text p {
  padding: 20px 0;
}

/* end  */
/* Job Detail Page Start */

.job-detail-page {
  position: relative;
  margin: 100px 0;
  padding: 50px 0;
}

.job-detail-box h2 {
  font-size: 33px;
  color: #242424;
  line-height: 41px;
}

ul.job-list-1 i {
  color: #959595;
}

ul.job-list-1 h6 {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

ul.job-list-1 p {
  font-size: 16px;
  color: #7d7d7d;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin-bottom: 0;
}

ul.job-list-1 span {
  color: #1a7bfe;
  font-weight: 500;
}

ul.job-list-2 h6 {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
  display: flex;
  align-items: center;
}

ul.job-list-2 span {
  color: #1042ee;
}

ul.job-list-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.job-describe h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 50px 0 10px 0;
  line-height: 32px;
  font-family: "Montserrat";
}

.job-describe p {
  font-size: 15px;
  font-family: "Montserrat";
  color: #7d7d7d;
  line-height: 24px;
}

ul.backend-list h5 {
  font-size: 16px !important;
  font-family: "Montserrat";
  color: #7d7d7d;
  margin: 15px 0 5px 0;
}

ul.backend-list p {
  margin-bottom: 7px;
}

.job-detail-box h6 span {
  color: #1a7bfe;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
  display: flex;
  font-weight: 500;
  padding-left: 0;
}

.job-describe h4 {
  font-size: 14px;
  font-family: "Montserrat";
  color: #959595;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.job-social h4 {
  font-size: 16px;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #7d7d7d;
}

.job-social {
  margin-top: 50px;
}

ul.job-social-app {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.job-detail-box {
  width: 95%;
}

img.comp-logo {
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.company-text-box h3 {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
}

.company-text-box h6 {
  color: #1a7bfe !important;
  font-size: 16px;
  font-family: "Montserrat";
}

.company-text-box ul.job-list-1 {
  justify-content: center;
}

.company-text-box ul.job-list-1 h6 {
  color: #7c7c7c !important;
}

.button-jobs {
  display: inline-block;
  /* align-items: center; */
  /* justify-content: center; */
  margin: 20px 0;
}

a.job-btn2 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 20px;
  width: 100%;
  display: inline-block;
  border-radius: 100px;
}

.button-jobs a.theme_btn {
  border-radius: 100px;
}

.button-jobs a {
  width: 100%;
  text-align: center;
  margin: 4px auto;
  background-color: #237ffe;
  padding: 20px;
  color: white;
}

a.btn2.job-btn2 {
  background: #fff;
  color: #000;
  box-shadow: 3px 5px 15px 0 #7c7c7c42;
}

.company-profile {
  text-align: center;
}

.job-detail-page:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 35%;
  top: 0;
  background: #f9f3f3;
}

.inner-baner-text h2 {
  display: grid;
  align-items: center;
}

ul.job-list-1 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

ul.job-list-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 15px 0;
}

.cl-custom-check {
  display: none;
}

.cl-custom-check+.cl-custom-check-label {
  /* Unchecked style  */
  background-color: #e8eff0;
  color: #000;
  font-size: 12px;
  padding: 3px 18px;
  font-family: "Montserrat";
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 30px;
  display: inline-block;
  margin: 0 10px 10px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.6s ease;
}

.cl-custom-check+.cl-custom-check-label:hover {
  background-color: #1a7bfe;
  color: white;
}

.cl-custom-check:checked+.cl-custom-check-label {
  /* Checked style  */
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(360deg);
  background: #1a7bfe;
}

a.job-btn2:focus {
  background: #1a7bfe;
  color: #fff;
}

/* Job Detail Page End */
/* Apply Now page Starts  */
.apply-now-page .form-container {
  margin: 0 auto;
}

.apply-now-page .form-label {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 550;
  margin-top: 10px;
  padding-bottom: 5px;
}

.apply-now-page .form-control {
  height: 45px;
  font-size: 14px;
  margin-bottom: 15px;
}

.apply-now-page .form-check-label {
  font-size: 14px;
}

.apply-now-page .submit-btn {
  background-color: #0066ff;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  border: none;
}

.apply-now-page .submit-btn:hover {
  background-color: #0056d6;
}

section.apply-now-page {
  padding: 100px 0;
}

.apply-now-page .recaptcha-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 340px;
  margin-bottom: 30px;
}

.apply-now-page .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.apply-now-page .checkbox.checked::before {
  content: "✔";
  color: #2b82fe;
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 3px;
}

.apply-now-page .recaptcha-text {
  flex-grow: 1;
  font-size: 16px;
}

.apply-now-page .recaptcha-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}

.apply-now-page .recaptcha-logo img {
  width: 30px;
  height: 30px;
}

.apply-now-page .recaptcha-terms {
  font-size: 9px;
  color: #777;
  margin-top: 4px;
}

.apply-now-page .recaptcha-terms a {
  color: #777;
  text-decoration: none;
  margin: 0 2px;
}

/* Apply Now page ENds */
/* blog sec */

.blog-sec {
  padding: 0px 4% 50px;
}

.blogSlider .slick-slide {
  opacity: 1;
}

.blogSlider .slick-dots {
  display: flex;
  bottom: -60px;
  flex-wrap: wrap;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.blogSlider .slick-dots li {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #7b2ade00;
}

.blogSlider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogSlider .slick-dots li.slick-active {
  border: 1px solid #09924e;
  opacity: 1;
}

.blogSlider .slick-dots li button:before {
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 15px;
  color: #09924e;
  align-items: center;
  justify-content: center;
}

.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail {
  transition: ease-in;
  transition-duration: 0.5s;
  background-color: #09924e;
}

.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail * {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail ul li i {
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff 50%,
      #ffffff 100%);
  transition: ease-in;
  transition-duration: 0.5s;
  background-image: -webkit-lin;
}

.blog-box:hover .blog-box-detail ul li i {
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff 50%,
      #ffffff 100%);
  transition: ease-in;
  transition-duration: 0.5s;
  background-image: -webkit-lin;
}

.blog-box:hover .blog-box-detail {
  transition: ease-in;
  transition-duration: 0.5s;
  background-color: #09924e;
}

.blog-box:hover .blog-box-detail * {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.blog-box {
  margin-bottom: 25px;
}

.blog-box img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-box .blog-box-detail {
  width: 92%;
  padding: 30px 20px;
  position: relative;
  border-radius: 10px;
  transition: ease-out;
  margin: -100px auto 0px;
  background-color: #fff;
  transition-duration: 0.5s;
}

.blog-box .blog-box-detail h3 {
  font-size: 20px;
  color: #09924e;
  font-weight: 300;
  margin-bottom: 10px;
}

.blog-box .blog-box-detail p {
  margin-bottom: 10px;
}

.blog-box .blog-box-detail h6 {
  text-transform: uppercase;
  text-decoration: underline;
}

.blog-box .blog-box-detail ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.blog-box .blog-box-detail ul li {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-box .blog-box-detail ul li i {
  font-size: 14px;
  transition: ease-in;
  background-color: #09924e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition-duration: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog-box .blog-box-detail ul li h5 {
  font-size: 14px;
}

section.blog-sec.inner-blog {
  margin: 100px 0 0 0;
}

/* blog sec */
/* blog dectil */

.blog-det-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
}

.blog-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-det-img ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.blog-det-img ul {
  margin: 15px;
}

.blog-det-img ul li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.blog-det-img ul li i {
  background: #09924e;
  -webkit-background-clip: text;
  font-size: 20px;
  line-height: 25px;
  color: transparent;
}

.blog-det-img ul li span {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-det-wrap h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.blog-det-wrap p {
  font-weight: 500;
  margin-bottom: 25px;
}

.blog-detail-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.blog-detail-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.blog-detail-txt ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  list-style-type: disc;
  color: #09924e;
  padding: 0 0 0 20px;
}

.blog-detail-txt p {
  margin: 0;
}

.blog-detail-txt p a {
  color: #000;
}

.blog-steps-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 50px 0;
}

.blog-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #2a82fe;
}

.blog-steps h3,
.blog-steps p {
  color: #fff;
}

/* blog dectil */
/* Refral page starts  */
.referral-section {
  background: linear-gradient(180deg, #e8f0ed 0%, #f5f7f5 100%);
  padding: 80px 0;
}

.referral-section h2 {
  color: #09924e;
  font-weight: 700;
  margin-bottom: 15px;
}

.referral-section p {
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.7;
}

.referral-section .btn-primary {
  background-color: #09924e;
  border-color: #09924e;
  padding: 12px 35px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.referral-section .btn-primary:hover {
  background-color: #3a7556;
  border-color: #3a7556;
  transform: translateY(-2px);
}

.referral-form-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.referral-form-card label {
  color: #09924e;
  font-weight: 500;
}

.referral-form-card input,
.referral-form-card select,
.referral-form-card textarea {
  border: 1px solid #c4d4c9;
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
}

.referral-form-card input:focus,
.referral-form-card select:focus,
.referral-form-card textarea:focus {
  border-color: #4a8f6e;
  box-shadow: 0 0 6px rgba(74, 143, 110, 0.3);
  outline: none;
}

.contact-card {
  background-color: #09924e;
  color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.contact-card p,
.contact-card a {
  color: #e8f0ed;
  font-size: 1rem;
  margin-bottom: 16px;
}

.contact-card a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.icon-circle {
  display: inline-block;
  background-color: #ffffff;
  color: #4a8f6e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

/* Refral page ends */



.carer-new-text-sec {
  padding: 100px 0;
  text-align: center;
}

.carer-new-text-sec h2 {
  margin-bottom: 20px;
}

.carer-new-text-sec p {
  color: #000;
  font-weight: 400;
  width: 70%;
  margin: 0 auto 8px;
}






.serv-point-inr-rev ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
  color: #000;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
}

.serv-point-inr-rev h3 {
  margin-bottom: 22px;
}

.serv-point-inr-rev span {
  color: #616161;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
}

.serv-point-inr-rev p {
  margin: 8px 0 10px;
  font-weight: 400;
}

.healing-start-txt-pint {
  margin-top: 31px;
}

.healing-start-txt-pint h6 {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Oswald';
}

.healing-start-txt-pint ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #000;
}

.healing-start-txt-pint ul {
  margin-top: 20px;
}

.serv-point-inr-rev ul li .tick-serv {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  background: #09924e;
}

.serv-point-inr-rev ul {
  margin-bottom: 25px;
}

.serviced-content h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Oswald";
  margin-top: 20px;
}

.serviced-content p.lst-srvdtl-brp {
  font-weight: 500;
  margin-top: 12px;
}

.serviced-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}


.about-sec-inr-nw {
  padding-top: 50px;
  text-align: center;
}

.about-sec-inr-nw h2 {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 60px;
}

.abt-txt p {
  color: #000;
  margin-bottom: 16px;
  line-height: 27px;
}

.abt-txt p b {
  font-weight: 500;
}


.inte-para ul li {
  list-style: disc;
  margin-left: 20px;
  font-family: 'Montserrat';
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

.inte-para ul {
  margin: 20px 0;
}

.inte-para h4 {
  margin-bottom: 10px;
}

.inte-para b {
  font-weight: 600;
}

.inte-para h6 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin: 22px 0 0;
  font-weight: 400;
  font-style: italic;
}

.inte-para p {
  color: #000;
  font-weight: 400;
  width: 95%;
  line-height: 26px;
}

.our-vison-left {
  margin-right: 30px;
}

.we-dif-txt ul li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 15px;
}

.we-dif-txt ul li .tick-abt {
  width: 35px;
  height: 35px;
  background: #09924e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
}

.we-dif-txt h3 {
  margin-bottom: 20px;
}

.txt-abt-dif h5 {
  color: #000;
  font-family: 'Oswald';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.txt-abt-dif p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 95%;
  line-height: 26px;
}

.txt-abt-dif {
  width: 600px;
}

.we-dif-txt ul li:Last-child {
  margin: unset;
}


.rt-brdr {
  padding: 35px 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 25px;
  border: 2px solid #07904c;
  border-radius: 20px;
}

section.core-chosoe .container-fluid {
  padding: 0 5%;
}

.rt-brdr h3 {
  margin-bottom: 12px;
}

.rt-brdr p {
  color: #000;
  font-weight: 400;
}

.rt-brdr b {
  line-height: 25px;
}

.our-promise.rt-brdr p {
  margin-bottom: 15px;
  line-height: 25px;
}

.core-value.rt-brdr ul {
  overflow-y: scroll;
  height: 180px;
  padding-left: 20px;
}

.core-value.rt-brdr ul li {
  margin-bottom: 10px;
  list-style: disc;
}

.core-value.rt-brdr ul li p {
  color: #616161;
}

.core-value.rt-brdr {
  margin: unset;
}

.our-vision-right.rt-brdr {
  height: 260px;
}

.our-promise.rt-brdr {
  margin: unset;
}

section.core-chosoe {
  padding-bottom: 70px;
}

.integrity-right ul li p b {
  color: #000;
  font-weight: 600;
}

.core-value.rt-brdr ul li p b {
  color: #000;
}