:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  color: #111111;
  position: relative;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
}

.section-header p {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-secondary);
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 12px !important;
}

.section-header .big-title {
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #eeeeee;
  font-family: sans-serif;
  margin-top: -105px;
}

.section-header p {
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
  .faq {
    padding: 200px 0px 100px 0px !important;
  }
  .referral {
    padding: 200px 0px 0px 0px !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .our-mission .our-mission-content {
    /* padding-right: 126px; */
    margin-bottom: 58px;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-secondary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #hero p {
    font-size: 17px !important;
  }
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .why-us-section .bg-grey {
    left: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .faq .ndis-love {
    left: 5px !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
}

#header.sticked {
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
}

#header.header-scrolled {
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
}

#header .logo {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #111111;
}

#header .logo img {
  max-height: 52px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "muli", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #2368b2;
}

.getstarted,
.getstarted:focus {
  background: var(--color-primary);
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
}

.getstarted:hover,
.getstarted:focus:hover {
  color: #fff;
  background: var(--color-secondary);
}
/*  */

/*  */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 20px);
  margin: 0;
  z-index: 1000000 !important;
  opacity: 0;
  visibility: hidden;
  background: var(--color-primary);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover {
  color: #d9232d;
}

.navbar .dropdown ul li:hover > a {
  color: #e0e0e0;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: calc(100% + 24px);
  visibility: visible;
}

#header .nav-contact {
  color: var(--color-primary);
}

#header .nav-contact a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}
.navbar .dropdown .long-dropdown-item {
  /* width: 100%; */
  overflow-y: scroll;
  height: 100vh;
}
.navbar .dropdown .dropdown-items li a {
  color: #fff;
  border-bottom: 1px solid #dfcece;
}

.navbar .dropdown .dropdown-items li:last-child a {
  border-bottom: none;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.navbar .dropdown .bi {
  display: none;
}

/**
* Mobile Navigation 
*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar .dropdown .dropdown-items li a {
    border-bottom: none;
  }

  .navbar .dropdown {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .navbar .dropdown a {
    width: 100%;
  }

  .navbar .dropdown .bi {
    display: block;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 40px 0;
    margin: 0;
    background: var(--color-primary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    align-items: start;
    flex-direction: column;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 32px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }

  #header .getstarted,
  #header .getstarted:focus {
    margin-right: 50px;
  }
  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    position: absolute;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .header-phone-num-desktop {
    display: none;
  }
  .banner {
    margin-top: 100px !important;
    min-height: 0px !important;
  }
  .faq {
    padding: 100px 0px !important;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-animated h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-animated h2 span {
  color: var(--color-primary);
}

.hero-animated p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-animated .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
  .hero-animated .animated {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .hero-animated .animated {
    max-width: 60%;
  }
  .services-form {
    margin-top: 0px !important;
    padding: 50px 0 0 0 !important;
  }
}

@media (max-width: 575px) {
  .hero-animated .animated {
    max-width: 80%;
  }

  .our-values .service-item {
    padding: 30px 15px !important;
  }

  .why-us-section .bg-grey {
    width: auto !important;
    background: none !important;
  }

  .why-us-section .bg-image {
    width: 0% !important;
  }
}

.hero-animated .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-animated .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-animated .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-animated .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-animated .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-animated .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-animated h2 {
    font-size: 32px;
  }

  .hero-animated p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-animated .btn-get-started,
  .hero-animated .btn-watch-video {
    font-size: 14px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -10%;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: start;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--color-primary);
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: var(--color-primary);
}

#hero .btn-get-started:hover {
  background: var(--color-secondary);
}

@media (max-width: 992px) {
  #hero {
    height: 70vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .header-phone-num-desktop .phone-num-inner-row-2 {
    display: block !important;
  }

  .header-phone-num-desktop .phone-num-inner-row-2 a .icon-img img {
    width: 30px !important;
  }
  .header-phone-num-desktop .phone-num-inner-row-2 a {
    font-size: 15px !important;
    padding: 10px 0px !important;
  }
  .header-phone-num-desktop .phone-num-inner-row {
    border-radius: 15px !important;
  }
  .carousel-inner {
    top: 0% !important;
  }
  #phone {
    margin-top: 1rem !important;
  }
}
@media (max-width: 400px) {
  .header-phone-num-desktop .phone-num-inner-row-2 a {
    padding: 0px 0px !important;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-fullscreen-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-fullscreen:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.85);
  position: absolute;
  inset: 0;
}

@media (min-width: 1365px) {
  .hero-fullscreen {
    background-attachment: fixed;
  }
}

.hero-fullscreen h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-fullscreen h2 span {
  color: var(--color-primary);
}

.hero-fullscreen p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-fullscreen .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-fullscreen .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-fullscreen .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-fullscreen .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-fullscreen .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-fullscreen .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-fullscreen h2 {
    font-size: 32px;
  }

  .hero-fullscreen p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-fullscreen .btn-get-started,
  .hero-fullscreen .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Static Hero Section
--------------------------------------------------------------*/
.hero-static {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-static h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-static h2 span {
  color: var(--color-primary);
}

.hero-static p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-static .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-static .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-static .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-static .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-static .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-static .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-static h2 {
    font-size: 32px;
  }

  .hero-static p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-static .btn-get-started,
  .hero-static .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.our-values .service-item {
  padding: 30px 0;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  height: 100%;
  width: 100%;
  display: block;
}

.our-values-item .service-item {
  background: transparent;
}

.our-values .service-item .icon {
  display: none;
  margin-bottom: 10px;
}

.our-values .service-item .icon i {
  color: var(--color-primary);
  font-size: 36px;
  transition: 0.3s;
}

.our-values .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  position: relative;
  padding: 0 0 12px 0;
}

.our-values .service-item h4::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 35px;
  height: 2px;
  bottom: -2px;
  background-color: var(--color-secondary);
  transition: all 0.3s linear;
}

