@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

:root {
  --primary: #000;
  /*--secondary: var(--secondary);*/
  --secondary: #A37E2C;
  --tertiary: #182248;
  --text-color1: white;
  --text-color2: #828282;

}

html {
  scroll-behavior: auto;
}

body {
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /*font-size: 18px;*/
  font-size: 18px;
  line-height: 1.7;
  color: white;
  background: #000;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
}

/* PAGE WRAPPER */
#page {
  position: relative;
  overflow-x: clip;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

/* ===========================
   STICKY NAVBAR
=========================== */
.mng-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #0b162a;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* LOGO adjustments */
#mng-logo img {
  /* max-height: 80px; */
  width: 250px;
  transition: 0.3s ease;
}

.mng-nav.scrolled #mng-logo img {
  /* max-height: 55px; */
  width: 220px;

}

@media (max-width: 321px) {
  #mng-logo img {
    /* max-height: 80px; */
    width: 200px;
    transition: 0.3s ease;
  }

  .mng-nav.scrolled #mng-logo img {
    /* max-height: 55px; */
    width: 190px;

  }
}

/* ===========================
   DESKTOP MENU
=========================== */
.top-menu .menu-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu .menu-1 ul li {
  display: inline-block;
  margin-left: 25px;
}

.top-menu .menu-1 ul li a {
  color: white;
  padding: 15px 0;
  font-size: 16px;
  transition: 0.2s;
}

.top-menu .menu-1 ul li a:hover,
.top-menu .menu-1 ul li.active>a {
  color: var(--secondary);
}

/* ===========================
   MOBILE MENU FIXES
=========================== */
.js-mng-nav-toggle {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1100;
}

#mng-offcanvas {
  background: #0b162a;
  padding-top: 70px;
}

#mng-offcanvas ul li a {
  color: white;
  font-size: 18px;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mng-offcanvas ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--secondary);
}

/* ===========================
   MOBILE RESPONSIVE
=========================== */
@media (max-width: 991px) {
  .menu-1 {
    display: none;
    /* hide desktop menu */
  }

  /* #mng-logo {
    text-align: left;
  } */

  .mng-nav {
    padding: 10px 0;
  }
}

a {
  color: var(--secondary);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--secondary);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Poppins", sans-serif;
  ;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: var(--secondary);
}

::-moz-selection {
  color: #fff;
  background: var(--secondary);
}

::selection {
  color: #fff;
  background: var(--secondary);
}

.mng-nav a {
  padding: 5px 10px;
  color: #000;
}

.mng-nav {
  background: #0b162a;
}


@media screen and (max-width:992px) {
  .mng-nav .menu-1 {
    display: none;
  }
}


.mng-nav ul {
  padding: 0;
}

.mng-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
}

.mng-nav ul li a {
  font-size: 15px;
  padding: 15px 10px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .mng-nav ul li a {
    font-size: 15px;

  }

}

.mng-nav ul li a:hover,
.mng-nav ul li a:focus,
.mng-nav ul li a:active {
  color: var(--secondary);
}

.mng-nav ul li.has-dropdown {
  position: relative;
}

.mng-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.mng-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.mng-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.mng-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.mng-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.mng-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.mng-nav ul li.has-dropdown:hover a,
.mng-nav ul li.has-dropdown:focus a {
  color: var(--secondary);
}

.mng-nav ul li.active>a {
  color: var(--secondary);
  position: relative;
}

#mng-counter,
.mng-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#mng-counter .overlay,
.mng-bg .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.mng-video {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mng-video {
    height: 450px;
  }

  .mng-image {
    height: 450px;
  }
}

.mng-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mng-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.mng-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mng-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.mng-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#mng-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

#mng-hero .btn {
  font-size: 24px;
}

#mng-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#mng-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#mng-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#mng-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#mng-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}

#mng-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#mng-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}

#mng-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#mng-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#mng-hero .flexslider .flex-direction-nav {
  display: none;
}

#mng-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}

#mng-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#mng-hero .flexslider .slider-text>.slider-text-inner h1,
#mng-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#mng-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #mng-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 30px;
  }
}

#mng-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .btn {
  padding: 15px 30px;
  background: #182248 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
  background: var(--secondary) !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .mng-lead {
  font-size: 20px;
  color: #fff;
}

#mng-hero .flexslider .slider-text>.slider-text-inner .mng-lead .icon-heart {
  color: #d9534f;
}

