:root,
html {
  scroll-behavior: smooth
}

.footer,
.header,
body {
  color: var(--default-color)
}

.about-col p,
.about-col-1 p,
:root {
  --default-font: "Roboto", 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"
}

.blur,
.branch-overlay,
.custom-cursor {
  pointer-events: none
}

.branch-phone-link,
a,
a:hover {
  text-decoration: none
}

.light-background,
:root {
  --surface-color: #ffffff
}

.dark-background,
:root {
  --contrast-color: #ffffff
}

.php-email1 .error-message,
.php-email1 .loading,
.php-email1 .sent-message {
  padding: 15px;
  margin-bottom: 24px;
  display: none
}

.hero .btn-get-started,
.hero h2,
.section-title h2,
.section-title p {
  text-transform: uppercase
}

.content,
.image-content img {
  max-width: 100%
}

.info h3,
.office-card h4,
:root,
h2 {
  --heading-font: "Raleway", sans-serif
}

:root {
  --nav-font: "Inter", sans-serif;
  --background-color: #ffffff;
  --default-color: #5f6c7b;
  --heading-color: #094067;
  --accent-color: #ff4a17;
  --nav-color: #e5eaee;
  --nav-hover-color: #ff4a17;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #ff4a17
}

.dark-background,
.header {
  --default-color: #ffffff;
  --heading-color: #ffffff
}

.light-background {
  --background-color: #f1f4fa
}

.dark-background {
  --background-color: #000910;
  --surface-color: #28323a
}

body {
  background-color: var(--background-color);
  font-family: var(--default-font)
}

a {
  color: var(--accent-color);
  transition: .3s
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%)
}

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

.php-email1 .error-message {
  background: #df1529;
  color: #fff;
  text-align: left;
  font-weight: 600
}

.php-email1 .sent-message {
  color: #fff;
  background: #059652;
  text-align: center;
  font-weight: 600
}

.php-email1 .loading {
  background: var(--surface-color);
  text-align: center
}

.php-email1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: 1s linear infinite php-email1-loading
}

@keyframes php-email1-loading {
  0% {
    transform: rotate(0)
  }

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

.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation: 2s infinite pulsate-play-btn;
  animation-direction: forwards;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0)
}

.pulsating-play-btn:after,
.pulsating-play-btn:hover:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  content: ""
}

.header,
.scrolled .header {
  --background-color: rgba(21, 34, 43, 0.85)
}

.pulsating-play-btn:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.pulsating-play-btn:hover:before {
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0
}

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

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

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

.header {
  background-color: var(--background-color);
  padding: 10px 0;
  transition: .5s;
  z-index: 997
}

.header .logo {
  line-height: 1
}

.header .logo img {
  max-height: 56px;
  margin-right: 8px;
  border-radius: 50%
}

.header .logo h1 {
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color)
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 13px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: .3s;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color)
}

.header .cta-btn:focus:hover,
.header .cta-btn:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color)
}

@media (max-width:1200px) {
  .header .logo {
    order: 1
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px
  }

  .header .navmenu {
    order: 3
  }
}

.scrolled .header {
  box-shadow: 0 0 18px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
  .navmenu {
    padding: 0
  }

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

  .navmenu li {
    position: relative
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px
  }

  .navmenu>ul>li:last-child {
    padding-right: 0
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 13px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s;
    position: relative;
    text-transform: uppercase
  }

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

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0;
    transition: .3s ease-in-out
  }

  .navmenu .active:before,
  .navmenu a:hover:before,
  .navmenu li:hover>a:before {
    visibility: visible;
    width: 100%
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover>a {
    color: color-mix(in srgb, var(--nav-color) 90%, #fff 15%)
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: .3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
  }

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

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color)
  }

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

  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color)
  }

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

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden
  }

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

.footer,
.footer .footer-about p {
  font-size: 14px
}

.footer,
.footer .footer-newsletter .newsletter-form {
  position: relative;
  background-color: var(--background-color)
}

.footer .footer-about p,
.guiding-principles,
.guiding-principles h2,
.section-title p,
.stats .stats-item p {
  font-family: var(--heading-font)
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color)
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: .3s
}

.footer .footer-links ul a:hover,
.footer .footer-links ul i,
.hero .btn-watch-video i,
.hero .btn-watch-video:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover,
.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-filters li.filter-active,
.portfolio .portfolio-filters li:hover,
.services .service-item2:hover .details .icon i,
.services .service-item2:hover .details h3,
.services-2 .service-item:hover .title a,
.stats .stats-item i,
.team .member .social a:hover {
  color: var(--accent-color)
}

