/*************************************
Template Name: Aroma Power Engineering & Automation Ltd.
Author: Ashraf Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*  <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

/* .public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .exo-<uniquifier> {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
  --primary-color: #26a65b;
  --white-color: #fff;
}


body {font-size: 16px;color: #333;background: var(--white-color);font-family: "Public Sans", sans-serif;}
/* @media (min-width: 1200px) {
  .container {max-width: 1280px!important;}
  .top-nav-container .container { max-width: 1500px!important;}
  .top-header .container { max-width: 1500px!important;}
} */
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {padding-left: 0;padding-right: 0;}
.p-left-0 {padding-left: 0;}
.p-right-0 {padding-right: 0;}
.m-0 {margin-left: 0;margin-right: 0;}
body,p,textarea {font-weight: 400;font-family: "Public Sans", sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight: 700;font-family: "Exo", sans-serif;}
a {text-decoration: none;}
a:focus {outline: 0 solid !important;}
a:hover {text-decoration: none !important;}
*a:hover {text-decoration: none !important;}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset !important;}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #212529;color: var(--white-color);padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0;z-index: 999999;}
#back_to_top svg {color: var(--white-color);width: 30px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: var(--white-color);border: 1px solid #212529;}
#back_to_top:hover svg {color: #212529;}
/*====================== Header style Top nav =========================================*/
a.navbar-brand:before {
  content: '';
  height: 125px;
  width: 700px;
  position: absolute;
  bottom: 14px;
  left: -305px;
  background-color: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
}
a.navbar-brand {
  position: relative;
  z-index: 2;
  padding: 0px 170px 20px 0px;
  margin-top: 0px;
  -webkit-filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
  filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
}

#nav.sticky a.navbar-brand {padding: 0 100px 15px 0;margin-top: 0;}
.navbar-brand::after {
  display: none;
}
.top-text-left {
  padding: 10px 0px;
  margin-left: 345px;
}

.top-header {
  background: #26a65b;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
  padding-left: 3px;
}
.top-text-left a:last-child {
  border-right: none !important;
  border: 0;
}
.last-link-a {border-right: 0 !important;}
.top-text-left a svg {
  padding-right: 5px;
  height: 20px;
  width: 20px;
}
.top-text-left a svg, .top-bar-social-text a svg {
  fill: #fff;
}