.mng-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#mng-team,
#mng-practice,
#mng-testimonial,
#mng-started,
#mng-blog,
#mng-footer {
  padding: 7em 0;
  clear: both;
}

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

  #mng-team,
  #mng-practice,
  #mng-testimonial,
  #mng-started,
  #mng-blog,
  #mng-footer {
    padding: 3em 0;
  }
}

#mng-counter {
  padding: 4em 0;
  clear: both;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  #mng-counter .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #mng-counter .col-md-3 {
    width: 50%;
    float: none;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
}

@media (min-width: 767px) {
  #mng-counter .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #mng-counter .col-md-3 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

.mng-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.mng-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

.mng-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #000;
  background: var(--secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mng-counters .counter-wrap {
  border: 1px solid red !important;
}

.mng-counters .mng-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Poppins", sans-serif;
  ;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.mng-counters .mng-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

/* ==========================================================
   MAIN FLEX LAYOUT
   ========================================================== */
#mng-intro,
#mng-content,
#mng-consult {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}

#mng-content {
  min-height: 700px
}

#mng-content .video,
#mng-content .image,
#mng-content .choose,
#mng-consult .video,
#mng-consult .choose {
  display: inline-block;
}

/* Mobile stacking */
@media screen and (max-width: 768px) {

  #mng-content .video,
  #mng-content .image,
  #mng-content .choose,
  #mng-consult .video,
  #mng-consult .choose {
    width: 100% !important;
  }
}

/* ==========================================================
   VIDEO BLOCK (ORIGINAL) — DO NOT REMOVE
   ========================================================== */
#mng-content .video,
#mng-consult .video {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.mng-video {
  overflow: hidden;
}

/* Video height on medium screens */
@media screen and (max-width: 992px) {
  .mng-video {
    height: 450px;
  }
}

/* Play button */
.mng-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.mng-video a i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

/* Video overlay */
.mng-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.mng-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* Hover zoom */
.mng-video:hover a {
  transform: scale(1.1);
}

/* ==========================================================
   NEW IMAGE BLOCK (NO HOVER EFFECT)
   ========================================================== */
#mng-content .image,
.mng-image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay for image */
.mng-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Remove video hover effects for images */
.mng-image:hover .overlay {
  background: rgba(0, 0, 0, 0.4) !important;
}

/* Hide video controls inside image */
.mng-image a,
.mng-image i {
  display: none !important;
}

/* Image height responsive */
@media screen and (max-width: 992px) {
  .mng-image {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .mng-image {
    height: 300px;
  }
}

/* ==========================================================
   TEXT BLOCKS (.choose)
   ========================================================== */
#mng-content .choose,
#mng-consult .choose {
  width: 50%;
  padding: 40px 40px;
}

#mng-content .choose-form,
#mng-consult .choose-form {
  background: #182248;
}

#mng-content .choose-form .mng-heading,
#mng-consult .choose-form .mng-heading {
  margin-bottom: 40px;
}

#mng-content .choose-form .mng-heading h2,
#mng-consult .choose-form .mng-heading h2 {
  color: #fff;
}

#mng-content .choose-form .form-control,
#mng-consult .choose-form .form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgb(75 75 75);
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

#mng-content .choose-form .form-control:focus,
#mng-consult .choose-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary);
}

.progress-bar {
  background-color: #182248 !important;
  font-size: 16px;
}

#mng-intro {
  z-index: 0;
  padding-block: 3em;
}

.third-col {
  padding: 2em;
  z-index: 1;
  width: 50%;
  background: #415f92;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .third-col {
    width: 100% !important;
  }
}

.third-col h2 {
  color: #fff;
  font-weight: 700;
}

.third-col .icon {
  position: absolute;
  top: 0px;
  left: -10%;
}

.third-col .icon i {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.05);
}

.services {
  position: relative;
  padding: 16px;
  height: 100%;
  background: #182248;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  color: white;
}

/* Title */
.services h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.services h3 a {
  color: var(--secondary);
}

/* Icon wrapper */
.services .icon {
  text-align: center;
  margin: 0 auto 12px;
  width: 50px;
  height: 50px;
  display: table;
  transition: 0.3s;
}

/* Icon */
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 36px;
  line-height: 1;
  color: var(--secondary);
}

