@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
img {
  max-width: 100%;
}
header {
  width: 100%;
  float: left;
}
.tool-box {
  float: left;
}
.topsec {
  float: left;
  visibility: visible;
  padding: 8px 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.logo a {
  display: inline-block;
  position: relative;
  min-height: 76px;
  padding-left: 84px;
  text-decoration: none;
}
.logo a img {
  max-width: 76px;
  position: absolute;
  top: 0;
  left: 0;
}
.menu {
  float: left;
  position: relative;
  margin-bottom: -43px;
  z-index: 10;
}
/* ============
Menu 220422
*/
#nav > ul {
  overflow: visible;
  display: inline-block;
}
li.drop-down-menu {
  position: relative;
  cursor: pointer;
}
li.drop-down-menu > a {
  pointer-events: none;
  cursor: pointer;
}
li.drop-down-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  z-index: 10;
  /* background: #dddddd; */
  background: #fbfbfb;
  display: none;
}
li.drop-down-menu:hover ul {
  display: inline-block;
}
li.drop-down-menu ul li {
  width: 100%;
  padding-right: 0 !important;
  border-bottom: 1px solid #004aa6;
}
li.drop-down-menu ul li:hover {
  /* text-align: left !important; */
  /* padding: 5px 10px !important; */
  font-size: 14px;
  /* background: #004aa6; */
}

/* ===========
Menu 220422 End*/
.top-sec-middle {
  position: relative;
  padding-left: 80px;
  width: 272px;
}
.top-sec-middle h2 {
  font-size: 18px !important;
  color: #717171;
  display: inline-block;
  text-align: justify;
  margin-top: 7px;
}
.top-sec-middle h2 span {
  font-size: 17px;
}
.top-sec-middle img {
  width: 69px;
  position: absolute;
  left: 0;
  top: -5px;
}
.top-sec-middle h2 {
  color: #005ba3 !important;
  font-weight: 700;
}

.blink_me {
  font-weight: bold;
  color: #005ba3;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: max-content;
  height: max-content;
}
.blink_career {
  animation: blinker 1s linear infinite;
  font-weight: bold;
  color: #005ba3;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: max-content;
  height: max-content;
}
@keyframes blinker {
  50% {
    background: #005ba3;
    color: #fff;
  }
}
.blink_career.menu-item.menu-item-type-custom {
  position: static;
  padding: 0;
}
.chairmantxt img {
  width: 70px;
  border-radius: 50%;
  border: 1px solid #cad6e3;
}
.chairmantxt h3 span {
  font-size: 17px;
}
.home-page-slider {
  position: relative;
  width: 100%;
  float: left;
}

.latest-news {
  margin-top: 20px; /* Adjust spacing as needed */
  overflow: hidden;
  height: 300px; /* Set a fixed height for the marquee */
}
.carousel-inner {
  overflow-x: hidden;
  overflow-y: visible;
}
.announcement {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.announcement:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(45deg, #2d9eac, #0f57af);
  width: 78%;
  height: 100%;
}
.announcement .container {
  position: relative;
  z-index: 1;
}
.announcement marquee {
  padding: 2px 0;
  color: #ffffff85;
  position: relative;
  z-index: 1;
}
.announcement marquee a {
  color: #fff !important;
  font-size: 18px;
  margin: 10px;
}
/*Home page slider end*/
.welcome-to-content {
  width: 100%;
  float: left;
  padding: 103px 0 60px;
  position: relative;
  background: url("/assets/img/watco.jpg") no-repeat;
  background-position: right top;
  color: #343434;
  background-size: cover;
  z-index: 1;
}

.welcome-to-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, #eeeeee 50%, transparent);
  z-index: -1;
}
.welcome-to-content ul {
  padding: 0;
  margin: 0;
}
.welcome-to-content ul li {
  text-align: center;
  padding: 10px 0px;
  background: #2d9dac;
  margin: 10px 3px;
  color: #fff;
}
.welcome-to-content ul li h4 {
  font-size: 20px;
}
.welcome-to-content ul li h6 {
  font-weight: normal;
}
.Announcement-heading {
  width: 22%;
  float: left;
  color: #fff;
  height: 44px;
  position: relative;
  padding-left: 15px;
}
.Announcement-heading h4 {
  margin: 5px 0 0;
  font-size: 22px;
}
.Announcement-heading:before {
  content: "";
  position: absolute;
  width: 62px;
  height: 100%;
  top: 0px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #2d9dac;
  border-left: 24px solid transparent;
  /* border-bottom: 45px solid #2d9dac;
  border-left: 25px solid transparent; */
}
.Announcement-heading h4 {
  font-size: 22px !important;
  margin-top: 8px !important;
  padding-right: 30px;
  float: right;
  text-shadow: 0 0 13px #2a96acd6;
}
.top-shape {
  top: 0;
  position: absolute;
  left: 0;
  width: 299px;
  height: 44px;
  z-index: 1;
}
.clarification-Wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 5px;
}
.clarification-Wrapper .marquee a {
  font-size: 20px !important;
  animation: blinker 1s linear infinite;
  color: #cf0000;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.clarification-Wrapper .marquee {
  width: 100%;
  /* padding-left: 279px; */
  text-align: center;
}
.clarification-Wrapper .marquee p {
  display: inline-block;
}
@media (max-width: 768px) {
.clarification-Wrapper .marquee p {
  display: inline-block;
  margin-top: 3rem;
}
}
.top-shape h4 {
  position: relative;
  text-align: right;
  padding-right: 48px;
  z-index: 1;
  font-size: 22px;
  color: #fff;
}
.top-shape:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 100%;
  top: 0px;
  right: 22px;
  width: 0;
  height: 0;
  border-top: 44.5px solid #2d9dac;
  border-right: 25px solid transparent;
}
.top-shape:before {
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
  width: 100%;
  height: 100%;
  background: #2d9dac;
}

