@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --border-basic-color: #eff0f2;
  --text-basic-color: #363949;
  --background-color-1: #ffffff;
  --background-color-2: #f8fafc;
  --color: "#F7F8F9";
  --text-primary: #13666b;
  --bs-white: #ffffff;
  --bs-primary: #13666b;
  --bs-secondary: #a8d1d1;
  --bs-info: #1acbf5;
  --bs-warning: #f0c711;
  --bs-success: #13c30d;
  --bs-danger: #e2092b;
  --bs-primary-light: #d1e0f7;
  --bs-info-light: #a3fefb;
  --bs-warning-light: #fdf19f;
  --bs-danger-light: #fca79b;
  --bs-success-light: #b6f99c;
}

::-webkit-scrollbar {
  width: 10px;
  background: lightgray;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: #f2f2f2;
  background: var(--bs-primary);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #2c2c2c;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

img {
  max-width: 100%;
  display: block;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--bs-primary);
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  transition: all 500ms ease;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 700;
  transition: all 500ms ease;
  color: #222222;
}

.fs-26 {
  font-size: 26px !important;
}

.bg-gray {
  background-color: #f3f3f3 !important;
}

.section-pad {
  padding: 70px 0px;
}

.color {
  color: #004657;
}

.btn-primary-line {
  box-sizing: border-box;
  appearance: none;
  background-color: var(--bs-primary);
  border: 1px solid #004657;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 1em 2.5em;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn-primary-line:hover {
  color: #fff;
  background-color: rgb(236 72 20 /1);
}

.section-heading {
  margin-bottom: 45px;
}

.page-section-title {
  margin-bottom: 30px;
}

.section-heading .sub-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.section-heading .sub-heading::after {
  content: "";
  background-color: #97c3c5;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  border-radius: 5px;
  right: 0;
  z-index: -1;
}

.section-heading .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 5px 5px 1px #f5f5f5;
  position: relative;
  line-height: 36px;
  color: #222222;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: white; 
  text-shadow: none; 
  letter-spacing: normal; 
  animation: none !important; 
}

.page-section-title .title {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: capitalize;
  text-shadow: 5px 5px 1px #f5f5f5;
  position: relative;
  line-height: 36px;
  color: #222222;
}

.page-section-title .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 7px 20px;
  background: #e2e2e2;
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 10px;
}

.section-desc {
  font-size: 20px;
}

.page-content p {
  font-size: 20px;
  line-height: 34px;
}

.color {
  color: #004657;
}

.back-to-top {
  right: 35px;
  z-index: 999;
  bottom: 58px;
  display: none;
  position: fixed;
}

.back-to-top .scrollUp {
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  font-size: 15px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  color: #222222;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3);
}

.as-header-area {
  position: relative;
}

.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.as-logo {
  width: 170px;
}

.header-navigation {
  padding: 15px 0px;
}

.header-right-menu {
  display: flex;
  align-items: center;
  gap: 50px;
  float: right;
  position: relative;
}

.header-right-menu .header-contact {
  display: flex;
  align-items: center;
  gap: 50px;
  float: right;
}

.contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-item .icon i {
  font-weight: 700;
}

.contact-item .content a {
  margin-bottom: 0;
  font-weight: 600;
  color: #222222;
  font-size: 18px;
}

.contact-item:hover {
  color: var(--text-primary);
}

.contact-item .content a:hover {
  color: var(--text-primary);
}