.features .nav-link:hover,
.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color)
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px
}

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

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

.footer .footer-links ul i {
  padding-right: 3px;
  font-size: 13px;
  line-height: 0
}

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

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

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1
}

.footer .footer-contact p {
  margin-bottom: 5px
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  transition: .3s
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color)
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color)
}

.features .nav-link.active,
.features .nav-link.active h4,
.hero .btn-get-started,
.scroll-top i,
.scroll-top:hover,
.services .details .icon {
  color: var(--contrast-color)
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: 0
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: .3s;
  border-radius: 0 4px 4px 0
}

.contact .php-email1 button[type=submit]:hover,
.footer .footer-newsletter .newsletter-form input[type=submit]:hover,
.hero .btn-get-started:hover,
.php-email1 button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.features .tab-pane p:last-child,
.footer .copyright p {
  margin-bottom: 0
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: .6s ease-out
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 1.5s linear infinite animate-preloader
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

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

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: .4s
}

.buttons,
.hero,
.hero2,
.page-title,
.section-title,
.section-title h2,
.team .member,
.tooltip-btn {
  position: relative
}

#contactform,
.custom-cursor {
  transform: translate(-50%, -50%);
  z-index: 9999
}

.page-title,
.section,
section {
  color: var(--default-color);
  background-color: var(--background-color)
}

.scroll-top i {
  font-size: 24px;
  line-height: 0
}

.page-title .breadcrumbs ol li+li::before,
.section-title h2 {
  color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.hero2:before,
.hero:before,
.page-title:before,
.testimonials:before {
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  inset: 0;
  content: ""
}

.scroll-top.active,
.tooltip-btn:hover .tooltip-text {
  visibility: visible;
  opacity: 1
}

.branch_slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto
}

.page-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px;
  text-align: center
}

.page-title:before {
  position: absolute
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400
}

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

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px
}

.section,
section {
  padding: 25px 0;
  scroll-margin-top: 90px;
  overflow: clip
}

@media (max-width:1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color .3s
  }

  .navmenu {
    padding: 0;
    z-index: 9997
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: .3s;
    z-index: 9998
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color)
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color)
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg)
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: .5s ease-in-out
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, .1)
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, .03)
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, .8);
    transition: .3s
  }

  .mobile-nav-active .navmenu>ul {
    display: block
  }

  .section,
  section {
    scroll-margin-top: 76px
  }
}

.section-title {
  padding-bottom: 20px;
  padding-top: 20px
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800
}

.hero {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero img,
.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-size: 100%
}

.hero2:before,
.hero:before,
.testimonials:before {
  position: absolute;
  z-index: 2
}

.features .nav-link.active,
.hero .btn-get-started,
.services .details .icon {
  background: var(--accent-color)
}

.hero .container,
.hero2 .container,
.testimonials .container {
  position: relative;
  z-index: 3
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0;
  font-size: 24px
}

.hero .btn-get-started {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: .3s
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: .5s;
  margin-left: 25px;
  font-weight: 400;
  color: var(--default-color)
}

.hero .btn-watch-video i {
  font-size: 32px;
  transition: .3s;
  line-height: 0;
  margin-right: 8px
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  padding: 30px
}

.stats .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px
}

.content {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  height: auto
}

.text-content {
  flex: 1;
  padding: 20px
}

.text-content h1 {
  font-weight: 700
}

.text-content .cosmos {
  font-size: 1.8rem;
  color: #123456;
  font-weight: 700
}

.text-content .tagline {
  font-family: Cursive;
  color: #de5e5e;
  margin-bottom: 20px
}

.text-content .description {
  font-size: 1rem;
  color: #555;
  margin-top: -10px;
  text-align: justify;
  line-height: 1.7
}

.branch-info,
.branch-title,
.card-title,
.dots,
.guiding-principles,
.head-office,
.hero2 h1,
.info h3,
.info p,
.office-card,
.portfolio .portfolio-filters,
.service-item .details,
.services .details,
.star-bar .star-container,
.testimonials .testimonial-item,
.timeline-section,
.tooltip-btn .tooltip-text,
.whatsapp-float {
  text-align: center
}

.image-content {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.services .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.services .img img {
  transition: .6s
}

.services .details {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  padding: 10px 30px;
  margin: 0;
  transition: .3s ease-in-out;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, .274)
}

.features .nav-link,
.services-2 .service-item {
  background-color: var(--surface-color);
  transition: .3s
}