.areas-of-served {
  width: 100%;
  float: left;
  padding: 0;
  text-align: center;
}
h2.heading {
  color: #0f57af;
  font-size: 25px;
  margin-bottom: 20px;
}
.section-3 {
  width: 100%;
  float: left;
  padding: 0;
  color: #fff;
  text-align: center;
  background-size: cover;
  min-height: 300px;
  position: relative;
}

.cm-photo {
  width: 100%;
  height: 300px; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; 
}

.section-3 .content {
  width: 100%;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; 
  padding: 20px; 
  background: rgba(0, 0, 0, 0.5); 
}

.section-3 h4 {
  font-size: 22px !important;
}

.section-3 span {
  font-size: 24px;
  font-weight: bold;
}

.section-3 ul {
  padding: 0px;
  margin: 0px;
}

.section-3 li {
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 20px;
  list-style-type: disc;
}

.section-3 button {
  border: none;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 7px 27px 7px 26px !important;
  margin: 10px 0px 0px 0px;
}

.section-3 button a {
  text-decoration: none;
  color: #000;
}

.section-3 img {
  width: 100%;
  height: auto;
}

.section-3 h3 {
  font-size: 28px;
  max-width: 432px;
  margin: 0 0 30px;
}

.section-3 figure.cm-photo {
  display: none;
}

.section-3 figure.cm-photo img {
  width: 100%;
}

.section-5 {
  width: 100%;
  float: left;
  padding: 60px 0 30px;
  color: #fff;
  /* background: url(../images/owa.jpg) no-repeat; */
  background: url("/assets/img/owa.jpg") no-repeat;
  background: #d0eaf5 !important;
}

.section-5 .card {
  background: #167ca52f !important;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  height: 282px;
}
.section-5 .card-block {
  height: 100px;
}

.section-5 .card h5 {
  text-align: center;
  font-size: 16px;
}
.section-5 .card p {
  text-align: center;
  font-size: 14px;
}

.section-5 h2 {
  font-size: 30px;
  max-width: 432px;
  margin: 0 0 30px;
  color: #fff;
}
.section-5 p {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}
.modal.fade.seminor-login-modal.popup-1.in .modal-content {
  width: 800px !important;
  max-width: 100%;
}
.modal.fade.seminor-login-modal.popup-1.in button.close {
  position: absolute;
  right: -18px;
  top: -18px;
  color: #000;
}
.modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #005ba3;
  text-align: left !important;
  margin-bottom: 20px;
}
.modal-body ul li{
    list-style: disc;
}
/*270922 MKM*/
.modal-title-2 {
  font-size: 16px;
  font-weight: 700;
  color: #005ba3;
  text-align: left !important;
  margin-bottom: 8px;
  margin-top: 23px;
}
/*270922 MKM End*/
.popup-1 ul {
  padding: 0;
  margin: 0;
}
.popup-1 ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 13px;
}
.popup-1 ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #000;
  top: 9px;
  left: 0px;
}
.popup-1 img {
  width: 100%;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}

ul.list-1 {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 316px;
}
ul.list-1 li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}
ul.list-1 li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #67c5e6;
  position: absolute;
  border-radius: 49%;
  left: 0;
  top: 5px;
}

.know-more {
  display: inline-block;
  background: #bc3910;
  padding: 7px 21px;
  border-radius: 10px;
  border: 1px solid #bc3910;
}