@media (min-width: 576px) {
  .services {
    padding: 20px;
  }

  .services h3 {
    font-size: 18px;
  }

  .services .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .services .icon i {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .services {
    padding: 30px;
  }

  .services h3 {
    font-size: 20px;
  }

  .services .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .services .icon i {
    font-size: 60px;
  }
}

/* .services:hover,
.services:focus {
  background: #182248;
  color: rgba(255, 255, 255, 0.7);
}

.services:hover h3 a,
.services:focus h3 a {
  color: #fff;
}

.services:hover .icon i,
.services:focus .icon i {
  color: var(--secondary);
} */

.mng-social-icons {
  margin: 0;
  padding: 0;
}

.mng-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.mng-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: var(--secondary);
  padding-left: 10px;
  padding-right: 10px;
}

.mng-social-icons li a i {
  font-size: 20px;
}

.mng-contact-info ul {
  padding: 0;
  margin: 0;
}

.mng-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.mng-contact-info ul li:before {
  color: var(--secondary);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mng-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.mng-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.mng-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.mng-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.mng-heading {
  margin-bottom: 5em;
}

.mng-heading.mng-heading-sm {
  margin-bottom: 2em;
}

.mng-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: white;
  font-weight: 400;
}

.mng-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}

.mng-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.mng-heading.mng-heading2 h2 {
  font-size: 60px;
  font-weight: 700;
}

.mng-heading.mng-heading2 p {
  font-size: 24px;
  margin-bottom: 40px;
}

#mng-testimonial .testimony-slide {
  text-align: center;
}

#mng-testimonial .testimony-slide span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
}

#mng-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

#mng-testimonial .testimony-slide figure img {
  width: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#mng-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #mng-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}

#mng-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#mng-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#mng-testimonial .arrow-thumb a:hover,
#mng-testimonial .arrow-thumb a:focus,
#mng-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#mng-testimonial .owl-theme .owl-dots .owl-dot.active span,
#mng-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary);
}

#mng-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #182248;
}

.mng-staff {
  text-align: center;
  /* margin-bottom: 30px; */
}

.mng-staff img {
  width: 100%;
}

.mng-staff h3 {
  margin-top: 20px;
  color: var(--secondary);
  font-size: 24px;
  margin-bottom: 5px;
}

.mng-staff p {
  margin-bottom: 30px;
}

.mng-staff .role {
  color: gray;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#mng-started {
  padding: 3em 0 0 0;
  position: relative;
  float: left;
  width: 100%;
}

#mng-practice {
  padding: 3em 0 0 0;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

#mng-team {
  padding: 3em 0 3em 0;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

#mng-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#mng-practice .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#mng-team .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#mng-started .mng-heading h2 {
  line-height: 80px;
  color: #fff;
  margin-bottom: 30px !important;
}

#mng-started .mng-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#mng-started .btn {
  height: 54px;
  border: none !important;
  background: var(--secondary);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}


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

  #mng-started {
    padding: 2em 0 1.5em 0;
    /* reduce top/bottom padding */
  }

  #mng-started .mng-heading h2 {
    line-height: 1.3;
    /* auto line-height for smaller screens */
    font-size: 28px;
    /* smaller headline */
    margin-block: 20px !important;
  }

  #mng-started .mng-heading p {
    font-size: 16px;
    /* readable paragraph */
    line-height: 1.5;
    margin-bottom: 15px;
  }

  #mng-started .btn {
    height: auto;
    /* allow auto height for text wrapping */
    padding: 12px 30px;
    /* reduce left/right padding */
    font-size: 14px;
  }

}

/* .blog-featured a img {
  margin-bottom: 30px;
}

.blog-featured h2 a {
  color: #182248;
}

.blog-featured h2 a:hover {
  color: var(--secondary);
}

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em;
}

.blog-entry .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  float: left;
}

.blog-entry .desc {
  padding-left: 170px;
}

.blog-entry .desc h3 a {
  color: #182248;
}

.blog-entry .desc h3 a:hover {
  color: var(--secondary);
}

.blog-entry .desc .meta {
  color: #999999;
  font-size: 16px;
  margin-bottom: 10px;
} */

.mng-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

.mng-blog>a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mng-blog>a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mng-blog {
    width: 100%;
  }
}

.mng-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mng-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.mng-blog .blog-text span.comment {
  float: right;
}

.mng-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.mng-blog .blog-text span.comment a i {
  color: var(--secondary);
  padding-left: 7px;
}

.mng-blog .blog-text .meta {
  color: #b3b3b3;
  font-size: 16px;
  margin-bottom: 10px;
}