.bar-icon {
  width: 20px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.bar-icon span {
  width: 100%;
  height: 2px;
  background: #000;
  display: inline-block;
}

.bar-icon span:nth-child(2) {
  margin-left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-active {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.nav-menu-wrap {
  position: fixed;
  right: -50%;
  top: 0;
  width: 100%;
  max-width: 360px;
  height: 100%;
  z-index: 999999;
  background: #fff;
  -webkit-transition: all 0.7s ease 500ms;
  -moz-transition: all 0.7s ease 500ms;
  -ms-transition: all 0.7s ease 500ms;
  -o-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
}

.nav-menu-wrap .nav-logo {
  position: relative;
  padding: 20px;
  text-align: left;
}

.nav-menu-wrap .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .nav-menu-wrap {
  right: 0;
  transform: translate(0);
  -webkit-transition: right 0.7s ease 500ms;
  -moz-transition: right 0.7s ease 500ms;
  -ms-transition: right 0.7s ease 500ms;
  -o-transition: right 0.7s ease 500ms;
  transition: right 0.7s ease 500ms;
}

.nav-menu-wrap .close-btn {
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  z-index: 10;
}

.nav-menu-wrap .close-btn:hover {
  opacity: 0.5;
}

.nav-menu-wrap .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-menu-wrap .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-menu-wrap .navigation li > ul > li:last-child {
  border-bottom: none;
}

.nav-menu-wrap .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-menu-wrap .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 14px 20px;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-menu-wrap .navigation li:hover > a,
.nav-menu-wrap .navigation li.current > a {
  color: #f83e13;
}

.fixed {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 2px 5px rgba(25, 25, 25, 0.1);
}

.as-banner-area {
  position: relative;
  padding: 175px 0px 170px;
  background-image: url(../images/3433839.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.as-banner-area .banner-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #004657;
}

.as-banner-area .banner-content h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.as-banner-area .banner-content p {
  font-size: 20px;
  line-height: 28px;
}

.as-banner-area .banner_bg_shape img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-img-wrap img {
  border-radius: 10px;
}
.banner-slide {
  position: relative;
}

.banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 50px 0px;
}

.banner-slide img {
  border-radius: 0 50px 50px 0;
}

.about_wrapper p {
  font-size: 20px;
  line-height: 28px;
}

.breadcrumb-area {
  padding: 130px 0px 150px;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 100%, 100% 100%);
}

.breadcrumb-area .breadcrumb-inner h1 {
  font-size: 38px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.breadcrumb-area .breadcrumb-inner p {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb-inner p a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}

.breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  line-height: 1;
}

.breadcrumb-list li {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  position: relative;
  padding-left: 16px;
}

.breadcrumb-list li:first-child {
  padding-left: 0;
}

.breadcrumb-list li:first-child::before {
  display: none;
}

.breadcrumb-list li::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #222222;
}

.mission-statement-block {
  padding: 50px 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.mission-statement-block .icon {
  position: relative;
}

.mission-statement-block .icon img {
  width: 60px;
}

.mission-statement-block .content h4 {
  font-size: 22px;
  font-weight: 700;
}

.mission-statement-block .content p {
  font-size: 20px;
  line-height: 28px;
}

.award-img {
  position: relative;
}

.award-img::after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 7px;
  right: 100px;
  background-color: #e3f8ff;
  z-index: -1;
  border-radius: 57% 43% 55% 45% / 65% 51% 49% 35%;
}
.events h3{
  background: linear-gradient(45deg, #13666b, transparent);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom:20px;
}
.award-img img {
  margin: 0 auto;
}

.as-service-area {
  position: relative;
  background:#f2f9fb;
}

.as-service-content p {
  font-size: 20px;
  line-height: 38px;
}

.as-service-area::before {
  position: absolute;
  content: "";
  background:#f2f9fb;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
  z-index: -1;
}

.service-box {
  border-radius: 15px;
  transform: translateY(-10px);
  border: 1px solid #e8eaed;
  padding: 50px 25px;
  background-color: #fff;
  margin-bottom: 25px;
}

.service-box .service-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a0e0f5;
  border-radius: 50%;
  margin-bottom: 15px;
}

.service-box .service-icon img {
  width: 70px;
  height: 70px;
}

.service-box .service-content h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-box .service-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.service-box .number {
  font-size: 40px;
  color: rgb(14 25 30 / 0.1);
}
.service-box:hover .number {
  color: var(--bs-primary);
}

.more-about-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 38px;
  height: 38px;
  color: var(--secondary);
  background: #ffffff;
}
.service-box:hover .more-about-link {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
  background-color: #13666b;
  color: #fff;
}

ul.nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  justify-content: center;
}