.top-text-left a:nth-child(3) {border-right: 0;}
.top-bar-social {height: 69px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.top_socail_icon_area {}
.top_socail_icon_area .list-inline {padding: 0;margin: 0;}
.top_socail_icon_area .list-inline li {display: inline-block;padding-left: 5px;list-style: none;position: relative;height: 30px;width: 30px;margin-right: 2px;}
.top_socail_icon_area .list-inline li a {display: inline-block;text-align: center;line-height: 30px;cursor: pointer;}
.top_socail_icon_area .list-inline li a .cube-top svg {color: #4e4e4e;font-size: 17px;line-height: 20px;text-align: center;}
.cube,.cube span {width: 100%;height: 100%;top: 0;left: 0;position: absolute;transform-style: preserve-3d;transition: transform 0.5s ease-in-out;text-align: center;}
.cube-top {background: transparent;background-size: 100%;}
.cube-front {background-size: 100%;transform: translate(0, -100%) rotateX(90deg);transform-origin: bottom;border-radius: 50px;}
.top_socail_icon_area .list-inline li a .cube-front svg {line-height: 30px;fill: var(--white-color);}
.top_socail_icon_area .list-inline li:hover .cube {transform: translate(0, 50%) rotateX(-90deg);}
.top_socail_icon_area .list-inline li .facebook .cube-top {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-top {background: #1da1f2;}
.top_socail_icon_area .list-inline li .instagram .cube-top {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-top {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-top {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-top {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-top {background: #f26522;}
.top_socail_icon_area .list-inline li .cube-top {border-radius: 50%;}
.top_socail_icon_area .list-inline li .cube-top svg {fill: var(--white-color);}
.top_socail_icon_area .list-inline li .facebook .cube-front {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-front {background: #000;}
.top_socail_icon_area .list-inline li .instagram .cube-front {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-front {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-front {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-front {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-front {background: #f26522;}
@-webkit-keyframes animationTop {
  49% {-webkit-transform: translateY(100%);}
  50% {opacity: 0;-webkit-transform: translateY(-100%);}
  51% {opacity: 1;}
}
@keyframes animationTop {
  49% {transform: translateY(100%);}
  50% {opacity: 0;transform: translateY(-100%);}
  51% {opacity: 1;}
}
.top-bar-social-text a {padding-right: 5px;}
.top-search .btn {border-radius: 50%;border: 1px solid #d0dbe9;height: 45px;width: 45px;background: transparent;-webkit-transition: 0.4s;transition: 0.4s;position: relative;}
.header-style3_right__btn {margin-left: 20px;}
.header-style3_right__btn .sec-th-btn {padding: 15px 30px;}
.top-bar-date-wrapper {height: 69px;display: flex;justify-content: center;align-items: self-start;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: var(--white-color);}
.top-search .btn svg {fill: #000}
.en-link-wrapper-main {float: right;margin-top: 30px;margin-right: 15px;}
.en-link-wrapper {content: '';position: absolute;inset: 0;opacity: 0.1;background: var(--white-color);z-index: -1;}
.en-link {color: var(--white-color);background-color: #000;padding: 4px 10px;border: 1px solid #000;transition: 0.3s;border: 1px solid #000;}
.en-link:hover {color: #000;background: transparent;}
.top-nav-container {background: #fff;padding: 0;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);}
.top-nav-container .container {position: relative;padding: 10px 20px !important;padding-top: 0 !important;padding-left: 12px !important;padding-bottom: 0 !important;}
/* .top-nav-container .container:after {content: '';position: absolute;inset: 0;opacity: 0.8;background: #878787;z-index: -1;margin-left: 12px;margin-right: 12px;} */
ul.navbar-nav.top-nav-main {margin-left: auto;}
.dropdown-menu li {position: relative;transition: .5s;border-bottom: 1px solid #ddd;}
.dropdown-menu li a {background-color: transparent;border: none;font-size: 15px;transition: .5s;line-height: 28px;}
.dropdown-menu li:last-child {border-bottom: 0;}
.top-nav-main li.nav-item a.nav-link {font-size: 16px;padding: 9px 15px !important;color: #000 !important;font-weight: 600;text-transform: uppercase;}
.top-nav-main li.nav-item a.nav-link:hover, .top-nav-main li.nav-item a.active {color: var(--primary-color) !important;fill: var(--primary-color)}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 100% !important;}

/*====================== For Search style =========================*/
.offcanvas-body {
  overflow-y: unset;
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #26a65b;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #26a65b;
}
.popup-search-box button.searchClose svg {
  width: 20px;
  height: 20px;
  fill: #26a65b;
}
.popup-search-box button.searchClose:hover svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid #26a65b;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input:focus {
  outline: none;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}


#nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out
}
#nav.sticky a.navbar-brand:before {
  display: none;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 55px;}
#nav.sticky .container:after {opacity: 0;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.dropdown-menu {margin-top: 0;}
/* .dropdown-toggle::after {margin-top: 0;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;
    content: "\f107";font-family: fontawesome;vertical-align: top;} */
.new-dropdown-toggle::after {margin-top: 3px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="block" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');height: 16px;width: 14px;margin-left: 4px;}
.top-nav-main li.nav-item a.new-dropdown-toggle:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');transform: rotate(-180deg);transition: all 0.3s ease-in;}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {display: block !important; top: 0;left: 98.5% !important;margin-top: 0;-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;border-radius: 0;}
.sub-dropdown-toggle::after {transition: transform 0.15s linear; }
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {transform: rotate(-90deg);transition: all 0.3s ease-in;}
.dropend .sub-dropdown-toggle::after {margin-top: 3px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 5px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 15px;width: 14px;margin-top: 5px;}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid var(--primary-color);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: var(--white-color);}
.navbar-expand-lg .navbar-nav .dropdown-menu {padding: 0 !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: var(--primary-color);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: transparent;}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #EE323B;}

/*==========================================  COMMON STYLE =================================================*/
.top-bar-social-text {
  float: right;
  display: flex;
  position: relative;
}
.top-bar-social-text a {
  border: none;
}
.top-bar-social-text a svg {
  transition: 0.4s;
}
.top-bar-social-text p {
  margin: 0;
  margin-right: 5px;
  color: #fff;
}
.sub-title6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.sub-title6 .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
}
.sub-title6 .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.sub-title6 .dots:before, .sub-title6 .dots:after {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.sub-title6 .shape.left .dots {
  left: -6px;
}
.sub-title6 .shape.left .dots:before {
  left: -6px;
}
.sub-title6 .shape.left .dots:after {
  left: -12px;
}
.sub-title6 .shape.right .dots {
  right: -6px;
}
.sub-title6 .shape.right .dots:before {
  right: -6px;
}
.sub-title6 .shape.right .dots:after {
    right: -12px;
}
.slider-svg {
  margin-left: 30px;
  margin-top: 20px;
}
.slider-svg svg {
  fill: var(--primary-color);
}
.right-preview button svg {
  width: 25px;
  height: 25px;
}


/*================================================
   COUNTER SECTION
==================================================*/
.counter-section {z-index: 999;position: relative;}
.counter-section .overlay {
  background-image: url(../images/counter/counter_bg_1.jpg);
  padding: 100px 0;
  height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 25px;
}
.counter-text span {
  font-size: 43px;
  color: var(--white-color);
  display: block;
  margin-top: -65px;
  margin-left: 80px;
  font-weight: 800;
}
.counter-card-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--primary-color);
  border: 10px solid #bdbdbd;
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
}
.counter-text h2 {
  color: var(--white-color);
  margin-bottom: 5px;
  font-size: 42px;
}
span.counter-span {
  margin-left: 60px;
}
.counter-text p {
  color: var(--white-color);
  display: block;
  margin-bottom: -0.45em;
}
.counter-section .overlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-color: #0e121d;
  opacity: 0.8;
}

/*----=============================== TEAM MEMBER SECTION STYLE CSS ==============================================--------*/
section.team-member-section {position: relative;padding: 115px 0px;z-index: 99;margin-top: -120px;padding-top: 225px;padding-bottom: 80px;}
section.team-member-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--white-color);
  opacity: 0.9;
}
.team-member-title span,
.team-member-title h2 {
  color: #0e121d !important;
  font-weight: 700;
}
.team-member-title {
  margin-bottom: 40px;
}
.team-member-wrapper {
  position: relative;
  text-align: center;
}
.team-member-social {
  position: absolute;
  right: 30px;
  top: 200px;
  z-index: 99;
  text-align: center;
}
.team-member-social button {
  position: relative;
  border: none;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.tm-social {
  position: absolute;
  width: 40px;
  bottom: 50px;
  right: 0;
}
.tm-social a {
  margin-bottom: 7px;
  background: var(--white-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  transform: translateY(45px);
  transition: 0.6s ease-in-out;
  display: flow;
  border-radius: 50%;
  padding: 8px 0px;
}
.team-member-social button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-member-social button svg {
  fill: var(--white-color);
  width: 25px;
  height: 35px;
}
.team-member-social:hover button {
  transform: rotate(45deg);
}
.team-member-social:hover .tm-social a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tm-social:hover a {
  visibility: visible;
  opacity: 1;
}
.tm-social svg {
  fill: var(--primary-color);
  transition: 0.6s;
}
.tm-social a:hover {
  background: var(--primary-color);
}
.tm-social a:hover svg {
  fill: var(--white-color);
}
.team-member-section-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.team-member-section-carousel button.owl-prev svg, 
.team-member-section-carousel button.owl-next svg {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  transition: 0.6s;
  padding: 5px 0px;
  visibility: hidden;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
}
.team-member-section .container:hover button.owl-prev svg, 
.team-member-section .container:hover button.owl-next svg {
  visibility: visible;
}
.team-member-section-carousel button.owl-prev svg:hover, 
.team-member-section-carousel button.owl-next svg:hover {
  fill: var(--white-color);
  background: var(--primary-color);
}
.team-member-section-carousel button.owl-prev svg {
  left: 0;
  margin-left: -100px;
  top: 35%;
}
.team-member-section-carousel button.owl-next svg {
  right: 0;
  margin-right: -100px;
  top: 35%;
}
.team-member-img {
  margin-bottom: 25px;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.08);
  border-radius: 999px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.team-member-img::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #26a65b;
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.team-member-img img {
  border-radius: inherit;
  aspect-ratio: 16 / 16;
}

.team-member-wrapper:hover .team-member-img::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-member-content h2 a {
  font-size: 24px;
  color: #000;
}
.team-member-content h2 a:hover {
  color: #26a65b;
}
.team-member-content span {
  color: #26a65b;
}

/*----=============================== FAQ SECTION STYLE CSS ==============================================--------*/
.accordion-item {
  border: none;
}
button.accordion-button.collapsed {
  background: #f3f3f3;
}
.accordion-item .accordion-button {
  margin-top: 25px;
}
.accordion-item:first-of-type .accordion-button {
  background: #f3f3f3;
}
.accordion-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
}
.accordion-body {
  background: #f3f3f3;
}
.accordion-button {
  width: 100%;
  padding: 12px 20px;
}
.why_you_work_section .what_we_do_tiitle h2 {
  color: #000;
  font-size: 42px;
}
.why-choose-us-text {position: relative;margin-top: -30px;}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  padding: 18px 18px;
  background-size: 36px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
    padding: 18px 18px;
    background-size: 36px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--white-color);
  box-shadow: none;
}
.why_you_work_section {
  background: var(--white-color);
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why_you_work_section_img {
  text-align: right;
  margin-top: 270px;
}
.accordion_two {margin-top: 10px !important;}

.why_you_work_section .what_we_do_tiitle {
    margin-top: 45px;
}
.why_you_work_section .accordion {
  margin-top: 40px;
}
.testimonials_wrapper {
    margin-top: 30px;
}
.accordion-item button:focus {border: 0;box-shadow: none;}
.accordion-item h2 button {font-size: 20px;font-weight: 700;}
.why_you_work_section_new-two {
  background-image: url(../images/service/bg-05.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 0;
    margin-top: -298px;
}
.why_you_work_section .shadow-title {
  font-size: 160px;
  font-weight: 900;
  color: transparent;
  line-height: 0.89;
  -webkit-text-stroke: 1px #0e121d;
  opacity: 0.08;
  margin-top: -0.08em;
  margin-bottom: -100px;
  width: 100%;
}
.why_you_work_section span.tagline {
  font-size: 16px;
  font-weight: 600;
  color: #0e121d;
  text-transform: uppercase;
  margin-top: -0.41em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.why_you_work_section span.shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
  top: -28px;
  left: 245px;
}
.why_you_work_section span.dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0px;
  left: 43px;
}
.why_you_work_section span.dots:after,span.dots:before {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.why_you_work_section span.dots:before {
  left: 6px;
}
.why_you_work_section span.dots:after {
  left: 12px;
}


/*========================================== solution SECTION STYLE =================================================*/
.solution-box {
  padding: 30px 25px 60px 25px;
  background-color: #26a65b;
  box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
  text-align: center;
  max-height: 360px;
  min-height: 360px;
}
.solution-box:after,
.solution-box:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.solution-box:hover::after,
.solution-box:hover::before {
  height: 0;
}
.solution-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.solution-box p {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-box a {
  padding: 10px;
  background-color: #26a65b;
  color: #ffffff;
  box-shadow: 0px 8px 19px rgb(38 166 91 / 60%);
  position: absolute;
  bottom: -22.5px;
  left: auto;
  margin-left: -25px;
  border-radius: 50%;
}
.solution-box a svg {
  width: 30px;
  height: 30px;
}
.solution-box-icon img {
  width: 70px;
  margin-bottom: 30px;
}
.solution-box:hover h3 {
  color: #fff;
}
.solution-box:hover p {
  color: #fff;
}
.solution-box:hover a {
  background-color: #ffffff;
    color: #26a65b;
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite;
}
.solution-space {
  padding-top: 110px;
  padding-bottom: 30px;
}
.solution-title-area {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.solution-box-icon-description {
  position: relative;
  max-height: 180px;
  min-height: 180px;
  padding-top: 3px;
  overflow: hidden;
}

@-webkit-keyframes jumpIcon {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes jumpIcon {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
/*==========================================  About SECTION STYLE =================================================*/
.about-wrapper-right h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.about-wrapper-right p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: justify;
}
.about-wrapper-right {
  margin-top: 5px;
}
.about-wrapper-right h2 {
  font-size: 36px;
}
.about-section {
  padding-top: 110px;
}
a.about-btn {
  border: 2px solid #26a65b !important;
}
a.about-btn:hover {
  border: 2px solid #26a65b;
}
.img-box4 {
  display: inline-block;
  padding-right: 128px;
  padding-bottom: 100px;
  padding-top: 24px;
  margin-right: 5px;
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
}
.img1 img {
  width: 100%;
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about-img-wrap {
  position: relative;
  z-index: 1;
}
.about-img-wrap .achievement-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 20px;
  padding: 20px 40px;
  border-radius: 25px;
  transform: translate(80px, 50px);
  background: #013B4F;
  display: flex;
}
.about-img-wrap .achievement-wrap .icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-img-wrap .achievement-wrap .content {
  display: flex;
  align-items: center;
}
.about-img-wrap .achievement-wrap .content span.year {
  font-size: 45px;
  line-height: 1;
  margin-right: 15px;
  font-weight: 500;
  color: #fff;
}
.about-img-wrap .achievement-wrap .content span {
  color: #fff;
}
.about-img-wrap .achievement-wrap .icon img {border-radius: 0;}
.about_page_section .about-img-wrap {
  padding-top: 0;
}

.page-header {
  position: relative;
}

.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 24px;
  padding-bottom: 14px;
}

.about-hospital .about-content {
  padding-left: 0;
  margin-top: 35px;
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #eff3f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
}
.details-page-breadcrumb li  {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0;
  padding-left: 8px;
  margin-top: -3px;
}
.details-page-breadcrumb li a {
  color: #000;
  transition: 0.6s;
}
.details-page-breadcrumb li a:hover {
  color: #26a65b;
}
.details-page-breadcrumb li a:hover svg {
  fill: #26a65b;
  transition: 0.6s;
}
section.testimonials-area-wrapper {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap {
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .about-section {
    padding-bottom: 30px;
  }
}
.about-new-wrapper {
  position: relative;
}
.about-new-wrapper-2 {
  width: 380px;
  position: absolute;
  right: 40px;
  bottom: -30px;
  border: 10px solid #ffffff;
}
.about-new-wrapper-1 {
  padding-left: 25px;
}
.about-new-wrapper-top {
  position: absolute;
  right: 110px;
  top: -25px;
  z-index: -2;
}
.about-new-wrapper-bottom {
  position: relative;
  top: -45px;
  z-index: -2;
}
.about-new-wrapper-top {
      animation: movingX 7s linear infinite;
}
.about-new-wrapper-bottom {
      animation: jumpAni 7s linear infinite;
}





/*========================================== Valuable Clients SECTION STYLE =================================================*/
section.valuable-clients {
  padding: 50px 0px 40px;
  background-color: #f8f8f8;
}
.valuable-clients-item img {
  width: 100%;
  padding: 0px 25px;
}
.valuable-clients .owl-carousel .owl-nav.disabled {
  display: none;
}

/*========================================== PROJECT SECTION STYLE =================================================*/
.project-container {
  max-width: 1562px;
  padding-left: 0;
  padding-right: 0;
  margin-right: unset;
  margin-left: auto;
}
.project-box-img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}

.project-box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.project-content {
  background: #ffffff;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
}
.project-text span {
  margin-bottom: 6px;
  color: #26a65b;
}
.project-text h3 {
  font-size: 24px;
  margin-bottom: auto;
}
.project-text {
  width: 85%;
  padding-right: 16px;
}
a.project-icon {
  width: 15%;
}
.project-icon:hover {
  background-color: #000;
}
.project-icon {
  display: inline-block;
  background-color: #26a65b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  transition: 0.6s;
}
a.project-icon svg {
  width: 30px;
  height: 30px;
}
a.project-icon svg {
  width: 30px;
  height: 30px;
}
.project-text h3 a {
  color: #000;
  transition: 0.6s;
}
.project-text h3 a:hover {
  color: #26a65b;
}
section.project-section {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.project-section .team-member-title span,
.project-section .team-member-title h2 {
  color: #fff !important;
}
.team-member-title h2 {font-size: 40px;}
.project-title span {
  color: #26a65b;
  font-weight: 700;
  font-size: 16px;
}
.project-title h2 {
  font-size: 48px;
  color: #fff;
  margin-top: 8px;
}
.project-title {
    margin-left: 40px;
}
.project-main-wrapper {
  margin-top: 40px;
}
.project-container .owl-nav {
  position: absolute;
  top: -15%;
  right: 240px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.project-container .owl-carousel .owl-nav button {
  padding: 10px !important;
  background: #fff !important;
  color: #fff;
  margin-top: 10px;
  transition: 0.6s;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.6s;
}
.project-container .owl-nav button svg {
  width: 35px;
  height: 35px;
  fill: #26a65b;
}
.project-container .owl-carousel .owl-nav.disabled {
  display: flex;
}
.project-container .owl-carousel .owl-nav button:hover {
  background: #26a65b !important;
}
.project-container .owl-carousel .owl-nav button:hover svg {
  fill: #fff;
}
.main-project-heading h1 {
  color: #db282d;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-project-heading h2 {
  color: #000;
  line-height: 45px;
  font-size: 50px;
  position: relative;
  margin: 0;
  font-weight: 700;
}
.main-project-heading {
  padding-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.main-project-section {
  padding-bottom: 70px;
}



/*================================================
    20. HOME SLIDER STYLE
==================================================*/
.single-slider {
  background: url("../images/slider/slider-image-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 650px;
}
.single-slider2 {
  background: url("../images/slider/slider-image-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 650px;
}
.single-slider3 {
  background: url("../images/slider/slider-image-3.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 650px;
}
.single-slider4 {
  background: url("../images/slider/slider-image-4-new-image.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 650px;
}
.single-slider5 {
  background: url("../images/slider/slider-image-5-new-image.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 650px;
}

.slider-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 650px;
  padding: 70px 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h1,
.carousel-single-item .owl-stage .active .title p, 
.carousel-single-item .owl-stage .active .title .slider-btn-group {
  opacity: 1;
  transform: translateY(0)translateX(0);
}
.carousel-single-item .slider-overlay .title h1 {
  transform: translateY(60px);
  transition-delay: 0.1s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title p {
  transform: translateY(60px);
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title .slider-btn-group {
  overflow: visible;
  background-image: none;
  transform: translateY(60px);
  transition-delay: 0.8s;
  transition-duration: 1s;
  opacity: 0;
  transition-property: transform, opacity;
}
.social-mobile {
  margin: 0;
}
.social-mobile li {
  display: inline-block;
}
.carousel-single-item .slider-overlay .title h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.slider-section .owl-nav {
  position: absolute;
  top: 50%;
  right: 240px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.carousel-single-item .slider-overlay .title h1 span {
  color: #26a65b;
}
.carousel-single-item .slider-overlay .title p {
  color: #fff;
  width: 50%;
  font-size: 18px;
  margin-bottom: 35px;
}
a.slider-btn-1,
a.slider-btn-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #26a65b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 30px;
  border-radius: 0;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #0e121d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a.slider-btn-1:hover,
a.slider-btn-1:hover {
  color: #0e121d;
}
a.slider-btn-1:hover:before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover:before,
a.slider-btn-2:hover:after {
  background-color: #ffffff;
}
a.slider-btn-1:hover::before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover::before,
a.slider-btn-2:hover:after {
  width: 100%;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
  left: 0;
  right: 0;
}
a.slider-btn-2 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 30px;
  margin-left: 20px;
}
a.slider-btn-2:hover {
  color: #000;
}
a.slider-btn-1 svg,
a.slider-btn-2 svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-left: 6px;
  padding-bottom: 2px;
}

a.slider-btn-1:hover svg,
a.slider-btn-2:hover svg {
  fill: #000;
}
.slider-section button svg {
  width: 22px;
  height: 22px;
}
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  padding: 15px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  margin-top: 10px;
  transition: 0.6s;
}
.slider-section .owl-carousel .owl-nav button:hover {
  background-color: #26a65b !important;
  color: #ffffff !important;
}
.slider-section .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -50px;
}

.slider-section .owl-carousel button.owl-dot {
  background: none;
  border: 2px solid #fff;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 40px;
    border: 2px solid #fff;
}
.slider-section .owl-carousel button.owl-dot.active {
  background: #fff none repeat scroll 0 0;
}
/*========================================== ABOUT PAGE STYLE =================================================*/
.page-header {
  position: relative;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
.page-header-bg::after {
  background: #0d1820;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.thm-breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  background: linear-gradient(100deg, #26a65b 40%, #26a65ba3 57%);
  padding: 11px 21px 11px 11px;
  border-radius: 4px;
  text-transform: capitalize;
}
.thm-breadcrumb li:first-child {
  margin-left: 10px;
}
.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}
.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.5px;
}
.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}
.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #000;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: .7px;
  margin-top: 25px;
}
.about-hospital {
  padding: 80px 0px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.about-hospital .about-image {
  display: flex;
  align-items: end;
  position: relative;
  margin-top: 140px;
  margin-right: 20px;
}
.about-hospital .circle {
  position: absolute;
  top: 15px;
  left: -71px;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.about-hospital .about-image .first-img {
  margin-right: 25px;
}
.about-hospital .about-content {
  padding-left: 20px;
  padding-top: 0;
}
.sub-title {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.sub-title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  right: -48px;
  bottom: 7px;
  background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
}
.about-hospital .title {
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
}
.about-hospital .about-content p {
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}
.glance-section {
  position: relative;
  padding: 0 0 50px 0;
  margin-top: 60px;
}
.glance-heading {
  text-align: center;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 25px;
}
.glance-title {
  margin: auto;
  position: relative;
  display: inline-block;
  padding: 5px 35px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.glance-title::before,
.glance-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #26a65b;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.glance-text {
  background: #eff3f4 none repeat scroll 0 0;
  border-bottom: 3px solid #26a65b;
  padding: 25px 35px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 65px;
}
.glance-text p {
  text-align: justify;
  font-size: 16px;
}
.glance-text:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  border-color: #26a65b;
}
.message-section {
  padding: 0 0 90px 0;
}
.chairman-img {
  position: relative;
}
.chairman-img img {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.chairman-img:after {
  content: '';
  width: 95%;
  height: 100%;
  border: 10px dashed #cccaca;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}
.message-text-wrapper {
  margin-left: 70px;
  position: relative;
  margin-top: 110px;
  margin-right: 10px;
}
.message-text:before {
  position: absolute;
  /* content: "“"; */
  content: '"';
  left: -40px;
  top: 0.3em;
  font-size: 6.923em;
  color: #cccaca;
  line-height: 10px;
}
.message-text p {
  color: #444;
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.4;
  text-align: justify;
}
.main-chairman-text {
  text-align: right;
  padding-right: 15px;
}
.main-chairman-text h4 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  color: #26a65b;
  font-weight: 700;
}
.main-chairman-text h5 {
  font-weight: 700;
  font-size: 18px;
}
.about-team-member .team-member-img img {
  border-radius: inherit;
  aspect-ratio: 12 / 12;
  width: 100%;
}
.about-team-member .team-member-social {
  position: absolute;
  right: 30px;
  top: 280px;
  z-index: 99;
  text-align: center;
}
.about-team-member .item {
  margin-bottom: 60px;
}
.about-team-member {
  padding-top: 90px !important;
  margin-top: 45px !important;
}
section.testimonials-area-wrapper {padding: 50px 0;}
.testimonials-box {
  text-align: left;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  padding: 35px 50px;
  padding-bottom: 60px;
  border-left: 3px solid #26a65b;
  transition: all .5s ease;
  margin-bottom: 40px;
}
.testimonials-box:before {
  position: absolute;
  content: '"';
  font-size: 110px;
  line-height: normal;
  bottom: -35px;
  right: 70px;
  color: #000;
  opacity: .2;
  font-weight: 400;
  font-style: italic;
}
.testimonials-box p {
  position: relative;
  font-style: italic;
}
.testimonials-box h3 {
  margin: 0;
  font-size: 18px;
  color: #26a65b;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 7px;
}
.testimonials-box .testimonials-post {
  font-size: 14px;
  color: #0d1820;
  font-weight: 500;
  position: relative;
}
.testimonials-client-image {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.clients-testimonial-slider .owl-item img {
  width: auto;
}
.testimonials-client-image img {
  border-radius: 50%;
}
.clients-testimonial-slider .owl-nav {
  margin-top: -15px;
}

.clients-testimonial-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  border: 0;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.clients-testimonial-slider .owl-nav .owl-next svg {
  color: #fff !important;
  fill: #fff !important;
  height: 20px;
  width: 20px;
}

.clients-testimonial-slider .owl-nav .owl-next:hover,
.clients-testimonial-slider .owl-nav .owl-next:focus {
  outline: 0;
  background: #26a65b;
}

.clients-testimonial-slider .owl-nav .owl-next:hover svg {
  color: #000 !important;
  fill: #000 !important;
}

.clients-testimonial-slider .owl-nav .owl-next svg {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  fill: #fff;
}

.clients-testimonial-slider .owl-nav .owl-prev {
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  transition: all 0.5s ease 0s;
  border: 0;
}

.clients-testimonial-slider .owl-nav .owl-prev svg {
  color: #fff !important;
  fill: #fff !important;
  height: 20px;
  width: 20px;
}

.clients-testimonial-slider .owl-nav .owl-prev:hover,
.clients-testimonial-slider .owl-nav .owl-prev:focus {
  outline: none;
  background: #26a65b;
}

.clients-testimonial-slider .owl-nav .owl-prev:hover svg {
  color: #000 !important;
  fill: #000 !important;
}

.clients-testimonial-slider .owl-nav .owl-prev svg {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  fill: #fff;
}

.clients-testimonial-slider .owl-nav button.owl-next,
.clients-testimonial-slider .owl-nav button.owl-prev,
.clients-testimonial-slider button.owl-dot {
  background: #26a65b;
}
/*========================================== SERVICES DETAILS PAGE STYLE =================================================*/
.product-details-right-text {
  color: #000;
  padding: 10px 30px;
}
.product-details-right-text h3 {
  font-size: 30px;
}
.product-details-right-text p {
  margin-bottom: 40px;
  font-size: 16px;
}
.btn-details-product {
  padding: 10px 20px;
  background: #26a65b;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 17px;
  border-radius: 5px;
}
.hotline-link {
  font-size: 18px;
  padding: 10px 20px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-left: 20px;
  border: 1px solid #000;
  border-radius: 5px;
}
.product-details-sligle-product {
  margin-top: 30px;
  margin-bottom: 50px;
}
.perkins-section .product-details-sligle-product {
  margin-top: 0;
}

.product-section-full .owl-carousel .owl-nav button.owl-next,
.product-section-full .owl-carousel .owl-nav button.owl-prev {
  border: 0px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #26a65b;
    color: #ffffff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.product-section-full .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
.product-section-full .owl-prev {
  float: left;
  position: relative;
}
.product-section-full .owl-next {
  float: right;
  position: relative;
}
.product-section-full svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.services-top {
  margin-top: 30px;
}
/*========================================== Project Details PAGE STYLE =================================================*/
.project-details-main {
  padding-top: 10px;
}
.project-details-main .owl-carousel .owl-nav button.owl-next,
.project-details-main .owl-carousel .owl-nav button.owl-prev {
  border: 0px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #26a65b;
  color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.project-details-main .owl-carousel .owl-nav button.owl-next svg,
.project-details-main .owl-carousel .owl-nav button.owl-prev svg {
  width: 30px;
  height: 30px;
}
.project-details-main .owl-nav {
  position: absolute;
  top: 40%;
  left: -20px;
  right: 0;
}
.project-details-main .owl-next {
  float: right;
  position: relative;
  right: -20px;
}
.project_details_challenges_section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.project_details_challenges_wrapper {
  padding: 25px 35px 10px;
  min-height: 440px;
  overflow: hidden;
  text-align: justify;
}
.project_details_challenges_wrapper {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  padding: 30px 50px 30px;
  border-top: 3px solid #26a65b;
  max-height: 543px;
  min-height: 543px;
}
.project_details_challenges_right_box {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  margin: 0 15px;
  padding: 30px 50px 10px;
  border-top: 3px solid #26a65b;
}
.project_details_challenges_text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.project_details_challenges_text p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.project_details_challenges_right_box {
  padding: 20px 40px 0px;
}
.project_details_challenges_right_box {
  min-height: 545px;
  max-height: 545px;
  overflow: hidden;
}
.project_details_challenges_right_box ul li {
  margin-bottom: 14px;
}
.project_details_challenges_right_box h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #26a65b;
  margin: 0;
  padding-bottom: 4px;
}
.project_details_challenges_right_box h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.project_details_challenges_right_box ul {
  list-style: none;
  padding: 0;
}
.cheakout_section_text {
  background: #9999992e;
  padding: 30px;
  transition: all .35s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-height: 130px;
  min-height: 130px;
}
.cheakout_section_left_text h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
section.project-recent-work-main {
  padding-top: 50px;
  padding-bottom: 70px;
}
.project-recent-work-main .owl-carousel .owl-nav button.owl-next,
.project-recent-work-main .owl-carousel .owl-nav button.owl-prev {
  border: 0px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #26a65b;
  color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.project-recent-work-main .owl-carousel .owl-nav button.owl-next svg,
.project-recent-work-main .owl-carousel .owl-nav button.owl-prev svg {
  width: 30px;
  height: 30px;
}
.project-recent-work-main .owl-nav {
  position: absolute;
  top: 40%;
  left: -20px;
  right: 0;
}
.project-recent-work-main .owl-next {
  float: right;
  position: relative;
  right: -20px;
}

/*========================================== CONTACT PAGE STYLE =================================================*/
.contact-one {
  background: url(../images/background-body.png);
  padding-top: 35px;
  padding-bottom: 70px;
}
.contact-one__content {
  padding-bottom: 10px;
}
.contact-one__content .one-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.contact-one__content .one-section-title .sub-title {
  text-transform: capitalize;
}
.sub-title {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.contact-one__content .one-section-title h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-one__box_svg {
  width: 65px;
  height: 65px;
  background: #26a65b;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.contact-one__box_svg svg {
  height: 30px;
  width: 30px;
}
.contact-one__box-content {
  margin-left: 20px;
}
.contact-one__box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-one__box-content a {
  color: #000;
  line-height: 1.5;
}
.contact-one__box-content a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #6c757d;
  transition: all 500ms ease;
}
.contact-one__box+.contact-one__box {
  border-top: 1px solid #c5c5c5;
}

.contact-one__box+.contact-one__box {
  margin-top: 25px;
  padding-top: 25px;
}

.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-one__form-input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #eff2f6;
  color: #555c63;
  height: 67px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}
.contact-page-btn {
  color: #fff;
  position: relative;
  background-color: #0d1820;
  z-index: 1;
  padding: 10px 16px 12px;
  border-radius: 5px;
  border: 0;
}
.contact-page-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #26a65b;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.contact-one__form textarea {
  height: 140px;
  padding-top: 20px;
}
.contact-page-btn:hover:before {
  width: 0;
}
.google-map__home-two {
  width: 100%;
}
.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 450px;
}

/*========================================== PRODUCT PAGE STYLE =================================================*/
.diesel-generator-section {
  padding: 30px 0px 70px;
}
.diesel-box-text {
  padding: 25px 15px;
  position: relative;
  margin: 0;
  background: #eff3f4;
}
.diesel-box-wrapper {
  margin-bottom: 50px;
  border: 1px solid #b8b1b14d;
  transition: 0.4s;
}
.diesel-box-wrapper:hover {
  box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.08);
}
.diesel-box-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.diesel-generator-title {
  text-align: center;
}
.diesel-generator-title h2 {
  font-size: 40px;
  padding-bottom: 25px;
}
.product-details-right-table h3 {
  font-size: 28px;
  padding-bottom: 10px;
}
.product-details-bottom-text p {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
}
.product-details-bottom-text {
  position: relative;
  margin-top: -30px;
  text-align: center;
}
.perkins-section .owl-carousel .owl-item img {
  max-width: 100%;
  padding: 55px;
}
.product-details-right-table .table {
  margin-top: 20px;
}
.gas-generator-text {
  text-align: center;
}
.gas-generator-text p {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
}
.sync-panel-text {
  padding-top: 90px;
}
.sync-panel-text h3 {
  padding-bottom: 2px;
}
.sync-panel-text p {
  font-size: 18px;
  margin-bottom: 25px;
}
.sync-panel-text-2 {padding-right:50px;padding-top: 110px;}
.sync-panel-text-3 {padding-top: 100px;}
section.sync-panel-section {padding: 40px 0px 20px;}
.product-details-right-table {padding-top: 80px;}

/*========================================== FOOTER SECTION STYLE =================================================*/
footer.footer-section {
  background: #0e121d;
  color: aliceblue;
  padding-top: 90px;
  padding-bottom: 55px;
}
.footer-common-title h3 {
  position: relative;
  border: none;
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: -0.1em 0 20px 0;
  text-transform: capitalize;
}
.footer-common-title h3:after,
.footer-common-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-common-title h3:after {
  width: 16px;
  border-left: 4px dashed #0E121D;
  border-right: 4px dashed #0E121D;
  height: 2px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite
}
@-webkit-keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}

@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}
.wiget-one-social svg {
  fill: var(--white-color);
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.wiget-one-social a {
  padding: 7px 8px 10px 12px;
  background: #3D4250;
  margin: 0px 8px 0px 0px;
  transition: all ease 0.4s;
}
.wiget-one-social a:hover {
  background: var(--primary-color);
}
.footer-wiget-one-text p {
  margin-bottom: 32px;
  text-align: justify;
}
.footer-wiget-two-text ul li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  position: relative;
  border: 0;
  color: var(--white-color);
  transition: all ease 0.4s;
}
.footer-wiget-two-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wiget-two-text ul li a:hover {
  color: var(--primary-color);
}
.footer-wiget-two-text ul li a svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  transition: all ease 0.3s;
  left: 0;
}
.footer-wiget-two-text ul li a:hover svg {
  left: 5px;
  position: relative;
}
.footer-widget-three-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-widget-icon {
  color: var(--white-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  height: 26px;
  width: 26px;
  background: var(--primary-color);
  text-align: center;
  padding: 3px 0px;
}
.footer-widget-three-box-text p {
  display: block;
  color: var(--white-color);
  margin-bottom: 0;
}
.footer-widget-three-box-text p a {color: var(--white-color);}
.footer-widget-three-location {margin-top: 30px;}
.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 10px;
}
.recent-post-img {
  width: 21%;
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.recent-post-text {
  padding-left: 10px;
  width: 79%;
  display: inline-block;
  float: left;
}
.recent-post-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post-text-top svg {
  margin-right: 5px;
  fill: var(--primary-color);
  width: 16px;
  height: 16px;
}
.recent-post-text-top span {
  text-transform: capitalize;
  color: #b2b2b2;
  font-size: 15px;
}
.recent-post-text-top {
  margin-bottom: 5px;
  margin-top: 5px;
}
.recent-post-text h4 {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.33;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-post a:hover img {transform: scale(1.1);}
.copyright-left p {
  float: left;
}
.copyright-right {
  float: right;
}
.footer-copyright-section {
  border-top: 1px solid #ffffff36;
  background: #0e121d;
  padding: 25.5px 0;
}
.copyright-left p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right a {
  color: var(--primary-color);
}

/*================================================
   Blog SECTION
==================================================*/
.blog-section-wrapper {padding: 120px 0 40px;}
.blog-single {margin-bottom: 0;position: relative;background: #f8f8f8;}
.blog-single .blog-img {position: relative;overflow: hidden;background-color: #f8f8f8;line-height: 0;}
.blog-single .blog-img img {width: 100%;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.blog-content {padding: 30px;position: relative;margin: 0;}
.blog-date span {font-size: 36px;display: block;font-weight: 700;margin-bottom: 7px;line-height: 1;}
.blog-meta {margin: 0 0 18px 0;margin-right: 70px;display: flex;justify-content: space-between;align-items: center;}
.blog-meta a {display: inline-block;margin-right: 15px;font-size: 14px;color: #4d5765;position: relative;}
.blog-meta a svg {fill: var(--primary-color);}
.blog-single .blog-date {
  position: absolute;
  top: 0;
  right: 20px;
  background: var(--primary-color);
  padding: 20px 8px 15px;
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-title a {color: #0e121d;}
.link-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 100%;
  height: 1px;
}
.link-btn:hover:before {width: 40%;} 
.link-btn svg {fill: var(--primary-color);}
.blog-single:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);}
.blog-section-slider .owl-carousel .owl-dots.disabled, .blog-section-slider .owl-carousel .owl-nav.disabled {
  display: block;
}
.blog-section-slider button.owl-prev svg, 
.blog-section-slider button.owl-next svg {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  transition: 0.6s;
  padding: 5px 0px;
  visibility: hidden;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
}
.blog-section-slider:hover button.owl-prev svg, 
.blog-section-slider:hover button.owl-next svg {
  visibility: visible;
}
.blog-section-slider button.owl-prev svg:hover, 
.blog-section-slider button.owl-next svg:hover {
  fill: var(--white-color);
  background: var(--primary-color);
}
.blog-section-slider button.owl-prev svg {
  left: 0;
  margin-left: -100px;
  top: 35%;
}
.blog-section-slider button.owl-next svg {
  right: 0;
  margin-right: -100px;
  top: 35%;
}
section.background-img img {height: 100vh;}
section.background-img {
    height: 90vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: -135px;
}
.blog-page .blog-single {
  margin-bottom: 50px;
}
.blog-page {
  padding-top: 40px;
}
.page-header-bg {
    background-image: url(../images/slider/page-bg.png) !important;
}
form.contact-one__form {margin-top: 30px;}
@media only screen and (max-width:767px) {
  .left-preview li.type-image.slick-slide {
    display: block;
    padding: 30px 25px 40px 0px;
  }
  .slick-list {
    height: 100% !important;
  }
   .left-preview img {
    border-radius: 15px;
    width: 290px;
}
  .cheak-list-item ul {
    display: block;
    margin-top: 20px;
  }
  .type-svg img {
    width: 60px !important;
  }
  .type-svg {
    margin-top: 30px;
  }
  .slider-type-text h3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .right-preview .slick-list {
    height: 290px !important;
  }

}
/*================================================
   Blog DETAILS
==================================================*/
.blog-details {
  padding-top: 15px;
  padding-bottom: 80px;
}
.blog-card__image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.blog-card__image>span {
  background-color: #26a65b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
  padding: 12px 20px;
}
.blog-card__image img {
  width: 100%;
  border-radius: 4px;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-details__content p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.66;
}
.blog-details__content h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-details__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.team-details__social {
  display: flex;
  flex-wrap: wrap;
}
.blog-details__content ul {
  margin-left: 30px;
  list-style: disc;
  margin-bottom: 30px;
}
.blog-details__content ul li {
  margin-bottom: 10px;
}
.team-details__social a {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #eff2f6;
  color: #0c2139;
  font-size: 16px;
  margin-left: 5px;
  transition: all 500ms ease;
  border: 1px solid rgba(0, 0, 0, .06);
}
.team-details__social a:hover {
  background: #26a65b;
  border-color: #26a65b;
  color: #fff;
}
.blog-sidebar__search {
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
.blog-sidebar__box {
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 10px;
}
.blog-sidebar__box-title {
  font-size: 23px;
  color: #0c2139;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #c2cedc;
  line-height: 1;
}
.blog-sidebar__box-title:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #26a65b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer-widget__post-list {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.footer-widget__post-list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
.footer-widget__post-list li>img {
  flex-shrink: 0;
}
.footer-widget__post-list-content {
  margin-left: 15px;
  width: 70%
}
.footer-widget__post-list-content span {
  font-size: 12px;
  color: #db282d;
  line-height: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer-widget__post-list-content h3 {
  font-size: 16px;
  line-height: 20px;
  color: #555c63;
  margin-bottom: 0;
}
.blog-sidebar__categories ul li a span {
  margin-left: 10px;
}
.footer-widget__post-list-content-image {
  width: 30%;
}
.footer-widget__post-list li a {
  display: flex;
}
.footer-widget__post-list li a:hover .footer-widget__post-list-content h3 {
  color: #26a65b;
  transition: 0.5s;
}
.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 40px;
  padding-right: 35px;
  margin: 0px 20px 50px 20px;
  background-color: #565656;
  z-index: 0;
  text-align: center;
}
.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}
.service-sidebar__call svg {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 67px;
  border-radius: 30px;
  margin-bottom: 25px;
  padding: 15px 10px;
}
.service-sidebar__call h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 15px;
}
.service-sidebar__call h3 a {
  color: #fff;
}
.pylon-mail a {
  font-size: 18px;
  color: #26a65b;
}
.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}
.blog-details__social.team-details__social a svg {
  width: 20px;
  height: 20px;
}
.team-details__social a:hover svg {
  fill: #fff;
}
/*================================================
   NEW PRODUCT PAGE
==================================================*/
.new-product-single-img-box {
  margin-bottom: 50px;
  border: 1px solid #b8b1b14d;
  transition: 0.4s;
}
.new-product-single-img-text {
  padding: 25px 15px;
  position: relative;
  margin: 0;
  background: #eff3f4;
}
.new-product-single-img-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.new-product-single-img-box:hover {
  box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.08);
}
section.new-product-section h1 {
  font-size: 34px;
  color: #000;
  line-height: 40px;
  margin-top: 10px;
}
.new-product-main-text ul li {
  font-size: 18px;
  line-height: 28px;
}
.new-product-main-text p {
  font-size: 18px;
  color: #000;
}
.new-product-main-text ol li {
  font-size: 18px;
  line-height: 28px;
}
.new-product-main-text h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}
.new-product-main-text {
  margin-bottom: 55px;
}
.new-product-main-image {
  margin-top: 30px;
}
p.new-product-section-p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding: 0px 20px;
  margin-bottom: 45px;
}
h1.new-product-heading {
  margin-bottom: 30px;
}
h2.new-product-heading-key {
  margin-bottom: 20px;
}
.new-product-details {
  margin-top: 90px;
}
.new-product-details-section {
  margin-bottom: 60px;
}
.new-product-section {
  margin-bottom: 30px;
}
.new-product-details .product-details-bottom-text {
  margin-top: 20px;
  display: inline-block;
}
.new-product-section .product-details-bottom-text {
  margin-bottom: 20px;
}



.navbar-brand img {
  width: 250px;
  position: relative;
  top: -35px;
}

a.navbar-brand {
  height: 80px;
  z-index: 2;
  padding: 0 0 0 0;
}

a.navbar-brand:before {
  height: 115px;
  top: -35px;
  bottom: 0;
  background: #fff;
  width: 750px;
  left: -355px;
}

#nav.sticky .navbar-brand img {
  width: 180px;
  top: 0;
}

#nav.sticky a.navbar-brand {
  padding: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    width: 180px;
    top: 0;
  }

  .solution-box {
    max-height: unset;
    min-height: unset;
  }

  .slider-overlay {
    height: 600px;
    padding: 30px 0;
  }

  .single-slider3,
  .single-slider1,
  .single-slider2,
  .single-slider4,
  .single-slider5,
  .single-slider5,
  .single-slider4,
  .single-slider {
    height: 600px;
  }


}

/*========================================== MINI VERSION STYLE =================================================*/


@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-section-slider button svg {
    display: none;
  }
  a.navbar-brand {
    padding: 0px 20px 40px 0px;
  }
  .top-nav-main li.nav-item a.nav-link {
    padding: 8px 10px !important;
  }
  a.navbar-brand:before {
    width: 670px;
    left: -320px;
  }
  .top-text-left {
    margin-left: 280px;
  }
  .solution-space {
    padding-top: 60px;
  }
  .solution-box {
    padding: 30px 15px 60px 15px;
  }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .top-nav-main li.nav-item a.nav-link {
        padding: 8px 7px !important;
        font-size: 15px;
      }
      .navbar-brand img {
        width: 160px;
        top: -10px;
      }
      .navbar-brand:before {
        width: 625px !important;
        left: -368px !important;
      }
}





/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
.footer-common-title {margin-bottom: 20px;display: inline-block;}
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%}
.custom-row {margin-right: -5px;margin-left: -5px}
.custom-padding {padding-left: 7px;padding-right: 7px}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 45px;width: 100%;margin: 5px 0;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 40px; margin: 8px 0px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
#back_to_top {right: 15px;}
#nav.sticky.top-nav-main .navbar-brand img {height: 45px;}
.top-header {padding: 3px 0;background: #26a65b;}
.footer-wiget-one-text {margin-bottom: 35px;}
.copyright-right {float: none;}
.footer-copyright-section {text-align: center;}
.d-lg-block {display: block !important;}
.popup-search-box button.searchClose {top: 20px;right: 20px;}
.offcanvas-body {overflow-y: auto;}
.top-bar-social-text {display: none;}
.top-text-left a {padding-left: 0;display: inline-block;width: 100%;border-right:0;padding-right: 0;}
.contact-one__box_svg_responsive {width: 108px;height: 64px;}
.carousel-single-item .slider-overlay .title h1 {font-size: 36px;}
.carousel-single-item .slider-overlay .title p {
  width: 100%;
  font-size: 16px;
}
.slider-section .owl-nav {
  display: none;
}
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}
a.slider-btn-1 {
  padding: 15px;
  font-size: 14px;
}
a.slider-btn-2 {
  padding: 15px;
  font-size: 14px;
  margin-left: 10px;
}
.top-text-left {
  text-align: center;
  margin-left: 0;
  padding: 3px 0px;
}
.shape1.shape-mockup.jump {
  display: none;
}
.shape2.shape-mockup.movingX {
  display: none;
}
.img-box4 {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-right: 0;
}
.counter-card {
  margin-bottom: 25px;
}
.why_you_work_section .what_we_do_tiitle h2 {
  color: #000;
  font-size: 36px;
}
.why_you_work_section .shadow-title {
  display: none;
}
.project-container .owl-nav {
  position: absolute;
  top: -14%;
  right: auto;
  transform: none;
  width: 100%;
  text-align: center;
}
.project-title h2 {
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.project-title {
  margin-left: 0;
  text-align: center;
}
.project-container {
  padding-left: 12px;
  padding-right: 12px;
}
.project-container .owl-nav button svg {
  width: 30px;
  height: 30px;
}
.project-container .owl-carousel .owl-nav button {
  padding: 5px !important;
}
.team-member-section-carousel button.owl-prev svg {
  left: 0;
  margin-left: 0px;
  bottom: 0;
}
.team-member-section-carousel button.owl-next svg {
  right: 0;
  margin-right: 0px;
  bottom: 0;
}
.team-member-social {
  right: 180px;
  top: 320px;
}
.blog-section-slider button.owl-prev svg {
  left: 0;
  margin-left: 0px;
}
.blog-section-slider button.owl-next svg {
  right: 0;
  margin-right: 0px;
}
.chairman-img:after {
  display: none;
}
.hotline-link {
  margin-top: 18px;
  margin-left: 0px;
  display: block;
}
.project-details-main .owl-nav {
  left: -10px;
}
.project-details-main .owl-next {
  float: right;
  position: relative;
  right: 5px;
}
.project_details_challenges_text h1 {
  font-size: 30px;
  line-height: 40px;
}
.project_details_challenges_right_box {
  margin-top: 60px;
  min-height: unset;
  max-height: unset;
}
.project-recent-work-main .owl-nav {
  left: -8px;
}
.project-recent-work-main .owl-next {
  right: 5px;
}
a.navbar-brand:before {
  display: none;
}
a.navbar-brand {
  padding: 0px 22px 10px 0px;
}
#nav.sticky a.navbar-brand {
  padding: 0px 22px 10px 0px;
  margin-top: 0;
}
.counter-section .overlay {
  padding: 30px 0;
}
.why_you_work_section_img {
  margin-top: 50px;
}
section.project-section {
  padding-top: 30px;
}
section.valuable-clients {
  padding: 60px 0px 30px;
}
.team-member-title h2 {
  font-size: 30px;
}
.message-section {
  padding: 0 0 20px 0;
}
.footer-wiget-one-text p {
  margin-bottom: 20px;
}
.about-hospital .about-image {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.about-hospital .title {
  font-size: 30px;
}
.sub-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.message-text-wrapper {
  margin-left: 25px;
  margin-top: 70px;
}
.page-header .container h2 {
  font-size: 35px;
  line-height: 40px;
}
.project_details_challenges_wrapper {
  padding: 25px 20px 10px;
  max-height: unset;
  min-height: unset;
}
section.project-recent-work-main {
  padding-top: 10px;
  padding-bottom: 0;
}
footer.footer-section {
  padding-bottom: 25px;
}
.hotline-link {
  padding: 10px 14px;
}
.main-project-heading h2 {
  font-size: 35px;
}
.main-project-heading {
  padding-top: 20px;
  margin-bottom: 30px;
}
.cheakout_section_item {
  margin-bottom: 35px;
}
.thm-breadcrumb {
  padding: 11px 5px 9px 0px;
  display: inline-table;
}
.top-search .btn {
  margin-top: -22px;
  float: right;
  text-align: right;
  position: absolute;
  margin-left: -30px;
}
.about-section {
  padding-bottom: 70px;
}
.product-details-right-text {
  color: #000;
  padding: 10px 5px;
}
.navbar-nav .accordion-item:first-of-type .accordion-button {
  background: #ffffff;
  font-size: 17px;
  font-weight: 500;
  color: #212529;
}
.navbar-nav .accordion-item .accordion-button {
  margin-top: 0px;
}
.diesel-generator-title h2 {
  font-size: 30px;
}
.sync-panel-section .diesel-generator-title h2 {
  padding-bottom: 0px;
}
.diesel-generator-section {
  padding: 25px 0px;
}
.product-details-sligle-product .owl-carousel .owl-item img {
  padding: 40px;
}
.product-details-sligle-product {
  margin-top: 0px;
  margin-bottom: 35px;
}
.product-details-right-table {
  padding-top: 15px;
}
section.sync-panel-section {
  padding: 50px 0px 20px;
}
.sync-panel-text {
  padding-top: 20px;
  padding-bottom: 25px;
}
.achievement-wrap {
  display: none !important;
}
.about-img-wrap {
  margin-bottom: 25px;
}
.solution-space {
  padding-top: 40px;
}
.blog-section-wrapper {
  padding: 50px 0 30px;
}
.blog-page {padding-top: 30px;}
.about_page_section .about-img-wrap {
  padding-top: 0px;
}
.about_page_section .about-img-wrap {
  padding-top: 0px;
}
.project_details_challenges_right_box {
  padding: 20px 20px 0px;
}
.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 3px;
}
.product-details-bottom-text {
  margin-top: 15px;
}
.new-product-section h1 {
  font-size: 28px;
  line-height: 32px;
}
.new-product-main-image {
  margin-top: 0px;
  margin-bottom: 30px;
}
section.new-product-section h1 {
  font-size: 28px;
  line-height: 32px;
}
.new-product-main-image-2 {
  margin-bottom: 20px;
}
.new-product-single-img-text {
  padding: 15px 5px;
  max-height: 100px;
  min-height: 100px;
}
.new-product-single-img-box {
  margin-bottom: 25px;
}
.new-product-single-img-text h3 {
  font-size: 18px;
}
.new-product-details {
  margin-top: 10px;
}
.new-product-main-text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}
.new-product-main-text {
  margin-bottom: 20px;
}
.about-hospital .about-content {
  margin-top: 5px;
}
.blog-details__content h1 {
  font-size: 28px;
  line-height: 32px;
}
.blog-sidebar__box {
  padding-left: 0;
  margin-top: 30px;
}
.blog-details {
  padding-top: 15px;
  padding-bottom: 0px;
}


}