html {
  scroll-behavior: smooth;
}
body {
  font-family: "Ubuntu", sans-serif;
  color: #3e3e3e;
}
.stop-scrolling {
  height: 100%;

  overflow: hidden;
}
.padding-95 {
  padding-top: 95px;
}
.padding-165 {
  padding-top: 165px;
}
.banner {
  display: flex;
  padding: 8px;
  background-color: #efefef;
  border: #006a5a;
  padding-bottom: 6px;
  flex-wrap: wrap;
}
.banner a {
  color: #0b6a5a;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.banner img {
  margin-left: 6px;
  margin-bottom: -1px;
}
/*navbar*/
.nav {
  height: 95px;
  background-color: #0b6a5a;
  font-size: 18px;
  z-index: 99;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.nav-list > li > a {
  color: #d5d5d5 !important;
}
.nav-link:hover {
  color: white !important;
}

.nav-list > .active > a {
  color: #ffffff !important;
  font-weight: bold;
}
.nav-list > .active ::after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 2px solid white;
}
.navbar-toggler {
  width: 47px;
  height: 34px;
  background-color: transparent;
  border: none;
  margin-top: 5px;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}
/*sidebar*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  color: #5b998a;
}
.sidenav a {
  padding: 8px 8px 25px 22px;
  text-decoration: none;
  font-size: 18px;
  color: #5b998a;
  display: block;
  transition: 0.3s;
}
.sidenav a.active {
  font-weight: bold;
  color: #006a5a;
}
.sidenav a.active::after {
  content: "";
  display: block;
  background-color: #006a5a;
  height: 2px;
  width: 16%;
}
.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
}
.sidebar-img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.menu-search {
  margin-bottom: 30px;
  margin-top: 50px;
  margin-left: 22px;
  width: 75%;
  padding-bottom: 8px;
  border-bottom: 2px solid #006a5a;
}
.menu-search-icon {
  margin-right: 15px;
}
/*footer*/
.footer {
  background-color: #0b6a5a;
}
.footer-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 25px;
}
.footer p {
  color: white;
  max-width: 204px;
}
.footer-li img {
  align-self: flex-start;
  margin-right: 15px;
  margin-top: 4px;
}
.footer-link {
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 22px;
}
.footer-link:hover {
  color: white;
}
.footer-link::after {
  content: "";
  display: block;
  background-color: white;
  width: 18%;
  height: 2px;
  top: 5px;
}
.footer-links p {
  color: white;
}
/*home page*/
.video-container {
  position: relative;
}
.main-section {
  background-image: url("../assets/painting-image-cpm-thumbnail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
}
.shape {
  background: rgba(11, 106, 90, 0.49);
  margin-right: 40px;
  backdrop-filter: blur(8px);
  padding: 8% 12% 8% 4%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.play-btn {
  cursor: pointer;
}
.shape .small-title {
  font-weight: bold;
  font-size: 16px;
  color: white;
  display: block;
}
.shape span {
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.shape p {
  max-width: 515px;
  font-size: 16px;
  color: white;
}
.shape a {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.shape a::after {
  content: "";
  display: block;
  width: 8%;
  border-bottom: 2px solid white;
}
.latest-section {
  position: relative;
}
.small-title {
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
  display: block;
}
.owl-dots {
  top: 10px;
  position: relative;
  display: none;
}
.owl-dots .owl-dot:nth-child(n + 6) {
  display: none !important;
}

.bigger-green-title {
  font-size: 36px;
  font-weight: bold;
  color: #006a5a;
  display: block;
  line-height: 40px;
}
.latest-btns {
  margin-right: 50px;
}
.latest-btns span {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #939393;
  max-width: 280px;
  cursor: pointer;
  position: relative;
}
.latest-btns span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 55%;
  border-bottom: 1px solid #5b998a;
}
.latest-btns .active {
  color: #006a5a;
  font-weight: bold;
  border: none !important;
}
.latest-btns .active::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  background-color: #006a5a;
  height: 2px;
}
.latest {
  margin-right: 80px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 10px;
  row-gap: 40px;
}
.news-grid > div {
  max-width: 386px;
}
.news-element {
  margin-right: 20px;
}

.news-element.hidden {
  display: none;
}
.news-element span {
  max-width: 377px;
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3e;
  display: block;
}
.news-element p {
  color: #939393;
  max-width: 377px;
}
.view-all-btn {
  font-size: 20px;
  font-weight: bold;
  color: #006a5a !important;
  cursor: pointer;
  width: fit-content;
}
.view-all-link {
  font-size: 20px;
  font-weight: bold;
  color: #006a5a;
  cursor: pointer;
  width: fit-content;
}
.view-all-link a {
  text-decoration: none;
  color: #006a5a;
}
.view-all-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  background-color: #006a5a;
}
.btn-container {
  display: flex;
  justify-content: flex-end;
}
.view-all-btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  background-color: #006a5a;
}
#alerts {
  display: none;
}
#events {
  display: none;
}
#press {
  display: none;
}
#publications {
  display: none;
}
#videos {
  display: none;
}
.hs3 {
  position: relative;
  background: #efefef;
}
section.hs3:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../assets/join-our-team-image-cpm-office.png");
  width: 1000px;
  max-width: 50%;
  height: 100%;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}