.section-3 h4 {
  font-size: 28px;
  margin-top: 40px;
}

.water-drop {
  position: absolute;
  top: 34px;
  right: 81px;
  max-width: 364px;
}
.water-drop img {
  width: 100%;
}
.section-4 {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin: 0;
}
.stay-informed-box {
  position: relative;
  width: 100%;
  text-align: center;
}
.stay-informed-box figure img {
  width: 100%;
}
.stay-informed-box h3 {
  font-size: 17px;
  color: #204891;
  margin: 17px 0;
}
/*Areas We Work*/
.what-we-offer {
  background: #f3f3f3;
  padding: 60px 0;
  float: left;
  width: 100%;
}
.work-areas-box figure {
  text-align: center;
  margin: 0;
}
.work-areas-box figure img {
  display: inline-block !important;
  width: auto;
  max-width: 129px;
  height: auto;
}
.work-areas-box .content {
  height: 69px;
  overflow: hidden;
  line-height: 24px;
}
.work-areas-box {
  text-align: center;
}
.heading-1 {
  margin: 30px 0;
}
.work-areas-box h4 {
  font-size: 20px;
  margin: 14px 0;
}
.work-areas-box h4 a {
  color: #000000;
  text-decoration: none;
}
.notification-sec {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin: 0;
  background: #e4e4e4;
  /* background-image: url(../images/image-1.png); */
  background-image: url("/assets/img/image-1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.notification-box {
  background: #fff;
  padding: 30px;
  height: 408px;
  overflow: auto;
}
.notification-box ul {
  padding: 0;
  margin: 0;
}
ul.event li {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
ul.event li h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 5px;
}
ul.innews li {
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3a8;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
ul.innews li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  display: none;
}
ul.innews li h4 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  height: max-content;
  margin: auto;
  padding: 15px;
  color: #fff;
  display: none;
}
ul.innews li:hover h4,
ul.innews li:hover:before {
  display: inline-block;
}
.notification-box img {
  width: 100%;
}
.notification-sec h2.heading {
  text-align: center;
}
h3.heading-2 {
  font-size: 18px;
  color: #164169;
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
}
h3.heading-2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #67c5e6;
  position: absolute;
  bottom: 0;
  left: 0;
}
span.edit-link {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.entry-footer {
  background: transparent !important;
  color: #000;
  width: 100%;
  float: left;
  margin-top: 60px;
  padding: 0;
  position: relative;
}
.board_member {
  background: #ffffff;
  box-shadow: 0px 0px 10px #d9d9d9;
  cursor: pointer;
  transition: 0.5s;
  margin: 5px 0;
}
.board_member:hover {
  background: #ffffff;
  box-shadow: 10px 10px 10px #d9d9d9;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 15px !important;
}
.board_member p {
  font-size: 15px !important;
  line-height: 18px !important;
}
.new_sec .board_member h2 {
  font-size: 20px !important;
  margin-top: 0;
  padding: 0 0 0 !important;
  margin-bottom: 0;
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: #01215e !important;
  font-weight: 700;
  vertical-align: middle;
  color: #fff !important;
}
.tablepress td {
  border: 1px solid #ddd !important;
  vertical-align: middle !important;
}
.footer {
  background: #133b5f;
  color: #fff;
  width: 100%;
  float: left;
  padding-top: 60px;
  position: relative;
  z-index: 1; /* Ensure footer content is on top */
}

.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/water-background-footer.png") no-repeat;
  opacity: 0.2;
  background-size: cover;
  z-index: -1; /* Place the background image behind the footer content */
}
.footer h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; /* Ensure headings are on top */
}
ul.useful-links {
  padding: 0;
  margin: 0;
}
ul.useful-links li {
  margin-bottom: 10px;
}
ul.useful-links li a {
  color: #fff;
  text-decoration: none;
}
ul.useful-links li a:hover {
  text-decoration: none;
  color: #bc3910;
}
.footer-map iframe {
  max-width: 100%;
}
.copy-right {
  width: 100%;
  float: left;
  padding: 60px 0 30px;
  text-align: center;
  position: relative;
  z-index: 1; /* Ensure copyright text is on top */
}