.our-values .service-item h4 {
  color: #222222;
  transition: ease-in-out 0.3s;
  font-size: 22px;
  font-weight: 700;
}

.our-values .service-item .content {
  padding-left: 20px;
}

.our-values .service-item p {
  text-align: justify;
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  color: #32424d;
}

.our-values .service-item:hover h4 {
  color: #2368b2;
}

.our-values .service-item:hover h4::before {
  width: 0;
}

.our-values .service-item:hover h4::after {
  width: 50px;
}

.our-values .service-item h4::after {
  width: 35px;
  background-color: var(--color-secondary);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 0;
  height: 2px;
  bottom: -2px;
  transition: all 0.3s linear;
}

/* Why choose us */
.why-us-section .bg-image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.why-us-section {
  position: relative;
  padding: 90px 0px 50px;
  color: #ffffff;
  background: rgb(33, 35, 188, 0.99);
}

.why-us-section .bg-grey {
  position: absolute;
  left: 90px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: rgb(33, 35, 188, 0.9);
  z-index: 1;
  transform: skewX(-14deg);
  -webkit-transform: skewX(-14deg);
  -moz-transform: skewX(-14deg);
  -ms-transform: skewX(-14deg);
  -o-transform: skewX(-14deg);
}

.sec-title {
  position: relative;
  margin-bottom: 40px;
}

.sec-title h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0px;
}

.sec-title h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
  margin-top: 18px;
}

.sec-title p {
  position: relative;
  font-size: 15px;
  color: #3a4145;
  margin-bottom: 10px;
}

.why-us-section .container {
  position: relative;
  z-index: 2;
}

.why-us-section .block {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  padding-right: 10px;
}

.why-us-section .block .number {
  position: absolute;
  left: 0;
  top: 15px;
  font-style: italic;
  color: #fff;
  font-weight: 800;
  font-size: 92px;
  line-height: 25px;
}

.why-us-section .block h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  margin-bottom: 10px;
}

.why-us-section .block p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #dfdcdc;
  font-style: normal;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }

  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}

.about h3 {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}

.about .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}

.about .nav-pills li + li {
  margin-left: 40px;
}

.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: var(--font-secondary);
}

.about .nav-link.active {
  color: var(--color-primary);
  background: none;
  border-bottom: 3px solid var(--color-primary);
}

@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}

.about .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--color-secondary);
}

