body {
  -webkit-font-smoothing: antialiased;
  font-smooth: antialised;
}
#mobile-menu {
  display: none;
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose + nav.mean-nav {
  margin: 20px 0;
}
.mean-container a.meanmenu-reveal {
  top: -20px;
}
.mean-container .mean-nav {
  background: white;
}
.mean-container .mean-nav ul li a {
  color: #222;
  letter-spacing: 2px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: inherit;
}
#sticky-header {
  padding: 0 !important;
}
#search-modal {
  background-color: rgba(44, 51, 132, 0.95);
  color: rgba(255, 255, 255, 0.8);
}
#search-modal .modal-dialog .modal-content form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
a.hamburger {
  width: 22px;
  height: 22px;
  padding: 10px 12px;
  position: absolute;
  top: -20px;
  right: 10px;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: -44px;
  border: 1px solid #444;
}
a.hamburger,
a.hamburger * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
a.hamburger span {
  display: block;
  background: #444;
  height: 3px;
  margin-top: 3px;
}
.main-menu {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}
.btn:focus {
  box-shadow: none !important;
}
.portfoilo-area {
  font-family: "Poppins", sans-serif;
}
.portfolio-menu {
}
.portfolio-menu .menu-btn-wrapper {
  border: 1px solid #e6e6e6;
  /* border-left : none; */
  display: inline-block;
  padding: 3px;
}
.portfolio-thumb-img-holder {
  max-height: 260px;
}
.portfolio-thumb-img-holder img {
  object-fit: contain;
}
.portfolio-content {
  height: 40px;
}
#mobile-menu li a::before {
  width: 0;
  content: "";
  position: absolute;
  background: #2c3384;
  bottom: -1px;
  left: 0;
  transition: 300ms all;
}
#mobile-menu .sub-menu li a::before {
  /* width: 0; */
}
#mobile-menu .sub-menu li:hover a::before {
  width: 0;
}
#mobile-menu li:hover > a::before {
  width: 100%;
  height: 2px;
  transition: all 300ms;
}
.main-menu li {
  text-transform: uppercase;
}
.btn {
  background: transparent;
  border: 1px solid #fff;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-nav {
  display: flex;
  flex-direction: row;
  width: 90%;
  max-width: 1260px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-nav-title {
  font-weight: 600;
}
.banner-nav-breadcrumbs p {
  margin: 0;
}
.banner-nav-breadcrumbs a {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.banner .banner-nav * {
  color: white;
}
.services-img {
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.services-content {
  padding: 3px;
  border-top: 1px solid #e9ecec;
}
.card-title {
  margin: 0;
}
.card-title h5 {
  margin: 0;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.grid-item:hover {
  cursor: pointer;
}
.services-box {
  box-shadow: none;
  border: 1px solid #e9ecec;
}
.services-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.services-box:hover .services-content .card-title {
  background: #2c3384;
  transition: 300ms ease;
}
.services-box:hover .services-content .card-title h5 {
  color: #fff !important;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px 10px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}
@media screen and (max-width: 425px){
  .modal-content{
    width: 90vw;
  }
}
.modal-content img{
  width: 90%;
  margin: 0 auto;
  display: block;
}

/* The Close Button */
.close {
  color: #aaa;
  position: absolute;
  right:5px;
  top:0px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 500px) {
  .banner {
    max-height: 20vh;
  }
}
@media (min-width: 992px) {
  #mobile-menu {
    display: block;
  }
  .hamburger-holder {
    display: none;
  }
}
@media (max-width: 991px) {
  .sticky-container {
    /* max-width: 90%; */
  }
  .logo img {
    margin-top: 0px;
  }
  .mean-container .mean-bar {
    margin-top: 0;
  }
  .mean-container .mean-bar a.meanmenu-reveal.meanclose + nav.mean-nav,
  .mean-container .mean-nav {
    margin: 0;
  }
}
