body {
  background-color: rgba(208, 254, 254, 0.5);
}

.green {
  color: #2AAF58;
}

.light-green {
  color: #20DB61;
}

.blue {
  color: #005FB4;
}

.light-blue {
  color: #009FE1;
}

.orange {
  color: #FE6C1B;
}

.light-orange {
  color: #FF9155;
}

.theme-btn-s2 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.theme-btn-s2::after {
  background-color: rgb(208, 254, 254);
}

.rolling-text .text-line {
  color: #fff;
}

.theme-btn-s2:hover, 
.theme-btn-s2:focus, 
.theme-btn-s2:active,
.theme-btn-s2:hover .rolling-text .text-line {
  color: #005FB4;
}

.mob-menu {
  display: none;
}

.preloader {
  background-color: #D9F0F0;
}

.preloader .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 95, 180, 0.5);
}

.preloader img {
  height: 60px;
}

.desktop-menu .nav-top {
  padding: 15px 40px;
  background-color: #D1F8FE;
}

.nav-top .nav-social {
  float: right;
}

.nav-top .nav-social li a {
  width: 40px;
  height: 40px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #005FB4;
}

.desktop-menu .nav-top .d-nav-contact {
  color: #000;
}

.desktop-menu .nav-top .d-nav-contact i {
  color: #868686;
  margin-right: 10px;
}

.desktop-menu .navbar {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.desktop-menu .wpo-site-header .navbar-header .navbar-brand img {
  max-width: 400px;
}

.desktop-menu .wpo-site-header .navigation-holder {
  justify-content: end;
}

.desktop-menu .wpo-site-header #navbar > ul li a.active,
.desktop-menu .wpo-site-header #navbar > ul li a:hover, 
.desktop-menu .wpo-site-header #navbar > ul li a:focus {
  color: #005FB4;
}

.desktop-menu .sticky-header.sticky-on {
  background-color: #fff;
}

.desktop-menu .sticky-header.sticky-on:nth-child(3) {
  display: none;
}

.desktop-menu .wpo-site-header #navbar > ul > li > a {
  padding: 15px 33px;
}

.desktop-menu .wpo-site-header #navbar > ul > li > a i {
  margin-left: 10px;
}

.desktop-menu .wpo-site-header #navbar > ul > li:hover > .sub-menu {
  background-color: #005FB4;
}

.desktop-menu .wpo-site-header #navbar > ul .sub-menu {
  padding: 10px 0;
  border-radius: 10px;
}

.desktop-menu .wpo-site-header #navbar > ul > li .sub-menu a {
  color: #fff;
}

.desktop-menu .wpo-site-header #navbar > ul > li .sub-menu a:hover {
  color: #E7FEFE;
}

.desktop-menu .wpo-site-header #navbar > ul > li .sub-menu a:after {
  background: #E7FEFE;
}

.static-hero .hero-all-content {
  height: 100%;
}

.static-hero .slide-content .left-content .slide-sub-title h2 {
  font-size: 54px;
  font-family: "Satoshi";
  font-weight: 700;
}