.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 0 0 60px 0;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}

.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(
      rgba(var(--color-black-rgb), 0.4),
      rgba(var(--color-black-rgb), 0.7)
    ),
    url("../img/whychooseus.jpg") center center;
  background-size: cover;
}

.onfocus .content {
  background: linear-gradient(
      rgba(var(--color-secondary-rgb), 0.5),
      rgba(var(--color-secondary-rgb), 0.8)
    ),
    url("../img/home/onfocus-content-bg.jpg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 40px;
  border-radius: 30px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: var(--color-secondary);
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}

.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(
    var(--color-primary) 50%,
    rgba(var(--color-primary-rgb), 0.4) 52%
  );
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary)
    linear-gradient(
      rgba(var(--color-primary-rgb), 0.95),
      rgba(var(--color-primary-rgb), 0.6)
    );
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .view-all {
  background: var(--color-primary);
  border: 0;
  padding: 16px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 30px;
}

.services .img img {
  transition: 0.6s;
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.services .section-header {
  margin-bottom: 40px;
}
.zigzag-border {
  display: none;
}
.zigzag-border img {
  margin-left: -7px;
}

.zigzag-border {
  margin-top: -10px;
}

.services .details {
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
  position: relative;
  border-radius: 0 0 8px 8px;
  text-align: center;
}

.services .details .icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #32424d;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/banner3.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact .contact-us {
  padding: 12px 28px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: var(--color-white);
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(var(--color-white-rgb), 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-white);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: var(--color-yellow);
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(var(--color-white-rgb), 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-white);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  background: rgba(var(--color-secondary-rgb), 0.04);
}

.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}

.pricing .pricing-header {
  background: linear-gradient(
      rgba(var(--color-secondary-rgb), 0.9),
      rgba(var(--color-secondary-rgb), 0.9)
    ),
    url("../img/pricing-bg.jpg") center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin: -60px -40px 0;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--color-white);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 24px;
}

.pricing ul {
  padding: 30px 0;
  list-style: none;
  color: var(--color-gray);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: var(--color-primary);
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.pricing ul .na {
  color: rgba(var(--color-gray-rgb), 0.5);
}

.pricing ul .na i {
  color: rgba(var(--color-gray-rgb), 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.pricing .featured {
  border-color: var(--color-primary);
}

.pricing .featured .pricing-header {
  background: linear-gradient(
      rgba(var(--color-primary-rgb), 0.9),
      rgba(var(--color-primary-rgb), 0.9)
    ),
    url("../img/pricing-bg.jpg") center center;
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: var(--color-white);
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

.faq .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #111111;
}

.faq .ndis-love {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 23px;
  left: -22px;
}

.faq .ndis-love img {
  width: 100%;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 16px;
  color: var(--color-gray);
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
  border: 1px solid var(--color-white);
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-item img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.portfolio .portfolio-item:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(var(--color-secondary-rgb), 0.8);
  z-index: 2;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: auto 40px 40px 40px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-white);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  inset: auto 10px 0 10px;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--color-white);
  background: var(--color-primary);
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.team .team-member .social a i {
  line-height: 0;
  font-size: 16px;
}

.team .team-member .social a:hover {
  background: var(--color-primary-light);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  background: var(--color-white);
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--color-secondary);
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-gray);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 220px;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-blog-posts .post-box .meta {
  margin-top: 15px;
}

.recent-blog-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-blog-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-blog-posts .post-box .post-title {
  font-size: 21px;
  color: #111111;
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box p {
  margin: 15px 0 0 0;
  color: #32424d;
  font-size: 16px;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
  color: var(--color-primary);
  font-size: 17px;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: var(--color-primary);
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  background-image: url(../img/home/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 25px 0;
}

#contact .container {
  position: relative;
}

.contact .info h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4em;
  color: #fff;
}

.contact .info {
  padding-right: 20px;
}

.contact .info p {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 17px;
}

.contact .info-item + .info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-secondary-light);
}