ul.nav-tabs li {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 0px 10px 0px;
  margin-right: 35px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active {
  border-bottom: 3px solid #4ba6ed;
}

.tab .nav-tabs li:before {
  content: "";
  background: #4ba6ed;
  height: 20px;
  width: 20px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active :before,
.tab .nav-tabs li :hover:before {
  opacity: 1;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #004657;
}

.tab-content {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 30px;
  min-height: 365px;
}
.single-tech {
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 30px;
  position: relative;
  transition: 0.35s;
  text-align: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

.single-tech img {
  width: 55px;
  margin: 0 auto;
}
.single-tech h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .tab .nav-tabs {
    padding: 0;
    margin: 0 0 10px;
    border-bottom: none;
    border-left: 3px solid #4ba6ed;
  }

  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
  }

  .tab .nav-tabs li a {
    margin: 0 0 5px;
  }
  .header-contact {
    display: none;
  }
}

.as-event-area {
  background: #f3f7fa;
}

.thumb {
  position: relative;
}

.thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blockquoate-wrapper {
  padding: 15px 30px;
}

.blockquoate-wrapper p {
  font-size: 20px;
  font-style: italic;
}

.blockquoate-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
  float: right;
}

.testimonial-block {
  position: relative;
}

.testimonial-inner-box {
  margin-bottom: 30px;
}

.testimonial-inner-box p {
  font-size: 20px;
  line-height: 28px;
}

.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
  display: none;
}

.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
  color: #0e0e0e;
}

.testimonial-slider .swiper-button-next {
  margin-left: 35px;
}

.swiper-slider-area .swiper-button-nex,
.swiper-slider-area .swiper-button-pre {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  left: 0;
  margin-top: 9px;
  width: 40px;
  height: 40px;
  background: #004257;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  right: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.single-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-rating span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.single-rating .review img {
  width: 64px;
}

.star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  line-height: 1;
}

.star li i {
  color: #ffc107;
}

.testimonial-slide-area {
  padding: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
}

.career-page-content p {
  font-size: 20px;
  line-height: 38px;
}

.as-life-content p {
  font-size: 20px;
  line-height: 38px;
}

.tech-block {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  overflow: hidden;
}
.tech-block-img {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}
.tech-block-content {
  padding: 15px;
  background-color: #ffff;
}
.tech-block-content h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
.tech-block-content p {
  font-size: 20px;
  margin-bottom: 0;
}

.team-wrapper {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  margin-bottom: 20px;
}
.team-detail-img {
  position: relative;
  z-index: 2;
  padding: 47px 0 47px 40px;
}
.team-detail-img img {
  border-radius: 50px;
}
.team-detail-img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-color: #004257;
  z-index: -1;
  content: "";
  border-radius: 10px;
}
.team-detail-content {
  position: relative;
  padding: 75px 0px 50px 0;
}
.team-member-name {
  font-size: 24px;
  margin-bottom: 5px;
}
.team-detail-content p {
  font-size: 20px;
  line-height: 28px;
}

.contact-form {
  position: relative;
  padding: 50px 45px;
  background: #f3f7fa;
  border-radius: 10px;
}
.form-inner label {
  margin-bottom: 10px;
}
.contact-form .form-inner input,
.contact-form .form-inner select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 50px;
  font-size: 16px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-inner textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;

  height: 180px;
  font-size: 16px;
  resize: none;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-contact-info {
  display: flex;
  padding: 10px;
  gap: 20px;
  box-shadow: 0 1px 2px 0 rgba(174, 191, 210, 0.3);
  min-height: 150px;
}
.single-contact-icon i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  line-height: 70px;
  background: #f5f5f5;
  text-align: center;
}

.single-contact-content h3 {
  font-size: 22px;
}

.as-main-footer {
  background-color: #000000;
}

.footer-logo img {
  width: 200px;
}

.footer-content p {
  color: #b2b2b5;
  font-size: 18px;
}

.footer-bottom {
  position: relative;
  padding: 20px 0px;
}

.footer-bottom .copyright_text {
  color: #fff;
}

.footer-top-content {
  padding: 40px 0;
}

.widget-title {
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}

.widget-title:after {
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 2px;
  width: 25px;
  background-color: #004257;
  content: "";
}

.quick-link-list li + li {
  margin-top: 10px;
}