.services .details .icon {
  margin: 0 0 20px;
  width: 72px;
  height: 72px;
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: .3s ease-in-out;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px)
}

.contact .php-email1 input[type=email]:focus,
.contact .php-email1 input[type=text]:focus,
.contact .php-email1 textarea:focus,
.features .nav-link.active,
.service-details .services-list a:hover,
.services-2 .service-item:hover {
  border-color: var(--accent-color)
}

.services .details h3 {
  font-weight: 700;
  margin: 40px 0 15px;
  font-size: 20px;
  transition: .3s ease-in-out
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.btn-primary:hover,
.features .nav-link,
.features .tab-pane h3,
.services-2 .service-item .title a {
  color: var(--heading-color)
}

.services .service-item2:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid var(--accent-color)
}

.services .service-item2:hover .img img {
  transform: scale(1.2)
}

.clients {
  padding: 20px 0;
  display: flex
}

.img-aff {
  display: flex;
  justify-content: center
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1
}

@media (max-width:640px) {
  .clients .client-logo img {
    padding: 0
  }
}

.features .nav-tabs {
  border: 0
}

.features .nav-link {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%
}

.contact .info-item i,
.hero2 {
  justify-content: center;
  display: flex
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0
}

@media (max-width:768px) {

  .courses,
  .courses_details {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
  }

  .section-title p {
    font-size: 24px
  }

  .courses {
    height: 50vh;
    width: 80%;
    display: block
  }

  .course_d1,
  .course_info {
    height: 100vh;
    width: 55%
  }

  .course_d2,
  .course_img {
    height: 100vh;
    width: 45%
  }

  .courses_details {
    height: 50vh;
    width: 80%;
    display: flex;
    margin-top: 20px
  }

  .hero h2 {
    font-size: 32px
  }

  .hero p {
    font-size: 18px
  }

  .content {
    flex-direction: column
  }

  .image-content,
  .text-content {
    padding: 20px
  }

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

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

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 26px
}

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

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

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color)
}

.services-2 .service-item {
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%)
}

#service_new {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 55%)
}

.services-2 .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color)
}

.services-2 .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px
}

.services-2 .service-item .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0
}

.testimonials {
  padding: 50px 0;
  position: relative
}

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

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%)
}

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

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  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
}

.testimonials .swiper-wrapper {
  height: auto
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: .5
}

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

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

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px;
  list-style: none
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px 5px;
  line-height: 1;
  transition: .3s ease-in-out
}

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

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

.carousel-container,
.portfolio .portfolio-content {
  position: relative;
  overflow: hidden
}

.portfolio .portfolio-content img {
  transition: .3s
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: .3s ease-in-out;
  background: rgba(0, 0, 0, .6);
  padding: 15px
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--accent-color)
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, .8)
}

.portfolio .portfolio-content .portfolio-info .details-link,
.portfolio .portfolio-content .portfolio-info .preview-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  transition: .3s;
  line-height: 1.2
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0
}

.branch-item:hover .branch-overlay,
.branch-main:hover .branch-overlay,
.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1)
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: .5s
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0
}

.contact .info-item,
.contact .php-email1,
.portfolio-details .portfolio-info {
  background-color: var(--surface-color)
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px
}

.team .member .social a {
  transition: color .3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%)
}

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

.contact .info-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, .356);
  padding: 24px 0 30px
}

.contact .info-item i {
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  align-items: center;
  border-radius: 50%;
  transition: .3s ease-in-out;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%)
}

.contact .info-item h3 {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px
}

.form-control::placeholder {
  color: #000910
}

.contact .php-email1 {
  box-shadow: 0 0 20px rgba(0, 0, 0, .356);
  height: 100%;
  padding: 30px
}

@media (max-width:575px) {
  .features .nav-link {
    padding: 15px
  }

  .features .nav-link i {
    font-size: 24px
  }

  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px
  }

  .contact .php-email1 {
    padding: 20px
  }
}

.contact .php-email1 input[type=email],
.contact .php-email1 input[type=text],
.contact .php-email1 textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .php-email1 input[type=email]::placeholder,
.contact .php-email1 input[type=text]::placeholder,
.contact .php-email1 textarea::placeholder {
  color: rgba(0, 0, 0, .575)
}

.contact .php-email1 button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: .4s;
  border-radius: 50px
}

.about-1-img,
.portfolio-details .portfolio-details-slider img {
  width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1
}

#submit_btn,
.about-list li::before,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color)
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%)
}

