@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Rise effect initial state */
/* .rise {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

/* When element becomes visible */
.rise-show {
  opacity: 1;
  transform: translateY(0);
}

*/

/* 🔥 Hide Google Translate Top Banner */
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-gadget-icon {
  display: none !important;
}

/* Background only for navbar section */
.header-area {
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #ffffff;
  background-image: url("../images/header-background-img.png");
  background-size: 100% auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  /* background: linear-gradient(90deg, #3bbf8f, #1e4ea7); */
  /* background: linear-gradient(90deg, #0BA360, #3CBA92); */
  /* background: linear-gradient(90deg, #2AB7A9, #2E77CE); */
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.41);
  padding: 20px 0 50px;
  position: relative;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 1000;
  /* overflow: hidden !important; */
}


/* Navbar Container */
.main-header .nav-container {
  width: 90%;
  margin: auto;
}

.outside-nav {
  margin-left: 95%;
  margin-top: -67px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  /* vertically center the logo and text */
  justify-content: center;
  /* center horizontally (optional) */
  gap: 20px;
  /* space between logo and text */
  margin-bottom: 20px;
  /* space below the header if needed */
}

.header-title h3 {
  color: #0c6e2e;
  /* color: #000; */
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: -1px;
  /* font-family: "Barlow", sans-serif !important; */
  /* font-family: "Bricolage Grotesque", sans-serif; */
  font-family: 'Times New Roman', Times, serif;

}

/* Logo outside the glass box */
.header-logo {
  display: flex;
  justify-content: start;


}

.header-logo img {
  height: 120px;
  margin-left: 70px;
  margin-top: -20px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.35));
  position: relative;
  z-index: 5;
  transform: translateY(-15px);


}

.header-img {
  width: 100%;
}


/* Glass Navbar */
.main-header .navbar {
  width: 80%;
  padding: 18px 35px;
  border-radius: 18px;
  /* background: rgba(255, 255, 255, 0.14); */
  /* background: #e2ece5; */
  background-color: transparent;
  background-image: linear-gradient(135deg, #018B3B 0%, #106846 100%);
  /* background: rgba(35, 182, 251, 0.2); */
  backdrop-filter: blur(12px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -90px;
  transform: translateX(150px);
  /* moves navbar 90px to the right */

}

/* Menu */
.nav-menu {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  /* color: #fff; */
  /* color: #053115; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
}


.nav-menu li a:hover {
  transform: scale(0.95);
  color: #ffffff;
}


/* Right Side */
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px !important;
}

/* .search-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
} */

.lang-toggle {
  background: #800000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  min-width: 32px;
  text-align: center;
}

.lang-toggle.ar {
  background: #00247d;
}

/* .account-btn {
    background: #ffffff;
    color: #1c7c3b;
    border: none;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
} */

.mobile-header {
  display: none;
}

/* Hide hamburger on desktop */
.hamburger {
  display: none;
  font-size: 28px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}


.header-area,
.main-header,
.nav-container,
.navbar {
  overflow: visible !important;
}

/* Dropdown container */
.dropdown {
  position: relative;
}

/* Dropdown menu hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-15%);

  width: 900px;
  max-width: 95vw;
  background: #fff;
  padding: 10px 0px !important;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;

  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);

  /* 🔥 KEY FIX */
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;

  column-gap: 20px;
  row-gap: 18px;
}


.dropdown-menu li {
  list-style: none;
}

/* Dropdown links */
.dropdown-menu li a {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
}

/* Arrow before each item */
.dropdown-menu li a::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b6b78;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background: #f2f2f2;
  color: #000;
}

.dropdown-toggle {
  cursor: pointer;
  margin-left: 6px;
  margin-top: 20px !important;
  font-size: 15px;
  /* color: #0b6b78; */
  color: #ffffff;
}

/* Keep dropdown open while hovering menu */
.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
  display: grid;
}

.mobile-header,
.mobile-menu {
  display: none;
}

@media(min-width:1025px) and (max-width:1430px) {
  .header-title h3 {
    color: #0c6e2e;
    /* color: #000; */
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: -1px;
    /* font-family: "Barlow", sans-serif !important; */
    /* font-family: "Bricolage Grotesque", sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    /* text-shadow: 3px 3px 2px rgba(0,0,0,0.25); */
  }

  .nav-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main-header .navbar {
    width: 90%;
    transform: translate(30px, 10px);

  }

  .header-logo img {
    height: 100px;
    margin-left: 0px;
    margin-top: 0px;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.35));
    position: relative;
    z-index: 5;
    transform: translateY(-10px);
  }

  .outside-nav {
    margin-top: -55px;
  }

}

/* ===============================
   MOBILE + TABLET (≤ 1024px)
   =============================== */