.mng-blog .blog-text h3 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.mng-blog .blog-text h3 a {
  color: black;
}

#mng-footer {
  background: #0b162a;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 4em 0;
}

#mng-footer .mng-footer-links {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #mng-footer .mng-footer-links {
    margin-bottom: 30px;
  }
}

#mng-footer .mng-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mng-footer .mng-footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#mng-footer .mng-footer-links li a:hover {
  text-decoration: underline;
}

#mng-footer h4 {
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid var(--secondary);
  padding-bottom: 15px;
}

#mng-footer .mng-widget {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #mng-footer .mng-widget {
    text-align: left;
  }
}

#mng-footer .copyright .block {
  display: block;
}

@media screen and (max-width: 768px) {
  #mng-footer .row.row-pb-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #mng-footer .row.row-pb-md>[class*="col-"] {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }

  #mng-footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#mng-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 992px) {
  #mng-offcanvas {
    display: block;
  }
}

.offcanvas #mng-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#mng-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#mng-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#mng-offcanvas ul {
  padding: 0;
  margin: 0;
}

#mng-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mng-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#mng-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#mng-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mng-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.mng-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}

.mng-nav-toggle.active i::before,
.mng-nav-toggle.active i::after {
  background: #444;
}

.mng-nav-toggle:hover,
.mng-nav-toggle:focus,
.mng-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.mng-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mng-nav-toggle i::before,
.mng-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mng-nav-toggle.mng-nav-white>i {
  color: #fff;
  background: #ffffff;
}

.mng-nav-toggle.mng-nav-white>i::before,
.mng-nav-toggle.mng-nav-white>i::after {
  background: #ffffff;
}

.mng-nav-toggle i::before {
  top: -7px;
}

.mng-nav-toggle i::after {
  bottom: -7px;
}

.mng-nav-toggle:hover i::before {
  top: -10px;
}

.mng-nav-toggle:hover i::after {
  bottom: -10px;
}

/* .mng-nav-toggle.active i {
  background: transparent;
}

.mng-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.mng-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
} */

.mng-nav-toggle {
  position: absolute;
  right: 15px;
  /* Add some padding from edge */
  top: 50%;
  /* Center vertically */
  transform: translateY(-10%);
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.scrolled .mng-nav-toggle {
  transform: translateY(-35%);

}


@media screen and (max-width: 992px) {
  .mng-nav-toggle {
    display: block;
  }
}

.mng-offcanvas-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.mng-offcanvas-close span {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  transition: all 0.3s ease;
}

.mng-offcanvas-close:hover span {
  color: #ccc;
  transform: rotate(90deg);
}

.mng-offcanvas-close:focus {
  outline: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  ;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: var(--secondary);
  color: #fff;
  border: 2px solid var(--secondary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #c5ad60 !important;
  border-color: #c5ad60 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: var(--secondary);
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgb(75 75 75);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--secondary);
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.js .animate-box {
  opacity: 0;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tertiary);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .loader-overlay img {
  width: 95%;
  max-width: 1080px;
} */

.loader {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 35%;
}

/* .loader-bar {
  background: rgba(0, 0, 0, 0.075);
  height: 2px;
  display: block;
}

.loader-progress {
  display: block;
  width: 0;
  height: 100%;
  background: var(--secondary);
  animation: loader-fill 2s ease forwards;
} */

@keyframes loader-fill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Video / background section */
#mng-consult .video {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  /* adjust for flavor text */
}

#mng-consult .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

#mng-consult .video .video-text {
  position: relative;
  z-index: 1;
}

#mng-consult .video .video-text h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

#mng-consult .video .video-text p {
  color: #fff;
  font-size: 18px;
}

/* Form section */
#mng-consult .choose {
  width: 50%;
  padding: 40px;
}

#mng-consult .choose-form {
  background: #182248;
}

/* Responsive: mobile */
@media screen and (max-width: 768px) {
  #mng-consult {
    flex-direction: column;
  }

  /* Hide the video/flavor text on mobile */
  #mng-consult .video {
    display: none !important;
    width: 100%;
    padding: 0;
  }

  /* Make form full width */
  #mng-consult .choose {
    width: 100%;
    padding: 20px;
  }

  #mng-consult .choose-form .mng-heading h2 {
    font-size: 24px;
  }

  #mng-consult .choose-form .form-control {
    font-size: 16px;
    padding: 10px;
  }

  #mng-consult .btn {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
}