.portfolio-details .portfolio-info ul,
.service-details 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;
  color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.service-details .services-list {
  background-color: #000;
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: .3s
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color)
}

.service-details .services-img {
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700
}

.service-details p {
  font-size: 15px
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color)
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ff4a17;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: transform .1s ease-out, background-color .2s, border .2s
}

.custom-cursor.hover {
  transform: translate(-50%, -50%) scale(1.8);
  background-color: #ffffff3b;
  border-color: #000
}

.hero2 {
  width: 100%;
  height: 300px;
  padding: 0
}

.hero2 h1 {
  margin: 0;
  padding: 150px 0;
  color: #fff;
  width: 100%
}

.hero2 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.card img,
.courses {
  width: 80%
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2.5rem
}

@media (min-width:640px) {
  .grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
  animation: .5s forwards fadeZoom;
  box-shadow: 0 10px 20px rgb(0 0 0 / .2);
  transform: scale(1.05);
  z-index: 10
}

.card img {
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.card-title {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #094067
}

.courses,
.courses_details {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto
}

.course_info {
  height: auto;
  width: 55%;
  padding: 20px
}

.course_img {
  height: auto;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center
}

.course_img img {
  width: 100%;
  height: auto;
  padding: 20px
}

.courses_details {
  width: 80%;
  justify-content: space-evenly;
  margin-top: 20px
}

.course_d1,
.course_d2 {
  height: auto;
  width: 45%;
  border-radius: 20px;
  background-color: rgba(86, 201, 255, .295);
  padding: 20px;
  margin-top: 20px
}

.star-bar {
  max-width: 600px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  box-shadow: 0 0 10px #d9e9f9;
  user-select: none
}

.affiliate-slider,
.card,
.info h3,
.info p {
  margin-left: auto;
  margin-right: auto
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  padding: 10px;
  color: var(--nav-color)
}

.star-bar .star-container {
  flex: 1;
  border-right: 1px solid #a7c7d9;
  padding: 0
}

.star-bar .star-container:last-child {
  border-right: none
}

.star-bar i {
  color: #cbd1d5;
  font-size: 24px
}

.btn-primary {
  background-color: var(--heading-color);
  border: 1px solid #fff;
  border-radius: 5px
}

.btn-secondary {
  background-color: var(--nav-dropdown-hover-color);
  border: 1px solid #fff;
  border-radius: 5px
}

.btn-tertiary {
  background-color: #075563;
  border: 1px solid #fff;
  border-radius: 5px
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
  border: solid 1px var(--heading-color);
  background-color: #fff
}

.btn-secondary:hover {
  color: var(--nav-dropdown-hover-color)
}

.btn-tertiary:hover {
  color: #075563
}

.tooltip-btn {
  display: inline-block
}

.tooltip-btn .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #075563b2;
  color: #fff;
  border-radius: 5px;
  padding: 6px;
  position: absolute;
  top: 120%;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
  font-size: 13px
}

.tooltip-btn .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000
}

.buttons {
  flex-wrap: wrap;
  width: auto;
  bottom: -30%;
  top: auto
}

.card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 90%;
  box-shadow: 0 4px 6px rgb(0 0 0 / .1);
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
  opacity: 1
}

@keyframes fadeZoom {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .7;
    transform: scale(1.1)
  }

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

.card .image-wrapper {
  background-color: #5fb4bb;
  padding: 24px
}

.card .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none
}

.card .card-content {
  padding: 12px 16px;
  color: #036;
  font-size: 11px
}

.card .card-content h4 {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 13px
}

.card .card-content p {
  margin: 0;
  color: #5fb4bb;
  line-height: 1.3
}

.accordion {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 2px 8px transparent;
  overflow: hidden
}

.accordion button {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #374151;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline-offset: 2px;
  transition: background-color .2s
}

.info h3,
.office-card h1 {
  font-size: 25px
}

.info h3,
.office-card h1,
.office-card h4 {
  font-weight: 800
}

.info h3,
.info p {
  width: 80%
}

.icon-circle {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #374151
}

.accordion button[aria-expanded=true] .chevron {
  transform: rotate(180deg)
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
  border-bottom: 1px solid #e5e7eb;
  transition: max-height .3s, padding-top .3s, padding-bottom .3s
}

.accordion-content.expanded {
  padding-top: 12px;
  padding-bottom: 12px;
  max-height: 200px
}

.accordion-content:last-of-type {
  border-bottom: none
}

