@charset "utf-8";
:root {
  --black: black;
  --default: #055555;
  --transparent: #fff0;
  --white: white;
  --border-color: #292929;
  --grey: #1e1e1e;
  float: none;
  --font-base: clamp(16px, 2vw, 24px);
  --font-heading: clamp(24px, 4vw, 32px);
  --font-subheading: clamp(20px, 3vw, 30px);
}

/* Layout containers */
.w-layout-blockcontainer {
  margin-inline: auto;
  padding: 0 1rem;
  max-width: 100%;
}

  .w-layout-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  grid-template-columns: 1fr;
}

.w-layout-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Typography */
body {
    margin: 10px;
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      background-color: #F8F6F0;
      cursor: auto;
      overflow-y: scroll;
      color: #000000;
      font-size: var(--font-base);
      line-height: 1.4;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

/* background image */

h2 {
    margin: 1rem 0 0.5rem 10px;
    font-size: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}

h4 {
    margin: 0 0 0.5rem;
    font-size: var(--font-subheading);
    font-weight: 400;
    line-height: 1.2;
    color: var(--black);
}

h5 {
  margin-top: 0;
  font-size: var(--font-base);
  font-weight: 400;
  color: var(--black);
}

p {
  margin: 0 15px;
  padding-left: 10px;
}

/* Blockquote */
blockquote {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.2;
  font-weight: bold;
}

/* Header */
.header {
  padding-top: 5px;
}

/* Menu */


 

  h2, h4, h5 {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: .5;
  }

  p {
    margin: 0 10px;
    padding-left: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    vertical-align: top;
    display: inline-table;
    text-align: left;
    color: #ffffff;
  }



.main-logo {
  width: 450px;
}


.header-right-side {
  margin-left: auto;
  display: flex;
}

.cart-button {
  border: 1px solid var(--border-color);
  text-align: left;
  -webkit-text-stroke-color: #e8e7ef;
  background-color: #fff0;
  border-radius: 5px;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 15px;
  position: relative;
}


/* Typography consistency */
body,
.main-container,
.hero-paragraph,
.hero-course,
.hero-paragraphCourse,
.hero-projects-link-text,
.number-text-small,
.number-text-big {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.4;
}

/* Header */
.header-inner {
  background-color: var(--transparent);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  background: linear-gradient(to right, #055555, #077c7c);
  min-height: 120px;
  flex-wrap: wrap;
  text-align: center;
  font-size: Large;
	
}
/* Logo */
.logo {
  flex-shrink: 0;
  margin-right: 10px;
  flex-shrink: 0;
  margin-right: 10px;
}


.logo img.main-logo {
    display: inherit;
    height: auto;
    padding-right: 70px;
	padding-left: 30px
}

.logo.w--current {
  flex: auto;
}


/* Cursor */
.cursor-wrapp,
.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapp {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.cursor {
  border: 1px solid #077C7C;           /* Teal border */
  background-color: rgba(7,124,124,0.75);      /* Transparent background */
  color: #FFFFFF;                      /* Teal text */
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  mix-blend-mode: normal;
  cursor: none;
  opacity: 1; 

}

/* Hero Section */
.hero-section {
  background-color: #F8F6F0;
  color: #055555;
  font-family: 'Segoe UI', sans-serif;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.hero-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #055555;
}

.hero-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.hero-section .trust-tagline {
  font-weight: 600;
  font-size: 1.2rem;
  color: #044040;
  margin-top: 24px;
}


.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-big-text,
.hero-mid-text {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

.hero-mid-text {
  font-size: var(--font-size-subheading);
}

.hero-paragraph {
    letter-spacing: 2px;
    font-weight: 300;
    color: var(--black);
    text-transform: capitalize;
    padding-left: 30px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-course {
    letter-spacing: 1px;
    font-weight: 500;
    border-color: #055555;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    vertical-align: text-top;
    padding: 0px;
}

.hero-courseHeading {
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #055555;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.hero-courseHeading1 {
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #055555;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    align-content: flex-start;
    text-align: left;
    text-indent: 2px;
}


.hero-CourseHeading-img {
    mix-blend-mode: normal;
    border-radius: 0;
    position: static;
    text-align: center;
    color: #000000;
}

.hero-paragraphCourse {
    margin-bottom: 0;
    font-weight: 300;
    overflow: hidden;
    border-width: thin;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-paragraphCourse1 {
    margin-bottom: 0;
    font-weight: 300;
    overflow: hidden;
    border-width: thin;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
}

.hero-projects-link {
  color: #021545;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0 10px;
  text-decoration: none;
  display: flex;
}

.hero-projects-link-text {
  border-bottom: thin solid;
  font-weight: 300;
  line-height: 22px;
  padding-left: 10px;
}

.hero-proect-link-arrow {
  width: 20px;
  margin-left: 10px;
}

.hero-under-text {
      font-size: 28px;
      color: #068389;
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      padding-left: 10px;
      font-weight: 400;
      line-height: 35px;
      border: medium solid #055555;
      padding-left: 10px;
}

/* Partners */


.hero-partners.partners-about {
  margin-top: 0;
}

.hero-partners-moving {
  white-space: nowrap;
  color: var(--white);
}

/* Client Logos */
.hero-client-logo {
  margin-right: 100px;
}

/* Numbers Grid */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.numbers-item {
  border-radius: 5px;
  flex-flow: column;
  min-height: 320px;
  padding: 20px;
  display: flex;
}

.numbers-item.numbers-item-grey {
  background-color: #4a4a4a;
}

.numbers-item.numbers-item-orange {
  background-color: #055555;
}

.numbers-item.numbers-item-dark {
  background-color: #191919;
}

.numbers-item.numbers-item-grey-light {
  background-color: #939393;
}

.number-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.number-circle.circle-dark {
  background-color: #242424;
}

.number-circle.number-circle-black {
  background-color: #0f0f0f;
}

.number-circle.circle-orange {
  background-color: var(--default);
}

.number-circle.circle-grey {
  background-color: #b7b7b7;
}

.number-text-box {
  margin-top: auto;
}

.number-text-small {
  text-transform: capitalize;
}

.number-text-big {
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
}

.services-section {
    padding-top: 25px;
}



.services-item {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-nunmber {
    border: 1px solid var(--border-color);
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 7px;
    display: inline-block;
    font-size: 24px;
}

.service-text {
    text-transform: uppercase;
    flex: none;
    margin-left: 15px;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin-right: 300px;
}


.who-we-are-section {
    padding-top: 50px;
    padding-left: 30px;
}

.who-we-are-section.wo-we-are-about {
  padding-top: 100px;
}


.coursesection {
  padding-top: 25px;
}

.mission-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mission-title.mission-title-right {
    justify-content: flex-end;
    align-items: center;
    color: #021545;
}

.mission-plus {
    flex: 0 auto;
    width: 70px;
    color: #021545;
}

.mission-heading {
    text-transform: uppercase;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 40px;
    padding-top: 5;
    padding-right: 10;
    padding-left: 10;
    padding-bottom: 5;
    color: #FFFFFF;
    background-color: #055555;
}

.mission-heading.mission-heading-right {
    text-align: center;
    margin-left: 0;
    margin-right: 30px;
}

.mission-content {
    border: 1px solid var(--border-color);
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
}

.mission-text-box {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.mission-paragraph {
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 28px;
    color: #021545;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mission-paragraph.mission-paragraph-right {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 20px;
}

.mission-orange-box {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid #021545;
    border-top: 1px solid;
    background-color: #021545;
    border-radius: 5px;
    align-self: flex-start;
    width: 30px;
    height: 30px;
}

.mission-orange-box.mission-transparent {
  background-color: var(--transparent);
  margin-top: 20px;
  margin-left: 20px;
}


.work-section {
  padding-top: 150px;
}

.work-section.work-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}


.all-projects {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 0;
}

.work-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.work-img {


}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.work-category {
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.testimonials-section {
  padding-top: 150px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trstimonials-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
}

.testimonials-item:hover {
  background-color: var(--transparent);
}

.testimonial-item-box {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  display: flex;
}

.testimonials-quote {
  width: 20px;
}

.testimonial-heading {
  text-transform: capitalize;
  margin: 0 0 0 20px;
  font-size: 28px;
  font-weight: 200;
  line-height: 26px;
}

.testimonials-img-txt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-img {
  background-color: #191919;
  border-radius: 10px;
  width: 140px;
  padding-top: 10px;
}

.testimonials-txt {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 24px;
}

.blog-section {
    padding-top: 75px;
}

.blog-list-wrapper {
  margin-top: 50px;
}

.blog-list-wrapper.blog-list-page {
  margin-top: 0;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-arrow {
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.blog-left {
    border: 1px none #F8F6F0
;
    border-radius: 10px;
    flex: 1;
    padding: 0;
}

.blog-author {
  object-fit: cover;
  border: 3px solid #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.link-to-single {
  margin-left: auto;
}

.blog-image {
  border-radius: 5px;
  width: 390px;
  margin-left: auto;
}

.blog-item {
    border: 1px solid #055555;
    cursor: pointer;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    text-decoration: none;
    display: flex;
}

.blog-category {
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
}

.blog-heading {
    color: #FFFFFF;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 200;
    line-height: 44px;
}

.blog-author-and-arrow {
  border-top: 1px solid var(--border-color);
  width: 20%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.blog-arrow-icon {
  width: 25px;
}

.footer {
    background: linear-gradient(to right, #055555, #077c7c);
}

.phone-link {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    display: block;
}

.copyright-text {
  color: #fff;
}

.socials {
  justify-content: center;
  display: flex;
}

.inner-footer {
    text-align: center;
    border-radius: 5px;
}
ew
.copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.backtotop {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
}

.mail-link {
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
}

.social-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-link.last-social {
  margin-right: 0;
}

.social-text {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.social-arrow {
  width: 15px;
  margin-left: 10px;
}

.right-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 20px;
  text-decoration: none;
}

.sitemap {
  margin-top: 20px;
}

.inner-sitemap {
    justify-content: flex-start;
    display: inherit;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.sitemap-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.stemap-text {
    border: 1px solid var(--border-color); background-color: #055555 ;
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px;
}

.clients-section, .team-section {
  padding-top: 150px;
}

.team-scials {
  position: absolute;
  inset: 10px 10px auto auto;
}

.social-link-2 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: flex;
}

.team-job {
  font-size: 16px;
  line-height: 20px;
}

.team-image-wrapp {
  border: 1px solid var(--border-color);
  background-color: var(--black);
  color: #1d1d1d;
  text-align: center;
  border-radius: 5px;
  padding: 60px 20px 0;
  position: relative;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-image {
  width: 20px;
}

.team-img {
  object-fit: cover;
  width: auto;
  height: 300px;
}


/*
.team-img-small {
  
  width: auto;
  height: 65px;
}
*/
    

.team-heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.team-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-text {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    letter: 2px;






  font-weight; 400;	
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #021545;
    padding-left: 50px;
}
.contact-text2 {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    line-height: 40px;
    letter: 2px;






  font-weight; 300;	
    padding-left: 30;
}
.social-arrow-2 {
  width: 16px;
  margin-left: auto;
}

.input-style {
    border: 1px solid #055555;
    color: #055555;
    border-radius: 5px;
    flex: 1;
    min-height: 50px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.input-style:active {
    color: #021545;
    background-color: #ffffff;
}

.input-style:focus {
    color: #021545;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.input-style:focus-visible {
  color: #4B2E2E;
  font-weight: 400;
}

.input-style[data-wf-focus-visible] {
  color: #4B2E2E;
  font-weight: 400;
}

.input-style::placeholder {
  color: #4B2E2E;
  font-size: 20px;
  font-weight: 400;
}

.input-style:lang(en) {
    color: #021545;
    font-weight: bold;
}

.input-style.textarea {
    min-height: 15px;
    background-color: #FFFFFF;
    border: thin solid #021545;
    height: 30;
}

.form-stack {
  grid-row-gap: 20px;
  padding: 0;
}

.contact-stack {
  margin-top: 0;
  padding: 0;
}

.comtact-main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
}

.comtact-main-title.contact-title-with-border {
  text-transform: capitalize;
  border-bottom: 1px #fff;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.social-item {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-text-2 {
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.contact-link {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 18px;
    text-decoration: none;
    margin-left: 30px;
    padding-top: 10px;
	
}


.contact-link.contact-last-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
   margin-bottom: 30px;
 align-content: flex-start;
}

.contact-location {
    width: 100%;
    margin-bottom: 30px;
    align-content: flex-start;
}

.footer-socials {
  align-self: stretch;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-socials.contact-socials {
  margin-top: 0;
}

.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #055555;
  border: 1px solid #242424;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.success-message {
  background-color: #fff0;
  border: 1px solid #272727;
}

.single-cell {
    align-items: left;
}

.contact-form-block {
  border: 5px #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.error-message {
  background-color: #c4ecce;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prod-description-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.single-prod-right {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.prod-description {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quantity {
  float: left;
  border-color: var(--border-color);
  background-color: #000;
  border-radius: 0;
  height: 43px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-prod-title {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 400;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.single-prod-left {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.select-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #303030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.refund-div {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px;
}

.buy-now-button {
  display: none;
}

.single-prod-price {
  line-height: 21px;
}

.add-to-cart-button {
  background-color: var(--white);
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
}

.single-prod-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  margin-bottom: 0;
}

.shop-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: all .2s;
}

.shop-item:hover {
  border-color: var(--default);
}

.shop-image-wrapper {
  padding: 20px 40px;
  display: block;
}

.shop-image-image {
  width: 100%;
}

.shop-text-wrapp {
  text-align: center;
  background-color: #181818;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px;
}

.shop-prod-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.default-button {
  color: #000;
  text-transform: uppercase;
  background-color: #c4ef20;
  border: 1px solid #c4ef20;
  padding: 20px 23px;
  font-weight: 600;
  transition: all .2s;
}

.default-button:hover {
  color: #c4ef20;
  background-color: #000;
}

.default-button.order-button {
  border-color: var(--border-color);
  background-color: var(--white);
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.default-button.order-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.sigle-work-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-work-section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.single-work-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-main-work-img {
  margin-bottom: 20px;
}
.single-main-courses-img {
  margin-bottom: 5px;
  width: 20%;

}
.single-main-title-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 200;
    line-height: 40px;
}

.single-left-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-left-item {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.single-detail-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
    align-content: flex-start;
}

.single-details-text {
    font-size: 18px;
    color: #000000;
}

.button {
    border: medium solid #077C7C;
    background-color: #055555
;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 50px;
    padding: 10px 40px;
    border-collapse: collapse;
    text-align: center;
    width: 50pc;
    color: #FFFFFF;
}

.single-post-section {

}

.blog-author-and-category {
    margin-bottom: 20px;
    padding-left: 50px;
}

.single-post-text-cell {
    border: thin solid #055555 ;
    background-color: var(--transparent);
    border-radius: 5px;
    text-align: left;
    line-height: normal;
    margin-left: 30;
    padding-left: 30;
}

.single-post-img {
    mix-blend-mode: normal;
    border-radius: 0;
    position: static;
    top: 10px;
    text-align: center;
}

.single-blog-heading {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: static;
    border-color: #021545;
}

.blog-category-2 {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.blog-category-2.single-category {
    /*    border-color: #055555;*/
	
    color: #000000;
    margin-left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 30px;
    padding-bottom: inherit;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.blog-category-2.single-border {
    color: #000000;
    border-radius: 0;
    margin-left: 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    border-color: #055555;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-category-2.single-border1 {
    color: #000000;
    border-radius: 0;
    margin-left: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    border-color: #055555;
}

.blog-category-2.single-borderblue {
    color: #000000;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 36px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
}

.signel-post-image-cell {
    background-color: #fff0;
    border-radius: 0;
    margin-bottom: 2px;
    padding-bottom: 2px;
    line-height: 0px;
}

.single-img-wrapper {
    position: sticky;
    top: 10px;
    align-items: center;
    text-indent: 2px;
}

.single-stack {
  padding: 0;
}

.single-upper {
    border: 1px solid #055555 ;
    background-color: var(--transparent);
    border-radius: 5px;
    padding: 30px 30px 40px;
}

.blog-page-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-spacing: 10px;
    font-style: normal;
    font-weight: bold;
}

.pages-body {
  cursor: auto;
}

.checkout {
  color: var(--black);
  margin-top: 40px;
}

.checkout-button {
  background-color: var(--default);
  border-style: solid;
  border-color: #000;
}

.utility-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.utility-h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 60px;
}

.style-guide {
  margin-top: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.block-quote {
  border-left-color: var(--default);
}

.quick-stack-2 {
  padding: 0;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 600;
}

.sample-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

._30mb-space {
  border-bottom: 1px solid #272727;
  height: 30px;
  margin-bottom: 30px;
}

.list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}
.h4-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 600;
}
.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.sample-link-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.utility-p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.utility-p.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.cart-wrapper {
  color: var(--black);
}

.close-button {
    cursor: pointer;
}

.delete-me {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#55bdbe, #3da9af);
  border: 1px solid #7acfd8;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px #00000020;
}

.delete-me:hover {
  box-shadow: 0 2px 20px 5px #0000000d;
}

.delete-me.more-template {
  z-index: 5555;
  background-image: linear-gradient(180deg, var(--default), #6d2f00);
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

@media screen and (min-width: 1440px) {





  .main-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .cursor {
    opacity: 0;
  }

  .hero-big-text {
    font-size: 52px;
  }

 
	
  .hero-under-text2 {
    font-size: 28px;
    color: #4F6D7A;
    text-align: left;
  }	

  .hero-partners {
    vertical-align: top;
    color: #000000;
    overflow: hidden;


  }
  .hero-partners1 {
    vertical-align: top;
    color: #000000;
    align-: left;
    text-align: left;

  }


  .mission-paragraph.mission-paragraph-right {
    margin-top: 130px;
    margin-bottom: 20px;
  }

  .mission-orange-box {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid #021545;
    border-top: 1px solid;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mission-orange-box.mission-transparent {
    background-color: var(--transparent);

    align-self: flex-start;
  }

  .mission-img {
    object-fit: cover;
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
    border-radius: 10px;
    flex: 0 auto;
    width: 240px;
    margin-left: 40px;
  }

  .mission-img.mission-img-right {
    margin-left: 0;
    margin-right: 20px;
  }


  .blog-image {
    width: 420px;
  }

  .blog-heading {
    font-size: 30px;
    line-height: 55px;
    color: #FFFFFF;
    font-weight: 700;
  }

  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-left-item {
    padding-left: 40px;
  }

  .single-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {




@media screen and (max-width: 768px) {

 
  .cart-button {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 15px;
  }



  .icon {
    color: var(--white);
    font-size: 33px;
  }

  .shop-button {
    color: var(--white);
    align-self: flex-start;
    margin-top: 25px;
  }

  .menu-button {
    border: 1px solid var(--white);
    flex: 0 auto;
    order: 1;
    margin-left: 20px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }



  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    display: block;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

	.service-img {
    flex: none;
    margin-left: auto;
}
	
	
	 .service-img {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    display: block;
  }
	
	 .service-img {
    width: 100%;
  }

  .service-img-big {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    display: block;
	width: 40%;  
  }


  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .blog-left {
    flex: 1;
  }

  .blog-image {
    width: 300px;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-author-and-arrow {
    width: 50%;
  }

  .socials {
    display: flex;
  }

  .team-image-wrapp {
    padding: 60px 60px 0;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .single-prod-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cart-wrapper {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {


  .menu-button {
    margin-left: 10px;
  }


  .work-list {
    grid-template-columns: 1fr;
  }

  .blog-left {
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-item {
    margin-bottom: 0;
    display: block;
  }

  .blog-heading, .blog-author-and-arrow {
    width: 100%;
  }

  .phone-link {
    font-size: 50px;
    line-height: 50px;
  }

  .socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    display: block;
  }

  .social-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-copyright {
    justify-content: space-between;
    margin-top: 20px;
  }

  .inner-sitemap {
    display: block;
  }

  .sitemap-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .stemap-text {
    margin-left: 0;
  }

  .contact-stack {
    grid-column-gap: 50px;

    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }


  .single-left-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .single-left-item {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}


  .header-right-side {
    margin-top: 0;
  }

  .cart-button {
    padding: 8px;
  }



  .icon {
    font-size: 20px;
    line-height: 20px;
  }

  

  .hero-big-text {
    font-size: 52px;
    line-height: 40px;
  }


  .numbers-grid {
    grid-template-columns: 1fr;
  }



  .mission-content {
    display: block;
  }

  .mission-paragraph {
    margin-bottom: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin: 10px 0 0;
  }

  .mission-orange-box.mission-transparent {
    margin-left: 0;
  }

  .mission-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .all-projects {
    top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .testimonials-img-txt {
    display: block;
  }

  .testimonial-img {
    width: 100%;
  }

  .testimonials-txt {
    margin-left: 0;
    padding-top: 20px;
  }

  .phone-link {
    font-size: 34px;
    line-height: 40px;
  }

  .copyright-text {
    padding-right: 20px;
  }

  .inner-footer {

  }

  .backtotop {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .mail-link {
    font-size: 28px;
  }

  .inner-sitemap {
    padding: 20px;
  }

  .sitemap-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .team-image-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  


.team-img1 {
    width: 80%;
	height; 80%;
    max-width: 60%; 
  }

  .social-item {
    margin-bottom: 15px;
  }

  .contact-location {
    width: 80%;
  }

  .footer-socials {
    margin-top: 30px;
    display: block;
  }

  .submit-button {
    float: none;
    background-image: none;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 19px;
  }

  .quantity {
    float: none;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .select-field {
    color: #fff;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .single-post-text-cell {
    padding: 20px;
  }

  .single-blog-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#darkyn21 {
  align-self: end;
}

#w-node-_300d1045-815b-d871-744a-2aa00050ca14-3c872027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#darkyn42, #darkyn36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn43, #darkyn37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn44, #darkyn38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn45, #darkyn39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn46, #darkyn34 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn47, #darkyn33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn48, #darkyn32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn49, #darkyn31 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn50, #darkyn30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn50, #darkyn29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn51, #darkyn29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#darkyn52, #darkyn29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c537-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c539-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53b-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53d-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53f-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c541-affb563a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@media screen and (max-width: 767px) {
    		    	#darkyn29 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	  
	  		      #darkyn30 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	
	#darkyn31 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	     
		      #darkyn32 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	#darkyn33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	#darkyn34 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	#darkyn35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
	#darkyn36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
	
 #darkyn37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
	
 #darkyn38 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
 #darkyn39 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }	
 #darkyn40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }		
}
#darkyn41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }		
}

@media screen and (max-width: 479px) {
  #darkyn30 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #darkyn31, #darkyn32, #darkyn33, #darkyn34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

z.header-area-one .header-navigation .header-right-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #000000;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 30%;
}
.navbar .navbar-brand img {
    height: 40px;
    width: auto;
    color: #010C65;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #c0c0c0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #010C65;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
    color: #C0C0C0
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: ;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/*
.separator {
    border-top: 2px dashed #ccc;
    margin: 20px 0;
	color: white;
}
*/



@media (max-width: 768px) {
 
 .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
.header-navigation .main-menu ul > li.has-children > a.active:after {
  color: var(--white);
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
   color: var(--white);
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children > a:after {
  margin-left: 0px;
  margin-right: 0px;
  color: var(--white);
}
.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}
.header-navigation .main-menu ul li:first-child > a {
    font-size: large;
}
.header-navigation .main-menu ul li > a {
    display: block;
    font-size: large;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: none;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.header-navigation .main-menu ul li > a.active {
    color: var(--white);
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
  text-align: Left;
}
.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
    font-size: large;
}
.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 7px 7px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 2;
    margin: 0;
    color: #055555;
    font-size: large;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
    color: #F8F6F0
;
    border: thin;
    font-size: large;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
    background-color: #055555;
    color: #F8F6F0;
    font-size: Large;
}

.header-navigation .main-menu ul li:hover > a {
    color: #F8F6F0;
    max-width: none;
    font-size: large;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #055555 !important;
  padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transition: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #055555;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid #eaeaea;
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #162542;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .header-right-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-navigation .navbar-toggler {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #162542;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: #b68c5a;
}
.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}
  .header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #055555;
}




.search-box {
	background-color: #f7f6f7;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 620px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}

 .tab {
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #1e1e1e; /* Tab background color */
        }
        .tab button {
    background-color: inherit;
    color: #FFFFFF; /* Default text color */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: medium; /* Consistent font size */
    transition: color 0.3s; /* Smooth transition for text color */
        }
        .tab button:hover {
    color: #055555; /* Text color on hover */
    border-color: #055555;
    font-size: medium; /* Matches font size with the default */
        }
        .tab-content {
            display: none;
            padding: 10px;
            border: 0px solid #ccc;
            border-top: none;
        }
        .tab-content.active {
            display: block;
        }

.top-nav-search-option {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.top-nav-search-option form {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-left: auto;
}

.top-nav-search-option form input {
  padding: 14px 23px;
  width: 50%;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  background: #f6fdff;
}

.top-nav-search-option form input::-webkit-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-paragraph);
}

.top-nav-search-option form input::-moz-placeholder {
  font-family: var(--body-font);
  font-size: 16px;

  font-weight: 400;
  color: var(--color-paragraph);
}

.top-nav-search-option form input:-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.top-nav-search-option form input::-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.top-nav-search-option form input::placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.top-nav-search-option form .search-btn-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  color: var(--color-white);
}

.top-nav-search-option form input {
  padding: 14px 23px;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  background: #f6fdff;
}

/*/* Reset and base layout */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #fffff;
}



/* Ticker styling */
.ticker-wrapper {
  width: 100%;
  background-color: #055555;
}

 .team-img-small {
    height: 30px;
    margin: 5px;
    margin-right: 10px;
    width: auto;
  }

/* Header styling */
.header {

}

.main-container,
.w-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0;
}




/* Navigation */




/* Submenus */
.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 5;
}





/* Responsive layout */
@media screen and (max-width: 768px) {
 

  .header-navigation {
    padding-right: 0;
    width: 100%;
    margin-top: 10px;
  }



  /* Optional: Add a toggle button for mobile nav */
  
  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    margin-top: 10px;
  }


 

  @media screen and (min-width: 1440px) {
  
}
@media screen and (max-width: 768px) {
/*
 
*/
}

    .footer {
      width: 100%;
      background-color: #055555;
      color: #F8F6F0;
      padding: 40px 0;
    }

    .footer table {
      width: 100%;
      border-collapse: collapse;
    }

    .footer td {
      padding: 20px;
      vertical-align: top;
      background-color: #055555;
      color: #F8F6F0;
    }

    .footer a {
      color: #F8F6F0;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .socials .social-link {
      margin-bottom: 10px;
    }

    .copyright {
      text-align: center;
      margin-top: 30px;
      font-size: 0.9rem;

  
/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .menu-item {
    display: block;
    margin: 10px 0;
    text-align: center;

}


.menu-item {
   
    font-size: large;
    color: #055555;
    border: thin  #055555;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: large;
    font-weight: 300;
    display: inline-block;
	  
  }

  .menu-item.w--current {
    margin-left: 5px;
    margin-right: 5px; 
    border-bottom-style: none;
    color: #000000;
    
  }


  .header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #055555;
}

.menu-item:hover > .sub-menu,
.menu-item:focus-within > .sub-menu {
  display: block;


	}

.menu-item:hover {
    color: #000000;
}


.menu-item.w--current:hover {
  color: #ffffff;
}
	
/*	.login-button button:hover {
    background-color: #4F6D7A;
    transform: translateY(-2px);
    border: thin solid #4F6D7A;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
  .login-button {
    display: none;
  }*/

/* Login Button 
.login-button {
    position: absolute;
    right: -280px;
    top: 17px;
    transform: translateY(-50%);
    z-index: 10;
}

.login-button button {
    background-color: #c4262f;
    color: #ffffff;
    font-size: large;
    font-weight: 700;
    padding: 10px 10px;
    border: none #4F6D7A;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: absolute;
    right: -280px;
    top: 17px;
    transform: translateY(-50%);
    z-index: 10;
}*/


  .main-menu {
    margin-left: auto;
    max-width: 100%;
    border: 1px solid var(--white);
    background-color: #000;
    border-radius: 0;
    padding: 20px;
  }

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.main-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}


  .main-menu.active {
    display: block;
  }
 
.main-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    border: thin solid #055555;
    align-content: center;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
	.main-title-box {
  position: relative;
}
.login-button {
  display: inline-block;
  background-color: #c4262f;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.login-button:hover {
  background-color: #a81f27;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.sunken-table {

  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 40px auto;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

.sunken-table th,
.sunken-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.sunken-table th {
  background-color: #eaeaea;
  font-weight: 600;
}
	
.button-animated {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4em 0.9em;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #055555;
  background: linear-gradient(to right, #044040, #066969);
  color: #F8F6F0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.button-label,
.button-icon {
  position: relative;
  z-index: 2;
}

.button-icon svg {
  width: 0.9em;
  height: 0.9em;
}

.button-icon path {
  fill: #F8F6F0;
  transition: fill 0.3s ease;
}

.button-hover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F6F0;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.button-animated:hover .button-hover-background {
  transform: translateX(0);
}

.button-animated:hover {
  color: #055555;
}

.button-animated:hover .button-icon path {
  fill: #055555;
}
	
	.section-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #055555;
  text-align: center;
  margin: 2em auto 1em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
}

.section-heading::after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background: linear-gradient(to right, #055555, #077c7c);
  margin: 0.5em auto 0;
  border-radius: 2px;
}
.modern-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #055555;
  text-align: center;
  margin: 2em auto 1em;
  padding-bottom: 0.5em;
  position: relative;
  line-height: 1.3;
}

/* Minimal underline accent */
.modern-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #077c7c;
  margin: 0.5em auto 0;
  border-radius: 2px;
}
	
.gradient-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 10.5rem;
  font-weight: 700;
  text-align: center;
  margin: 2em auto 1em;
  line-height: 1.3;
  background: linear-gradient(to right, #055555, #077c7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
}

/* Optional: underline accent */
.gradient-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #055555, #077c7c);
  margin: 0.75em auto 0;
  border-radius: 2px;
}
.professional-heading {
  font-family: 'Gotham', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  text-align: center;
  margin: 2.5em auto 1em;
  line-height: 1.2;
  background: linear-gradient(to right, #00b4b4, #077c7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  text-shadow: 0 0 12px rgba(7, 124, 124, 0.3); /* subtle glow */
  letter-spacing: 0.5px;
  transition: text-shadow 0.3s ease;
}

.professional-heading:hover {
  text-shadow: 0 0 16px rgba(7, 124, 124, 0.5); /* glow intensifies on hover */
}

/* Underline accent */
.professional-heading::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #00b4b4, #077c7c);
  margin: 0.75em auto 0;
  border-radius: 2px;
  animation: underlinePulse 2s infinite ease-in-out;
}

/* Flashy underline animation */
@keyframes underlinePulse {
  0%, 100% {
    width: 100px;
    opacity: 1;
  }
  50% {
    width: 140px;
    opacity: 0.6;
  }
}
/* Responsive scaling */
@media screen and (max-width: 768px) {
  .professional-heading::after {
    width: 60px;
    height: 3px;
  }
}
.hero-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #f9f9f9, #ffffff);
}

.hero-left, .hero-right {
  width: 50%;
  padding: 40px 30px;
  vertical-align: middle;
  animation: fadeIn 1s ease-in-out;
}

.hero-title {
  font-size: 2.5em;
  font-weight: 700;
  background: linear-gradient(to right, #0055a5, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.hero-lead {
  font-size: 1.2em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.hero-tagline {
  font-size: 1em;
  font-weight: 600;
  color: #0077b6;
  margin-top: 10px;
}

.hero-right img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero-right img:hover {
  transform: scale(1.03);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}.contact-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.contact-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(90deg, #055555, #00b4d8);
  color: #F8F6F0;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(7,124,124,0.36), 0 0 8px 4px rgba(7,124,124,0.18);
  transition: transform .18s ease, box-shadow .18s ease, color .15s ease;
  line-height: 1;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  z-index: 3;
  color: #F8F6F0;
}

.contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-label {
  z-index: 3;
  display: inline-block;
  padding-top: 1px;
}

.contact-hover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00b4d8, #055555);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.2,.9,.2,1);
  z-index: 1;
  opacity: 0.99;
}

.contact-button:hover .contact-hover-bg,
.contact-button:focus .contact-hover-bg {
  transform: translateX(0%);
}

.contact-button:hover,
.contact-button:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 6px rgba(7,124,124,0.28), 0 0 14px 8px rgba(7,124,124,0.14);
  z-index: 2;
}

.contact-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(7,124,124,0.44), 0 0 10px 6px rgba(7,124,124,0.18);
}

@media (max-width: 420px) {
  .contact-button {
    padding: 0.5rem 1rem;
    font-size: 0.96rem;
    gap: 0.5rem;
    border-radius: 18px;
  }
  .contact-icon {
    width: 1.45em;
    height: 1.45em;
  }
}.contact-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.contact-button-call,
.contact-button-email {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(90deg, #055555, #00b4d8);
  color: #F8F6F0;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(7,124,124,0.36), 0 0 8px 4px rgba(7,124,124,0.18);
  transition: transform .18s ease, box-shadow .18s ease, color .15s ease;
  line-height: 1;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  z-index: 3;
  color: #F8F6F0;
}

.contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-label {
  z-index: 3;
  display: inline-block;
  padding-top: 1px;
}

.contact-hover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00b4d8, #055555);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.2,.9,.2,1);
  z-index: 1;
  opacity: 0.99;
}

.contact-button-call:hover .contact-hover-bg,
.contact-button-email:hover .contact-hover-bg,
.contact-button-call:focus .contact-hover-bg,
.contact-button-email:focus .contact-hover-bg {
  transform: translateX(0%);
}

.contact-button-call:hover,
.contact-button-email:hover,
.contact-button-call:focus,
.contact-button-email:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 6px rgba(7,124,124,0.28), 0 0 14px 8px rgba(7,124,124,0.14);
  z-index: 2;
}

.contact-button-call:focus,
.contact-button-email:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(7,124,124,0.44), 0 0 10px 6px rgba(7,124,124,0.18);
}

@media (max-width: 420px) {
  .contact-button-call,
  .contact-button-email {
    padding: 0.5rem 1rem;
    font-size: 0.96rem;
    gap: 0.5rem;
    border-radius: 18px;
  }

  .contact-icon {
    width: 1.45em;
    height: 1.45em;
  }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .header-navigation .header-right-nav ul li {
    padding: 34px 20px;
  }
  .header-area-two .header-navigation .header-right-nav ul li.off-nav-btn {
    padding: 20px 5px 20px 25px;
  }
}
	
@media (max-width: 991px) {
  .header-area-two .header-navigation .header-right-nav ul li {
    padding: 20px 25px;
  }
  .header-area-two .header-navigation .header-right-nav ul li.off-nav-btn {
    padding: 20px 5px 20px 25px;
  }
}
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .header-right-nav ul li.off-nav-btn {
    display: none;
  }
}
	@media (max-width: 991px) {
  .header-area-one .header-navigation .header-right-nav ul li .off-menu {
    display: none;off-nav-btn
  }
}
.header-area-one .header-navigation .header-right-nav ul li .search-btn {
  margin-right: 30px;
}
	
.sidebar-widget-area .widget.search-widget form .search-btn {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 15px;
  width: 45px;
  height: 45px;
  background-color: #b68c5a;
  color: #fff;
}	