@media (max-width: 1024px) {
  .main-header {
    height: auto !important;
  }

  /* Hide desktop title & logo */
  .main-header,
  .header-title,
  .header-logo {
    display: none !important;
  }

  /* Show mobile header */
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    position: relative;
  }

  .mobile-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-left img {
    height: 90px;
    margin-top: -30px;
  }

  .mobile-left h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    color: #0c6e2e;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: -1px;
    font-family: 'Times New Roman', Times, serif;
    /* text-shadow: 3px 3px 2px rgba(0,0,0,0.25); */

  }

  /* Reset desktop navbar */
  .main-header .navbar {
    /* background: none;
        border: none;
        height: 0;
        overflow: visible;
        margin: 0;
        transform: none;
        padding: 0; */
    display: none;
  }

  /* Show hamburger */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .bar {
    width: 25px;
    height: 3px;
    background: #000;
    transition: 0.3s ease;
  }

  /* Mobile menu container */
  #mobileMenu {
    display: none;
    position: absolute;
    top: 100%;
    /* drops down from hamburger */
    left: 0;
    width: 100%;
    background: rgba(30, 30, 30, 0.9);
    backdrop-filter: blur(15px);
    padding: 20px;
    flex-direction: column;
    gap: 18px;
    border-radius: 0 0 18px 18px;
    z-index: 9999;
  }

  #mobileMenu.menu-open {
    display: flex;
  }

  #mobileMenu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
  }

  /* Disable hover dropdown */
  .dropdown:hover .dropdown-menu {
    display: none;
  }

  /* Click-based dropdown */
  .dropdown-menu {
    position: absolute;
    /* allows you to move it */
    top: 100%;
    /* place it below the trigger */
    left: 50px;
    width: 100%;
    background: #ffffff;
    box-shadow: none;
    display: none;
    padding: 18px;
    border-radius: 8px;

  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu li a {
    color: #000 !important;
    white-space: normal;
    /* allow text to wrap */
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 30px;

  }

  .dropdown-menu li a::before {
    padding: 10px;
  }

  .mobile-right {
    display: flex;
    align-items: center;
    gap: 12px;
    /*  space between hamburger & AR */
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .mobile-left h1 {
    font-size: 15px;
    color: #0c6e2e;
    /* color: #000; */
    text-align: center;

    font-weight: 600;
    margin-bottom: 18px;
    margin-top: -1px;
    /* font-family: "Barlow", sans-serif !important; */
    /* font-family: "Bricolage Grotesque", sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    /* text-shadow: 3px 3px 2px rgba(0,0,0,0.25); */

  }

  .mobile-left img {
    height: 70px;
    margin-top: -50px;
  }

  #top-header {
    padding-bottom: 10px;
  }

}

/* Removes the blank space Google adds on top */
body {
  top: 0px !important;
  font-family: 'Poppins', sans-serif !important;
}

/* 2. Elements Styling */
body {
  color: #000000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

a {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none !important;
  text-decoration: none;
}

a.link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

a.link:hover,
a.link:active,
a.link:focus {
  color: #3f7d36;
}

a.link:hover.icon i,
a.link:active.icon i,
a.link:focus.icon i {
  color: #000000;
}

a.link.icon i {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

a.icon i {
  margin: 0 5px;
  font-size: 16px;
  vertical-align: middle;
}

a.icon.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\$";
  font-size: 16px;
  vertical-align: middle;
}

dl {
  margin-bottom: 0;
}

dl dt {
  font-weight: 700;
  float: left;
  padding: 2px 0;
}

dl dd {
  text-align: right;
  padding: 2px 0;
}

h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 24px;
  margin-top: 0;
}

hr {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
  margin-bottom: 25px;
}

html,
body {
  height: 100%;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* opacity: 0.6; */
  line-height: 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

ul {
  padding-left: 12px;
  margin: 15px 0;
}

ul li {
  text-transform: none;
}

/* 3. Universal classes */
.block {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.bg img {
  max-width: inherit;
  height: 100%;
}

.bg.white {
  background-color: #fff;
}

.bg.black {
  background-color: #000;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}

.bg-transfer img {
  display: none !important;
}

.bg-transfer.bg-fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.box {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  padding: 20px;
  position: relative;
}

.center {
  text-align: center;
}

.container .block {
  padding: 30px;
}

.framed {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  display: inline-block;
  transition: 0.5s ease;
}

.separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: black;
  display: block;
  height: 2px;
  width: 25px;
  margin: 10px 0;
}

.font-color-white {
  color: #fff;
}

.font-color-black {
  color: #000;
}

.font-color-dark {
  color: #1f1f1f;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 14px;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.shadow {
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.stick-to-footer {
  margin-bottom: -60px;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.text-color-white {
  color: #fff !important;
}

.text-color-white a {
  color: #fff;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}

.height-200px {
  height: 200px !important;
}

.height-300px {
  height: 300px !important;
}

.height-400px {
  height: 400px !important;
}

.height-500px {
  height: 500px !important;
}

.height-600px {
  height: 600px !important;
}

.height-700px {
  height: 700px !important;
}

.height-800px {
  height: 800px !important;
}

.height-900px {
  height: 900px !important;
}

.height-1000px {
  height: 1000px !important;
}

.space {
  height: 60px;
}

/* 4. Classes */
#big-map {
  height: 100%;
  width: 100%;
  position: relative;
}

#big-map:before {
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-color: #fff;
  height: 110px;
  width: 105%;
  position: absolute;
  bottom: -55px;
  left: -5px;
  content: "";
  z-index: 1;
}

.header-background {
  height: 280px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.header-background:before {
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-color: #fff;
  height: 110px;
  width: 105%;
  position: absolute;
  bottom: -55px;
  left: -5px;
  content: "";
  z-index: -1;
}

.header-background .title h1 {
  line-height: normal;
  /* FIX */
  white-space: normal;
  /* allow wrapping */
  word-break: break-word;
  /* break long words if needed */
  margin: 0;
  font-weight: 300;
  font-size: 48px;
  z-index: 5;
  position: relative;
  color: #fff
}

@media (max-width: 768px) {
  .header-background .title h1 {
    font-size: 28px;
  }
}

@media (max-width: 300px) {
  .header-background .title h1 {
    font-size: 24px;
  }
}

.header-background.overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
}

.header-background.overlay h1 {
  color: #fff;
}

.featured-works-carousel .slide {
  position: relative;
  padding: 30px 0;
  text-align: left;
}

.featured-works-carousel .slide .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  width: 700px;
}

.featured-works-carousel .slide .title {
  padding: 20px;
  padding: 30px;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 1;
}

.featured-works-carousel .slide .title h3 {
  display: inline-block;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.featured-works-carousel .slide .info {
  margin-bottom: 20px;
}

.featured-works-carousel .slide p {
  margin-bottom: 20px;
}

.featured-works-carousel .owl-controls {
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.featured-works-carousel .owl-controls .owl-prev,
.featured-works-carousel .owl-controls .owl-next {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.featured-works-carousel .owl-controls .owl-prev:after,
.featured-works-carousel .owl-controls .owl-next:after {
  font-size: 18px;
  color: black;
  line-height: 29px;
}

.featured-works-carousel .owl-controls .owl-prev {
  position: relative;
  left: 2px;
}

.featured-works-carousel .owl-controls .owl-prev:after {
  content: "\#";
}

.featured-works-carousel .owl-controls .owl-next:after {
  content: "\$";
}

.featured-blocks .featured-block {
  position: relative;
}

.featured-blocks .featured-block .date {
  padding: 20px;
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 14px;
  min-width: 160px;
}

.featured-blocks .featured-block a {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-blocks .featured-block a h3 {
  font-size: 14px;
  font-weight: bold;
}

.featured-blocks .featured-block .description {
  padding-left: 100px;
}

.gallery .gallery-item {
  display: block;
  position: relative;
  margin-bottom: 100px;

}

.gallery-item:hover .framed {
  background-color: #1ba248b6 !important;
  color: #fff;
}

.gallery .gallery-item .title {
  position: absolute;
  width: 100%;
  min-height: 55px;
  /*bottom: 0;*/
  /*left: 10px;*/
  bottom: -70px;
  z-index: 1;
  background-color: #ffffffb0;
  /* box-shadow: 0px 9px 20px 0px #0000009e; */
      height: auto;
        align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
}

.gallery .gallery-item .title .name {
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  font-weight: bold;
  font-size: 15px;
}

.gallery .gallery-item .title .place {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.gallery .gallery-item .arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  position: absolute;
     bottom: -59px;
    right: 2px;
  font-size: 24px;
}

.gallery .gallery-item .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* opacity: 0.7; */
}

.gallery .gallery-item .image img {
  max-width: 100%;
  /* box-shadow: 0px 9px 20px 0px #0000009e; */
}

@media(max-width:768px) {
  .gallery .gallery-item .title {
    position: absolute;
    width: 100%;
    min-height: 55px;
    bottom: 0;
    left: 10px;
    bottom: -70px;
    z-index: 1;
    background-color: #ffffffb0;
    box-shadow: 0px 9px 20px 0px #0000009e;
  }

  .gallery .gallery-item .image img {
    max-width: 100%;
    box-shadow: 0px 9px 20px 0px #0000009e;
  }
}

.hero-section {
  overflow: hidden;
  position: relative;
}

.hero-section.is-carousel .hero-wrapper {
  height: 70%;
  overflow: hidden;
  position: relative;
}

.hero-section.is-carousel .hero-wrapper .carousel {
  position: absolute;
  top: 0;
}

.hero-section.is-carousel .hero-wrapper .slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  /* opacity: 0.45; */
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
  z-index: 1;
}

.hero-section.is-carousel .hero-wrapper .slide:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  /* opacity: 0.45; */
  color: #fff;
}

.hero-section.is-carousel .hero-wrapper .slide:hover a {
  color: #fff;
}

.hero-section.is-carousel .hero-wrapper .slide:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: rotate(-3deg) translateY(-200px);
  -ms-transform: rotate(-3deg) translateY(-200px);
  -webkit-transform: rotate(-3deg) translateY(-200px);
  transform: rotate(-3deg) translateY(-200px);
}

.hero-section.is-carousel .hero-wrapper .slide:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transform: rotate(-3deg) translateY(0px);
  -ms-transform: rotate(-3deg) translateY(0px);
  -webkit-transform: rotate(-3deg) translateY(0px);
  transform: rotate(-3deg) translateY(0px);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: black;
  position: absolute;
  width: 200%;
  height: 100%;
  bottom: -100%;
  left: -50%;
  content: "";
  z-index: -1;
}

.hero-section.is-carousel .hero-wrapper .slide .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 90px;
  right: 20px;
}