.course-image img {
  border-radius: 10px
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background-color: #ff4a17;
  border-radius: 50%;
  font-size: 40px;
  padding: 16px;
  z-index: 1000;
  transition: transform .3s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

.affiliate-arrow,
.arrow {
  top: 40%;
  background: rgba(0, 0, 0, .5);
  font-size: 24px;
  color: #fff;
  cursor: pointer
}

.affiliate-track,
.carousel-track,
.carousel-track-1 {
  transition: transform .5s ease-in-out;
  display: flex
}

.whatsapp-float:hover {
  transform: scale(1.1) rotate(5deg);
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .25)
}

.affiliate-slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-bottom: 40px
}

.affiliate-track-wrapper {
  overflow: hidden;
  width: 100%
}

.affiliate-track {
  width: 100%;
  gap: 20px;
  width: max-content;
  justify-content: center
}

.client-logo {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.client-logo img {
  max-width: 60%;
  height: auto
}

.affiliate-arrow {
  position: absolute;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  z-index: 10;
  border-radius: 5px
}

.affiliate-arrow.prev,
.myServiceSlider .swiper-button-prev,
.office-swiper-prev,
.swiper-button-prev {
  left: 10px
}

.affiliate-arrow.next,
.myServiceSlider .swiper-button-next,
.office-swiper-next,
.swiper-button-next {
  right: 10px
}

.info h3 {
  margin-top: 10px
}

.office-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  align-items: center;
  padding: 10px;
  box-sizing: border-box
}

@media (min-width:768px) {
  .office-section {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 20px
  }
}

@media (min-width:1024px) {
  .office-section {
    padding: 30px;
    gap: 10px
  }

  .head-office {
    flex: 1 1 40%;
    min-width: 40%;
    height: 400px;
    margin-top: 20px
  }

  .head-office img {
    width: 100%;
    border-radius: 10px;
    margin-left: 0;
    height: 400px
  }
}

.head-office {
  flex: 1 1 40%
}

.head-office img {
  border-radius: 10px;
  margin-left: 0;
  height: 400px
}

.office-slider {
  flex: 1 1 55%;
  overflow: hidden;
  position: relative;
  margin-left: 0
}

.carousel-track {
  gap: 0
}

.carousel-track-1 {
  gap: 20px
}

.office-card {
  flex: 0 0 48%;
  height: auto
}

.office-card img {
  object-fit: cover;
  height: 375px
}

.arrow {
  position: absolute;
  border: none;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 5px
}

.arrow.prev {
  left: 0
}

.arrow.next {
  right: 0
}

.dots {
  margin-top: 10px
}

.dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  background: #ccc;
  cursor: pointer
}

.dots .active {
  background: red
}

.office-swiper-next,
.office-swiper-prev {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: .3s;
  font-size: 10px
}

.office-swiper-next::after,
.office-swiper-prev::after {
  font-size: 10px;
  font-weight: 700;
  color: #fff
}

.office-swiper-next:hover,
.office-swiper-prev:hover {
  background-color: #333;
  transform: translateY(-50%) scale(1.1)
}

.affiliate-swiper-next,
.affiliate-swiper-prev {
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10
}

#contactform,
#submit_btn:hover,
.module,
.module-description,
.module-title {
  background-color: #fff
}

.affiliate-swiper-next::after,
.affiliate-swiper-prev::after {
  font-size: 22px;
  font-weight: 700;
  color: #000
}

.affiliate-swiper-prev {
  left: 12px
}

.affiliate-swiper-next {
  right: 12px
}

.module-container {
  gap: 20px;
  max-width: 80%;
  margin: auto
}

.module {
  margin-top: 20px;
  border-left: 6px solid #de5e5e;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .27);
  transition: transform .2s
}

.module:hover {
  transform: translateY(-2px)
}

.module-title {
  padding: 15px 20px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  color: #2c3e50;
  transition: background-color .3s
}

.module-description {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s, padding .4s;
  color: #555
}

.module-description.open {
  padding: 15px 20px;
  max-height: 300px
}

#contactform {
  display: none;
  position: fixed;
  width: 40%;
  height: auto;
  padding: 20px;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
  border: 2px solid #fff
}

@media (max-width:768px) {
  #contactform {
    width: 70%;
    padding: 15px
  }
}

.blur {
  filter: blur(4px);
  filter: brightness(.2)
}

#submit_btn {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 20px;
  color: var(--nav-color)
}

#submit_btn:hover {
  color: var(--accent-color);
  border: solid 1px var(--accent-color);
  cursor: pointer;
  transition: .3s
}