.static-hero .slide-inner::before {
  background: linear-gradient(249deg, rgba(0, 95, 180, 0) 27.62%, rgba(0, 95, 180, 0.16) 60.82%, rgba(0, 95, 180, 0.85) 71.42%, #005FB4 78.17%);
}

.static-hero .slide-content .right-content .wpo-contact-form-area {
  max-width: 520px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
  color: #fff;
  border-radius: 35px;
  background: #005FB4;
}

.static-hero .slide-content .left-content {
  padding-top: 0;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control {
  height: 50px;
  line-height: 30px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area textarea.form-control {
  height: auto;
}

.wpo-review-section .wpo-section-title {
  margin: 0 0 100px;
}

.wpo-review-section .review-wrap .review-items:nth-child(2) {
  background-color: #005FB4;
}

.wpo-review-section .review-wrap .review-items:nth-child(4) {
  background-color: #024582;
}

.wpo-review-section .review-wrap .review-items .review-content .review-text {
  max-width: 310px;
}

.wpo-review-section .review-wrap .review-items .review-content .review-text p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.wpo-review-section .review-wrap .review-items .review-content-more {
  display: none;
}

.static-hero .slide-content .right-content .wpo-contact-form-area select.form-control {
  background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.what-get-box {
  margin: 30px 0;
  height: 320px;
  overflow: hidden;
  padding: 30px 15px;
  border-radius: 9px;
  text-align: center;
  background: #005fb4;
  border: 1px solid #005fb4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.what-get-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  background-color: #67B7FF;
  border-radius: 68px 0px 68px 68px;
}

.what-get-icon img {
  height: 50px;
}

.what-get-text h3 {
  color: #67B7FF;
  font-size: 24px;
  margin: 10px 0 20px;
}

.what-get-text p {
  margin: 0;
  color: #fff;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
  padding-top: 0;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 h2 {
  color: #005fb4;
  text-align: left;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .before {
  left: 17px;
  right: auto;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .after {
  left: auto;
  right: 17px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
  background-color: #005FB4;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2::before {
  display: none;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2:hover svg path {
  fill: #005fb4;
}

.transforming-list ul li {
  position: relative;
}

.transforming-list ul li i {
  color: #FE6C1B;
  margin-right: 10px;
}

.wpo-gallery-section .gallery-title span, .wpo-gallery-section-2 .gallery-title span {
  text-transform: uppercase;
}

.wpo-gallery-section .gallery-title, .wpo-gallery-section-2 .gallery-title {
  max-width: 100%;
}

.wpo-gallery-section .gallery-title h2, .wpo-gallery-section-2 .gallery-title h2 {
  font-size: 42px;
  color: #005FB4;
}

.wpo-section-title span, .wpo-section-title-s2 span {
  text-transform: uppercase;
}

.wpo-section-title h2, .wpo-section-title-s2 h2 {
  font-size: 42px;
  color: #005fb4;
  text-align: center;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items {
  background-color: #AFEDEE;
}

.testimonial-right,
.testimonial-right img {
  height: 100%;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon {
  padding-bottom: 20px;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span  {
  color: #000;
}

.wpo-testimonial-section .testimonial-right .bottom-logos .bottom-logo-item {
  justify-content: center;
}

.wpo-gallery-section .gallery-wrap .gallery-items, .wpo-gallery-section-2 .gallery-wrap .gallery-items {
  justify-content: center;
}

.wpo-testimonial-section .testimonial-border, .wpo-testimonial-section-2 .testimonial-border {
  padding-bottom: 50px;
}

.gallery-items-s2 img {
    width: 200px !important;
    transition: all 0.3s ease-in;
    filter: grayscale(1);
    opacity: 0.5;
}

.gallery-items-s2 img:hover {
  opacity: 1;
  filter: none;
}

.gallery-items-s2 .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-items-s2 .owl-nav.disabled {
  display: none;
}

.wpo-site-footer {
  padding: 30px 0 0;
  background-color: #171717;
}

.footer-top {
  padding: 0 0 30px;
}

.footer-top .footer-logo {
  width: 90%;
}

.footer-top h5 {
  color: #fff;
  margin: 20px 0;
}

.footer-office p {
  color: #868686;
}

.footer-office .company-email p {
  margin: 0;
}

.footer-office .company-email a {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  color: #868686;
  text-align: center;
  margin-right: 12px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
  border: 1px solid #868686;
}

.footer-social li a:hover {
  background: #005FB4;
  opacity: 1 !important;
  color: #fff !important;
}

.footer-top .footer-links {
  column-count: 2;
}

.footer-top .footer-links a {
  font-weight: 400;
  color: #868686;
}

.footer-top .footer-links a:hover {
  opacity: 0.5;
  color: #868686;
}

.footer-top .footer-links li {
  line-height: 24px;
  margin: 0 0 10px;
}

.footer-bottom {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer-bottom p a {
  color: #fff;
}

.breadcumb-area {
  min-height: 450px;
  background-size: auto;
  background-image: url('../images/inner-banner.jpg');
}

.breadcumb-area:before {
  background:linear-gradient(249deg, rgba(0, 95, 180, 0) -3.38%, rgba(0, 95, 180, 0.16) -6.18%, rgba(0, 95, 180, 0.85) 42.42%, #005FB4 66.17%);
}

.breadcrumb-item a {
  color: #FE6C1B;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.about-intro p a {
  color: #005FB4;
  text-decoration: underline;
}

.our-purpose h2 {
  color: #005FB4;
  margin: 0 0 30px;
}

.our-purpose .inner-colum,
.our-purpose .image-column {
  position: relative;
}

.our-purpose .image-column .inner-colum {
  padding-right: 60px;
}

.our-purpose .image-column .inner-colum .image {
  max-width: 450px;
}

.our-purpose .image-column .inner-colum .overlay-anim {
  position: relative;
}

.our-purpose .image-column .inner-colum .overlay-anim:after {
  background: #ffffff4d;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.our-purpose .image-column .inner-colum .overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.our-purpose .image-column .image-2 {
  position: absolute;
  bottom: -34px;
  right: 45px;
  overflow: hidden;
  margin-bottom: 0;
}

.our-purpose .image-column .image-3 {
  left: 130px;
  bottom: -53px;
  margin-bottom: 0;
  position: absolute;
  animation: fa-spin 20s infinite linear;
  -webkit-animation: fa-spin 20s infinite linear;
}

.wpo-why-choose-section-2 .wpo-section-title-s2 span {
  color: #2AAF58;
  text-transform: uppercase;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-1 {
  background-color: #337FC3;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-2, 
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3, 
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
  border: 1px solid #337FC3;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
  top: 0;
  transform: none;
}

.sectors-block {
  margin: 0 0 70px;
}

.sectors-block:last-child {
  margin: 0;
}

.sectors-block img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sectors-block h2 {
  color: #005FB4;
  margin: 0 0 30px;
}

.sectors-block p {
  font-size: 20px;
  line-height: 34px;
}

.sectors-block h2.mob-title {
  display: none;
}

.our-approach-intro h2 {
  color: #005FB4;
  margin: 0 0 30px;
}

.key-aspects img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.key-aspects h2 {
  color: #005FB4;
  font-size: 47px;
  margin: 0 0 30px;
  line-height: 67px;
}

.key-aspects li {
  font-size: 24px;
  margin: 0 0 15px;
  position: relative;
  padding-left: 35px;
}

.key-aspects li:before {
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
}

.key-aspects li i {
  color: #FE6C1B;
  margin: 0 15px 15px 0;
}

.key-aspects li ul {
  padding-left: 0;
  margin: 20px 0 0;
}

.key-aspects li ul li {
  position: relative;
}

.key-aspects li ul li:before {
   background-image: url(../images/circle.svg);
}

.key-aspects li ul li i {
  font-size: 18px;
}

.wpo-why-choose-section-2 {
  background-color: transparent;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
  padding-top: 0;
  background-color: transparent;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items .wpo-section-title-s2 h2 {
  text-align: left;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
  background-color: #B3FDFD;
  color: #000 !important;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
  background-color: #B3FDFD;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) {
  background-color: #C0FCFC;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
  background-color: #C0FCFC;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items h3,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items p {
  color: #000 !important;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items p {
  text-transform: none !important;
}

.pathology-matter-content {
  padding: 60px 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pathology-matter-content:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 95, 180, 0.85);
}

.pathology-matter-content h3,
.pathology-matter-content p {
  position: relative;
}

.pathology-matter-content h3 {
  color: #D9F0F0;
  margin: 0 0 30px;
  font-size: 47px;
}

.pathology-matter-content p {
  color: #fff;
  font-size: 24px;
}

.service-list {
  padding: 0 0 50px;
}

.service-list-block {
  display: flex;
  margin: 0 0 50px;
  align-items: stretch; /* make both columns equal height */
  border-radius: 10px;
  background: transparent;
  border: 1px solid #005fb4;
}

.service-list-img {
  flex: 0.75;
  overflow: hidden; /* ensure image doesn't overflow */
}

.service-list-img img {
  width: 100%;
  height: 100%; /* fill container vertically */
  object-fit: cover; /* maintain image aspect ratio and fill space */
  border-radius: 10px 0 0 10px;
}

.service-list-content {
  flex: 1;
  display: flex;
  align-items: center; /* vertically center content if needed */
}

.service-list-content-in {
  padding: 30px 30px 10px;
}

.service-list-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #E7FEFE;
  border: 1.5px solid #2AAF58;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  margin: 0 0 30px;
  box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
}

.service-list-content-in img {
  height: 60px;
}

.service-list-content-in p a {
  color: #005FB4;
  text-decoration: underline;
}

.service-list-content-in h5 {
  margin: 0 0 20px;
}

.service-list-content-in ul {
  padding-left: 0;
  margin: 0 0 30px;
}

.service-list-content-in li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 35px;
}

.service-list-content-in li:before {
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow.svg');
}

.service-list-content-in h3 {
  margin: 0 0 30px;
}

.service-list-content-in h3,
.service-list-content-in li i {
  color: #005FB4;
}

.service-list-content-in li i {
  margin-right: 10px;
}

.why-choose-block {
  margin: 0 0 50px;
  text-align: center;
}

.why-choose-block img {
  display: block;
  margin: 0 auto 30px;
}

.why-choose p a {
  color: #005FB4;
  text-decoration: underline;
}

.office-info-item {
  height: 320px;
}

.office-info .office-info-item .office-info-text p a {
  color: #636776;
}

.office-info .office-info-item::before {
  display: none;
}

.office-info .office-info-item.active .office-info-text h2, 
.office-info .office-info-item:hover .office-info-text h2,
.office-info .office-info-item:hover .office-info-icon i {
  color: #636776;
}

.office-info .office-info-item.active .office-info-icon .icon .fi:before, 
.office-info .office-info-item:hover .office-info-icon .icon .fi:before {
  color: #636776;
}

.office-info .office-info-item.active .office-info-text p, 
.office-info .office-info-item:hover .office-info-text p {
  color: #636776;
}

.contact-right {
  max-width: 100%;
  margin: 0 auto;
}

.contact-form .input-item .fild {
  background-color: transparent;
}

.contact-form .input-item select.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  background: transparent url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.contact-form .theme-btn-s2 {
  color: #fff;
  border-radius: 35px;
  background: #005FB4;
}

.contact-form .theme-btn-s2::before {
  display: none;
}

.contact-form .submitbtn {
  margin: 0 auto;
}

.our-values-item {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.our-values-item h3 {
  font-size: 36px;
}

.we-triora {
  padding: 30px 0;
  font-family: "Cabinet Grotesk";
  border-bottom: 1px solid #ddd;
}

.we-triora h2 {
  font-size: 42px;
}

.select-type-building select  {
  padding-left: 30px;
  padding-bottom: 20px;
}

.select-type-building label i {
  top: 13px !important;
}

.contact-form .input-item i {
  top: 2px;
}

.contact-form .theme-btn-s2 {
  padding: 20px 70px !important;
}

.breadcumb-area .breadcumb-wrap h3 {
  font-size: 60px;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
  max-width: 100%;
}


@media (max-width: 1800px) {
  .wpo-site-header {padding: 15px 40px;}
}

@media (max-width: 1366px) {
  .desktop-menu .wpo-site-header #navbar > ul > li > a {padding: 15px 20px;}

  .wpo-testimonial-section .testimonial-left-side .testimonial-items {padding: 40px;}

  .wpo-testimonial-section .testimonial-right .bottom-logos, .wpo-testimonial-section-2 .testimonial-right .bottom-logos {padding: 6px 0;}

  .wpo-review-section .review-wrap .review-items .review-content {padding: 15px 30px;}
  .wpo-review-section .review-wrap .review-items .review-content .review-text {padding: 20px 0 0;}
  .wpo-review-section .review-wrap .review-items .review-content .review-text p {font-size: 16px;line-height: 26px;}

  .what-get-box {height: 310px;}
  .what-get .container {max-width: 100%;}

  .footer-top .container {max-width: 100%;padding: 0 15px;}
  .footer-social li a {margin-right: 0;}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .desktop-menu .wpo-site-header {padding: 15px 25px;}
    .desktop-menu .wpo-site-header .navbar-header .navbar-brand img {max-width: 290px;}

    .wpo-testimonial-section .container {max-width: 100%;}
    .wpo-testimonial-section .testimonial-left-side .testimonial-items {padding: 40px;}

    .footer-top .container {max-width: 100%;}
    .footer-office p br {display: none;}
    .footer-social li a {margin-right: 0;}

    .wpo-review-section .review-wrap .review-items .review-content {height: 270px;overflow: hidden;}
    .wpo-review-section .review-wrap .review-items .review-content-more {display: block;padding: 20px 30px;}
    .wpo-review-section .review-wrap .review-items .review-content-more a {color: #E7FEFE;text-decoration: underline;}

    .what-get-box {height: 330px;}
    .what-get-text h3 {font-size: 18px;}
    .what-get-text p {font-size: 16px;line-height: 24px;}

    .contact-page .container {max-width: 100%;}
    .office-info .office-info-item .office-info-text p {font-size: 17px;}
    .office-info .office-info-item .office-info-text p br {display: none;}

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

@media (max-width: 991px) {
  .desktop-menu {display: none;}

  .mob-menu {display: block;}
  .mob-menu .wpo-site-header {padding: 15px;}
  .mob-menu .wpo-site-header .navigation {background-color: transparent;}
  .mob-menu .wpo-site-header .navbar-header .navbar-brand img {max-width: 300px;}
  .mob-menu .sticky-header.sticky-on {background-color: #fff;}
  .mob-menu .sticky-header.sticky-on:nth-child(2) {display: none;}

  .wpo-review-section .review-wrap .review-items .review-content {height: 190px;overflow: hidden;}
  .wpo-review-section .review-wrap .review-items .review-content-more {display: block;padding: 0 20px;}
  .wpo-review-section .review-wrap .review-items .review-content-more a {color: #E7FEFE;text-decoration: underline;}

  .what-get-box {margin:15px 0 15px 0;}

  .footer-top .footer-logo {width: 50%;display: block;margin: 0 auto;}
  .footer-img-block {order: 0;}
  .footer-address {order: 1;}
  .footer-links-block {order: 2;}
  .footer-social-media {order: 3;text-align: center;margin: 15px 0 0;}
  .footer-social-media h5 {display: none;}
  .footer-img-block a {border-bottom: 1px solid #222;margin: 0 0 15px;display: block;padding: 0 0 35px;}

  .sectors-listing .container {max-width: 100%;}
  .sectors-block h2 {margin: 0 0 15px;}
  .sectors-block p {font-size: 18px;line-height: 28px;}

  .key-aspects img {margin: 0 0 30px;}

  .office-info .office-info-item .office-info-text p {font-size: 15px;}
}

@media (max-width: 767px) {
  .mob-menu .wpo-site-header {padding: 15px 0;}
  .mob-menu .wpo-site-header .navbar-header .navbar-brand img {max-width: 210px;float: left;}
  .mob-menu .wpo-site-header .header-right .header-contact {display: block;}

  .wpo-section-title h2, .wpo-section-title-s2 h2 {line-height: 52px;}

  .static-hero .slide-content .left-content .slide-sub-title h2 {font-size: 40px;line-height: 54px;}

  .wpo-review-section .review-wrap .review-items .review-content {height: auto;}
  .wpo-review-section .review-wrap .review-items .review-content-more {display: none;}

  .what-get-box {height: auto;}

  .gallery-items-s2 .owl-item img {margin: 0 auto;}

  .sectors-block {text-align: center;}
  .sectors-block h2.mob-title {display: block;}
  .sectors-block .content-rt h2, .sectors-block .content-lt h2 {display: none;}
  .sectors-block img {margin: 0 0 20px;}  
  .sectors-block .img-rt {order: 0;}
  .sectors-block .content-lt {order: 1;}

  .key-aspects img {margin: 0 0 30px;}
  .key-aspects h2 {font-size: 36px;line-height: 48px;}
  .key-aspects li {font-size: 20px;}
  .key-aspects li ul {padding-left: 25px;}

  .pathology-matter-content {padding: 30px 30px;}
  .pathology-matter-content h3 {font-size: 36px;}
  .pathology-matter-content p {font-size: 18px;}

  .service-list-block {flex-direction: column;}
  .service-list-img {flex: 100%;}
  .service-list-img img {border-radius: 10px 10px 0 0;}

  .contact-form .input-item .col-xl-4 {margin: 0 0 20px;}
  .contact-form .input-item .col-xl-4 .fild {padding-left: 15px;}

  .wpo-why-choose-section-2 {padding: 100px 0 !important;}
  .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {display: none;}
}

@media (max-width: 480px) {
  
}