.hero-section.is-carousel .hero-wrapper .slide .description .number {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-weight: lighter;
  font-size: 30px;
}

.hero-section.is-carousel .hero-wrapper .slide .description h2 {
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0px;
}

.hero-section.is-carousel .hero-wrapper .slide .description a {
  font-size: 11px;
}

.hero-section.is-carousel .hero-wrapper .owl-carousel {
  height: 100% !important;
}

.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-stage-outer,
.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-stage,
.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-item {
  height: 100% !important;
}

.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-item {
  overflow: hidden;
}

.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-item.active.center.show-description .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-item.active.center .slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* opacity: 0.8; */
}

.hero-section.is-carousel .hero-wrapper .owl-carousel .owl-item.active.center .slide:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hero-section.is-slider .hero-wrapper {
  height: 100%;
}

.hero-section.is-slider .hero-wrapper .owl-carousel {
  height: 100% !important;
  z-index: 1;
}

.hero-section.is-slider .hero-wrapper .owl-carousel .owl-stage-outer,
.hero-section.is-slider .hero-wrapper .owl-carousel .owl-stage,
.hero-section.is-slider .hero-wrapper .owl-carousel .owl-item {
  height: 100% !important;
}

.hero-section.is-slider .hero-wrapper .owl-carousel .owl-item {
  overflow: hidden;
}

.hero-section.is-slider .hero-wrapper .owl-carousel .owl-item .slide {
  z-index: 0;
}

.hero-section.is-slider .hero-wrapper .owl-carousel .owl-item .description {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 50px;
  top: 50px;
}

.hero-section.is-slider .heading-wrapper {
  width: 100%;
  bottom: 0px;
  height: 200px;
  position: absolute;
}

.hero-section.is-video .hero-wrapper {
  height: 100%;
}

.hero-section.is-video .heading-wrapper {
  width: 100%;
  bottom: 0px;
  height: 200px;
  position: absolute;
}

