.section-title h2,
.section-title p {
  font-family: Poppins, sans-serif;
  text-transform: uppercase
}

.breadcrumbs:before,
.hero:before,
.section-header h2:after {
  position: absolute;
  content: ""
}

.hero .btn-watch-video:hover i,
a:hover {
  color: #82cbed
}

.services .icon-box:hover,
.services .icon:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
  transform: translateY(-10px)
}

#preloader,
.post-item,
.scroll-wrapper,
.team-member,
section {
  overflow: hidden
}

.about .content ul,
.breadcrumbs ol,
.portfolio-categories li,
.portfolio-flters,
.timeline {
  list-style: none
}

.social-links a,
a,
a:hover {
  text-decoration: none
}

:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Raleway", sans-serif;
  --color-default: #ec7f37;
  --color-primary: #ee4908;
  --color-secondary: #393939;
  scroll-behavior: smooth
}

body {
  font-family: var(--font-default);
  color: var(--color-default)
}

a {
  color: var(--color-primary);
  transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary)
}

section {
  padding: 30px 0
}

.section-header {
  padding-bottom: 30px
}

.section-header h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--color-secondary)
}

.section-header h2:after {
  display: block;
  width: 100px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.section-header p {
  color: var(--color-primary);
  margin-bottom: 0
}

.section-title {
  padding-bottom: 40px;
  text-align: center
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #555
}

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #151515
}

.breadcrumbs h2,
.header .logo h1 {
  font-family: var(--font-secondary)
}

.breadcrumbs {
  padding: 140px 0 60px;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.breadcrumbs:before {
  background-color: rgba(27, 47, 69, .7);
  inset: 0
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary)
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, .8);
  transition: .3s
}

.breadcrumbs ol a:hover {
  text-decoration: underline
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/"
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: .4s
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

.scroll-top:hover {
  background: rgba(86, 184, 230, .8);
  color: #fff
}

.scroll-top.active {
  visibility: visible;
  opacity: 1
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  transition: .6s ease-out
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

.header {
  transition: .5s;
  z-index: 997;
  padding: 24px 0
}

.header.sticked {
  background: #051922;
  padding: 12px 0;
  opacity: 97%
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0
}

@media (min-width:1280px) and (max-width:1366px) {
  .navbar .dropdown {
    left: -90%
  }
}

@media (min-width:1280px) {
  .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: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .6);
    white-space: nowrap;
    transition: .3s
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
  }

  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color: var(--color-primary)
  }

  .navbar .dropdown ul {
    font-size: 120px;
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .2s
  }

  .navbar .dropdown ul li {
    min-width: 250px
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-secondary)
  }

  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
    font-size: 20px
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
  }

  .navbar .projects,
  .navbar .projects:active,
  .navbar .serv,
  .navbar .serv:active {
    pointer-events: none;
    cursor: default
  }

  .mobile-nav-hide,
  .mobile-nav-show {
    display: none
  }
}

@media (max-width:1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: .3s;
    z-index: 9997
  }

  .mobile-nav-hide,
  .mobile-nav-show {
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
    line-height: 0;
    transition: .5s
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px;
    margin: 0;
    background: rgba(27, 47, 69, .9);
    overflow-y: auto;
    transition: .3s;
    z-index: 9998
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
    transition: .3s
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
  }

  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color: #fff
  }

  .navbar .dropdown .dropdown ul,
  .navbar .dropdown ul {
    pointer-events: auto;
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgba(20, 35, 51, .6)
  }

  .navbar .dropdown>.dropdown-active {
    display: block
  }

  .mobile-nav-show {
    font-size: 28px
  }

  .mobile-nav-hide {
    font-size: 32px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .mobile-nav-active .navbar {
    right: 0
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, .7);
    z-index: 9996
  }
}

.sanitary,
.vision-overlay {
  max-width: 900px;
  margin: auto
}

.hero .btn-watch-video:hover,
.hero h2 {
  color: #fff
}

.hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/back.jpg") 0 0/cover;
  position: relative;
  padding: 120px 0;
  z-index: 3
}

@media (min-width:1034px) {
  .hero:after {
    position: absolute;
    content: "";
    width: 40%
  }
}