.about-section,
.affiliate-slider-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.myServiceSlider {
  padding: 10px 0;
  width: 80%;
  height: auto;
  margin: 20px auto;
  overflow: hidden;
  position: relative
}

.service-item2 {
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  height: auto;
  width: 98%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .452);
  transition: transform .3s;
  margin: 10px auto 20px
}

.service-item:hover {
  transform: translateY(-5px)
}

.service-item .img img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover
}

.service-item .details {
  height: 100px;
  padding: 15px;
  bottom: -60px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .329)
}

.service-item .icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #094067
}

.service-item h3 {
  font-size: 16px;
  color: #094067;
  padding-top: 20px
}

.swiper {
  width: 100%;
  padding: 40px 0;
  position: relative
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  font-weight: 800;
  color: #094067
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: #094067
}

.timeline-back h2,
.timeline-item .year {
  font-weight: 700;
  color: var(--accent-color)
}

.myServiceSlider .swiper-button-next,
.myServiceSlider .swiper-button-prev {
  top: 45%;
  transform: translateY(-50%);
  z-index: 10
}

.timeline-section {
  background-color: rgba(0, 0, 0, .866);
  margin: 0;
  padding: 0;
  background-image: url(https://images.stockcake.com/public/e/e/0/ee0458c0-e622-4873-a72c-593dc9163c19_large/corporate-night-meeting-stockcake.jpg);
  height: auto;
  width: 100%;
  background-size: cover
}

.timeline-back {
  background-color: #222222da;
  height: auto;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 0
}

.timeline-back h2 {
  font-size: 2rem;
  padding: 25px 20px;
  margin-top: -25px
}

.timeline-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.timeline-item {
  background-color: rgba(255, 255, 255, .05);
  border-left: 3px solid var(--accent-color);
  padding: 15px;
  width: 280px;
  box-sizing: border-box;
  transition: background .3s;
  height: auto
}

.timeline-item:hover {
  background-color: rgba(0, 0, 0, .632)
}

.timeline-item .year {
  font-size: 1.2rem
}

.timeline-item p {
  margin: 5px 0 0;
  font-size: .95rem;
  color: #fff
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }

  * {
    cursor: auto
  }

  .branch_slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block
  }

  .header .cta-btn,
  .header .cta-btn:focus {
    color: var(--contrast-color);
    font-size: 13px;
    padding: 7px 25px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: .3s;
    text-transform: uppercase;
    display: none;
    border: 2px solid var(--contrast-color)
  }

  .timeline-container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 2rem
  }

  .timeline-item {
    width: 90%;
    height: auto
  }

  .timeline-circle {
    width: 80px;
    height: 80px;
    font-size: 14px
  }

  .desc {
    font-size: 14px
  }
}

.vision-section {
  padding: 60px 20px;
  background-color: #f1f4fa
}

.guiding-principles {
  border-radius: 10px;
  margin-top: -20px
}

.guiding-principles h2 {
  font-size: 2rem;
  color: #094067;
  font-weight: 800
}

.guiding-principles p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1190px;
  margin: 50px auto 20px
}

.vision-card {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  transition: .3s
}

.about-1-img,
.about-img,
.image-content img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  height: auto
}

.vision-card:hover {
  border-color: red;
  transform: translateY(-5px)
}

.vision-card:hover .text-content h3,
.vision-card:hover i {
  color: red
}

.icon,
.vision-card i {
  font-size: 32px;
  margin-right: 20px;
  color: #094067;
  transition: color .3s
}

.text-content h3 {
  font-size: 20px;
  color: #094067;
  margin-bottom: 10px;
  font-weight: 800;
  transition: color .3s
}

.text-content p {
  color: #444;
  font-size: 15px;
  line-height: 1.6
}

.about-col h2,
.about-col-1 h3 {
  font-size: 30px;
  font-family: Raleway, sans-serif;
  color: #094067;
  font-weight: 700
}

@media (hover:hover) {
  .vision-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-5px)
  }

  .vision-card:hover .text-content h3,
  .vision-card:hover i {
    color: var(--accent-color)
  }
}

.about-row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 40px
}

.about-col,
.about-col-1 {
  flex: 1 1 45%;
  min-width: 300px
}

.about-col-1 {
  margin-top: 45px;
  margin-left: 0
}

.about-col h2 {
  margin-top: 25px
}

.about-col-1 h3 {
  margin-top: -20px
}

.about-col p,
.about-col-1 p {
  font-size: 17px;
  line-height: 1.5;
  color: #141414;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 20px
}