.custom-padding {
  padding-top: 50px;
  padding-bottom: 100px;
}
.hs3 span {
  max-width: 588px;
}
.hs3 p {
  max-width: 588px;
}
.hs2 {
  background: url("../assets/what-we-provide-background-image.jpg");
}
.small-white-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: block;
}
.bigger-white-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  display: block;
}
.hs2 p {
  color: white;
}
.hs2 .view-all-link {
  color: white;
}
.hs2 .view-all-link::after {
  background-color: white;
}
.item {
  position: relative;
  background: url("../assets/Path 314.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.item span,
.item img {
  position: relative;
  bottom: 10px;
}
.arrow {
  margin-left: 52px;
  width: 24px !important;
  height: 14px;
  cursor: pointer;
}
.item span {
  font-size: 20px;
  max-width: 218px;
  font-weight: bold;
  color: #ffffff;
}
.smaller-title {
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}
.abs1 {
  position: relative;
  background: #efefef;
  min-height: 500px;
}
.abs1::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/about-us-banner-image-cpm-office.png");
  background-size: cover;
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.abs1 .bigger-green-title {
  max-width: 519px;
}
.abs2 {
  position: relative;
  height: 774px;
  padding-top: 100px;
}
.history-services {
  max-width: 792px;
}
.abs2 p {
  max-width: 792px;
  font-size: 16px;
  color: #3e3e3e;
}
.history-services img {
  margin-bottom: 22px;
}
.history-services-img {
  position: absolute;
  right: 0;
  top: -57px;
  z-index: -1;
}
.abs3 {
  position: relative;
  background-image: url("../assets/Rectangle 269.jpg");
}
.abs3 p {
  font-size: 18px;
  color: white;
}
ul {
  list-style-image: url("../assets/bullet-point.svg");
  margin-left: -15px;
}
.list {
  max-width: 432px;
  margin-left: -15px;
}
.list li {
  font-size: 16px;
  color: white;
}
.inner-div {
  background-image: url("../assets/Path 307.png");
  height: 378px;
  width: 1000px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.inner-div p {
  font-size: 18px;
  color: #3e3e3e;
  max-width: 486px;
}
.logo-background-pattern {
  position: absolute;
  height: auto;
  max-height: 100%;
}
.abs4 {
  position: relative;
  height: 2400px;
}
.abs4 p {
  max-width: 584px;
}
.seperator {
  color: #c8c1c1;
}
.small-green-title {
  font-weight: bold;
  color: #006a5a;
}
.why-choose-us-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.myContainer {
  position: relative;
}
.pdiv {
  margin-top: 300px;
  margin-left: 800px;
  z-index: 10;
}
.pdiv span {
  max-width: 472px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  row-gap: 40px;
}
.grid img {
  height: 80px;
  width: 80px;
  display: block;
  margin-bottom: 15px;
}
.abs5 {
  position: relative;
  background: #efefef;
}
.abs5::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/aml-compliance-image.png");
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 64%;
  background-repeat: no-repeat;
  background-size: cover;
}
.abs5 span {
  max-width: 490px;
}
.abs5 p {
  max-width: 490px;
}
.myCol1 {
  max-width: 485px;
}
.membership a {
  text-decoration: none;
  color: #006a5a;
  font-weight: bold;
  border-bottom: 2px solid #006a5a;
}
/*services*/
.ss1 {
  position: relative;
  background: #efefef;
  min-height: 500px;
}
.ss1::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/services-banner image.png");
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 60px;
  row-gap: 80px;
}
.service-element p {
  max-width: 384px;
}
.brief {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.alerts1 .brief {
  max-width: 450px;
}
.team-element .brief {
  -webkit-line-clamp: 5;
}
.media-grid .brief {
  -webkit-line-clamp: 2;
}
.inner-c strong {
  font-size: 20px;
  font-weight: bold;
  color: #006a5a;
}
.service-container {
  /* transform: skewX(-15deg); */
  position: relative;
  background: url("../assets/services-card-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 220px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-container span {
  font-size: 20px;
  font-weight: bold;
  color: white;
  max-width: 218px;
  text-align: center;
}
.ss3 {
  position: relative;
  background: #efefef;
}
.ss3::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/get-in-touch-image.png");
  width: 800px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
}
.ss3 p {
  max-width: 588px;
}
.ss3 span {
  max-width: 588px;
}
/*services inner*/
.arrow-container1 {
  background-color: #efefef;
  margin-right: 18px;
  transform: skewX(15deg);
  height: 55px;
  width: 81px;
}
.owl-carousel .arrow-container1,
.owl-carousel .arrow-container2 {
  background-color: transparent;
  border: 1px solid #efefef;
}
.arrow-container2 {
  background-color: #efefef;
  margin-left: 18px;
  transform: skewX(-15deg);
  height: 55px;
  width: 81px;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.arrow-container2 img {
  transform: skew(15deg);
}
.arrow-container1 img {
  transform: skew(-15deg);
}
.bigger-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}
.inner-c p {
  max-width: 792px;
}
.inner-c ul {
  max-width: 792px;
}
.service-team-c {
  background-color: #efefef;
  padding: 30px;
  height: fit-content;
  width: fit-content;
}
.service-team-c.pl {
  width: 384px;
}
.service-team-c img {
  margin-right: 30px;
  width: 120px;
}

.light-green {
  display: block;
  font-size: 16px;
  color: #006a5a;
}
a.light-green {
  color: #006a5a;
}
a.light-green.bold {
  font-weight: bold;
  text-transform: uppercase;
}
.ts1 {
  position: relative;
  background: #efefef;
  min-height: 500px;
}
.ts1::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/the-team-banner-image.png");
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
  row-gap: 80px;
}
.team-element {
  display: flex;
  position: relative;
}
.title {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.light-gray {
  color: #939393;
}
.team-element img {
  width: 282px;
}
.team-element .light-green {
  width: fit-content;
  text-decoration: none;
  align-self: flex-end;
  justify-self: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*team inner*/
.team-inner-c {
  display: flex;
}
.team-inner-c > img {
  height: 250px;
  max-width: 282px;
}
.team-inner-c > img {
  margin-right: 50px;
}
.skills-icon {
  margin-right: 12px;
}
/*media*/
.second-nav {
  height: 96px;
  font-size: 20px;
  z-index: 98;
}
.second-nav.fixed-top {
  margin-top: 95px;
  background-color: #f4f4f4;
}
.second-nav .active {
  color: #006a5a;
  font-weight: bold;
}
.second-nav .active::after {
  content: "";
  display: block;
  width: 40%;
  background-color: #006a5a;
  height: 2px;
}
.second-links a {
  margin-right: 45px;
  text-decoration: none;
  color: #939393;
}
.second-links a:hover {
  color: #006a5a;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 20px;
  row-gap: 40px;
}
.media-grid div {
  max-width: 387px;
}
.news-inner-img {
  /* background-image: url("../assets/Rectangle 289-big.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  width: 100%;
}
.service-team-c span {
  max-width: 297px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.alerts {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 50px;
}
.alerts > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.alerts.diff > a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.alerts a {
  text-decoration: none;
}
.alert-span {
  color: #5b998a;
  display: block;
}
.point {
  background-color: #5b998a;
  text-align: center;
  color: white;
  padding: 8px;
  height: 30px;
  margin-right: 22px;
  transform: skew(-15deg);
  display: flex;
  align-items: center;
}
.point span {
  transform: skew(15deg);
}
.underline {
  width: fit-content;
  border-bottom: 2px solid #3e3e3e;
  font-weight: bold;
  display: block;
}
.inner-c > div {
  margin-right: 15px;
}
.normal {
  font-size: 16px;
  color: #3e3e3e;
}
.pub-icon {
  margin-right: 12px;
}
.videos {
  min-height: 400px;
}
.videos-inner-title {
  display: flex;
  justify-content: space-between;
}
.videos-inner-title > div {
  max-width: 792px;
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  row-gap: 40px;
}
.videos-grid p {
  max-width: 588px;
}
/*contact-us*/
.map .green-title::after {
  content: "";
  display: block;
  width: 45%;
  background-color: #0c6a5a;
  height: 3px;
}
.map ul {
  list-style: none;
  font-size: 18px;
}
.contact-icons {
  align-self: flex-start;
  margin-right: 18px;
  margin-top: 5px;
}
.city {
  margin-right: 100px;
}
.gray {
  font-size: 20px;
  color: #939393;
  display: block;
}
.green-title {
  font-size: 20px;
  font-weight: bold;
  color: #0b6a5a;
  display: block;
}
.map {
  background: url("../assets/Path 163.png");
}
.label {
  position: relative;
  display: block;
  width: fit-content;
}
.required::after {
  content: "*";
  display: inline;
  position: absolute;
  right: -12px;
  bottom: 0;
  color: #dd3737;
}
.input {
  width: 384px;
  height: 46px;
  border: 1px solid #d1d1d1;
  padding: 15px;
  color: #3e3e3e;
}
::placeholder {
  color: #939393 !important;
  font-weight: normal !important;
}
input:focus {
  outline: none !important;
  border-color: #3468cb;
}
.contact-form {
  width: 800px;
}
.contact-select {
  border: 1px solid #d1d1d1;
  padding: 12px;
  width: 100%;
  appearance: none;
  background-color: white;
  background-image: url("../assets/Group 583.svg");
  background-repeat: no-repeat;
  background-position: 760px 20px;
}
.textarea {
  width: 100%;
  height: 172px;
  border: 1px solid #d1d1d1;
  padding: 15px;
  resize: none;
}
.gr {
  color: #006a5a;
  font-weight: bold;
}
.checkbox-c {
  position: relative;
}
.checkbox-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-c input:checked ~ .checkmark {
  background-color: #006a5a;
  background-image: url("../assets/Path 001.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.checkmark {
  position: absolute;
  top: -18px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.submit-btn {
  width: 131px;
  height: 46px;
  font-weight: bold;
  text-align: center;
  color: #0b6a5a;
  border: 1px solid #006a5a;
  background-color: white;
}
.submit-btn:hover {
  background-color: #006a5a;
  color: white;
}
.cus {
  position: relative;
  min-height: 865px;
}
.contact-us-image {
  position: absolute;
  top: 0;
  right: 0;
}

.pseudo-red::after {
  content: "Please fill this field.";
  display: block;
  font-size: 13px;
  color: #dd3737;
}
.modal-content {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 380px;
  height: 219px;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 16px 0px;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: transparent;
  padding-top: 10px;
  padding-bottom: 0px;
}
.modal-body {
  padding-right: 12px;
  padding-top: 8px !important;
  padding-bottom: 0px;
}
.modal-body p {
  margin-bottom: 0px;
}
.modal-footer {
  margin-top: -15px;
  padding-top: 0px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  border-top: transparent;
}
.modal-header img {
  margin-right: 12px;
}
.modal-header span {
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}
.title2 {
  font-size: 20px;
  display: block;
}
.ol {
  color: #006a5a;
  list-style-type: lower-alpha;
  font-weight: bold;
}
.ol li {
  font-weight: normal;
  color: #3e3e3e;
}
.dp p {
  max-width: 792px;
}
.dp .container {
  max-width: 792px;
}
/*careers*/
.careers-section {
  position: relative;
  background: #efefef;
  min-height: 500px;
}
.careers-section::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/careers-banner-image.png");
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.select-loc {
  background-color: #ffffff;
  background-image: url(../assets/Group\ 5201.svg);
  background-repeat: no-repeat;
  background-position: 190px 22px;
  appearance: none;
  font-size: 16px;
  padding: 8px;
  padding-left: 12px;
  color: #939393;
  border: 1px solid #d1d1d1;
  width: 222px;
  height: 49px;
}
.positions {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
#positions-nb {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
}
.position {
  border: 1px solid #d1d1d1;
  padding: 20px;
  position: relative;
}
.join-gray-box {
  margin-top: 60px;
}
.toggle-positions {
  margin-top: 60px;
}
.toggle-positions img {
  margin-right: 30px;
  cursor: pointer;
}
.toggle-positions div {
  margin-right: 30px;
  cursor: pointer;
  width: 33px;
  text-align: center;
  transform: skew(-20deg);
}
.toggle-positions div.active {
  background-color: #006a5a;
}
.toggle-positions div.active span {
  color: white;
}
.toggle-positions span {
  display: block;
  color: #5b998a;
  transform: skew(20deg);
}
.job-desc img {
  margin-right: 16px;
}
.position .bigger-title {
  font-size: 20px;
}
.position .inner-arrow {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.position p {
  color: #939393;
}
.join-team-c {
  padding: 20px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.btn-link {
  align-self: flex-end;
  text-decoration: none;
  color: #006a5a;
  font-size: 20px;
  width: fit-content;
  display: block;
  font-weight: bold;
}
.btn-link::after {
  content: "";
  display: block;
  border-bottom: 2px solid #006a5a;
  width: 45%;
}
.client-jobs {
  color: #5b998a;
  cursor: pointer;
  font-size: 18px;
}
.first {
  margin-right: 35px;
}
.ac {
  font-weight: bold;
  color: #006a5a;
}
.ac::after {
  content: "";
  display: block;
  border-bottom: 2px solid #006a5a;
  width: 22%;
}
.position2 {
  border: 1px solid #d1d1d1;
  padding: 20px;
  position: relative;
}
.position2 .bigger-title {
  font-size: 20px;
}
.position2 .inner-arrow {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.position2 p {
  color: #939393;
}
.blue-app {
  display: flex;
  flex-direction: column;
  width: 354px;
  height: 300px;
  padding: 30px;
  background-color: #efefef;
}
.position-inner p {
  max-width: 788px;
}
.blue-app .btn-link {
  align-self: flex-end;
  margin-top: -32px;
}
.btn-link:hover {
  color: #006a5a;
}
.team-inner-col1 {
  margin-right: 60px;
}
.form-section-c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-bottom: -5px;
  z-index: 2;
}
.form-section {
  background-color: #efefef;
  color: #3e3e3e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
}
.form-section-c.active .form-section {
  color: white;
  font-weight: bold;
  background-color: #006a5a;
}
.form-section-c.active span {
  font-weight: bold;
  color: #006a5a;
}
.form-section-c span {
  font-size: 14px;
  color: #3e3e3e;
}
.required {
  display: block;
}
.required::after {
  content: "*";
  display: inline;
  position: relative;
  left: 2px;
  color: #dd3737;
}
.app-input {
  margin-right: 25px;
  margin-top: 8px;
  width: 384px;
  padding: 12px;
  border: 1px solid #d3d3d3;
  color: #3e3e3e;
}
.app-select {
  margin-right: 25px;
  margin-top: 8px;
  width: 384px;
  padding: 12px;
  border: 1px solid #d3d3d3;
  appearance: none;
  background-color: white;
  background-image: url("../assets/Group\ 583.svg");
  background-repeat: no-repeat;
  background-position: 350px 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.radio-label {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 30px;
}
.radio {
  margin-right: 8px;
}
input[type="radio"] {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid gray;
  border-radius: 50%;
  outline: none;
}
input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
input[type="radio"]:checked {
  border: 1px solid #006a5a;
}
input[type="radio"]:checked:before {
  background: #006a5a;
}
/* input[type="radio"]:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: 2px;
  left: 2px;
  position: relative;
  background-color: #006a5a;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
} */
#phone {
  margin-top: 8px !important;
}
.iti__flag-container {
  position: absolute;
  top: 6px !important;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.pseudo-red .iti__flag-container {
  position: absolute;
  top: -7px !important;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.submit-container {
  cursor: pointer;
  margin-left: -8px;
  margin-top: 30px;
  align-items: center;
  display: flex;
}
#one-btn {
  justify-content: flex-end;
}
.submit-col-1 {
  margin-right: 5px;
}
.pseudo-red::after {
  content: "Please fill this field.";
  display: block;
  font-size: 13px;
  color: #dd3737;
}
.highlight {
  border-color: #dd3737;
}
.application-form-2 .form-section {
  background-color: #8ab5a8;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
}
#completed {
  color: #0b6a5a;
}
.application-form-2 .app-select {
  width: 792px;
}
#attachement-select {
  background-position: 760px 20px;
}
.application-form-2 .gray {
  margin-left: 5px;
  color: #a2a2a2;
  font-size: 16px;
}
.upload-btn {
  margin-left: -3px;
  background: none;
  border: none;
  color: #006a5a;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 18px;
}
.upload-btn::after {
  content: "";
  display: block;
  height: 2px;
  position: relative;
  bottom: 5px;
  background-color: #006a5a;
  width: 100%;
}
.imp2 {
  color: #006a5a;
  font-weight: bold;
}
.application-form-2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.application-form-2 .submit-container {
  justify-content: space-between;
}
.remove-file-btn {
  margin-top: -20px;
  margin-left: 12px;
  display: none;
  cursor: pointer;
}
#cv-name,
#cover {
  max-width: 180px;
  color: #2a9acc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
a {
  text-decoration: none;
}
/*newsletter*/
.newsletter-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 20px;
  row-gap: 30px;
}
.newsletter-grid p {
  max-width: 384px;
  color: #8b8b8b;
}
.newsletter-grid a {
  color: #3e3e3e;
}
.newsletter-green {
  font-size: 20px;
  color: #5b998a;
}
.gray-p {
  color: #939393;
}
.cpm-p {
  color: #939393;
}
.faq-btn {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 484px;
  height: 48px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.faq-btn.active {
  background-color: #006a5a;
  color: white;
}
.faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 792px;
  /* height: 50px; */
  border: 1px solid #d1d1d1;
}
.faq-question.impair {
  background-color: #f5f5f5;
}
#faq2 {
  display: none;
}
#faq3 {
  display: none;
}
#faq4 {
  display: none;
}
.faq-answer {
  max-width: 792px;
  border: 1px solid #d1d1d1;
  margin-bottom: 0px;
  padding: 20px;
  display: none;
}
#map {
  width: 612px;
  height: 612px;
  border: 1px solid #ccc;
}
.cond {
  position: relative;
  left: 28vw;
  display: none;
}
.cond2 {
  position: relative;
  left: 28vw;
  display: none;
}
/*csr*/
.csr-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  row-gap: 60px;
}
.csr-grid-element img {
  margin-right: 18px;
  width: 78px;
  height: 84px;
}
.csr-event .grid2 {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 20px;
}
.grid2 a {
  text-decoration: none;
  color: inherit;
}
.csr {
  position: relative;
  background: #efefef;
  min-height: 500px;
}
.csr::after {
  content: " ";
  position: absolute;
  right: 0;
  background-image: url("../assets/colors.png");
  width: 1000px;
  height: 100%;
  top: 0;
  z-index: 3;
  max-width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.logos {
  text-align: center;
  /* margin-right: 100px; */
  height: 250px;
}
.logos img {
  margin-bottom: 3px;
  /* width: 180px;
  height: 180px; */
  justify-self: flex-start;
}
.logos span {
  justify-self: flex-end;
  max-width: 250px;
  text-decoration: underline;
}
.mail {
  color: white;
}
.mail:hover {
  color: white;
}
.media-grid a {
  color: inherit;
}
.news-sep {
  color: gray;
}
.alerts a {
  color: inherit;
}
.toast {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 98;
  padding: 12px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
}
.loc {
  max-width: 280px;
}
.loc-btn {
  cursor: pointer;
}
#l2 {
  display: none;
}
#l3 {
  display: none;
}
#app-form .check-text {
  position: relative;
  left: 30px;
  top: 18px;
}
.application-form-2 .check-text {
  margin-left: 40px;
}
.team-element img {
  width: auto;
  height: 250px;
  margin-right: 20px;
}
.team-element p {
  max-width: 384px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.team-inner-c > img {
  height: 391px;
  max-width: 282px;
}
.abs3 .small-white-title {
  font-size: 18px;
}
.csr-event .light-green {
  color: #5b998a;
}
.positions a {
  color: inherit !important;
  text-decoration: none;
}
.img-change-btn {
  width: 180px;
  height: auto;
  cursor: pointer;
  margin-right: 25px;
  margin-top: 5px;
}
.img-change-btn.active {
  border: 3px solid #006a5a;
}
select {
  color: #3e3e3e;
}
select:required:invalid {
  color: #939393 !important;
}
option:not(:first-of-type) {
  color: #3e3e3e;
}
.green-1-btn {
  display: block;
  border: none;
  background-color: #0b6a5a;
  color: white;
  padding-top: 11px;
  text-align: center;
  width: 206px;
  height: 46px;
}
.green-1-btn:hover {
  color: white;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 106, 90, 0.5);
  z-index: 807;
  display: none;
}
.nav-open #sidenav-overlay {
  display: block;
}
.stepper1 {
  z-index: 10;
}
.stepper2 {
  margin-left: -43px;
}
.checkbox-c.pseudo-red::after {
  position: absolute;
  top: 50px;
  width: 150px;
}
.form-sections {
  height: 75px;
  width: 323px;
  position: relative;
}
.attachment-seperator {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 70%;
  height: 3px;
  z-index: -1;
}
.application-form-2 .attachment-seperator {
  left: 45px;
}
.nv-2 > img {
  margin-left: 35px;
}
.image-section {
  background-image: url("../assets/cpm-about-us-banner-office-employees.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 330px;
}
.inner-c .bigger-title {
  display: block;
}
.videos-inner-title img {
  width: 300px;
  height: auto;
}
.faq-question h2 {
  font-size: 16px;
  font-weight: normal;
}
/* #myVideo {
  display: none;
  position: absolute;
  right: 0;
  right: 0;
  z-index: 20;
  width: 100%;
} */
#myVideo {
  display: none;
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
}
.close-video {
  display: none;
  background-color: rgb(0, 106, 90, 0.8);
  z-index: 21;
  cursor: pointer;
  padding: 8px;
  position: fixed;
  top: 0;
  right: 0;
}
.video {
  width: auto;
  height: 350px;
}
.home-news-preview .brief {
  -webkit-line-clamp: 2;
}
.small-play-btn {
  display: none;
}
.media-grid img {
  width: 384px;
  height: 214px;
}
.service-team-c a {
  color: #3e3e3e;
}
.alerts.pressreleases {
  justify-content: flex-start;
}
.pressreleases-c {
  min-height: 400px;
}
.media-grid .img-cont ,
.latest-section .img-cont {
  width: 384px;
  height: 214px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.img-cont img {
  width: 384px;
  /*height: 214px;*/
  height: initial!important;
  max-width: 100%;
  max-height: 100%;
}
.pub-icon {
  width: auto !important;
  height: auto !important;
}
.change-img {
  width: auto;
  height: 560px;
}
.gallery-images-btns {
  flex-wrap: wrap;
}
.grid2 img {
  width: 384px;
  height: 214px;
}
.cookie-banner {
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 200;
  max-width: 282px;
}
.cookie-btn {
  width: 131px;
  height: 46px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #006a5a;
  background-color: #006a5a;
  color: white;
}
.close {
  font-size: 32px;
  background: none;
  border: none;
  color: #3e3e3e;
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 4px;
}
.team-element .light-green::after {
  content: "";
  display: block;
  width: 30%;
  border-bottom: 2px solid #006a5a;
}
.fake-div {
  position: absolute;
  top: -196px;
}
.fake-div.s {
  top: 350px;
}
.search-input {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #3e3e3e;
  padding-left: 8px;
  display: none;
}
.search-input:focus {
  outline: none !important;
  border-color: white;
}
.search-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.values {
  position: relative;
}
.abt-nav {
  flex-wrap: wrap;
}
.small-play-btn {
  width: 89px;
}
.membership table a {
  border-bottom: none;
}
/*media queries*/
@media (min-width: 990px) {
  .extra-mb {
    margin-top: 55px !important;
  }
}
@media (max-width: 1800px) {
  .contact-us-image {
    top: 100px;
    width: 35%;
  }
}
@media (max-width: 1600px) {
  .why-choose-us-image {
    width: 45%;
  }
  .pdiv {
    margin-left: 700px !important;
    width: 450px;
  }
  .show {
    display: block !important;
  }
  .abs4 {
    height: auto;
  }
}
@media (max-width: 1500px) {
  .history-services-img {
    width: 42%;
  }
  .abs2 {
    height: 800px;
  }
}
@media (max-width: 1400px) {
  .pdiv {
    margin-left: 600px !important;
    margin-top: 150px;
  }
  .history-services-img {
    display: none;
  }
  .abs2 {
    padding-bottom: 100px;
    height: auto;
  }
  .faq-container {
    flex-direction: column;
  }
  .faq-questions {
    margin-top: 40px;
  }
  .faq-btns {
    overflow: scroll;
    display: flex;
  }
  .faq-btn {
    display: block;
    color: #939393;
    background: none;
    border: none;
    width: auto;
    height: auto;
  }
  .faq-btn span {
    display: block;
    min-width: 150px;
  }
  .sss {
    width: 220px !important;
  }
  .faq-btn.active {
    color: #006a5a;
    font-weight: bold;
    background: none;
    border: none;
  }
  .faq-btn.active::after {
    content: "";
    display: block;
    background-color: #006a5a;
    height: 2px;
    width: 30%;
  }
  .faq-icon {
    display: none;
  }
  .videos-grid {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
  .videos-inner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inner-div {
    display: none !important;
  }
  .inner-div-mobile {
    display: block !important;
    background-color: #efefef;
  }
  .services-grid {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    column-gap: 60px;
    row-gap: 80px;
  }
  .contact-us-image {
    display: none;
  }
}
@media (max-width: 1200px) {
  .play-btn {
    margin-top: 200px;
  }
  .close-video img {
    width: 22px;
    height: 22px;
  }
  .team-element .light-green {
    width: fit-content;
    text-decoration: none;
    align-self: flex-end;
    justify-self: flex-end;
    position: absolute;
    bottom: -6%;
    right: 0;
  }
  .why-choose-us-image {
    width: 45%;
  }
  .pdiv {
    margin-left: 475px !important;
    margin-top: 100px !important;
  }
  .team-element img {
    max-width: 250px;
  }
  .abs5::after {
    display: none;
  }
  .abs5 p {
    max-width: none;
  }
  .map-c {
    flex-direction: column;
  }
  .latest {
    margin-right: 0px;
  }
  .logos-c {
    flex-direction: column;
    align-items: center;
  }
  .logos {
    margin-right: 0px;
    height: auto;
    margin-bottom: 80px;
  }
  .logos img {
    margin-bottom: 3px;
    width: auto;
    height: auto;
    justify-self: flex-start;
  }
  .s-logo {
    margin-bottom: 40px !important;
  }
  .logos .map-c {
    flex-direction: column;
  }
  .position-inner-c {
    flex-direction: column;
  }
  .container-404 {
    flex-direction: column !important;
    text-align: center;
  }
  .img-404 {
    display: none;
  }
  .mobile-img-404 {
    display: inline-block !important;
  }
  .main-section {
    flex-direction: column-reverse;
    justify-content: space-between !important;
  }
  .latest-btns {
    width: 100%;
    flex-direction: row !important;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .latest-section-c {
    flex-direction: column;
  }
  .btn-container {
    justify-content: flex-start;
  }
  .latest-btns span {
    margin-right: 25px;
    padding-bottom: 0px;
    display: block;
  }
  .latest-btns span::after {
    width: 0px;
  }
  .latest-btns .active::after {
    margin-top: 0px;
    position: relative;
    bottom: 3px;
    content: "";
    display: block;
    width: 100%;
    background-color: #006a5a;
    height: 2px;
  }
  .latest-section .bigger-green-title {
    margin-top: -20px;
  }
  .membership {
    flex-direction: column;
  }
  .myCol2 {
    margin-top: 40px;
  }

  .team-element {
    flex-direction: column;
  }
  .team-element .title {
    margin-top: 20px;
  }
  .media-grid {
    grid-template-columns: repeat(2, auto);
  }
  .csr-event .grid2 {
    grid-template-columns: repeat(2, auto);
  }
  .check-text {
    display: inline-block;
    width: 307px;
  }
  .checkmark {
    position: absolute;
    top: -65px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
  }
}

@media (max-width: 990px) {
  .abt-nav {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  form.pseudo-red::after {
    position: relative;
    top: -75px;
  }
  .why-choose-us-image-mobile {
    display: block !important;
    background-image: url("../assets/why-choose-us-image-mobile.jpg");
    height: 406px;
    width: 375px;
    position: relative;
    top: 200px;
    margin-left: -5px !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 95%;
  }
  .why-choose-us-image {
    display: none;
  }
  .custom-padding {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .application-form-2 .submit-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .application-form-2 .submit-btn {
    margin-bottom: 40px;
  }
  .abs1 {
    min-height: auto;
  }
  section.hs3:after {
    display: none;
  }
  .ss1::after {
    display: none;
  }
  .ss1 {
    min-height: 300px;
  }
  .footer-link {
    width: fit-content;
    margin: 22px auto;
  }
  .footer-link.ga::after {
    width: 80%;
  }
  #app-form .check-text {
    top: 40px;
    margin-bottom: 25px;
  }
  #app-form #next {
    margin-left: 25px;
  }
  #app-form .upload-btn {
    margin-bottom: 20px;
  }
  .pdiv {
    margin-top: 50px !important;
    margin-left: 0px !important;
    width: auto;
  }
  .csr-event .grid2 {
    grid-template-columns: repeat(1, auto);
    column-gap: 20px;
  }
  .csr-grid {
    grid-template-columns: repeat(1, auto);
  }
  .faq-question {
    width: 340px;
    height: 80px;
  }
  .faq-answer {
    width: 340px;
  }
  .newsletter-grid {
    grid-template-columns: repeat(1, auto);
  }
  .application-form-2 .submit-btn {
    margin-top: -4px;
  }
  #attachement-select {
    background-position: 290px 20px;
  }
  .application-form-2 .app-select {
    width: 320px;
  }
  .application-form-2 .form-sections {
    margin-left: -20px;
  }
  .app-in {
    flex-direction: column;
    margin-top: 8px !important;
  }
  #app-form .green-title {
    margin-top: 30px !important;
  }
  .fl-rev {
    flex-direction: column-reverse;
  }
  .application-form .required {
    margin-top: 20px;
  }
  .app-select {
    width: 300px;
    background-position: 270px 20px;
  }
  .form-sections {
    margin-left: 0;
  }
  .positions {
    grid-template-columns: repeat(1, auto);
  }
  .f1 {
    flex-direction: column;
  }
  .select-loc {
    margin-top: 20px;
  }
  .contact-form {
    width: auto !important;
  }
  .second {
    margin-top: 20px;
  }
  .contact-flex {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .submit-btn {
    margin-top: 40px;
    align-self: center;
  }
  .contact-select {
    width: 342px;
  }
  .input,
  .textarea {
    width: 342px;
  }
  .videos-grid img {
    max-width: 340px;
  }
  .service-team-c {
    margin-top: 20px;
  }
  .media-grid {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-links {
    margin-top: 30px;
    align-items: center;
  }
  .footer-link-container {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .news-grid {
    overflow: scroll;
    grid-template-columns: repeat(6, auto);
  }
  .history-services {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    justify-content: center !important;
    gap: 25px;
  }
  .history-services > div {
    text-align: center;
  }
  .disappear {
    display: none;
  }
  .values {
    flex-direction: column;
  }
  .inner-c {
    flex-direction: column;
  }
  .desk {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .team-inner-c {
    flex-direction: column;
  }
  .team-inner-c > img {
    max-width: 282px;
    height: 391px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .alerts {
    grid-template-columns: repeat(1, auto) !important;
  }
  .why-choose-us-image-mobile {
    top: 0px;
  }
}
@media (max-width: 768px) {
  .second-nav .container {
    overflow: scroll;
  }
  #myVideo {
    height: auto;
    position: static;
  }
  .change-img {
    width: 375px;
    height: 300px;
  }
  .image-section {
    background-image: url("../assets/cpm-about-us-banner-office-employees-mobile.jpg");
    height: 249;
  }
  .city {
    display: flex;
  }
  .city .loc-btn {
    margin-top: 0px !important;
    margin-right: 12px;
  }
  .abs2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .abs1::after {
    display: none;
  }
  .ss3::after {
    display: none;
  }
  .ts1::after {
    display: none;
  }
  .ts1 {
    min-height: 300px;
  }
  .careers-section::after {
    display: none;
  }
  .careers-section {
    min-height: 300px;
  }
  .csr::after {
    display: none;
  }
  .csr {
    min-height: 300px;
  }
  .news-inner-img {
    background-image: url("../assets/Rectangle 1081.jpg");
    height: 400px;
  }
  .shape {
    width: 100%;
    margin-right: 0px;
    padding: 8% 12% 8% 4%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .hi {
    display: none !important;
  }
  .sh {
    display: block;
  }
  .csr-event img {
    width: 90%;
  }
  #map {
    width: 320px;
    height: 412px;
    border: 1px solid #ccc;
  }
  .locat {
    flex-direction: column;
  }
  .map .footer-list {
    margin-top: 25px;
  }
  iframe {
    width: 350px;
  }
  .cus iframe {
    width: 100%;
  }
  .application-form-2 .bigger-title {
    margin-left: 20px;
  }
}
@media (max-width: 550px) {
  .video-container {
    margin-top: 200px;
  }
  .video {
    height: 150px;
  }

  .play-btn {
    margin-top: 180px !important;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .team-element img {
    width: 164px;
    height: 227px;
  }
  .team-grid {
    grid-template-columns: repeat(1, auto);
  }
  .team-element .light-green {
    margin-bottom: -12px;
  }
  .only-on-mobile {
    display: block !important;
    position: relative;
    width: 100%;
    bottom: -40px;
  }
  .only-on-mobile.top-img {
    bottom: 0;
  }
  .news-element img {
    width: 253px;
    height: 141px;
  }
  .app-input {
    width: 340px;
  }
  .join-team-c {
    padding: 20px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    width: 342px;
  }
  #app-form > .green-title {
    margin-left: -3px;
  }
}
@media (max-width: 500px) {
  .first {
    margin-right: 0px;
  }
  .select-loc {
    width: 100%;
    background-position: 95% 22px;
  }
  .arrow {
    right: 60px;
    bottom: 30px;
  }
  .item {
    width: 340px;
    height: 200px;
  }
  .item span,
  .item img {
    position: relative;
    bottom: 40px;
  }
  .owl-carousel .arrow {
    right: 5px;
  }
  .service-container {
    width: 340px;
    height: 200px;
  }
  .app-input {
    width: 300px;
  }
  .media-grid img {
    width: 340px;
  }
  .shape {
    margin-right: 0px;
  }
  .toggle {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .toggle2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 400px) {
  .video-container {
    margin-top: 160px;
  }
}
@media (max-width: 375px) {
  .small-title {
    font-size: 13px;
  }
  .bigger-green-title {
    max-width: 253px !important;
    font-size: 26px;
  }
  /* .abs1 {
    background: url("../assets/Path 8229.png") top left;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: auto;
    margin-top: -100px;
  } */
  .ss1 {
    margin-top: -50px;
    background-size: auto auto;
    height: 230px;
    width: 358px;
  }
  .services-banner-mobile {
    display: block !important;
    background: url("../assets/services-what-we-provide-banner-image-mobile.png");
    height: 249px;
    width: 375px;
  }
  .ss3 {
    margin-top: -50px;
  }
  .get-in-touch-banner-mobile {
    display: block !important;
    background: url("../assets/get-in-touch-image-mobile.png");
    background-size: contain;
    height: 249px;
    width: 375px;
  }
}
@media (max-width: 360px) {
  .play-btn {
    margin-top: 180px !important;
  }
}