.hero:before {
  background: rgba(18, 30, 43, .6);
  inset: 0
}

@media (max-width:1034px) {
  .hero:before {
    background: rgba(18, 30, 43, .6)
  }
}

.hero .container {
  z-index: 1
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-secondary)
}

.hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0
}

.about .content h3,
.btn-get-started,
.colleague h4,
.why-us h4 {
  font-family: var(--font-secondary)
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: .5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, .7);
  font-weight: 600
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: .3s;
  line-height: 0;
  margin-right: 8px
}

.services .icon-box .icon i,
.services .icon-box a {
  color: #151515;
  transition: .3s ease-in-out
}

@media (max-width:640px) {
  .hero h2 {
    font-size: 36px;
    line-height: 1
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px
  }
}

.services .icon-box {
  text-align: center;
  border: .5px solid #d9e2ef;
  border-radius: 10px;
  padding: 80px 20px;
  transition: .3s ease-in-out;
  background: #fff
}

.btn-get-started,
.call-to-action .cta-btn {
  transition: .5s;
  font-weight: 500;
  letter-spacing: 1px
}

.services .icon-box .icon {
  margin: 0 auto 20px;
  width: 64px;
  height: 64px;
  background: #ff733b;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.services .icon-box .icon i {
  font-size: 28px
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px
}

.services .icon-box a:hover {
  color: #ffc451
}

.services .icon-box p {
  color: var(--color-default);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.services .icon-box:hover {
  border-color: #362c28
}

.services .icon:hover {
  border-color: #fff
}

.why-us {
  padding: 0
}

.why-us .img-bg {
  min-height: 500px;
  background-size: cover
}

.colleague .slides,
.why-us .slides {
  background-color: #f7f9fc
}

.colleague h3,
.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary)
}

.colleague h4,
.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary)
}

.colleague .swiper,
.why-us .swiper {
  margin: 70px 140px 0;
  overflow: hidden
}

.colleague .swiper-button-next:after,
.colleague .swiper-button-prev:after,
.why-us .swiper-button-next:after,
.why-us .swiper-button-prev:after {
  font-size: 24px;
  color: var(--color-secondary)
}

.colleague .swiper-button-prev,
.why-us .swiper-button-prev {
  left: 80px
}

.colleague .swiper-button-next,
.why-us .swiper-button-next {
  right: 80px
}

.colleague .swiper-pagination,
.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative
}

.colleague .swiper-pagination .swiper-pagination-bullet,
.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary)
}

.colleague .swiper-pagination .swiper-pagination-bullet-active,
.mlpr-btn:hover,
.portfolio-categories li a:hover,
.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary)
}

.btn-get-started {
  font-size: 15px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  color: var(--color-primary);
  background: #fff;
  border: 2px solid var(--color-primary)
}

.btn-get-started:hover {
  background: rgba(86, 184, 230, .8);
  color: #fff;
  border-color: rgba(86, 184, 230, .8)
}

.about .content h3 {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-secondary)
}

.about .content p {
  margin: 30px 0;
  color: #29486a
}

.about .content ul {
  padding: 0
}

.about .content ul li {
  padding: 0 0 15px 26px;
  position: relative;
  font-size: 15px;
  font-weight: 600
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary)
}

.call-to-action {
  background: linear-gradient(rgba(27, 47, 69, .8), rgba(27, 47, 69, .8)) 0 0/cover, url("../img/linkup.jpg") center center/cover;
  padding: 100px 0
}

@media (min-width:1365px) {

  .call-to-action,
  .hero {
    background-attachment: fixed
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 700
}

.call-to-action p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px
}

.call-to-action .cta-btn {
  font-family: var(--font-default);
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  margin: 10px;
  color: #fff;
  background: #2aa5df
}

.call-to-action .cta-btn:hover,
.portfolio-flters li.filter-active,
.portfolio-flters li:hover {
  background: var(--color-primary)
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.post-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
  padding: 20px
}

.footer .footer-content h4,
.post-img,
.team-member,
.timeline,
.timeline>li {
  position: relative
}

.post-item:hover .post-details {
  opacity: 1;
  pointer-events: all
}