.contact .php-email-form {
  width: 100%;
  padding: 50px 30px 40px 30px;
  background: #00000080;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select {
  border-color: var(--color-secondary-light);
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form select {
  height: 48px;
  padding: 10px 15px;
  background-color: #00000080;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 200px;
  background-color: #00000080;
}

.contact .info span {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 4px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 30px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(var(--color-secondary-rgb), 0.15);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary-light);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  height: 100%;
}

.blog .posts-list article + article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li + li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .posts-list .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .posts-list .read-more a:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-secondary-rgb), 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li + li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.blog .blog-details .meta-bottom i {
  color: var(--color-secondary-light);
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(var(--color-secondary-rgb), 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(var(--color-secondary-rgb), 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item + .sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: var(--color-white);
  border: 1px solid rgba(var(--color-secondary-rgb), 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type="text"]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: var(--color-secondary-light);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(var(--color-secondary-light-rgb), 0.8);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--color-secondary-light-rgb), 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(var(--color-secondary-rgb), 0.8);
}

.btn-primary {
  background: var(--color-secondary);
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 500;
  color: #fff;
  border: 0;
  outline: 0;
}

.btn-primary:hover {
  background: var(--color-primary);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: var(--color-secondary-light);
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* 
our mission section css
*/

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 200px;
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
}

.banner h2 {
  color: #fff;
  font-weight: 800;
  font-size: 42px;
}

.banner a {
  color: #fff;
}

.banner .breadcrumb .active {
  color: var(--color-secondary);
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1d21;
  opacity: 0.5;
}

.our-mission {
  background-color: #f2f8fd;
}

.our-mission .our-mission-content {
  padding-right: 126px;
}

.our-mission .our-mission-content h3 {
  font-size: 40px;
  color: #111;
  font-weight: 800;
}

.our-mission .our-mission-content p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.our-mission .year-of-exp {
  position: absolute;
  top: 122px;
  left: -99px;
  background-color: var(--color-secondary);
  padding: 15px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.our-mission .year-of-exp h3 {
  font-size: 42px;
  font-weight: 800;
  padding-right: 16px;
  margin-bottom: 0;
}

.our-mission .year-of-exp p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 16px;
}

.our-mission .year-of-exp span {
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}

/* Service pages css */
.card-desc {
  background-color: #f3f9fd;
}

.card-desc .services {
  margin-top: 90px;
}

.card-desc .card-content {
  padding: 0 30px;
}

.card-desc .card-content h2 {
  font-size: 30px;
  color: #111;
  font-weight: 800;
}

.card-desc .card-content p {
  line-height: 28px;
}

.card-desc .card-img {
  height: 490px;
  object-fit: cover;
}

/* Career page css */

.career-card {
  padding: 30px 0 50px 0;
}

.career-card-row {
  padding: 80px 50px 80px 50px;
}

.career-card .career-card-row .career-title p {
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 27px;
  margin-top: 5px;
}

.career-divider {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 35px 0 35px;
}

.career-card .career-location {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.career-card .career-roles {
  list-style: none;
  padding-left: 5px;
}

.career-card .career-roles li i {
  font-size: 6px;
  color: var(--color-secondary);
}

.career-card .career-desc {
  margin-bottom: 25px;
}

.career-card .career-roles li {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.career-card .career-roles li .list-icon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 10px;
}

.career-card .career-card-row .career-title h2 {
  font-size: 35px;
  font-weight: 800;
}

.career-card .career-content {
  padding: 0;
}

.career-working {
  background-color: #f3f9fd;
  padding: 50px 0 0 0;
}

.career-working .working-card {
  padding: 60px 40px 60px 40px;
}

.career-working .career-working-left {
  margin-right: 20px;
}

.career-working .working-card .working-card-title h2 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 20px;
}

.career-working .career-working-right .working-card-title h2 {
  font-size: 23px;
  color: var(--color-secondary);
  font-style: italic;
  margin-bottom: 27px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.recruitment-policy div {
  display: flex;
}

.recruitment-policy i {
  color: var(--color-secondary);
  margin: 6px;
  padding-right: 6px;
}

.career-working .working-card p {
  line-height: 28px;
}

/* CSS for covid 19 page */

.about-covid .about-covid-content {
  padding-right: 70px;
}

.about-covid .about-covid-content .covid-title {
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 12px;
}

.about-covid .about-covid-content h2 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}

.about-covid .about-covid-content p {
  line-height: 28px;
}

.covid-bg {
  background: #f3f9fd;
}

.covid-top {
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}

.covid-head h2 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}