/*Areas We Work*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 37px;
  }
}

.new_sec {
  padding: 60px 0px;
}
.new_sec p {
  font-size: 15px;
  line-height: 25px;
}
.new_sec h1 {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px dashed #00afd9;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.new_sec figure {
  border: 5px solid #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 12px 5px #0000000a;
}
.new_sec figure img {
  border: 3px solid #f9f9f9;
  width: 100%;
}

.new_sec2 img {
  border: 5px solid #ffffff !important;
  padding: 15px;
  box-shadow: 0px 0px 12px 5px #0000000a !important;
  width: 100%;
}

.new_sec ul li {
  margin-left: 40px;
  list-style-type: circle;
  font-size: 15px;
  line-height: 25px;
  list-style-image: none;
  padding-left: 0;
}
.new_sec h2,
.watco-heading {
  font-size: 20px !important;
  color: #112c71;
  font-weight: 600;
  margin-bottom: 15px;
}
.new_sec .card {
  padding: 15px;
  box-shadow: 0px 0px 12px 5px #0000000a;
}
.image_box img {
  width: 100%;
  margin-bottom: 1rem;
  height: 261px;
}
.new_sec .content {
  text-align: center;
  height: 50px;
}
.new_sec .content h4 {
  color: #004aa6;
  font-size: 20px;
  font-weight: 600;
}
.image img {
  width: 100%;
}

/*Medi */

@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .logo a h1 {
    font-size: 16px !important;
  }
  .logo a img {
    max-width: 63px;
  }
  .logo a {
    min-height: 68px;
    padding-left: 70px;
  }
  .logo a h1 {
    padding-top: 11px;
    margin-bottom: 0;
  }
  .top-sec-middle h2 {
    font-size: 17px !important;
    margin-top: 10px;
  }
  .chairmantxt h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .logo a h1 {
    font-size: 13px !important;
  }
  .logo a p {
    font-size: 13px;
  }
  .logo a img {
    max-width: 50px;
  }
  .logo a {
    min-height: 42px;
    padding-left: 52px;
  }
  .top-sec-middle h2 {
    font-size: 10px !important;
  }
  .chairmantxt {
    min-height: 43px;
    padding-left: 45px;
  }
  .chairmantxt img {
    width: 39px;
  }
  .chairmantxt h3 {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }
  #nav ul li a {
    padding: 3px 8px;
  }
  div#nav:before {
    border-top: 24px solid #0078da;
  }
  div#nav:after {
    border-top: 24px solid #0078da;
  }
  .blink_me {
    padding: 1px 4px;
    font-size: 13px;
    top: 12px;
  }
  .top-sec-middle img {
    width: 39px;
  }
  .top-sec-middle {
    position: relative;
    padding-left: 45px;
    width: 180px;
  }
  .top-sec-middle h2 span {
    font-size: 13px;
  }
  .Announcement-heading h4 {
    font-size: 16px !important;
    margin-top: 8px !important;
  }
  .announcement marquee a {
    font-size: 12px;
    margin: 0 10px;
  }
  .carousel-indicators {
    display: none;
  }

}
@media (max-width: 768px) {
  .logo a h1 {
    font-size: 10px !important;
  }
  .top-sec-middle {
    width: 159px;
  }
  .blink_me {
    top: 12px;
  }
  .logo a p {
    font-size: 10px;
    text-align: left;
  }
  .logo a {
    padding-left: 47px;
  }
  .top-sec-middle h2 {
    font-size: 10px !important;
  }
  .logo a img {
    max-width: 43px;
  }
  .chairmantxt img {
    width: 34px;
  }

  .chairmantxt {
    min-height: 38px;
    padding-left: 40px;
  }
  .chairmantxt h3 {
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
  }
  .topsec {
    padding: 8px 0 8px;
  }
  .mobile-menu-icon,
  .mobile-menu-left-icon {
    display: inline-block;
  }

  .section-3 {
    /* background: #174f7e url(../images/cm-smdevice-bg.jpg) no-repeat fixed; */
    background: #174f7e url("/assets/img/mv3.jpg") no-repeat fixed;
    background-size: 100%;
    background-position: left bottom;
    padding: 60px 0;
  }
  figure.cm-photo {
    display: inline-block !important;
  }

  .social {
    display: none;
  }
  .social .fa {
    padding: 5px;
    font-size: 15px;
    margin: 2px;
    width: 28px;
    height: 27px;
  }
  .notification-box {
    height: 400px;
    overflow: auto;
    margin-bottom: 30px;
  }
  .announcement:after {
    width: 60%;
  }
  .marquee {
    width: 60%;
    float: right;
    /* margin-top: 3rem; */
  }
  .Announcement-heading {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .chairmantxt h3 {
    font-size: 10px;
  }
  .chairmantxt {
    float: right !important;
  }
  .blink_me {
    top: 10px;
    font-size: 14px;
  }
  .top-shape {
    width: 223px;
  }
  .top-shape h4 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .top-shape {
    width: 165px;
  }
}
.section-6 {
  width: 100%;
  float: left;
  padding: 60px 0;
  color: #fff;
  /*background: url(../images/owa.jpg) no-repeat;*/
  background: #fff !important;
}

.timeline-box {
  background: #fff;
  padding: 20px 0px 20px 0px;
  float: left;
  text-align: center;
}

.timeline-box h2 {
  color: #0f57af;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.timeline-box h2:before {
  content: "";
  width: 97px;
  height: 3px;
  position: absolute;
  background: #8fc3d9;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*05092022 MKM*/
ul.section-5-card-wrapper {
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.section-5-card-wrapper li {
  width: 19%;
  min-width: 200px;
  display: inline-block;
  padding: 15px;
  height: 282px;
  overflow: hidden;
}
ul.section-5-card-wrapper li:last-child {
  padding-right: 0;
}
ul.section-5-card-wrapper li:first-child {
  padding-left: 0;
}

.section-5 .card p {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}
.table-responsive {
  float: left;
  margin-bottom: 30px;
}
/*05092022 MKM End*/

/*=================================
====================Single Service*/
.single-service-style1 {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto 30px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px #0000001a;
  padding: 15px;
  border-radius: 10px;
  height: 270px;
}
.single-service-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 134px;
  /* background: url(../img/service-box-bg.png); */
  background: url("/assets/img/service-box-bg.png");
  background-attachment: scroll;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-service-style1 .img-holder {
  position: relative;
  display: block;
  height: auto;
  padding: 10px;
  margin: 0 auto;
  z-index: 1;
  max-width: 200px;
  width: 100%;
  border: 1px solid #dde9ff;
}
.single-service-style1 .img-holder::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 10px solid#ffffff;
  border-radius: 0;
  content: "";
  z-index: -1;
}
.single-service-style1 .img-holder .inner {
  position: relative;
  /* display: flex; */
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
  /* width: 100%; */
  /* height: 100%; */
}
.single-service-style1 .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-service-style1 .img-holder .overlay-icon {
  position: absolute;
  left: 0;
  bottom: -17px;
  right: 0;
  z-index: 3;
}
.single-service-style1 .img-holder .overlay-icon a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  z-index: 1;
}
.single-service-style1 .img-holder .overlay-icon a::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 1px solid #dae3e9;
  border-radius: 50%;
  content: "";
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1:hover .img-holder .overlay-icon a::before {
  border-color: var(--thm-primary);
}
.single-service-style1 .img-holder .overlay-icon a::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: var(--thm-primary);
}
.single-service-style1:hover .img-holder .overlay-icon a::after {
  transform: scaleX(1);
}
.single-service-style1 .img-holder .overlay-icon a span::before {
  color: var(--thm-primary);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1:hover .img-holder .overlay-icon a span::before {
  color: #ffffff;
}

.single-service-style1 .title-holder {
  position: relative;
  display: block;
  margin-top: 10px;
}
.single-service-style1 .title-holder h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #005ba3;
  cursor: pointer;
}
.single-service-style1 .title-holder h3 a {
  color: #000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-decoration: none;
}