.hero-section .heading-wrapper {
  height: 30%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.hero-section .heading-wrapper:before {
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-color: #fff;
  height: 110px;
  width: 105%;
  position: absolute;
  top: -55px;
  left: -5px;
  content: "";
  z-index: -1;
}

.hero-section .heading-wrapper .title {
  position: relative;
  line-height: 48px;
  padding: 120px 50px 50px 0;
  display: inline-block;
  top: -170px;
}

.hero-section .heading-wrapper .title h1 {
  color: #fff;
  font-weight: 200;
  font-size: 50px;
  text-shadow: 2px 3px 3px #000;
}

.hero-section .heading-wrapper .title:before {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: block;
  height: 100%;
  width: 2000px;
  right: 0px;
  top: 0;
  content: "";
  position: absolute;
  z-index: -1;
}

.hero-section .heading-wrapper .title a {
  position: absolute;
  bottom: -50px;
}

.hero-section .heading-wrapper .heading {
  position: relative;
}

.hero-section .heading-wrapper .owl-navigation {
  position: absolute;
  right: 0px;
  top: -5px;
  bottom: 10px;
}

.hero-section .heading-wrapper .owl-navigation .owl-prev,
.hero-section .heading-wrapper .owl-navigation .owl-next {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  height: 30px;
  width: 30px;
  text-align: center;
}

.hero-section .heading-wrapper .owl-navigation .owl-prev:hover,
.hero-section .heading-wrapper .owl-navigation .owl-next:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.hero-section .heading-wrapper .owl-navigation .owl-prev:after,
.hero-section .heading-wrapper .owl-navigation .owl-next:after {
  font-size: 18px;
  color: black;
  line-height: 29px;
}

.hero-section .heading-wrapper .owl-navigation .owl-prev {
  position: relative;
  left: 2px;
}

.hero-section .heading-wrapper .owl-navigation .owl-prev:after {
  content: "\#";
}

.hero-section .heading-wrapper .owl-navigation .owl-next:after {
  content: "\$";
}

.homepage h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 16px;
  font-weight: lighter;
}

.logos {
  display: table;
  width: 100%;
}

.logos .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.outer-wrapper {
  overflow: hidden;
  position: relative;
}

.outer-wrapper.show-nav .page-wrapper {
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.outer-wrapper.show-nav .nav-btn:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.outer-wrapper.show-nav .nav-btn figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.page-framed-black .page-wrapper:after,
.page-framed-black .page-wrapper:before {
  background-color: #000;
}

.page-framed-black #page-header,
.page-framed-black #page-footer .copyright {
  background-color: black;
  color: #fff;
}

.page-framed-black .nav-btn figure {
  background-color: #fff;
}

.page-framed-black .navigation-off-canvas {
  background-color: rgba(0, 0, 0, 0.9);
}

.page-framed-black .navigation-off-canvas ul li {
  border-bottom: none;
}

.page-framed-black .navigation-off-canvas ul li:first-child {
  border-top: none;
}

.page-framed-white .page-wrapper:after,
.page-framed-white .page-wrapper:before {
  background-color: #fff !important;
}

.page-background-black {
  background-color: black;
  color: #fff;
}

.page-background-black.page-framed-white #page-header,
.page-background-black.page-framed-white #page-footer .copyright {
  background-color: #fff;
  color: black;
}

.page-background-black.page-framed-white .nav-btn figure {
  background-color: black;
}

.page-background-black hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.page-background-black a:not(.slide) {
  color: #fff;
}

.page-background-black a.btn {
  color: black;
}

.page-background-black .framed,
.page-background-black .hero-section .heading-wrapper .title::before {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev .owl-next,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev .owl-prev,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-next,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev .owl-next:after,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev .owl-prev:after,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-next:after,
.page-background-black .hero-section .heading-wrapper .owl-navigation .owl-prev:after {
  color: #fff;
}

.page-background-black .hero-section .carousel-wrapper .slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.page-background-black .hero-section .carousel-wrapper .slide .description {
  color: #fff;
}

.page-background-black .header-background::before {
  background-color: black;
}

.page-background-black .nav-btn figure {
  background-color: #fff;
}

.page-background-black .navigation-off-canvas {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-background-black .navigation-off-canvas ul li {
  border-bottom: none;
}

.page-background-black .navigation-off-canvas ul li:first-child {
  border-top: none;
}

.page-background-black .page-wrapper:after,
.page-background-black .page-wrapper:before {
  background-color: black;
}

.page-background-black .heading-wrapper {
  background-color: black;
}

.page-background-black .heading-wrapper:before {
  background-color: black;
}

.page-background-black #page-footer .footer-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-background-black .separator {
  background-color: #fff;
}

.page-background-black .time-line {
  background-color: black;
  color: #fff;
}

.page-background-black .time-line .time-line-item::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-background-black #big-map::before {
  background-color: black;
}

.page-background-black .work-detail .page-switcher .prev,
.page-background-black .work-detail .page-switcher .next {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-background-black .work-detail .page-switcher .prev:after,
.page-background-black .work-detail .page-switcher .next:after {
  color: #fff;
}

.page-background-black .price span {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-wrapper {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.page-wrapper:after {
  width: 25px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}

.page-wrapper:before {
  width: 25px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 2;
}

.page-wrapper #page-header,
.page-wrapper #page-content,
.page-wrapper #page-footer {
  display: table-row;
}

.page-wrapper #page-header,
.page-wrapper #page-footer {
  height: 1px;
}

.page-wrapper #page-header {
  background: linear-gradient(90deg, #fff 0%, #0fa4b8 50%, #0872d6 100%);
}

.page-wrapper #page-content {
  height: auto;
  overflow: hidden;
  position: relative;
}

#page-footer .footer-wrapper {
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}

#page-footer a:hover {
  text-decoration: underline;
}

#page-footer .copyright {
  /*background-color: $color-black; color: #fff;*/
  text-transform: none;
  padding: 20px 0;
}

#page-footer h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

#page-footer .logo {
  display: block;
  margin-bottom: 30px;
}

#page-footer .separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-bottom: 20px;
}

#page-footer address,
#page-footer ul {
  text-transform: none;
  line-height: 20px;
}

#page-footer .map-wrapper {
  position: relative;
}

#page-footer .map-wrapper #map {
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}

.person {
  margin-bottom: 80px;
}

.person:hover .framed {
  background-color: #1ba2489a !important;
}

.person:hover .framed h4 {
  color: #000;
}