h2 {
  font-weight: 700;
  font-size: 22px
}

.about-img {
  width: 90%
}

.about-1-img:hover,
.about-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

.italic {
  font-style: italic;
  margin-bottom: 20px
}

.about-list {
  list-style: none;
  margin-bottom: 20px
}

.about-list li {
  padding-left: 30px;
  position: relative
}

.about-list li::before {
  content: "✓";
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  font-weight: 900;
  left: 0
}

.about-list li span {
  font-weight: 700;
  color: #ff4a17
}

@media (max-width:1024px) {
  .top-section {
    justify-content: center
  }

  .course-image,
  .course-info {
    max-width: 100%;
    flex: 1 1 100%
  }

  .star-bar {
    max-width: 100%;
    padding: 12px 20px
  }

  .info-sections {
    flex-direction: column
  }

  .about-col,
  .info-box {
    flex: 1 1 100%
  }

  #aboutCourse,
  #jobOpportunities {
    text-align: justify
  }

  .bottom-cards {
    justify-content: flex-start
  }

  .about-row {
    gap: 20px;
    flex-direction: column-reverse
  }

  .about-col {
    margin-top: -50px
  }

  .about-col-1 {
    flex: 1 1 100%;
    margin-top: 20px
  }

  .about-1-img,
  .about-img {
    width: 100%;
    margin: 0 auto 30px
  }

  .about-img {
    height: auto
  }
}

@media (max-width:480px) {
  #contactform {
    width: 90%;
    padding: 10px
  }

  .office-card img {
    object-fit: cover;
    height: 300px
  }

  .content,
  .service-item .img img {
    height: auto
  }

  header {
    justify-content: center;
    gap: 12px
  }

  .content {
    background: #fff;
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden
  }

  nav ul {
    gap: 12px;
    font-size: 11px
  }

  .buttons {
    flex-wrap: wrap
  }

  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    font-size: 12px;
    padding: 6px 12px
  }

  .card {
    width: 100%;
    max-width: 320px
  }

  .service-item h3 {
    font-size: 16px
  }

  .service-item .icon {
    font-size: 20px
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none
  }

  .affiliate-slider-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .about-col h2,
  .about-col-1 h3 {
    font-size: 22px
  }

  .about-col p,
  .about-col-1 p {
    font-size: 18px
  }

  .about-list li {
    padding-left: 25px
  }

  .about-list li::before {
    left: -7px;
    font-size: 16px
  }
}

.institute {
  padding: 5px 20px;
  background-color: #f9f9f9
}

.institute-content {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.image-content,
.text-content {
  flex: 1
}

.text-content h1 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--heading-color)
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #555
}

.image-content img {
  width: 100%;
  border-radius: 10px
}

@media (min-width:768px) {
  .institute-content {
    flex-direction: row;
    align-items: center
  }

  .text-content h1 {
    font-size: 27px
  }

  .description {
    font-size: 18px
  }
}

.head-office {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px
}

.head-office img {
  max-width: 400px;
  width: 100%;
  margin-top: 60px;
}

.office-card {
  border-radius: 5px;
  padding: 15px
}

.office-card img {
  width: 100%;
  max-height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px
}

.office-card h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: var(--heading-color)
}

.office-card p {
  font-size: 14px;
  color: #555
}

.about-section {
  padding: 40px 20px;
  background-color: #fff
}

.about-container {
  max-width: 1200px;
  margin: auto
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px
}

.about-col,
.about-col-1 {
  flex: 1 1 48%;
  box-sizing: border-box
}

.about-1-img,
.about-img {
  transition: transform .3s, box-shadow .3s;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 15px
}

.about-list {
  padding-left: 20px
}

.about-list li {
  margin-bottom: 10px;
  line-height: 1.6
}

.form-close-icon {
  position: absolute;
  top: -2px;
  right: -1px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  width: 25px;
  justify-content: center;
  height: 25px;
  z-index: 10;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: var(--accent-color);
  font-weight: 700;
  transition: .4s
}

.branch-item,
.branch-main {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.form-close-icon:hover {
  color: var(--accent-color);
  background-color: #fff;
  border: solid 1px var(--accent-color)
}

.branch-location-btn:hover,
.branch-overlay {
  background-color: #ff4a17;
  color: #fff
}

.php-email1 input[type=email],
.php-email1 input[type=text],
.php-email1 textarea {
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%)
}

.php-email1 input[type=email]:focus,
.php-email1 input[type=text]:focus,
.php-email1 textarea:focus {
  border-color: var(--accent-color);
  outline: 0
}

