.services-block .inner-box:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

.services-block .inner-box:hover .icon-box{
	color:#45a9b3 !important;
}
.icon-circle {
  color: #45a9b3;
  font-size: 24px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  flex-shrink: 0;
  line-height: 1;
}



.icon2-circle {
  color: #45a9b3;
  font-size: 24px;
  background-color: #ccc;
  border-radius: 50%;           /* Ensures circular shape */
  display: inline-flex;         /* Flexbox for centering */
  align-items: center;
  justify-content: center;
  width: 50px;                  /* Equal width and height */
  height: 50px;
  margin-right: 12px;
  flex-shrink: 0;
  line-height: 1;
}



.icon3-circle {
  color: #45a9b3;
  font-size: 24px;
  background-color: #ccc;      /* Gray background */
  border-radius: 50%;           /* Circular shape */
  display: inline-flex;         /* Flex to center content */
  align-items: center;
  justify-content: center;
  width: 60px;                  /* Circle width */
  height: 60px;                 /* Circle height */
  margin-right: 12px;           /* Space after icon */
}

.main-slider .title {
    position: relative !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 52px !important;
    line-height: 50px !important;
    font-family: 'Poppins', sans-serif !important;
}

.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 66px;
    font-weight: 800;
    line-height: 76px;
    text-transform: uppercase;
}


.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: #45a9b3;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 34px;
    text-transform: uppercase;
    border: 2px solid #45a9b3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif !important;
}

.services-block .inner-box .icon-box {
    color: #45a9b3;
}

.consulting-section .content-column .inner-column h2 span {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}
.theme_color {
    color: #45a9b3 !important;
}


.consulting-section {
    position: relative;
    padding-top: 0px !important;
}


.main-menu .navigation > li.current > a {
    color: #45a9b3 !important;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover {
    color: #45a9b3 !important;
}


.clients-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
 background-color: rgb(139 207 211 / 62%) !important;
}


.main-footer .upper-box {
    position: relative;
    padding: 80px 0px 0px;
    margin-bottom: 35px;
    border-bottom: none !important;
}


/* Make slider height consistent and responsive */
.rev_slider_wrapper,
.rev_slider,
.rev-slidebg {
    height: 500vh !important; /* Desktop height */
    max-height: 630px !important;
    min-height: 350px !important;
}