.person:hover .framed h3 {
  color: #fff !important;
}

.person .left {
  width: 165px;
  height: 225px;
  overflow: hidden;
  position: relative;
  float: left;
}

.person .right {
  padding-left: 180px;
}

.person .right .framed {
  display: block;
  margin-left: -30px;
  top: -15px;
  position: relative;
  background-color: #00000000;
}

.person .right h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s ease;
}

.person .right h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin: 0;
  font-size: 12px;
}

.person .right .social a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  /* display: inline-block; */
  display: none;
  font-size: 18px;
  padding: 5px;
}

.person .right .social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.person .right .social a .icon_mail {
  top: -2px;
  position: relative;
}

.person .right .social a i {
  position: relative;
}

.price span {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0 20px 0;
}

.section-title {
  margin-top: 10px;
  /* margin-bottom: 60px; */
}

.section-title h2 {
  margin-top: 10px;
  font-weight: 300;
}

.subpage-detail-v2 .header-background {
  position: absolute;
  height: 180px;
}

.subpage-detail-v2 .header-background:before {
  display: none;
}

.subpage-detail-v2 .work-detail {
  margin-top: 50px;
}

.subpage-detail-v2 .work-detail .left {
  margin-top: 0;
}

.subpage-detail-v3 .header-background {
  position: absolute;
}

.subpage-detail-v3 .title-image {
  position: relative;
  margin-bottom: 30px;
}

.subpage-detail-v3 .title-image .image-wrapper {
  height: 350px;
  overflow: hidden;
  position: relative;
  top: 20px;
}

.subpage-detail-v3 .title-image .title {
  position: absolute;
  top: -100px;
  left: -30px;
}

.subpage-detail-v3 .title-image .bg-transfer {
  margin-top: 50px;
}

.subpage-detail-v3 .work-detail {
  margin-top: 130px;
}

.subpage-detail-v3 .work-detail .left {
  margin-top: 0;
}

.tags {
  margin: 15px 0;
}

.tags .tag:after {
  content: "/";
  padding-left: 5px;
}

.tags .tag:last-child:after {
  display: none;
}

.title h3,
.title h2 {
  font-weight: 300;
}

.time-line {
  background-color: #fff;
  padding: 40px;
}

.time-line .time-line-item {
  position: relative;
  padding-bottom: 20px;
}

.time-line .time-line-item:after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 7px;
  left: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.time-line .time-line-item:last-child {
  padding-bottom: 0;
}

.time-line .time-line-item:last-child:after {
  display: none;
}

.time-line .time-line-item:last-child p {
  margin-bottom: 0;
}

.time-line .time-line-item .date {
  font-size: 14px;
  font-weight: bold;
  width: 110px;
  float: left;
  position: relative;
}

.time-line .time-line-item .date:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  font-size: 8px;
  vertical-align: middle;
  margin-right: 10px;
}

.time-line .time-line-item p {
  padding-left: 110px;
}

.work-detail .title {
  margin-bottom: 30px;
  display: block;
}

.work-detail .title h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.work-detail .left {
  margin-top: -50px;
}

.work-detail .gallery .image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.work-detail .gallery .image img {
  width: 100%;
}

.work-detail .gallery .gallery-row {
  margin-bottom: -1px;
}

.work-detail .gallery .width-33 {
  height: 165px;
}

.work-detail .gallery .width-50 {
  height: 245px;
  width: 49.7%;
}

.work-detail .gallery .width-100 {
  height: 380px;
  width: 99.8%;
}

.work-detail .right {
  position: relative;
}

.work-detail .page-switcher {
  position: absolute;
  right: 0px;
  top: -55px;
}

.work-detail .page-switcher .prev,
.work-detail .page-switcher .next {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  height: 30px;
  width: 30px;
  text-align: center;
}

.work-detail .page-switcher .prev:hover,
.work-detail .page-switcher .next:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.work-detail .page-switcher .prev:after,
.work-detail .page-switcher .next:after {
  font-size: 18px;
  color: black;
  line-height: 29px;
}

.work-detail .page-switcher .prev {
  position: relative;
  left: 5px;
}

.work-detail .page-switcher .prev:after {
  content: "\#";
}

.work-detail .page-switcher .next:after {
  content: "\$";
}

.work-detail .video {
  padding-right: 2px;
  margin-bottom: 2px;
}

.video iframe {
  border: none;
}

/* 5. Forms */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 10px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: inherit;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
textarea.form-control:active,
textarea.form-control:focus {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea.form-control:hover {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}

input[type="text"].input-dark,
input[type="email"].input-dark,
input[type="date"].input-dark,
input[type="time"].input-dark,
input[type="search"].input-dark,
input[type="password"].input-dark,
input[type="number"].input-dark,
input[type="tel"].input-dark,
textarea.form-control.input-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

label {
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
}

textarea {
  resize: vertical;
}

button {
  outline: none !important;
}

button:hover,
button:active,
button:focus {
  outline: none !important;
}

.btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.btn {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  font-size: 10px;
  text-transform: uppercase;
  outline: none !important;
  border: none;
  font-weight: bold;
  padding: 9px 12px 6px 12px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #fff;
}

.btn.btn-white {
  background-color: #fff;
}

.btn.btn-primary {
  background-color: black;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: black;
}

.btn.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\$";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.hero-section form {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  margin-top: 0;
}

.hero-section form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-section form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-section form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-section form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-section form label {
  font-weight: normal;
}

.hero-section form .checkboxes {
  color: #fff;
}

.hero-section form .form-group {
  position: relative;
  margin-bottom: 0;
}

.hero-section form .form-group:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-section form .form-control {
  color: #fff;
  margin-bottom: 0;
}

.hero-section form .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #488f3e;
  color: #fff;
  padding: 30px;
  text-transform: none;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
}

.hero-section form .btn:hover,
.hero-section form .btn:focus,
.hero-section form .btn:active {
  border: none;
}

.hero-section form .btn[type="submit"] {
  background-color: #366b2f;
}