/* Remove padding to allow full-width map */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* Contact row styling */
.full-width-contact {
  width: 100%;
}

/* CONTACT INFO (left) */
.contact-info h3 {
  color: #fff;
  /* Heading white */
  margin-bottom: 30px;
  font-weight: 700;
}

.contact-info .contact-item h3 {
  color: #fff;
  margin: 0 0 5px 0;
}

.contact-info .contact-item p,
.contact-info .contact-item a {
  color: var(--text-color1);
  /* Subtext color */
  font-size: 18px;
  margin: 0;
}

.contact-info .contact-item a:hover {
  text-decoration: underline;
}

/* CONTACT FORM (right) */
.contact-form {
  background: #0b162a;
  /* Add background color */
  padding: 40px;

}

.contact-form h3 {
  color: #fff;
  /* Heading white */
  margin-bottom: 30px;
  font-weight: 700;
}


.contact-form .btn-primary {
  background: var(--secondary);
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 767px) {

  .contact-info,
  .contact-form {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px;
    /* Form padding reduced on mobile */
  }
}

.hb-page-header {
  position: relative;
  height: 30vh;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}

.hb-page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

.hb-page-header-container {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.hb-page-header-content {
  text-align: center;
  color: #fff;
}

.hb-page-header-title {
  color: #fff;
  font-weight: 700;
}

.hb-page-header-description {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
  font-size: 23px;
  /*font-weight: bold;*/
  font-style: italic;
  text-shadow: 4px 4px 3px #000000;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .hb-page-header-title {
    font-size: 3rem;
  }

  .hb-page-header-description {
    font-size: 1.5rem;
  }
}

/* ------------------ BASE GRID ------------------ */
.grid-container {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(3, 70px);
  gap: 2px;
}

.grid-container img {
  opacity: 0;
  /* hidden before animation */
  transform: translateY(20px);
  animation-fill-mode: forwards;
  animation-duration: 0.9s;
  /* will be overridden in media queries */
  animation-timing-function: ease-out;
}

.item1 {
  grid-row: span 3;
  display: flex;
}

.item2 {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-left: 20px;
}

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

.item4 {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-left: 20px;
}

.item1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.item2 img {
  max-width: 70%;
}

.item3 img {
  width: 95%;
}

.item4 img {
  max-width: 70%;
}

/* ------------------ DESKTOP ANIMATIONS ------------------ */
@media (min-width: 576px) {
  .grid-container img {
    animation-duration: 0.9s;
  }

  .item1 img {
    animation-name: slide-left;
    animation-delay: 0s;
  }

  .item2 img {
    animation-name: slide-down;
    animation-delay: 0.25s;
  }

  .item3 img {
    animation-name: slide-left;
    animation-delay: 0.5s;
  }

  .item4 img {
    animation-name: slide-up;
    animation-delay: 0.75s;
  }
}

/* ------------------ MOBILE ANIMATIONS ------------------ */
@media (max-width: 575px) {
  .grid-container {
    grid-template-columns: 1fr;
    /* single column */
    grid-template-rows: repeat(4, auto);
  }

  .item1 {
    grid-row: span 1;
    justify-content: center;
    align-items: center;
  }

  .item2,
  .item3,
  .item4 {
    margin-left: 0;
    justify-content: center !important;
    align-items: center !important;
  }

  .item1 img {
    width: 80%;
    height: auto;
    object-fit: contain;
  }

  .item2 img,
  .item3 img,
  .item4 img {
    width: 70%;
    max-width: 250px;
  }

  .grid-container img {
    animation-duration: 0.9s;
  }

  .item1 img {
    animation-name: slide-up;
    animation-delay: 0s;
  }

  .item2 img {
    animation-name: slide-right;
    animation-delay: 0.25s;
  }

  .item3 img {
    animation-name: slide-left;
    animation-delay: 0.5s;
  }

  .item4 img {
    animation-name: slide-right;
    animation-delay: 0.75s;
  }
}

/* ------------------ KEYFRAMES ------------------ */
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

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

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

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

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

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

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

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

.publication {
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
}