.php-email1 button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: .4s;
  border-radius: 50px;
  cursor: pointer
}

.branch-item,
.branch-main img {
  border-radius: 10px;
  width: 100%
}

.branch-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding-top: 50px
}

.branches-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
  width: 88%;
  margin: 0 auto
}

.branch-main {
  flex: 1;
  min-width: 300px;
  max-width: 500px
}

.branch-main img {
  height: 625px;
  object-fit: cover
}

.branch-grid {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.branch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center
}

.branch-item {
  height: 240px
}

.branch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.branch-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .3s
}

.branch-title,
.branch-title-1 {
  font-size: 1.3rem;
  font-weight: 800
}

.branch-location-btn {
  position: absolute;
  bottom: 0;
  right: 0
}

.branch-info {
  margin-top: 10px
}

.branch-title-1 {
  margin-left: -50px
}

.branch-address,
.branch-address-1 {
  font-size: .95rem;
  color: #555
}

.branch-address {
  margin-top: 5px
}

.branch-buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 475px
}

.branch-call-btn,
.branch-location-btn {
  background-color: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  color: #ff4a17;
  transition: background .3s;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.branch-call-btn {
  color: #28a745
}

.branch-call-btn:hover {
  background-color: #28a745;
  color: #fff
}

.gallery-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 10px;
  box-sizing: border-box;
  cursor: default !important;
  opacity: 0;
  transition: opacity .4s
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 20px
}

.gallery-popup img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
  background-color: #fff;
  object-fit: cover
}

.gallery-popup.active {
  display: block;
  opacity: 1
}

@media (max-width:768px) {

  .course-image img,
  .course_img {
    border-radius: 10px
  }

  .affiliate-swiper-next,
  .affiliate-swiper-prev,
  .custom-cursor,
  .office-swiper-next,
  .office-swiper-prev {
    display: none
  }

  .courses,
  .courses_details {
    height: auto;
    overflow: hidden;
    display: block
  }

  .courses {
    width: 80%;
    margin-left: auto;
    margin-right: auto
  }

  .course_d1,
  .course_d2,
  .course_info {
    height: auto;
    width: 100%
  }

  .course_img {
    height: auto;
    width: 95%;
    margin: 10px
  }

  .courses_details {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }

  .head-office img,
  .office-slider {
    margin-left: 0;
    margin-top: 5px
  }

  .client-logo {
    width: 100%;
    min-width: 60vw
  }

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background-color: #ff4a17;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    padding: 16px;
    z-index: 1000;
    transition: transform .3s ease-in-out;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .whatsapp-float:hover {
    transform: scale(1.1) rotate(5deg);
    background-color: #25d366;
    color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25)
  }

  .carousel-track {
    gap: 0
  }

  .office-card {
    flex: 0 0 100%;
    height: auto
  }

  .head-office img {
    width: 100%
  }

  .branch-container,
  .vision-grid {
    grid-template-columns: 1fr
  }

  .about-col,
  .about-col-1 {
    flex: 1 1 100%
  }

  .about-section {
    padding: 30px 15px
  }

  .branches-layout {
    display: flex;
    flex-direction: column
  }

  .branch-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
  }

  .branch-main {
    max-width: 100%
  }

  .branch-main img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover
  }

  .gallery-container {
    flex-direction: column;
    align-items: center;
    grid-template-columns: 1fr
  }

  .gallery-popup img {
    max-width: 95%
  }

  .branch-center {
    grid-column: auto
  }

  .branch-card {
    width: 90%
  }
}

@media (min-width:600px) {
  .branch-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:1024px) {
  .branches-layout {
    gap: 20px;
    display: block;
    width: 94%
  }
}

@media (max-width:767px) {

  .branch-title,
  .branch-title-1 {
    text-align: center;
    margin-left: 0
  }

  .branches-layout {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    width: 100%
  }
}

.head-office {
  flex: 1 1 40%;
  min-width: 40%;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  margin-top: 20px
}

@media (max-width:1024px) {
  .head-office {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-width: 100%
  }

  .head-office img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain
  }

  .branch-main {
    flex: 1;
    min-width: 50%;
    max-width: 400px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
  }

  .branch-main img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px
  }

  .branch_slider {
    height: auto;
    flex-direction: column
  }
}

.branch-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #094067;
  font-weight: 700;
  font-size: 1rem
}

.branch-phone-link i {
  color: #198754;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.1rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center
}