.hero-section form .favorite-search {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  padding: 10px 30px;
}

.hero-section form .favorite-search span {
  font-weight: bold;
  margin-right: 10px;
}

.hero-section form .favorite-search a {
  color: #fff;
  margin-right: 3px;
}

.hero-section form .favorite-search a:hover {
  text-decoration: underline;
}

.hero-section form .favorite-search a:after {
  content: ",";
}

.hero-section form .icheckbox {
  background-color: transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.hero-section form .icheckbox:after {
  color: #fff;
}

.form-control {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.marketing-form .left {
  float: left;
  width: 50%;
}

.marketing-form .right {
  float: right;
  width: 50%;
}

select {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background: url("../img/caret-down.png") no-repeat 100% center;
  margin-top: 5px;
  min-width: 40px;
}

select.framed {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
}

select.framed.white {
  color: #fff;
  border-color: #fff;
  background: url("../img/caret-down-white.png") no-repeat 100% center;
}

select.framed.white option {
  color: #1f1f1f;
}

select option {
  background-color: #fff;
  padding: 5px;
}

/* 6. Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-works-carousel .slide .image {
    width: 560px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-works-carousel .slide .image {
    width: 420px;
  }

  .featured-works-carousel .slide .title h3 {
    font-size: 26px;
  }

  .featured-works-carousel .slide .title {
    padding: 25px;
  }

  .featured-works-carousel .owl-controls {
    bottom: -20px;
  }

  .framed {
    padding: 15px;
  }

  .gallery .gallery-item .title .name {
    font-size: 12px;
  }

  h2 {
    margin-bottom: 30px;
  }

  .work-detail .title {
    display: inline-block;
  }

  .work-detail .page-switcher {
    display: none;
  }

  .work-detail .gallery {
    margin-top: 30px;
  }

  .gallery .gallery-item .title {
    bottom: -55px;
  }

  #page-services .col-md-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .page-wrapper {
    display: block;
  }

  .page-wrapper #page-header,
  .page-wrapper #page-footer,
  .page-wrapper #page-content {
    display: block;
    height: auto;
  }

  .hero-section .heading-wrapper .title {
    padding: 30px 30px 30px 0;
    top: inherit;
    bottom: 100px;
  }

  .hero-section .heading-wrapper .title h1 {
    font-size: 30px;
  }

  .hero-section .heading-wrapper .owl-navigation {
    top: inherit;
  }

  .featured-works-carousel .slide .image {
    width: 100%;
    margin-bottom: 30px;
  }

  .featured-works-carousel .slide .title {
    right: inherit;
    left: 30px;
  }

  .featured-works-carousel .owl-controls {
    bottom: -30px;
  }

  .featured-block {
    margin: 50px 0;
  }

  #page-footer {
    text-align: center;
  }

  #page-footer .map-wrapper #map {
    position: relative;
  }

  #page-footer .separator {
    display: inline-block;
  }

  .person .left {
    width: 115px;
    height: 165px;
  }

  .person .right {
    padding-left: 130px;
  }

  .time-line .time-line-item .date {
    width: 70px;
  }

  .time-line .time-line-item p {
    padding-left: 70px;
  }

  .bg-transfer.bg-fixed,
  .bg-transfer {
    background-attachment: inherit;
    background-size: cover;
    background-position: center center;
  }

  .work-detail .gallery {
    margin-top: 30px;
  }

  .work-detail .gallery .width-100,
  .work-detail .gallery .width-50,
  .work-detail .gallery .width-33 {
    width: 100%;
  }

  .page-switcher {
    display: none;
  }

  #page-services .one-item-carousel {
    margin: 15px 0;
  }
}





.about-us-section {
  padding-top: 40px;
}

.about-us-section-col-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20%;
}

.about-us-section-col-1 img {
  width: 100%;
}

.about-us-section-col-1 h4 {
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  transform: rotate(180deg);
  color: #000000;

}

.about-us-section-col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 20%;
}

.blue-bg {
  background-color: #55AFE3;
}

.about-us-section-col-2 h5 {
  font-weight: 300;
  font-size: 20px;
  text-transform: none;
}

.about-us-section-col-2 h4 {
  font-weight: 500;
  font-size: 50px;
  text-transform: none;
}

.about-us-section-col-2 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-transform: none;
  text-align: justify;
  color: #000000;
  font-family: 'Poppins', sans-serif !important;
}




.why-choose-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
}

.why-choose-us p {
  font-family: 'Poppins', sans-serif !important;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}


.why-choose-col {
  height: 100%;
}

.why-choose-card {
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  padding: 20px;
  min-height: 290px;
}

.why-choose-card span {
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
}

.why-choose-card img {
  width: 50px;
}

.why-choose-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: none;
  text-align: justify;

}





.cta-block-container {
  padding: 50px 8%;
  text-align: center;
}

.cta-block {
  width: 100%;
  height: 500px;
  background-image: url(../images/cta-background-sub.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.cta-block h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 30px;
}

.cta-block-text-container p {
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300;
  /* font-size: 30px; */
}

.cta-block button {
  background-color: #358eef;
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  padding: 15px 25px;
  border: 2px solid #ffffff !important;
  transition: 0.3s ease;
}

.cta-block button:hover {
  background-color: #ffffff;
  color: #358eef;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  padding: 15px 25px;
  border: 1px solid #358eef;
  transition: 0.3s ease;
}



.bold-backdrop {
  font-family: 'Poppins', sans-serif !important;
  background-color: #358eef;
  color: #fff;
  font-weight: 700;
}

.cta-para {
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
  color: #000000;
}

.cta-block-container button {
  background-color: #358eef;
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 5px;
  border: none;
}


@media (max-width: 767px) {

  .about-us-section-col-2 h4 {
    font-size: 30px;
    margin-top: 30px;
  }

  .cta-block h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
  }

  .cta-para {
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
  }

  .about-us-section-col-2 {
    padding-right: 0%;
  }

  .why-choose-us {
    padding: 0 0%;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .why-choose-col {
    margin-bottom: 15px
  }
}



.footer-container {
  padding-top: 80px;
}

.grey-container {
  width: 100%;
  padding: 30px 8%;
  margin: 0;
  height: max-content;
  background-color: #f5f5f5;
}

.grey-container h5 {
  font-family: 'Poppins', sans-serif !important;
  color: #000;
  font-weight: 600;
}

.footer-logo-strip {
  display: flex;
  align-items: center;
  justify-content: start;
}

.grey-container ul {
  list-style: none;
  padding: 0;
  color: #000;
}

.grey-container li {
  padding-bottom: 10px;
}

.grey-container a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-copyright-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}