.symptom-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.symptom-row {
  padding-left: 40px;
}

.symptom-row .symptom-text {
  display: flex;
}

.symptom-row .symptom-text i {
  color: var(--color-secondary);
  margin: 4px 8px 4px 4px;
}

.symptom-text h4 {
  margin-bottom: 25px;
  color: var(--color-default);
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}

.covid-cta {
  background-color: #2123bc !important;
  height: 400px;
  position: relative;
}

.covid-cta .covid-cta-nums {
  display: flex;
  margin-top: 40px;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 5px;
}

.covid-cta .covid-cta-nums h4 {
  font-weight: 700;
  font-size: 20px;
}

.covid-cta .covid-cta-nums p {
  font-size: 18px;
}

.covid-cta-content span {
  color: var(--color-secondary);
}

.covid-cta .covid-cta-nums .covid-cta-nums-icon {
  font-size: 22px;
  margin-right: 20px;
}

.covid-cta .covid-cta-overlay {
  background: url(../img/covid/covid-cta.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* CSS for contact page */
.contact-info-card {
  display: flex;
  box-shadow: 0px 0px 60px 0px rgb(177 177 177 / 30%);
  align-items: center;
  padding: 30px;
  flex-direction: column;
  text-align: center;
}

.contact-info-card .contact-info-icon {
  width: 70px;
  height: 70px;
  background-color: var(--color-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 5px;
}

.contact-info-card .contact-info-icon i {
  color: #fff;
  font-size: 27px;
}

.contact-info-card .contact-info-card-content {
  padding-top: 25px;
}

.contact-info-card .contact-info-card-content h3 {
  font-weight: 700;
  font-size: 23px;
}
.contact-info-card .contact-info-card-content a {
  color: #000000;
}

.get-in-touch {
  background: #f3f9fd;
  padding: 100px 0 75px 0;
}

.get-in-touch form input,
.get-in-touch form textarea {
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 15px 20px 15px 20px;
}

.map iframe {
  width: 100%;
  margin-bottom: -20px;
}

.get-in-touch form .form-group {
  margin-bottom: 20px;
}

.get-in-msg {
  padding-right: 70px;
}

.get-in-msg h4 {
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 27px;
  margin-top: 5px;
  font-size: 12px;
}

.get-in-msg h3 {
  font-weight: 800;
  font-size: 37px;
}

.get-in-msg p {
  line-height: 28px;
}

/* 
.complaints {
  background: #F3F9FD;
} */

.complaints .complaints-title {
  font-size: 30px;
  font-weight: 800;
}

.complaints .accordion-button::after {
  display: none;
}

.complaints .accordion-item {
  margin-bottom: 20px;
  border: 0;
}

.complaints .accordion-body {
  padding: 35px 40px 10px 41px;
}

.complaints .accordion-body p,
.complaints .accordion-body ul li {
  font-size: 18px;
  line-height: 31px;
}

.complaints .accordion-body ul li {
  margin-bottom: 10px;
}

.complaints .accordion-body ul {
  margin-bottom: 30px;
}

.complaints .accordion-body p strong {
  font-size: 19px;
}

.complaints .accordion-button {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 40px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 50px !important; */
}

.complaints .accordion-button.collapsed .fa-minus {
  display: none;
}

.complaints .accordion-button.collapsed .fa-plus {
  display: block;
}

.complaints .accordion-button .fa-plus {
  display: none;
}

.footer {
  color: var(--color-white);
  font-size: 14px;
}

.footer .footer-content {
  background: #485664;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-content .footer-newsletter p {
  color: rgba(var(--color-white-rgb), 0.7);
  font-size: 15px;
}

.footer .footer-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-secondary);
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer
  .footer-content
  .footer-newsletter
  form
  input[type="email"]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0 5px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type="submit"]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

.footer .footer-legal {
  padding: 30px 0;
  background: var(--color-secondary-dark);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

/* responsive css */
@media (max-width: 992px) {
  .our-mission .our-mission-content {
    padding-right: 0;
  }

  .our-mission .year-of-exp {
    left: 0;
  }

  .card-desc .card-content {
    padding: 30px 15px;
  }

  .recent-blog-posts .post-box .post-img {
    height: 300px;
  }

  #header {
    padding: 20px;
  }

  .get-in-msg {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .complaints .accordion-button {
    font-size: 18px;
  }

  .covid-cta {
    height: 700px;
  }

  .symptom-row {
    padding-left: 15px;
  }

  .about-covid .about-covid-content {
    padding-right: 15px;
  }

  section {
    padding: 80px 0;
  }

  .about-covid img,
  .covid-bg img {
    height: 400px;
    object-fit: contain;
    margin-top: 20px;
  }

  .career-working .career-working-left {
    margin-right: 0;
  }

  .career-card-row,
  .career-working .working-card {
    padding: 30px;
  }

  #header .logo img {
    max-height: 48px;
  }
}

@media (max-width: 768px) {
  .card-desc .card-img {
    height: 380px;
  }

  .map iframe {
    height: 320px;
  }
}
/* Our services */
.service-section {
  color: #1e4ea2;
  /* background-color: #eaedee; */
  background-color: #f3f9fd;
  background-repeat: no-repeat;
  background-size: cover;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.service-section .description {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #1e4ea2;
}

.service-section .title {
  color: #1e4ea2;
  position: relative;
  padding: 15px;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
}

.service-section .service-column {
  max-width: 33.33%;
  padding: 0 15px;
}
.service-section .service-column .single-services {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0 0 10px 0 #1e4ea2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-section .service-column .single-services .content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.service-section .service-column .single-services .content .main-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  transition: color 0.3s;
}
.service-section .service-column .single-services .content .descriptions {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  transition: color 0.3s;
}
.service-section .service-column .single-services .content .learn-more {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: color 0.3s;
}
.service-section .service-column .single-services .content .learn-more::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #48c5e0;
  transition: background-color 0.3s;
}
.service-section .service-column .single-services:hover .learn-more::after {
  background-color: #48c5e0;
}
.service-section .service-column .single-services:hover .learn-more::after {
  background-color: #1e4ea2;
}
.service-section .service-column .single-services .circle-before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  width: 75px;
  height: 75px;
  background-color: #48c5e0;
  border-radius: 50%;
  transition: all 0.6s;
}
.service-section .service-column .single-services:hover .circle-before {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 0.8;
  color: #fff;
}
.service-section .service-column .single-services .circle-after {
  position: absolute;
  top: 70%;
  left: 0%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background-color: #48c5e0;
  border-radius: 50%;
  transition: all 0.6s;
}