.single-service-style1 .title-holder .inner-text {
  position: relative;
  display: block;
}
.single-service-style1 .title-holder .inner-text p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.single-service-style1 .title-holder .inner-text a{
    text-decoration: none;
}
.single-service-style1 .title-holder h3 a:hover,
.single-service-style1 .title-holder .inner-text p a:hover {
  color: var(--thm-base);
  text-decoration: none;
}
.single-service-style1 .title-holder .readmore-button {
  position: relative;
  display: block;
  margin-top: 17px;
}
.single-service-style1 .title-holder .readmore-button a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .title-holder .readmore-button a:hover {
  color: var(--thm-primary);
}
.single-service-style1 .title-holder .readmore-button a span::before {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.service-style1_btns-box {
  position: relative;
  display: block;
  padding-top: 20px;
  line-height: 0;
}
/*======================================
====================Single Service End*/

.error-404 h1 {
  padding: 30px 0px;
}
.error-404 img {
  width: 50%;
  padding: 30px 0px;
}

.section-3 button a:hover{text-decoration: none; color: #222;}
.video-container {
    position: relative;
}
.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    pointer-events: none;
}
.video-container video {
    width: 100%;
    height: auto;
}

.padding-30 {
  padding: 30px!important;
  }
  .padding-0{padding: 0!important;}
  .new_sec figure {
  border: none;
  padding: 0;
  box-shadow: none;
  margin:0;
  
  }
  .new_sec figure img {
  border: none;
  width: 100%;
  }