.footer-copyright-strip a {
  padding-right: 10px;
  color: #358eef;
  font-size: 16px;
}

.footer-copyright-strip p {
  font-size: 16px;
}






/* tilt - Container */
.tilter-container {
  position: relative;
  width: 100%;
  /* Adjust size */
  height: 330px;
  transition: 200ms;
}

.tilter-container:active {
  width: 100%;
  /* height: 320px; */
}

/* Card with image */
#card {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: 700ms;
}

#card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Zoom effect on hover */
.tracker:hover~#card img {
  transform: scale(1.05);
}

/* Trackers */
.tracker {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.tracker:hover {
  cursor: pointer;
}

/* Grid setup for trackers */
.canvas {
  perspective: 800px;
  inset: 0;
  z-index: 200;
  position: absolute;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0;
}

/* Assign each tracker to its grid cell */
.tr-1 {
  grid-area: 1 / 1;
}

.tr-2 {
  grid-area: 1 / 2;
}

.tr-3 {
  grid-area: 1 / 3;
}

.tr-4 {
  grid-area: 1 / 4;
}

.tr-5 {
  grid-area: 1 / 5;
}

.tr-6 {
  grid-area: 2 / 1;
}

.tr-7 {
  grid-area: 2 / 2;
}

.tr-8 {
  grid-area: 2 / 3;
}

.tr-9 {
  grid-area: 2 / 4;
}

.tr-10 {
  grid-area: 2 / 5;
}

.tr-11 {
  grid-area: 3 / 1;
}

.tr-12 {
  grid-area: 3 / 2;
}

.tr-13 {
  grid-area: 3 / 3;
}

.tr-14 {
  grid-area: 3 / 4;
}

.tr-15 {
  grid-area: 3 / 5;
}

.tr-16 {
  grid-area: 4 / 1;
}

.tr-17 {
  grid-area: 4 / 2;
}

.tr-18 {
  grid-area: 4 / 3;
}

.tr-19 {
  grid-area: 4 / 4;
}

.tr-20 {
  grid-area: 4 / 5;
}

.tr-21 {
  grid-area: 5 / 1;
}

.tr-22 {
  grid-area: 5 / 2;
}

.tr-23 {
  grid-area: 5 / 3;
}

.tr-24 {
  grid-area: 5 / 4;
}

.tr-25 {
  grid-area: 5 / 5;
}

/* Hover tilt transforms */
.tr-1:hover~#card {
  transform: rotateX(20deg) rotateY(-10deg);
}

.tr-2:hover~#card {
  transform: rotateX(20deg) rotateY(-5deg);
}

.tr-3:hover~#card {
  transform: rotateX(20deg) rotateY(0deg);
}

.tr-4:hover~#card {
  transform: rotateX(20deg) rotateY(5deg);
}

.tr-5:hover~#card {
  transform: rotateX(20deg) rotateY(10deg);
}

.tr-6:hover~#card {
  transform: rotateX(10deg) rotateY(-10deg);
}

.tr-7:hover~#card {
  transform: rotateX(10deg) rotateY(-5deg);
}

.tr-8:hover~#card {
  transform: rotateX(10deg) rotateY(0deg);
}

.tr-9:hover~#card {
  transform: rotateX(10deg) rotateY(5deg);
}

.tr-10:hover~#card {
  transform: rotateX(10deg) rotateY(10deg);
}

.tr-11:hover~#card {
  transform: rotateX(0deg) rotateY(-10deg);
}

.tr-12:hover~#card {
  transform: rotateX(0deg) rotateY(-5deg);
}

.tr-13:hover~#card {
  transform: rotateX(0deg) rotateY(0deg);
}

.tr-14:hover~#card {
  transform: rotateX(0deg) rotateY(5deg);
}

.tr-15:hover~#card {
  transform: rotateX(0deg) rotateY(10deg);
}

.tr-16:hover~#card {
  transform: rotateX(-10deg) rotateY(-10deg);
}

.tr-17:hover~#card {
  transform: rotateX(-10deg) rotateY(-5deg);
}

.tr-18:hover~#card {
  transform: rotateX(-10deg) rotateY(0deg);
}

.tr-19:hover~#card {
  transform: rotateX(-10deg) rotateY(5deg);
}

.tr-20:hover~#card {
  transform: rotateX(-10deg) rotateY(10deg);
}

.tr-21:hover~#card {
  transform: rotateX(-20deg) rotateY(-10deg);
}

.tr-22:hover~#card {
  transform: rotateX(-20deg) rotateY(-5deg);
}

.tr-23:hover~#card {
  transform: rotateX(-20deg) rotateY(0deg);
}

.tr-24:hover~#card {
  transform: rotateX(-20deg) rotateY(5deg);
}

.tr-25:hover~#card {
  transform: rotateX(-20deg) rotateY(10deg);
}

/* Disable text/image selection */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.brand img {
  width: 300px;
}

@media (min-width: 992px) {
  .brand img {
    width: 400px;
  }
}




.navigation .right {
  display: none;
}

.navigation .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10%;
}

.main-nav-item {
  display: block;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif !important;
  -webkit-text-stroke: 0.2px #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.main-nav-item:hover {
  color: #fafafa;

}