.quick-link-list li a {
  color: #b2b2b5;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}

.quick-link-list li a:hover {
  color: #ffb606;
}

.quick-link-list li i {
  margin-right: 5px;
}

.social-icons li i {
  color: #fff;
  font-size: 20px;
}

.contact-links {
  padding: 60px 0;
  border-bottom: 1px solid #2c2c2c;
}

.contact-box {
  display: inline-flex;
  align-items: flex-start;
}

.contact-box .contact-content h3 {
  color: #b6b8ca;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 5px;
}

.contact-box .contact-content p {
  color: #b2b2b5;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.call-to-action-four {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: 42% 0%;
    background-size: cover;
    background-color: var(--bg-theme-color2);
    z-index: 2;
}
.call-to-action-four .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.call-to-action-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/bg-shape-tm-7.png);
    background-color: var(--bs-primary);
    content: "";
    opacity: 0.95;
}

.call-to-action-four .title-box .sub-title {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    color: white;
    margin-bottom: 20px;
}
.call-to-action-four .title-box .title {
    color: white;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.gallary-image{
  margin-bottom:15px;
}
@media only screen and (max-width: 767px) {
  .header-contact {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .header-contact {
    display: none !important;
  }
  .as-banner-area {
    padding: 100px 0px;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading .sub-heading {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .section-heading .section-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .sub-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: normal;
  white-space: normal;
  }


  .as-banner-area .banner-content h2 {
    font-size: 38px;
    margin-bottom: 0;
  }
  .as-banner-area .banner-content h3 {
    font-size: 32px;
  }
  .as-banner-area .banner-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-thumbnail {
    margin-bottom: 20px;
  }
  .widget {
    margin-bottom: 25px;
  }
  .footer-top-content,
  .contact-links {
    padding: 30px 0;
  }
  .contact-box {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .header-contact {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    background-color: lightyellow;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    background-color: lightcoral;
  }
}

.mobile-nav-toggler {
  display: none;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}

@media (max-width: 991px) {
  .mobile-nav-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 9999;
  }
}

.mobile-nav-toggler {
  display: none;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}

@media (max-width: 991px) {
  .mobile-nav-toggler {
    display: block;
    position: relative;
    z-index: 10001;
  }

  .nav-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 10000;
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .nav-menu-wrap.active {
    display: block;
    transform: translateX(0);
  }

  .close-btn {
    font-size: 24px;
    cursor: pointer;
  }

  .navigation {
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }

  .navigation .nav-item {
    margin-bottom: 15px;
  }

  .navigation .nav-link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
  }
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-nav-toggler {
  display: block; 
  font-size: 28px;
  cursor: pointer;
  position: fixed;
}

.navbar-toggler {
  z-index: 9999 !important;
  position: relative;
  border: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    margin-top: 6px;
    margin-right: 10px;
  }

  .navbar-collapse {
    z-index: 9998;
    background: white;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

.tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.tab-pane .row {
  margin-top: 0 !important;
}

.tech-tab {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.tech-tab .row {
  margin-top: 0 !important;
}

.testimonial-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.google-map-section {
  margin: 0;
  padding: 0;
}

.contact-hero {
  background: url('assets/images/ContactImage1_Optimized.webp') center center/cover no-repeat;
  padding: 140px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.contact-hero .breadcrumb-inner {
  position: relative;
  z-index: 2;
}

.contact-hero h1,
.contact-hero .breadcrumb-list {
  color: #fff;
}

.team-section {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
}

.team-card {
  flex: 0 0 auto;
  width: 100%;
  background-color: #2e2e2e;
  color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.team-info {
  margin-top: 10px;
}

h3, .team-title, .team-desc {
  margin: 0.5em 0;
}

.team-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.team-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
  margin: 20px;
}

.team-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 500px;
}

.card-img-top.team-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-top: 15px;
}

.card-body .card-title {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
}

.card-body p {
  margin: 5px 0;
}

.card-body .card-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.gradient-box h4 {
  color: white !important;
}

.gradient-box p {
  color: white;
}

.call-to-action-four {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
}

.call-to-action-four .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(127, 0, 255, 0.7), rgba(225, 0, 255, 0.7));
  z-index: 0;
}

.call-to-action-four .outer-box {
  position: relative;
  z-index: 1;
}

.call-to-action-four .title-box .sub-title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #eee;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.as-banner-area {
  margin-bottom: 0; 
  padding-bottom: 20px; 
}

.as-about-area {
  margin-top: 0; 
  padding-top: 40px; 
}

.section-pad {
  padding-top: 40px;  
  padding-bottom: 40px;
}

.call-to-action-four .title-box .title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.call-to-action-four.creative-cta {
    background: linear-gradient(to bottom, #6a00ff, #d900ff) !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 60px 0 !important;
    position: relative !important;
    z-index: 5;
}

.breadcrumb-list li a:hover {
    color: #000 !important;
}

.section-heading .section-title {
    color: #000 !important;
    font-weight: 700;
}

.call-to-action-four.creative-cta {
    background: linear-gradient(to bottom, #6a00ff, #d900ff) !important;
    padding: 60px 0;
    position: relative;
    z-index: 5;
}

.call-to-action-four.creative-cta {
    background: linear-gradient(to bottom, #6a00ff, #d900ff) !important;
    position: relative;
    padding: 60px 0;
}

@media (max-width: 768px) {
  .team-section {
    flex-direction: column;
    align-items: center;
  }
}

.section-title {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

.sub-heading {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: none;
  color: white !important;
}

.sub-heading {
  text-shadow: none !important;
  font-weight: bold;
  background-color: transparent;
}

.google-map-section .section-title {
    text-align: center;
    color: #000 !important;
}

.section-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #000;
  text-shadow: none;
}

.tech-title {
  font-size: 24px;
  font-weight: 600;
  color: #003c4e;
  margin-bottom: 20px;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.tech-item {
  background-color: #f3f3f3;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tech-item:hover {
  background-color: #003c4e;
  color: white;
  transform: scale(1.05);
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f3f3;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 120px;
  height: 120px;
  justify-content: center;
}

.tech-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 6px;
  transition: transform 0.3s ease;
}

.tech-item:hover {
  background-color: #003c4e;
  color: white;
  transform: scale(1.05);
}

.tech-item:hover img {
  transform: scale(1.1); 
}

.about-image,
.page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-pad .row {
    align-items: center;
}

.about-extra {
    background: linear-gradient(135deg, #f4f8fb, #e0f0ff);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.extra-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0b4b66;
    margin-bottom: 10px;
}

.extra-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.extra-list li {
    padding: 5px 0;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.extra-list li:last-child {
    border-bottom: none;
}

.section-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-pad .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-heading,
.about-image,
.page-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-pad .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.about-image img {
    display: block;
    margin-bottom: 0 !important;
}

.as-about-area {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .as-about-area {
    margin-top: 50px; 
  }
}

.as-about-area {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .as-about-area {
    margin-bottom: 60px; 
  }
}

.social-icons {
  display: flex;
  gap: 12px; 
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-box i {
  font-size: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.back-to-top {
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 999;
}

.back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0077b5;
  color: #fff;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-box {
    background: none !important;    
    border: none !important;        
    box-shadow: none !important;  
    padding: 0 !important;        
    border-radius: 0 !important;   
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-pad {
    padding: 100px 0;  
}

.section-heading {
    margin-bottom: 50px; 
    margin-top: 50px;    
}

.page-content {
    margin-bottom: 40px;
}

.section-pad {
    padding-top: 120px !important;  
    padding-bottom: 120px !important; 
}

.section-heading {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.page-content {
    margin-bottom: 50px !important;
}

.section-events {
    padding-top: 60px !important;  
    padding-bottom: 60px !important; 
}

.section-events .section-heading {
    margin-bottom: 30px !important;
}

.feedback-section {
    padding-top: 60px !important;   
    padding-bottom: 80px !important; 
}

.feedback-section {
    margin-bottom: 50px; 
}

.testimonial-slide-area {
    margin-bottom: 50px;
}

.section-pad {
    padding-top: 40px; 
    padding-bottom: 40px; 
}

.about-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.about-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page-content {
    display: flex;
    align-items: center; 
    height: 100%;
}

.row {
    align-items: center;
}

.section-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-pad + .section-pad {
    padding-top: 20px; 
}

.page-content,
.award-img {
    margin-bottom: 0;
}

.section-pad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.section-pad.orientation-section {
    padding-bottom: 10px !important; 
}

.section-pad.awards-section {
    padding-top: 10px !important; 
}

.orientation-section .page-content p:last-child {
    margin-bottom: 0 !important;
}

.orientation-section .row,
.awards-section .row {
    margin-bottom: 0 !important;
}

.about-image,
.page-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: auto; 
    max-height: 100%;
    object-fit: cover; 
    border-radius: 10px; 
}

.row.align-items-center {
    align-items: center;
}

.row.align-items-center {
    align-items: flex-start;
}

.social-icons li {
  display: inline-block;
  margin: 5px;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;     
  height: 45px;    
  border-radius: 50%; 
  background: #333;  
  color: #fff;      
  font-size: 20px;  
  transition: all 0.3s ease;
}

.contact-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;      
  height: 60px;      
  border-radius: 50%; 
  background: #333;   
  color: #fff;        
  font-size: 24px;    
}

.social-icons li {
  display: inline-block;
  margin: 5px;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;     
  height: 45px;    
  border-radius: 50%;
  background: #333;  
  color: #fff;      
  font-size: 20px;  
  transition: all 0.3s ease;
}

.social-icons li a:hover {
  background: #0077b5; 
  color: #fff;
}

.contact-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.contact-box-icon.location {
  background: #0077b5; 
}

.contact-box-icon.phone {
  background: #28a745; 
}

.contact-box-icon.mail {
  background: #d93025; 
}

.contact-box {
    background: none !important;    
    border: none !important;        
    box-shadow: none !important;   
    padding: 0 !important;         
    border-radius: 0 !important;    
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #696969; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0; 
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.awards-section .award-img img {
  width: 250px !important;   
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.footer-top {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.footer-top .widget {
  margin-bottom: 15px !important;
}

.contact-box {
  padding: 10px 0 !important;
  margin-bottom: 10px !important;
}

.footer-bottom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.breadcrumb-area {
  background: #f9f9f9;
  padding: 40px 0;
}

.breadcrumb-area .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #333;
}

.breadcrumb-area {
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-height: 180px; 
    text-align: center;
}

.breadcrumb-inner h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.breadcrumb-inner {
    margin-top: 20px; 
}

.as-main-footer {
  padding: 40px 0 20px;
}

.footer-top {
  padding: 20px 0;
}

.footer-top .widget {
  margin-bottom: 15px; 
}

.footer-top .footer-logo img {
  max-width: 160px;
  margin-bottom: 10px; 
}

.footer-top .footer-content p {
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}

.contact-content h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.contact-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); 
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
}

.contact-links {
  border-bottom: 1px solid #2c2c2c;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-box-icon {
  flex-shrink: 0;
  font-size: 30px;
  background: #555;
  color: white;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content {
  text-align: left;
}

.contact-content h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.contact-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.contact-links .row {
  display: flex;
  align-items: flex-start; 
}

.contact-box {
  display: flex;
  align-items: flex-start; 
  gap: 15px;
}

.contact-box-icon {
  flex-shrink: 0;
  font-size: 28px;
  background: #555;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content {
  text-align: left;
}

.contact-content h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
}

.contact-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-top,
.contact-links,
.footer-top-content {
  border-top: none !important;
  border-bottom: none !important;
}

.contact-links {
  border-top: none !important;
}

.as-main-footer .footer-top { 
  padding-bottom: 18px !important;  
}

.as-main-footer .footer-top-content {
  margin-bottom: 8px !important;    
}

.as-main-footer .contact-links {
  margin-top: 16px !important;       
  margin-bottom: 0 !important;
}

.as-main-footer .contact-links .contact-box {
  margin-bottom: 0 !important;       
}

.as-main-footer .widget       { margin-bottom: 12px !important; }
.as-main-footer .widget-title { margin-bottom: 10px !important; }

.as-main-footer .quick-link-list,
.as-main-footer .social-icons {
  margin-top: 8px !important;       
}

.as-main-footer .footer-bottom {
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.as-main-footer .contact-links {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.as-main-footer .contact-links .row {
  margin-bottom: 0 !important;
}

.as-main-footer .footer-bottom {
  margin-top: 0 !important;
  padding-top: 5px !important;   
}

.as-main-footer .contact-box {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.card {
  background-color: #f7f7f7 !important;
}

.contact-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #555; 
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 0 auto 15px;
}

.contact-box-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.contact-box {
  display: flex;
  align-items: center; 
  gap: 15px; 
}

.contact-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #555; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
  margin: 0; 
}

.contact-box-icon i {
  font-size: 24px;
  color: #fff;
}

.contact-box {
  display: flex;
  align-items: flex-start; 
  gap: 15px; 
}

.contact-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #555; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-box-icon i {
  font-size: 24px;
  color: #fff;
}

.footer-top .contact-links {
  margin-top: 20px; 
  padding-top: 20px;
  border-top: 1px solid #444;
}

.footer-top .contact-links {
  margin-top: 20px; 
  padding-top: 20px;
  border-top: 1px solid #444; 
}

.footer-top .contact-links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #666;
}

.footer-top .contact-links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #00bcd4;
}

.contact-links {
  margin-top: 0 !important;
  padding-top: 10px !important; 
}

.contact-links {
  border-top: 1px solid #333;
  padding-top: 10px; 
  margin-top: 5px; 
}

.contact-links {
  border-top: 1px solid #333;
  padding-top: 10px; 
  margin-top: 0;  
}

.team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-card .card-text {
  flex-grow: 1;
}

.card .text-dark {
  color: #000000 !important;
}

.card .card-title {
  color: #000 !important; 
}

.team-card .card-text {
  font-size: 1rem;          
  color: #333 !important; 
  font-weight: 400;        
  line-height: 1.6;        
  text-align: left;        
}

.as-main-footer {
  margin-top: 0 !important;   
  padding-top: 20px;          
}

.footer-top {
  padding-top: 20px !important;
}

.last-section {
  margin-bottom: 0 !important;
}

.banner-img-wrap img {
  border-radius: 12px;
  border: 1px solid #ddd;            
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.banner-img-wrap img {
  border-radius: 12px;              
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); 
  object-fit: cover;                  
  width: 100%;                       
  height: auto;
}

.banner-img-wrap img {
  border-radius: 0 !important; 
  box-shadow: none !important;
  filter: brightness(1.2) contrast(1.1);
}

.banner-img-wrap img {
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: brightness(1.2) contrast(1.1);
  transition: filter 0.3s ease-in-out;
}

.banner-img-wrap img:hover {
  filter: brightness(1.3) contrast(1.2);
}


.nav-menu-wrap.active {
  display: block;
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.menu-toggle {
  font-size: 28px;
  cursor: pointer;
  z-index: 10000;
}

.menu-toggle {
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 6px;
}

.bg-success {
  max-width: 100%;
}

.row > .col-lg-6 {
  display: flex;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.service-box {
  min-height: 380px;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.as-service-area .row > .col-lg-6 {
  display: flex;
}

.as-service-area .service-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px; 
}

.as-service-area .row {
  display: flex;
  flex-wrap: wrap;
}

.as-service-area .col-lg-6 {
  display: flex;
}

.as-service-area .service-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.banner-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.banner-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 400px; 
}

.banner-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;   
}

.banner-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 350px;  
  object-fit: cover;  
  display: block;    
}

.as-event-area .col-lg-6.order-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;  
}

.as-event-area .row {
  display: flex;
  align-items: center;  
}

.banner-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-img-wrap img {
  width: 100%;
  height: 100%;
  max-height: 400px;  
  object-fit: cover;  
  display: block;
}

.as-event-area .col-lg-6.order-1 {
  padding: 20px;
}

.as-event-area .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
}

.banner-img-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-img-wrap img {
  width: 100%;
  height: auto;          
  object-fit: contain;  
  display: block;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-box-icon {
  flex-shrink: 0;       
  text-align: left;     
}

.contact-box {
  display: flex;
  align-items: flex-start; 
  text-align: left;       
  gap: 10px;              
}

.contact-box-icon {
  font-size: 24px;        
  flex-shrink: 0;         
}

.close-btn {
  position: absolute;   
  top: 15px;           
  right: 15px;          
  font-size: 22px;     
  cursor: pointer;      
}

.menu-box {
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;      
  right: 15px;    
  z-index: 9999;  
}

.menu-box .logo {
  margin-top: 50px;   
}

.service-box .service-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.tab-content {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 108px;
    min-height: 365px;
}

.as-banner-area {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

.as-about-area {
  padding-top: 10px !important;  
}

.as-banner-area {
  margin-bottom: 0;
  padding-bottom: 0;
}

.as-about-area {
  padding-top: 0;
}

.as-banner-area {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.as-about-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.menu-box {
  max-height: 100vh;       
  overflow-y: auto;      
  -webkit-overflow-scrolling: touch; 
}

.menu-box {
  position: relative;
}

.menu-box .close-btn {
  position: absolute;
  top: 15px;    
  right: 15px;  
  font-size: 24px;
  cursor: pointer;
  z-index: 999; 
}

.as-about-area.section-pad {
  margin-bottom: 10px;   
  padding-bottom: 15px;  
}

.as-service-area.section-pad {
  margin-top: 0;       
  padding-top: 20px;    
}

.tab-content {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 103px;
    min-height: 365px;
}

.as-about-area {
  padding-bottom: 20px !important; 
}

.as-service-area {
  padding-top: 20px !important; 
}

.reduced-space {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.section-heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-heading h4 {
  margin-bottom: 10px;
}

.reduced-space {
  padding-top: 40px !important;  
  padding-bottom: 40px !important; 
}

.section-heading h2 {
  margin-bottom: 20px; 
  margin-top: 0;
}

.section-heading h4 {
  margin-bottom: 10px; 
}

.page-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-content p {
  margin-bottom: 10px;
}

.section-pad .row {
  margin-bottom: 20px;
}

.section-pad.reduced-space {
  padding-top: 30px;   
  padding-bottom: 30px; 
}

.section-pad.reduced-space .page-content {
  margin-bottom: 10px !important; 
}

.section-pad.reduced-space .nav-tabs {
  margin-bottom: 10px !important; 
}

.section-pad.reduced-space .single-tech h6 {
  margin-top: 6px; 
  margin-bottom: 0; 
}

.section-pad.reduced-space .single-tech {
  padding: 10px 5px;
}

.section-pad.reduced-space .tab-content .row {
  margin-bottom: 5px !important; 
}

.section-pad.reduced-space .text-center {
  margin-top: 10px !important; 
  margin-bottom: 0;
}

.section-pad {
  padding-top: 40px !important;  
  padding-bottom: 40px !important;
}

.section-pad + .section-pad {
  margin-top: -20px;  
}

.section-pad {
  padding: 40px 0;   
}

.section-heading {
  margin-bottom: 20px; 
}

h2, h3 {
  margin-top: 20px;  
}

#social-responsibility {
  margin-bottom: 30px;  
}

#elderly-community {
  margin-top: 30px;   
}

.team-card {
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  overflow: hidden;
}

.team-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.team-card img {
  transition: transform 0.4s ease-in-out;
}

.team-card:hover img {
  transform: scale(1.1);
}

.team-card {
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.tab-content .row {
  margin-top: 10px !important; 
}

.single-tech {
  margin-bottom: 15px !important; 
}

.text-center {
  margin-top: -10px !important;  
  margin-bottom: 0 !important;
}

.text-center {
  margin-top: -30px !important; 
}

.section-pad.reduced-space {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

#nav-tabContent {
  margin-top: 10px !important;
}

.single-tech {
  margin-bottom: 10px !important;
}

.text-center {
  margin-top: -20px !important; 
}

section h2 {
  margin-bottom: 40px;  
  position: relative;
  z-index: 2; 
}

section .container .row {
  margin-top: 0;
  padding-top: 20px;
}

section h2 {
  margin-bottom: 60px; 
  padding-top: 20px;    
  position: relative;
  z-index: 2;
}

section h2 {
  margin-bottom: 80px !important; 
}

section .row.d-flex {
  margin-top: 40px !important; 
}

.breadcrumb-area {
  padding: 80px 0; 
}

.breadcrumb-inner h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.breadcrumb-list {
  margin-top: 10px;
  font-size: 16px;
}

.breadcrumb-area {
  padding: 100px 0; 
}