.post-item {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  border-radius: 10px
}

.info-section,
.mlpr-modal-content {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1)
}

.container .section-header p {
  text-align: center;
  color: var(--color-secondary);
  font-size: 30px
}

.post-item .post-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform .3s ease-in-out
}

.post-item .post-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 5px
}

.post-item .post-content {
  padding: 20px
}

.post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: color .3s;
  margin-bottom: 10px
}

.post-item .meta {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: #838893
}

.post-item .meta i {
  font-size: 16px;
  color: var(--color-primary)
}

.post-item hr {
  color: #888;
  margin: 20px 0
}

.post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: color .3s;
  color: #838893
}

.post-item .readmore i {
  margin-left: 6px;
  font-size: 16px
}

.footer .footer-content .footer-links ul a:hover,
.post-item:hover .post-title,
.post-item:hover .readmore {
  color: var(--color-primary)
}

.post-item:hover .post-img img,
.team-member:hover img {
  transform: scale(1.1)
}

.colleague {
  padding-bottom: 0;
  text-align: center
}

.colleague .img-bg {
  height: auto;
  background-size: cover
}

@media (max-width:1200px) {
  .header {
    padding: 12px 0
  }

  .colleague .swiper,
  .why-us .swiper {
    margin: 60px 60px 40px
  }

  .colleague .swiper-button-next,
  .colleague .swiper-button-prev,
  .why-us .swiper-button-next,
  .why-us .swiper-button-prev {
    display: none
  }
}

@media (max-width:575px) {

  .colleague .swiper,
  .why-us .swiper {
    margin: 40px 40px 20px
  }
}

.colleague .colleague-item {
  max-width: 18rem
}

.colleague .colleague-item img {
  max-width: 12rem;
  height: 100px;
  width: auto;
  box-shadow: 0 5px 5px 0 #adb5bd;
  border-radius: 10px
}

.contact .info,
.contact .php-email-form {
  width: 100%;
  background: #fff
}

.contact .info i {
  font-size: 20px;
  background: #ffc451;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: .3s ease-in-out
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  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 #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451
}

.contact .php-email-form input {
  height: 44px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: .4s;
  border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b
}

.footer {
  font-size: 14px
}

.footer .footer-content {
  background-color: #f7f9fc;
  background-size: contain;
  padding: 60px 0 30px
}

.footer .footer-content .footer-info,
.footer .footer-content .footer-links {
  margin-bottom: 30px
}

.footer .footer-content .footer-info .logo {
  margin-bottom: 25px
}

.footer .footer-content .footer-info .logo img {
  margin-right: 6px
}

.footer .footer-content .footer-info .logo span {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  margin-top: 3px
}

.footer .footer-content .footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-secondary)
}

.footer .footer-content .social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px
}

.footer .footer-content .social-links a:hover {
  background-color: #38618e
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #29486a;
  padding-bottom: 12px
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.timeline>li .timeline-panel,
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left
}

.footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 0
}

.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: #31547c;
  transition: .3s;
  display: inline-block;
  line-height: 1
}

.footer .footer-content .footer-contact p {
  line-height: 26px;
  color: var(--color-secondary)
}

.footer .footer-legal {
  background: #fff;
  padding: 30px 0
}

.footer .footer-legal .copyright {
  text-align: center;
  color: var(--color-secondary)
}

.footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: var(--color-secondary)
}

.timeline {
  padding: 0
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef
}

.timeline>li {
  min-height: 50px;
  margin-bottom: 50px
}

.timeline>li:after,
.timeline>li:before {
  display: table;
  content: " "
}

.timeline>li:after {
  clear: both
}

.timeline>li .timeline-panel {
  position: relative;
  width: 100%
}

.timeline>li .timeline-panel:before,
.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0
}

.timeline>li .timeline-panel:after,
.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800
}

.timeline>li .timeline-image .h4,
.timeline>li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul,
.timeline>li:last-child {
  margin-bottom: 0
}

.timeline .timeline-heading .h4,
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit
}

.timeline .timeline-heading .subheading.h4,
.timeline .timeline-heading h4.subheading {
  text-transform: none
}