/* Responsive: below 1500px */
@media (max-width: 1500px) {
  .main-nav-item {
    display: none !important;
  }

  .navigation .right {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .block {
    padding: 0px 0;
  }

  .footer-container {
    padding-top: 0px;
  }

  .grey-container {
    padding: 30px 2%;
  }

  .cta-block-container {
    padding: 50px 2%;
  }
}

@media (max-width: 576px) {
  .brand img {
    width: 100%;
  }
}

/* @media (max-width: 340px) {
  .brand img {
    width: 210px;
  }
}

@media (max-width: 270px) {
  .brand img {
    width: 180px;
  }
} */

.navActive {
  /* line-height: 150%;
  text-decoration: underline #358eef; */
  color: #358eef;
  font-weight: 700;
}

.locations-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 40px;
}

.locations-col:hover .framed {
  background-color: #1ba2489a;
}

.locations-col .framed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

@media (max-width: 768px) {
  .locations-col {
    padding: 0 16px;
  }


}










.careers-section {
  width: 100%;
  height: max-content;
  background-color: #1f1f1f00;
  padding: 20px 8%;
  position: relative;
}

.careers-section-col {
  height: 100% !important;
  margin-bottom: 20px;

}

.careers-section-blue-box {
  padding: 20px 20px;
  background: linear-gradient(135deg, #55AFE3E5 0%, #b0d9e73f 100%);
}

.career-card {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 10px;
  color: #000;
  min-height: 200px;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.career-card h4 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.career-card p {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}


.career-card button {
  background-color: #358eef;
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
}

.career-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.career-image-overlay img {
  width: 20%;
}



@media (max-width: 768px) {
  .careers-section {
    padding: 20px 0%;
  }

  .career-image-overlay img {
    width: 50%;
  }
}

.contact-social-items a {
  line-height: 250%;
}


.contact_sec {
  width: 100%;
  height: max-content;
  padding: 40px 10%;
}

.contact_sec_row {
  background-color: #c3c3c3;
  display: flex;
  align-items: center;
  padding: 20px;
}

.contact_item {
  background-color: #FAFAFA;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.contact_item i {
  color: #0872d6;
}

.contact_sec_col {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact_sec_formcol {
  padding: 5px;
}

.contact_sec_col input {
  width: 100%;
  outline: none !important;
  border: none !important;
  box-shadow: none;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}



.contact_sec_col textarea {
  width: 100%;
  outline: none !important;
  border: none !important;
  box-shadow: none;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}

.contact_sec_col button {
  background-color: #0872d6;
  color: #fff;
  border: none;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 400;
}

.contact_sec_col h3 {
  color: #0872d6;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}

.contact_sec_col p {
  font-weight: 350;
  font-size: 17px;

}

.contact_sec_form_row {
  width: 100%;
}

@media (max-width: 768px) {
  .contact_sec_row {
    flex-direction: column;
    padding: 20px;
  }

  .contact_sec {
    width: 100%;
    height: max-content;
    padding: 40px 0%;
  }
}


.locations_sec p {
  font-size: 15px;

}

.social-strip {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.social-strip i {
  font-size: 18px;
  color: #fff;
}

/* @media (min-width:768px) and (max-width:1199px){
  .locations_sec p {
  font-size: 11px;
}
  .contact_sec_row {
    flex-direction: column;
    padding: 20px;
  }

  .contact_sec {
    width: 100%;
    height: max-content;
    padding: 40px 0%;
  }
} */
@media (min-width: 1260px) and (max-width: 1439px) {
  .career-card {
    padding: 20px 15px;
  }

  .career-card p {
    font-size: 13px;
  }

  .career-card h4 {
    font-size: 15px;
  }
}

.floating_btn_helpline {
  position: fixed;
  bottom: 100px;
  right: 38px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}



@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon_helpline {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 4px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(13, 160, 25);
}


@media (max-width:992px) {
  .floating_btn_helpline {
    right: 38px;
    bottom: 100px;
  }
}

.product-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.item-block h4 {
  margin: 0;
}


.floating_btn_call {
  position: fixed;
  bottom: 220px;
  right: 20px;
  width: 100px;
  height: 100px;
  /* display: none; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon_call {
  background-color: #358ef9;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #358ef9;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon_call {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
}



/* Unique 404 Page Styles */
.nf-404-wrapper {
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #ffffff;
}

.nf-404-container {
  text-align: center;
}

.nf-404-btn {
  display: inline-block;
  padding: 15px 28px;
  background: #0978d2;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
  margin-top: 70px;
  cursor: pointer;
}

.nf-404-btn:hover {
  background: #2fb0c1;
  color: #fff;
}

.liquid-wrap {
  position: relative;
  /* This makes absolute positioning inside work */
  width: 300px;
  /* set the container width */
  height: 500px;
  /* set the container height */
}

.liquid-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.liquid-wrap img.liquid {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: url(#liquid);
}

.liquid-wrap img.flask {
  position: absolute;
  /* same positioning context as liquid */
  top: 10%;
  /* adjust if needed */
  left: -50%;
  /* move flask closer to liquid, adjust % as needed */
  z-index: 2;
  width: auto;
  /* keeps aspect ratio */
  height: 100%;
  /* match container height */
}

.liquid-wrap img {
  pointer-events: none;
  /* allow clicks to pass through */
}

.service-search-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

#serviceSearch {
   width: 100%;
    padding: 14px 18px 14px 44px; /* space for icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

#serviceSearch:focus {
  border-color: #333;
}

.subservices-container {
  margin-top: 120px;
}

.subservice-link {
  display: inline-block;
  background: #e6e6e6;
  padding: 6px 10px;
  margin: 4px 4px 0 0;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.subservice-link:hover {
  background: #358eef;
  font-weight: 600;
  color: #fff;
}
.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

.search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    pointer-events: none;
}


@media only screen and (max-width: 768px) {
    .footer-copyright-strip {
        display: block !important;
        padding-top: 15px !important;
    }
    .footer-copyright-strip a{color:#000 !important;}
    
    .service_detailing{padding: 10px 0% !important;}
    
    .service_detailing p,.service_detailing li{text-align:unset !important;}
    
}