.pub-thumbnail {
  position: relative;
  /* required for absolute positioning of icon */
  width: 100%;
  max-width: 350px;
  height: 250px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pub-thumbnail:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.pdf-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.pdf-icon svg {
  margin-right: 4px;
}

.pub-title {
  font-size: 18px;
  margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .pub-thumbnail {
    max-width: 100%;
    height: 200px;
  }

  .pub-title {
    font-size: 16px;
    padding: 0 10px;
  }
}

.vacancy-desc {
  position: relative;
  padding: 30px;
  height: 100%;
  background: #182248;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: justify;
  color: white;
}

.vacancy-desc h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary);
}



.mng-member img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-inline: auto;
}

.mng-member .staff-description {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: justify;
  padding: 30px;
  z-index: 2;
  height: 100%;
  border-radius: 8px;
}

.mng-member .staff-description h2 {
  font-size: 28px;
  color: var(--secondary);
  margin-bottom: 15px;
}

.mng-member .staff-description .role {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.mng-member .staff-description p {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.6;
}

.mng-member .staff-description .section-title {
  font-size: 20px;
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.mng-member .staff-description .section-title+p {
  margin-top: 0;
}

@media (max-width: 768px) {
  .mng-member .staff-description {
    padding: 20px;
  }

  .mng-member .staff-description h2 {
    font-size: 24px;
  }

  .mng-member .staff-description .section-title {
    font-size: 18px;
  }

  .mng-member .staff-description p {
    font-size: 14px;
  }
}


#banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#banner .banner-img {
  width: 100%;
  /* height: 100vh; */
  display: block;
}

#banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
}

@media (max-width: 768px) {
  #banner .banner-text-inner {
    /* transform: translateY(30px); */
    margin-top: 60px;
  }

  #banner .banner-img {
    width: 100%;
    height: auto;
    /* display: block; */
  }
}

@media (max-width: 426px) {
  #banner .banner-text-inner {
    /* transform: translateY(30px); */
    margin-top: 35px;
  }
}

@media (max-width: 376px) {
  #banner .banner-text-inner {
    /* transform: translateY(30px); */
    margin-top: 65px;
  }
}

#banner .banner-text-inner h1,
#banner .banner-text-inner h2 {
  margin: 0;
  color: #fff;
}

#banner .banner-text-inner h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#banner .banner-text-inner h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

#banner .btn {
  padding: 14px 30px;
  font-size: 18px;
  background: #182248;
  border: none;
  color: #fff;
}

#banner .btn:hover {
  background: var(--secondary);
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
}

@media (max-width: 768px) {
  #banner {
    min-height: 500px;
  }

  #banner .banner-text-inner h1 {
    font-size: 20px;
  }

  #banner .banner-text-inner h2 {
    font-size: 16px;
  }
}

/* @media (max-width: 480px) {
  #banner {
    max-height: 340px !important;
    min-height: 340px !important;
  }
} */



.practice {
  position: relative;
  padding: 30px;
  height: fit-content;
  background: #182248;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: white;
}

.practice .desc {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.practice .desc h3 {
  font-weight: bold;
  color: var(--secondary);
}

/* Expanded state */
.practice .desc.expanded {
  max-height: 2000px;
}


/* Toggle button */
.practice .toggle-btn {
  margin-top: 15px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 16px;
  cursor: pointer;
  font-size: 14px;
}

.practice .toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.practice .icon {
  font-size: 50px;
}


#mng-team .staff-link-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 20px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 24px;

  text-align: center;
  transition: all 0.3s ease;
  z-index: 10;
}

#mng-team .staff-link-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.staff-image {
  position: relative;
}

.staff-image a {
  white-space: nowrap;
}

.staff-image a img {
  max-width: 28px;
  max-height: 28px;
  margin-top: -6px
}

@media (max-width: 768px) {
  #mng-team .staff-link-btn {
    padding: 8px 16px;
    font-size: 12px;
    bottom: 10px;
    left: 10px;
  }
}

.mission {
  position: relative;
  width: 100%;
  padding: 16px;
  /* mobile */
  min-height: 160px;
  background: #182248;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  color: white;
}

.mission h3 {
  font-weight: 400;
  color: var(--secondary);
  font-size: 16px;
  /* mobile */
  margin-bottom: 8px;
}

.mission p {
  margin: 0;
  font-size: 13px;
  /* mobile */
  line-height: 1.5;
}

.mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  .mission {
    padding: 20px;
    min-height: 190px;
  }

  .mission h3 {
    font-size: 18px;
  }

  .mission p {
    font-size: 14px;
  }
}

[class*="col-"] {
  float: left;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}





.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}