@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@200;300;400;500;600;700&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700;800;900&display=swap");
* {
  font-family: "Oxygen", sans-serif;
}
button.ant-btn-success {
  background: #16ffab;
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* // login  */
.login-container {
  margin-top: 75px;
}
.login-container h2 {
  margin-bottom: 20px;
}
.login-container input {
  margin-bottom: 10px;
}
.login-container label {
  margin-bottom: 3px;
}
.login-container button {
  margin-top: 10px;
}
.login-container
  :where(.css-dev-only-do-not-override-190m0jy).ant-card-bordered {
  border: 1px solid #dbd7d7 !important;
}

/* header  */
.header-section {
  height: 120px;
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.13);
  padding-top: 12px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.homepage .hero-section .content p {
  padding: 0 24px;
}
.header-section .logo img {
  max-width: 436px;
  position: relative;
  top: -2px;
}
.header-section .menu-icon {
  display: none;
}
.header-section .logo {
  text-decoration: none;
}
.header-section .logo h2 {
  width: 232px;
  color: #000;
  margin-top: 16px;
  margin-left: 25px;
}
.header-section .link-list ul {
  display: flex;
  position: relative;
  top: 12px;
  /* left: 80px; */
}
.header-section .link-list ul li {
  list-style: none;
  padding: 23px 20px;
}
.header-section .link-list ul li.active a {
  color: #087bc1;
}
.header-section .link-list ul li a {
  text-decoration: none;
  text-align: center;
  color: #04b454;
  transition: all 0.3 s;
}
.header-section .link-list ul li a:hover {
  color: #dc291e;
}

/* Footer section  */
.footer {
  padding-top: 30px;
}
.footer-bottom p {
  font-family: "Oxygen", sans-serif;
}
.footer-bottom a {
  transition: all 0.2s;
}
.footer-bottom a:hover {
  color: #334075;
}
.footer .footer-logo {
  display: flex;
  margin: 0 auto;
  max-width: 400px;
  max-height: 140px;
}
.footer .footer-line {
  width: 24%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 1px;
  background-color: #04b454;
  margin-top: 16px;
  margin-bottom: 32px;
}
.footer-bottom p {
  background: #d5ffe8;
  padding: 13px 10px;
  font-weight: bolder;
}
.footer-bottom p a {
  color: #000;
  text-decoration: none;
}
.footer-link-list {
  padding: 20px 0 30px 0;
}
.footer-link-list .link-heading {
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-link-list ul {
  padding-top: 9px;
  padding-left: 0;
  margin-left: 0;
}
.footer-link-list ul li {
  list-style-type: none;
  display: flex;
  padding: 6px 0;
  align-items: flex-start;
}
.footer-link-list ul li.line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #ddd;
}
.footer-link-list ul li i {
  color: #04b454;
  position: relative;
  top: 10px;
  font-size: 19px;
  padding-right: 19px;
}
.footer-link-list ul li span {
  font-family: "Oxygen", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #009242;
  transition: all 0.3s;
}
.footer-link-list ul li span:hover,
.footer-link-list ul li a:hover {
  color: #087bc1;
}
.footer-link-list ul li a {
  font-family: "Oxygen", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #009242;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-link-list .details {
  padding: 0 25px;
}

/* Hero section  */
.hero-section {
  position: relative;
  margin-top: 120px;
  height: 100vh;
}
.tilt-area img {
  width: 100%;
  position: absolute;
  left: 0;
}
.hover-accordion {
  margin-top: 54px;
}
.hover-accordion .accordion-button {
  transition: all 0.5s;
}
.hover-accordion .accordion-button:hover {
  background-color: #087bc1 !important;
  background: #087bc1 !important;
  color: #fff !important;
}
.hover-accordion .accordion-header:hover > .wpr-acc-icon-box {
}

.hero-section {
  min-height: 1100px;
}
.hero-section .content {
  position: relative;
  z-index: 1;
}
.hero-section .content .mini-logo {
  width: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  margin-top: 65px;
}
.hero-section .content .mini-logo img {
  max-width: 34px;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.hero-section .content .mini-logo .web-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.hero-section .content h5 {
  color: #fff;
}
.hero-section .content h4 {
  color: #fff;
  font-size: 59px;
  font-weight: 600;
}
.hero-section .content p {
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  font-weight: 500;
}
.hero-section .our-service-block {
  min-height: 550px;
  width: 100%;
  background-image: url("../images/service-block.webp");
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0px 0px 14px 10px rgba(0, 0, 0, 0.17);
  border-radius: 22px;
  overflow: hidden;
  top: 80px;
}
.hero-section .our-service-block .content {
  position: relative;
  z-index: 2;
  top: 55px;
  padding: 0 30px;
}
.hero-section .our-service-block .content.slide-to-top {
  transition: all 0.8s ease-in-out;
  top: 130px !important;
}
.hero-section .our-service-block .subtitle {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  padding-bottom: 14px;
}
.hero-section .our-service-block h1 {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
}
.hero-section .our-service-block .background-overlay {
  background-color: #04b454;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hero-section .tilt-area {
  position: absolute;
  z-index: 1;
  background: url(../images/tilt-image.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  max-height: 500px;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transform: scale(1.2);
}
.skew-block {
  width: 100%;
  height: 140px;
  background-color: white;
  transform: skew(0deg, 3deg);
  position: absolute;
  z-index: 1;
  padding: 20px;
  bottom: 447px;
  left: 0;
}

.hero-section .tilt-area .background-overlay {
  background-color: #087bc1;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.hero-section .accordion {
  position: relative;
  top: 220px;
  max-width: 452px;
  margin: 0 auto;
}
.hero-section .sub-block {
  border: 1px solid #1871a9;
  border-radius: 24px;
  min-height: 279px;
  max-height: 279px;
  margin-bottom: 20px;
  transition: all 0.5s;
  background-color: transparent;
  padding: 15px 15px;
  transition: all 0.5s;
}
.hero-section .sub-block:hover {
  background-color: #1871a9;
}
.hero-section .sub-block .icon {
  color: rgb(24, 113, 169);
}
.hero-section .sub-block:hover .icon {
  color: #fff;
}
.hero-section .sub-block:hover .circle {
  background-color: #1871a9;
  border: 1px solid #fff;
}
.hero-section .sub-block:hover h4 {
  color: #fff;
}
.hero-section .sub-block:hover svg {
  fill: #fff;
}
.hero-section .sub-block:hover .material-icon {
  color: #fff;
}
.hero-section .sub-block .circle {
  background-color: #fff;
  border: 1px solid #1871a9;
  width: 120px;
  height: 125px;
  border-radius: 50%;
  margin-top: 42px;
  margin: 23px auto 0 auto;
  transition: all 400ms;
}
.hero-section .sub-block .circle:hover {
  /* background-color: #003d63; */
}
.hero-section .sub-block img {
  max-width: 60px;
  position: relative;
  left: 29px;
  top: 32px;
}
.hero-section .sub-block h4 {
  text-align: center;
  color: #1871a9;
  margin-top: 14px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-size: 19px;
}
.service-section {
  margin-top: 118px;
}
.service-section .material-icon {
  font-size: 52px;
  padding: 35px 32px;
  color: #1871a9;
}

.accordion-button {
  color: #087bc1 !important;
  border: 1px solid #087bc1;
  font-size: 15px;
  min-height: 60px;
  padding-left: 106px;
}
.accordion-item {
  margin-bottom: 7px;
  border: none !important;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.accordion-collapse {
  border: 1px solid #e8e8e8;
  margin-top: 8px;
}
.accordion-body {
  color: #7a7a7a !important;
  padding: 30px 25px;
}
.hero-section .wpr-acc-title-text {
  color: #087bc1 !important;
}
.hero-section .accordion-button:not(.collapsed) {
  color: #087bc1 !important;
  background-color: #fff !important;
}
.accordion-header {
  position: relative;
  overflow: hidden;
}
.hero-section .accordion-button:focus {
  border-color: none;
  box-shadow: none;
  color: #087bc1 !important;
}
.wpr-acc-icon-box {
  background-color: #087bc1;
  width: 70px;
  border-radius: 0px 0 0 0px;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.wpr-acc-icon-box-after {
  border-top: 29.25px solid transparent;
  border-bottom: 29.25px solid transparent;
  border-left: 18px solid #087bc1;
  position: absolute;
  left: 98%;
  top: 0;
  height: 0;
  width: 0;
  z-index: 1;
}
.wpr-title-icon {
  position: relative;
  left: 16px;
  top: 7px;
}
.accordion-header:hover .accordion-button:hover {
  z-index: 0;
  display: block;
}
.about-section {
  position: relative;
  background: url(../images/about-us.webp);
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.about-section .background-overlay {
  background-color: #087bc1;
  opacity: 0.78;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.about-section .content {
  position: relative;
  z-index: 1;
  padding-top: 203px;
}
.about-section .main-heading {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-transform: capitalize;
}
.about-section .subheading {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}
.about-section .count-section {
  text-align: left;
}
.about-section .count-section h1 {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
}
.about-section .count-section p {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
.accordion-button::after {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 18px;
  background-color: white;
}
.hover-accordion .accordion-button::after {
  display: none;
}
/* industry domain section  */
.industry-section {
  padding: 70px 20px;
  position: relative;
  background-image: url("../images/industry-domain-bg.webp");
  background-position: center;
  background-size: cover;
}
.industry-section .background-overlay {
  background-color: #087bc1;
  opacity: 0.83;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.industry-section .content {
  position: relative;
  z-index: 2;
}
.industry-section .main-heading {
  color: #fff;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
}
.industry-section .subtitle {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.industry-section .sub-block {
  border: 1px solid #fff;
  border-radius: 24px;
  min-height: 279px;
  max-height: 279px;
  margin-bottom: 20px;
  transition: all 0.5s;
  background-color: transparent;
}
.industry-section .sub-block:hover {
  background-color: #fff;
  box-shadow: 10px 2px 38px #0f344a;
}
.industry-section .sub-block:hover h4 {
  color: #2177ac;
}
.industry-section .sub-block:hover .circle {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ddd;
}

.industry-section .sub-block .circle {
  background-color: #fff;
  width: 120px;
  height: 125px;
  border-radius: 50%;
  margin-top: 42px;
  margin: 37px auto 0 auto;
  transition: all 400ms;
}
.industry-section .sub-block .circle:hover {
  background-color: #003d63;
}
.industry-section .sub-block img {
  max-width: 60px;
  position: relative;
  left: 29px;
  top: 32px;
}
.industry-section .sub-block h4 {
  text-align: center;
  color: #fff;
  margin-top: 14px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
}

/* business focus section  */

/* Style the tab */
.business-focus-section {
  padding: 80px 30px;
  background-color: #fff;
  position: relative;
}
.business-focus-section h1 {
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-bottom: 33px;
}
.business-focus-section .tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* Style the buttons inside the tab */
.business-focus-section .tab button {
  background-color: #04b454;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 34px;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Oxygen", Sans-serif;
}
.business-focus-section .image {
  position: relative;
  background: url("../images/business-focus/img1.jpg");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-focus-section .image .background-overlay {
  background-color: #04b454;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.business-focus-section .image2 {
  position: relative;
  background: url("../images/business-focus/img2.jpg");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-focus-section .image2 .background-overlay2 {
  background-color: #04b454;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.business-focus-section .content {
  min-height: 520px;
  background-color: #04b454;
  padding: 40px;
}
.business-focus-section .content h2 {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.business-focus-section .content img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 15px;
}
.business-focus-section .content p {
  text-align: center;
  color: #fff;
  font-family: "Oxygen", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
}
/* Change background color of buttons on hover */
.business-focus-section .tab button:hover {
  background-color: #087bc1;
}
/* Create an active/current tablink class */
.business-focus-section .tab button.active {
  background-color: #009242;
}
/* Style the tab content */
.business-focus-section .tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: 15px;
}

/* contact us section  */
.contact-us-section {
  padding: 70px 40px;
  position: relative;
  background-image: url("../images/contact-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.contact-us-section .white-block {
  background-color: #fff;
  min-height: 610px;
  padding: 35px;
  padding-top: 120px;
}
.contact-us-section .background-overlay {
  background-color: #04b454;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contact-us-section .main-wrapper {
  position: relative;
  z-index: 2;
}
.contact-us-section .main-wrapper h1 {
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5em;
}
.contact-us-section .form-group {
  margin-bottom: 16px;
}
.contact-us-section .form label {
  color: #fff;
  padding-bottom: 4px;
  text-align: center;
  width: 100%;
  font-size: 17px;
}
.contact-us-section .form input::placeholder,
.contact-us-section .form textarea::placeholder {
  color: #cfcfcf; /* Change 'grey' to the color you prefer */
}
.contact-us-section .form input {
  height: 46px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  outline: none;
  color: #000;
  padding: 0 0 0 20px;
}
.contact-us-section .form textarea {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  outline: none;
  color: #000;
  padding: 20px;
  height: 104px;
}
.contact-us-section .form input:focus,
.contact-us-section .form textareas:focus {
  box-shadow: none;
}
.contact-us-section .submit-button {
  background-color: #dc291e;
  height: 55px;
  width: 144px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "Oxygen", sans-serif;
  transition: all 600ms;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-section .submit-button:hover {
  background-color: #087bc1;
}
.contact-us-section .email-button {
  height: 40px;
  text-decoration: none;
  background-color: #087bc1;
  border-style: none;
  border-radius: 6px;
  padding: 8px 12px 12px 12px;
  color: #fff;
  position: relative;
  top: 50px;
  transform: scale(1);
  transition: all 300ms;
}
.contact-us-section .email-button:hover {
  transform: scale(0.9);
  background-color: #dc291e;
}
.count-section h1 span {
  font-family: "Oxygen", sans-serif;
}

/* Probacus global section  */
.global-footprint-section {
  padding: 135px 41px 115px 30px;
  /* background: url("../images/probacus-global.png"); */
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: covers !important;
  position: relative;
  min-height: 100vh;
  background-size: cover !important;
}
.global-footprint-section .logo-section {
  background-color: #fff;
  height: 105px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.global-footprint-section .logo-section-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 20px;
}
.global-footprint-section h1 {
  text-align: center;
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 3.6em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-bottom: 10px;
}
.global-footprint-section p {
  text-align: center;
  color: #0d0d0d;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  background-color: #fff;
}
.global-footprint-section .logo-section:hover {
  background-color: #0d0d0d;
}
.global-footprint-section .logo-section img {
  width: 100%;
  height: 50px;
  width: 50px;
}
.global-footprint-section .country-list ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.global-footprint-section .country-list ul li {
  background-color: #fff;
  padding: 3px 11px 0 12px;
  display: flex;
  justify-content: space-evenly;
  transition: all 600ms;
}
.global-footprint-section .country-list ul li .inner {
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  transition: all 600ms;
}
.global-footprint-section .country-list ul li span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  letter-spacing: 0.4px;
}
.global-footprint-section .country-list ul li .icon {
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: #009242;
}
.global-footprint-section .country-list ul li .icon {
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: #009242;
}
.global-footprint-section .country-list ul li:hover i {
  color: #dc291e;
}
.global-footprint-section .background-overlay .inner {
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.global-footprint-section .background-overlay {
  /* background-color: #fff; */
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.global-footprint-section .content-wrapper {
  position: relative;
  z-index: 3;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
  height: 70px;
}
.about-page .wpr-acc-icon-box {
  background: #009242 !important;
}
.about-page .accordion-button {
  color: #009242 !important;
  border: 1px solid #009242 !important;
}
.about-page .hero-section .content h4 {
  padding-top: 19px;
  font-size: 4.2em;
  font-weight: 500;
}
.about-page .hero-section .content .mini-logo {
  margin-top: 100px !important;
}
.about-page .hero-section .tilt-area {
  position: absolute;
  min-height: 281px !important;
  z-index: 1;
  background: url("../images/about-us/banner.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  max-height: 500px;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transform: scale(1.2);
}
.about-page .hero-section {
  min-height: auto !important;
  height: auto !important;
  margin-bottom: 36px;
}

/* Contact page  */
.contact-us-page .hero-section {
  min-height: auto !important;
  height: auto;
}
.get-in-touch-sec {
  padding: 4em 1em 4em 1em;
  margin-top: 37px;
}
.get-in-touch-sec .right-img {
  background-image: url("../images/contact/get-in-touch.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 396px;
  border-radius: 20px 20px 20px 20px;
}
.get-in-touch-sec .address-block {
  padding: 41px 16px;
}
.get-in-touch-sec .address-block h3 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
.get-in-touch-sec .address-list ul {
  margin-left: 0;
  padding-left: 0;
}
.get-in-touch-sec .address-list ul li {
  list-style-type: none;
  display: flex;
  padding-bottom: 32px;
}
.get-in-touch-sec .address-list ul li .icon {
  height: 59px;
  width: 56px;
  border-radius: 50%;
  border: 1px solid #009242;
  padding: 15px 14px;
  transition: all 0.5s;
}
.get-in-touch-sec .address-list ul li .icon:hover {
  background-color: #009242;
}
.get-in-touch-sec .address-list ul li .icon:hover > svg {
  fill: #fff;
}
.get-in-touch-sec .address-list ul li .icon:hover > i {
  color: #fff;
}
.get-in-touch-sec .address-list ul li .icon svg {
  width: 26px;
  height: 26px;
  fill: #009242;
}
.get-in-touch-sec .address-list ul li .icon i {
  width: 26px;
  height: 26px;
  color: #009242;
  font-size: 27px;
}
.get-in-touch-sec .address-list {
  padding-top: 31px;
}
.get-in-touch-sec .address-list ul li .address-details {
  padding-left: 20px;
}
.get-in-touch-sec .address-list ul li .address-details h4 {
  font-family: "Oxygen", Sans-serif;
  font-size: 1.3rem;
  color: #04b454;
}
.get-in-touch-sec .address-list ul li .address-details span {
  color: #54595f;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9rem;
  line-height: 1.5em;
}
.enquiry-section {
  position: relative;
}
.enquiry-section .content {
  position: relative;
  z-index: 3;
}
.enquiry-section .content h1 {
  color: #fff;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  text-align: center;
}
.enquiry-section .content p {
  color: #fff;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}
.enquiry-section .content span {
  color: #0d0d0d;
  font-family: "Oxygen", Sans-serif;
  font-size: 14px;
  font-weight: 500;

  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 20px;
}
/* .enquiry-section iframe{
  position: absolute;
  z-index: 1; */
/* } */
.enquiry-section .background-overlay {
  background-color: #04b454 !important;
  opacity: 0.8;
  position: absolute;
  z-index: 2 !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.enquiry-section {
  overflow: hidden;
  background-image: none !important;
  z-index: 3 !important;
}
/* iframe */
.enquiry-section video {
  position: absolute;
  z-index: 1 !important;
  left: 0;
  top: 0;
  transform: scale(1.2);
}

.who-we-are {
  padding: 40px 30px;
  position: relative;
  top: 42px;
}
.who-we-are h4 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  padding-bottom: 20px;
}
.who-we-are p {
  text-align: center;
  color: #505b50;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
}
.mv-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 25px 85px 25px;
}
.mv-wrapper .single-block {
  padding: 25px 14px;
  border-bottom: 3px solid #04b454;
  transition: all 0.3s;
}
.mv-wrapper .single-block:hover {
  background: linear-gradient(4deg, #e0f9ea, transparent);
} /* #e0f9ea */
.mv-wrapper .single-block h4 {
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
}
.mv-wrapper .single-block p {
  min-height: 86px;
  text-align: left;
  color: #54595f;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
}

.proud-partner {
  background-color: #04b454;
  padding: 110px 20px;
}
.proud-partner .white-block {
  background-color: #fff;
  max-width: 1030px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 13px;
}
.proud-partner .white-block h1 {
  color: #009242;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-top: 33px;
}
.proud-partner .white-block h6 {
  font-size: 15px;
  text-align: center;
  position: relative;
  top: 10px;
  color: #3c0c54;
}
.proud-partner .white-block p {
  padding: 20px 20px 20px 20px;
  text-align: center;
  color: #505b50;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  max-width: 688px;
  margin: 0 auto;
}
.proud-partner .white-block img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.leadership-section {
  padding: 55px 30px 99px 30px;
}
.leadership-section h6 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
.leadership-section h1 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-bottom: 40px;
}
.leadership-section .container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.leadership-section .single {
  padding: 1em;
  min-height: 338px;
  box-shadow: 0px 45px 48px -9px rgba(193, 193, 193, 0.5);
  transition: all 0.4s;
}
.leadership-section .single:hover {
  background-color: #effff6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.leadership-section h3 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
}
.leadership-section h5 {
  color: #04b454;
  font-family: "Oxygen", Sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 0.6em;
}
.leadership-section p {
  padding: 20px;
  color: #505b50;
  font-family: "Oxygen", Sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  min-height: 234px;
}
.leadership-section .profile {
}
.leadership-section .profile img {
  width: 100px;
  height: 125px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 16px;
  box-shadow: 0px 3px 35px #c5c5c5;
}
.palo-alt-logo {
  max-width: 310px !important;
  margin: 35px auto 0 auto !important;
}

.completed-projects {
  padding: 60px 40px;
  position: relative;
  background: url(../images/service-block.webp);
  background-size: cover;
  background-position: center;
}
.completed-projects .background-overlay {
  background-color: #04b454;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.completed-projects .content {
  position: relative;
  z-index: 2;
}
.completed-projects .content h5 {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
.completed-projects .content h1 {
  color: #ffffff;
  font-family: "Oxygen", Sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-top: 26px;
}

.completed-projects .sub-block {
  border: 1px solid #ffffff;
  border-radius: 10px;
  /* min-height: 250px; */
  /* max-height: 250px; */
  margin-bottom: 20px;
  transition: all 0.5s;
  background-color: white;
  padding: 30px 15px 20px 15px;
  transition: all 0.4s;
  cursor: pointer;
}
.completed-projects .sub-block:hover {
  background-color: #18a85f;
}
.completed-projects .sub-block:hover h4 {
  color: #fff;
}
.completed-projects .sub-block .circle {
  /* background-color: #fff;
  border: 1px solid #ffffff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-top: 42px;
  margin: 23px auto 0 auto;
  transition: all 400ms; */
}
.project-block {
  padding-top: 65px;
  max-width: 1120px;
  margin: 0 auto;
}
.completed-projects .sub-block h4 {
  text-align: center;
  color: #000000;
  /* margin-top: 14px; */
  font-family: "Oxygen", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  /* padding-top: 20px; */
}
.completed-projects .material-icon {
  font-size: 37px;
  padding: 0;
  color: #fff;
  font-weight: bold;
}
.completed-projects .project-list {
  background-color: #fff;
  padding: 22px 29px 5px 29px;
  border-radius: 8px;
  position: absolute;
}
.completed-projects .project-list p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.completed-projects .documents {
  padding-top: 30px;
}
.completed-projects .documents img {
  min-height: 505px;
}
.error-text {
  color: #dc3232 !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 15px !important;
  padding-top: 6px !important;
  font-weight: 700;
  padding-bottom: 0 !important;
}
.error-field {
  border: 1px solid red !important;
  border-radius: 3px !important;
}
/* .hero-section .our-service-block.sticky {
  position: sticky !important;
  top: 100px !important;
  z-index: 99;
} */
.blog-posts {
  margin-top: 50px;
}
.blog-posts {
  margin-top: 120px;
  padding-bottom: 70px;
}
.blog-posts .single-post {
  border-radius: 7px;
  overflow: hidden;
  min-height: 450px;
  max-height: 450px;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
.blog-posts .single-post:hover img {
  transform: scale(1.2);
}
.blog-posts .single-post:hover a {
  color: #000000 !important;
}
.blog-posts .single-post:hover {
  background-color: #04b454;
  box-shadow: 0px 45px 48px -9px rgba(193, 193, 193, 0.5);
}
.blog-posts .single-post:hover h4,
.blog-posts .single-post:hover p {
  color: #fff;
}
.blog-posts .single-post .content {
  padding: 20px;
}
.blog-posts .single-post a {
  text-decoration: none;
}
.img-div {
  max-height: 265px;
  min-height: 265px;
  width: 100%;
  overflow: hidden;
}
.blog-posts .single-post img {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  transition: all 0.5s;
}
/* 116ba1 */
.blog-posts .single-post h4 {
  color: #212121;
  text-decoration: none;
}
.blog-posts .single-post p {
  color: #797676;
  text-decoration: none;
}
.blog-details-page .main-banner-image img {
  width: 100%;
  min-height: 400px;
  max-height: 550px;
  max-width: 1140px;
  object-fit: cover;
  /* object-position: top; */
  margin: 0 auto;
  display: flex;
  border-radius: 13px;
}
.blog-details-page .blog-details .blog-description {
  padding: 50px 30px;
}
.blog-details .main-heading {
  padding: 43px 40px 20px 40px;
  font-family: "Oxygen", sans-serif;
}
.blog-details .main-heading h1 {
  font-weight: 900;
}
.blog-details .main-heading p {
  font-size: 16px;
  color: #646464;
  font-family: "Oxygen", sans-serif;
}
.blog-details {
  padding-top: 123px;
}
.blog-posts h2 {
  font-weight: 900;
}
.blog-details-page .blog-posts {
  padding-top: 30px !important;
  margin-top: 0;
}
.hover-accordion .wpr-title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hover-accordion .accordion-item .wpr-acc-icon-box {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.hover-accordion .accordion-item .wpr-acc-icon-box .material-icon {
  color: #fff;
  font-size: 21px;
}
.hover-accordion .accordion-item .wpr-acc-icon-box svg {
  height: 21px;
  width: 21px;
}
.comp-pro-ver-center {
  position: relative;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 100%; */
}