@media (min-width:768px) {
  .timeline:before {
    left: 50%
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px
  }

  .timeline>li .timeline-image .h4,
  .timeline>li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left
  }
}

@media (min-width:992px) {
  .timeline>li {
    min-height: 150px
  }

  .timeline>li .timeline-panel,
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px
  }

  .timeline>li .timeline-image .h4,
  .timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px
  }
}

@media (min-width:1200px) {
  .timeline>li {
    min-height: 170px
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px
  }

  .timeline>li .timeline-image .h4,
  .timeline>li .timeline-image h4 {
    margin-top: 40px
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px
  }
}

.portfolio-flters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0
}

.portfolio-flters li {
  cursor: pointer;
  padding: 10px 20px;
  background: var(--color-default);
  color: #fff;
  border-radius: 5px;
  border: none;
  transition: background .3s;
  text-align: center;
  flex: 1;
  max-width: 200px
}

@media (max-width:576px) {
  .portfolio-flters {
    flex-direction: column;
    align-items: center;
    width: 100%
  }

  .portfolio-flters li {
    width: 90%;
    max-width: 300px
  }
}

.team-section {
  text-align: center;
  padding: 50px 0;
  width: 80%
}

.team-member {
  display: inline-block;
  text-align: center;
  border-radius: 10px
}

.team-details,
.team-member::after {
  position: absolute;
  transition: opacity .3s
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform .3s
}

.team-details {
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  padding: 15px;
  opacity: 0
}

.team-member:hover .team-details {
  opacity: 1
}

.social-links a {
  margin: 5px;
  font-size: 18px
}

.team-member::after {
  content: "Hover to see details";
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .7);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 1
}

.team-member:hover::after {
  opacity: 0
}

.vision-section {
  background: url('../img/helmet.jpg') center center/cover no-repeat;
  padding: 50px;
  position: relative
}

.vision-overlay {
  background: rgba(0, 0, 0, .6);
  padding: 40px;
  border-radius: 10px
}

.vision-title {
  font-weight: 700;
  font-size: 28px;
  font-style: italic
}

.vision-text {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
  font-style: italic
}

.accordion-button {
  font-weight: 600
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: var(--color-primary)
}

.info-section {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center
}

.info-section h5 {
  color: #f60;
  font-weight: 700;
  margin-top: 15px
}

.info-section p {
  color: #555;
  font-size: 16px
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: 1s linear infinite spin
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.scroll-wrapper {
  position: relative;
  width: 100%
}

.scroll-container {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 10px;
  white-space: nowrap
}

.scroll-container img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px
}

.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 1
}

.mlpr-btn,
.portfolio-categories li a {
  background-color: var(--color-default)
}

.scroll-button.left {
  left: 0
}

.scroll-button.right {
  right: 0
}

.project-container {
  text-align: center;
  padding: 20px
}

.title {
  font-size: 24px;
  color: #d16f3d;
  font-weight: 700
}

.subtitle {
  font-size: 18px;
  color: #d16f3d
}

.location {
  font-size: 16px;
  color: #666
}

.portfolio-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0
}

.portfolio-categories li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 8px;
  transition: background .3s ease-in-out
}

.portfolio-categories li a.active {
  background-color: var(--color-primary);
  pointer-events: none
}

.pagination {
  margin-top: 20px
}

.pagination button {
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px
}

.pagination .active {
  font-weight: 700;
  background-color: var(--color-primary);
  color: #fff
}

.mlpr-modal-content {
  border-radius: 12px;
  animation: .3s ease-in-out mlprFadeInUp
}

.mlpr-check-icon {
  font-size: 48px;
  color: var(--color-default);
  animation: .5s ease-in-out mlprPopIn
}

.mlpr-modal-title {
  font-weight: 700;
  color: var(--color-default)
}

.mlpr-modal-text {
  color: #555
}

.mlpr-btn {
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  border: none
}

@keyframes mlprFadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes mlprPopIn {
  0% {
    transform: scale(0);
    opacity: 0
  }

  60% {
    transform: scale(1.2);
    opacity: 1
  }

  100% {
    transform: scale(1)
  }
}