.service-section .service-column .single-services:hover .circle-after {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 0.8;
  color: #fff;
}
/* Responsive styles for phones (width: 100%) */
@media only screen and (max-width: 767px) {
  .service-section .service-column {
    max-width: 100%;
  }
}

/* Responsive styles for iPads (width: 50%) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service-section .service-column {
    max-width: 50%;
  }
}
/* FAQ page */
.faq-content {
  padding-top: 50px;
  text-align: center;
}
/* -------------------- */

.choose-us-container {
  max-width: 1100px;
}

.choose-us-point {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.point-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.point-description {
  font-size: 16px;
  color: #666;
}

.point-icon {
  font-size: 24px;
  color: #3498db;
  margin-right: 10px;
}
.choose-us-container {
  border-radius: 10px;
}

.point-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.point-content {
  flex-grow: 1;
}

@media screen and (max-width: 600px) {
  .point-title {
    font-size: 18px;
  }

  .point-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .choose-us-container {
    margin: 50px auto;
  }
}
.social-links-start a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: var(--color-secondary-dark);
}

/*  */
.expression-of-interest {
  padding: 20px !important;
}
.expression-of-interest h2 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* Footer contact */
.footer-contact-details {
  padding-top: 15px;
}
@media screen and (min-width: 601px) {
  .phone-nav-contact {
    display: contents;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .phone-nav-contact {
    display: block;
  }
  #header .logo img {
    max-height: 40px;
  }
  #header .nav-contact {
    margin-bottom: 10px;
  }
  #header .nav-contact a,
  .getstarted {
    font-size: 12px;
  }
}
@media screen and (max-width: 300px) {
  .phone-nav-contact {
    display: none;
  }
}