@media only screen and (max-width: 767px) {
  .main-slider .title {
    font-size: 24px !important;
    line-height: 32px !important;
    padding: 0 15px;
    text-align: center !important;
  }

  .main-slider .tp-caption .title span:first-child {
    font-size: 34px !important;
    line-height: 32px !important;
  }

  .main-slider .tp-caption .title span:last-child {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  @media only screen and (max-width: 767px) {
  .rev_slider_wrapper,
  .rev_slider,
  .rev-slidebg {
    height: 100vh !important;  /* Use viewport height for full screen */
    min-height: 450px !important;
  }
}


  .rev_slider_wrapper {
    overflow: hidden !important;
  }

  .tp-caption {
    padding: 0 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tp-fullwidth-forcer {
    height: 650px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .rev_slider_wrapper,
  .rev_slider,
  .rev-slidebg {
    min-height: 500px !important; /* Or whatever height you want for the banner */
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .consulting-section {
    padding-top: 10px !important;
  }

  .tp-fullwidth-forcer {
    width: 100%;
    height: 558px !important;
}
}
 

.metis.tparrows{
    display: none;
}

.company-section {
    position: relative;
    padding: 0px 0px 35px;
}

.tp-fullwidth-forcer {
  width: 100%;
  max-height: 658px !important;
}

@media only screen and (max-width: 767px) {
  .tp-fullwidth-forcer {
    max-height: 518px !important;
  }
}

.services-block .inner-box {
    position: relative;
    padding: 0px 1px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    border: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.sec-title .title {
    position: relative;
    font-size: 24px;
    color: #45a9b3;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}


.testimonial-block .inner-box .author-info .location {
    position: relative;
    color: #45a9b3;
    font-size: 16px;
}

.testimonial-block .inner-box .content-box .content .quote-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #45a9b3;
    font-size: 32px;
    line-height: 1em;
    font-weight: 300;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #45a9b3;
}

.btn-style-two:hover{
	color:#45a9b3;
	background:none;
}


/* Make footer background white */
.main-footer {
    background-color: #ffffff; /* white */
    color: #000000; /* default text color to black */
}

/* Change text inside footer to black */
.main-footer p,
.main-footer h2,
.main-footer a,
.main-footer .text,
.main-footer .copyright {
    color: #000000 !important;
}

/* Change menu links to black */
.main-footer .links-footer li a {
    color: #000000 !important;
}

/* Social icons */
.main-footer .social-icon-one li a span {
    color: #000000 !important;
}
/* Footer Bottom: Set background and text color */
.footer-bottom {
    background-color: #ffffff !important;  /* white background */
    color: #000000 !important;             /* black text */
    border-top: none !important;           /* remove top border */
    box-shadow: none !important;           /* remove any top shadow if exists */
}

/* Footer Bottom links */
.footer-bottom a {
    color: #000000 !important;
}

/* Optional: On hover, make it slightly grey */
.footer-bottom a:hover {
    color: #45a9b3 !important;
}


/* Normal link color */
.links-footer li a {
    color: #000000; /* black by default */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effect */
.links-footer li a:hover {
    color: #45a9b3 !important; /* hover color */
}


/* Default color for contact links */
.text a {
    color: #000000; /* black */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover color */
.text a:hover {
    color: #45a9b3 !important; /* teal hover */
}


      @media only screen and (max-width: 768px) {
        .clearfix {
            flex-direction: column !important;
        }

        .image-column,
        .content-column {
            max-width: 100% !important;
            flex: 1 0 100% !important;
            padding: 10px !important;
        }
    }

    .services-block-six .inner-box:hover .lower-box h3{
	opacity:5 !important;	
}


.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .title{
	position:relative;
	color:#303030;
}

.services-section-five .title-column .title {
    position: relative;
    color: #45a9b3;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 5px;
    /* font-family: 'Yesteryear', cursive; */
}

.services-block-six .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    font-size: 60px;
    color: #45a9ba;
    margin-bottom: 15px;
}

.services-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgb(69 169 179);
}

.services-block-four .inner-box .image .icon-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    color: #45a9b3;
    font-size: 40px;
    line-height: 68px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    border-radius: 5px 0px 0px 0px;
}

.services-block-four .inner-box .lower-content {
    position: relative;
    padding: 18px 6px 16px;
}

.services-block-three .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    font-size: 60px;
    line-height: 1em;
    color: #45a9ba;
}


.branch-block .inner-box {
    position: relative;
    padding: 35px 35px;
    border-radius: 5px;
    background-color: #45a9ba;
}

.appointment-section .image-column .image .overlay-box

 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: rgb(69 169 179 / 81%);
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #45a9ba;
    border-color: #45a9ba;
}


.ui-widget {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}


.main-footer .widgets-section {
    padding-bottom: 0px;
}

.main-footer .upper-box {
    position: relative;
    padding: 10px 0px 0px;
    margin-bottom: 35px;
    border-bottom: none !important;
}

.social-icon-one li a {
    position: relative;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid #45a9ba;
        float: none;
        margin: -2px 0px 0px 0px;
        border-radius: 3px;
        background: #45a9ba;
    }
}


@media (max-width: 768px) {
  /* Hide desktop header */
  .main-header {
    display: none;
  }

  /* Show mobile header */
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: white;
    border-bottom: 1px solid #ddd;
  }

  /* Remove column layout */
  .mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }

  .mobile-logo img {
    width: 190px;
    height: auto;
  }

  .mobile-career .theme-btn {
    background-color: #45a9b3;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
  }

  .mobile-menu-toggle {
    /* Keep hamburger on right */
  }

  .navbar-toggle {
    background: none;
    border: none;
    padding: 5px;
  }

  .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px auto;
    background-color: #333;
  }

  /* Hide desktop-only career button on mobile */
  .hide-on-mobile {
    display: none !important;
  }
}




.appointment-section .image-column .image .overlay-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif !important;
}


.page-title.style-two {
    padding: 160px 0 140px; /* Default padding for desktop */
}

@media (max-width: 768px) {
    .page-title.style-two {
        padding: 67px 0 31px; /* Smaller padding for tablets and mobiles */
    }
}
.scroll-to-top:hover {
    color: #ffffff;
    background: #45a9b3;
}


.consulting-section .content-column .inner-column h1 {
    position: relative;
    color: #303030;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}