.preview {
  color: #555;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
}

/* EoI  contact page  */
#contacts {
  background-image: url(../img/home/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#contacts .container {
  position: relative;
}

#contacts .php-email-form {
  width: 100%;
  padding: 50px 30px 40px 30px;
  background: #fff !important;
}
#contacts .php-email-form input[type="text"],
#contacts .php-email-form input[type="email"],
#contacts .php-email-form input[type="file"],
#contacts .php-email-form input[type="tel"],
#contacts .php-email-form input[type="date"],
#contacts .php-email-form select {
  height: 48px;
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
}
#overview {
  width: 100%;
  height: 220px;
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
  border: 1px solid #ced4da;
}
#contacts .php-email-form select {
  border: 1px solid #ced4da;
  width: 100%;
}

#contacts .php-email-form select:focus {
  border-color: var(--color-secondary-light);
  outline: none;
}
#overview:focus {
  border-color: var(--color-secondary-light);
  outline: none;
}
#contacts .php-email-form input[type="checkbox"] {
  box-shadow: none;
}
#contacts .php-email-form .form-group {
  padding-bottom: 30px;
}

#contacts h2 {
  color: #fff;
  text-align: center;
  padding-top: 50px;
}
#contacts h3 {
  text-align: center;
}
#contacts span {
  color: red;
}
/* Referral page start */
.referral-content p {
  font-size: 18px;
}
.referral-content p strong,
.referral-content ul li strong {
  font-size: 18px;
  font-weight: bolder;
}
.referral-content ul li {
  list-style-type: none;
}
.referral-content ul li strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #131313;
  margin-right: 8px;
}

/* Referral page end */
.communication-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-left: -35px;
}

.next button {
  background: var(--color-primary);
  padding: 8px 25px;
  border-radius: 30px;
  border: none;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.next button:hover {
  background: var(--color-primary-light);
}
.preferred-day {
  margin-left: 0px;
}
@media screen and (max-width: 400px) {
  .communication-list {
    display: block;
    list-style-type: none;
    margin-left: -35px;
  }
}
/* ---------------------------- */
.hidden {
  display: none;
}
.communication-list label {
  display: contents;
}

/* Conatct Banner start */
.header-phone-num-desktop {
  background: var(--color-primary);
  margin-bottom: -12px;
  padding: 16px;
  text-align: center;
  position: fixed;
  top: 90px;
  z-index: 100;
  width: 100%;
}
.header-phone-num-desktop .phone-num-inner-row {
  background: #fff;
  display: inline-block;
  padding: 16px 12px;
  border-radius: 50px;
}
.header-phone-num-desktop .phone-num-inner-row-2 {
  display: flex;
}
.header-phone-num-desktop .phone-num-inner-row-2 a {
  text-decoration: none;
  text-align: left;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}
.header-phone-num-desktop .phone-num-inner-row-2 a i {
  font-size: 20px;
}
.header-phone-num-desktop .phone-num-inner-row-2 a .icon-img {
  margin-right: 10px;
}
.header-phone-num-desktop .phone-num-inner-row-2 a .icon-img img {
  /* height: 50px; */
  width: 50px;
  object-fit: contain;
}
/* ----------- */
.services-form {
  margin-top: -400px;
  padding: 100px 0 0 0 !important;
}
.breadcrumb-form {
  z-index: 9;
}
.breadcrumb-form form {
  background: #000000af;
  padding: 25px;
  border-radius: 10px;
}
select.form-control {
  color: #00000080;
}
textarea.form-control {
  height: 100px;
}
.php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 30px;
}
.php-email-form button[type="submit"]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}
select.form-control {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
}

.ndis-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ndis-logo img {
  width: 75px;
}
.flag-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.flag-image img {
  width: 75px;
}

.footer-para {
  font-size: 13px !important;
}
.contact-address {
  font-size: 15px;
}
