
/*Services box style =\\=========*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
       font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.banner-home {
  background-image:url(images/banner.jpg);
}

.contact-form .form .button .btn1 {
  padding: 15px 20px;
}
 .mmh_partner_btn {
      border-radius: 27px;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      background: #00c981 !important;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 24px;
      display: inline-block;
      padding: 15px 40px;
      text-transform: uppercase;
      text-align: center;
  }
.services_box {
  min-height: 300px;
  display: block;
  margin-bottom: 15px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

.services_box img {
  width: 100px;
}

.services_box h4 {
  margin-top: 20px;
  font-weight: bold;
  color: #18407C;
}

.banner-home .text-content .txt h2::before {
  border-left: 3px solid #12203c;
}
.highlight-txt span {
  color: #12203c;
  font-size: 20px;
font-weight: bold;
}
.contact-form {
  background: #12203c;
}

.scrollTop button {
  padding: 0;
}

/*======= Team ======*/

.breadcrum_head {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(images/team.jpg);
    position: relative;
  }
  .breadcrum_head::after {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
  }
  
  .breadcrum_head .heading {
    padding-top: 150px;
    z-index: 5;
    position: relative;
  }
/*Expertise =======*/

.expertise_box {
	height: 400px;
	position: relative;
    border-radius:15px;
	width: 100%;
	overflow: hidden;
}
.expertise_box img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.MMH_sector {
	font-size: 22px;
    position: absolute;
	text-transform: uppercase;
	color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    bottom: 0;
    font-weight: bold;
    height:20%;
    padding-left:15px;
    letter-spacing:2px;
    width: 100%;
    z-index: 99;
}
.expertise_box::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 80%;
	bottom: 0;
	left: 0;
	background: #000046;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.info_image {
	  position: absolute;
	  bottom: 35px;
	  padding: 8px 15px;
	  left: 0;
      display:none;
	  width: auto;
	  z-index: 55;
	  background-color: green;
	  height: auto;
	  border-top-right-radius: 20px;
	  border-bottom-right-radius: 20px;
}
.info_image  h3 {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.ofc-carousel .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  top: 40%;
  left: 10%;
}

.ofc-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 30px;
	background-color: #fff !important;
	  position: absolute;
	  left: -30px;
}
.ofc-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	background-color: #fff !important;
    position: absolute;
    right: -30px;
}

/*Project style ==========*/
.project_sec {
    padding:100px 0;
}
.project__mmh {
  border-radius: 5px 5px 20px 20px;
  box-shadow: 0 0 15px rgba(0,0,0,.09);
}
.project__mmh .carousel-indicators {
    bottom:8px;
    margin:0 !important;    
    background: #00d2ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.0));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, rgba(255,255,255,0.5), rgba(255,255,255,0.0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.project__mmh .carousel-indicators li {
    background-color:#000
}
.project__mmh .project__img {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
}
.project__mmh .project__img img {
	height: 300px;
	object-fit: contain;
	object-position: center;
  -webkit-transition: .4s;
  transition: .4s;
}
.pro__content {
  border-radius: 20px 20px 8px 8px;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.06);
  box-shadow: 0 0 25px rgba(0,0,0,.06);
  background-color: #fff;
  margin-top: -30px;
  position: relative;
  padding: 25px 25px 10px;
  z-index: 1;
}
.pro__content .category {
	background-color: #00c67f;
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 10px;
    font-size:14px;
	border-radius: 10px;
	color: #000;
}
.pro__content h4 {
	text-transform: capitalize;
    font-size: 22px;
}
.pro__content ul {
	list-style: none;
    margin-top:10px;
	padding: 8px 12px;
}
.pro__content ul li {
	border-right: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
}
.pro__content ul li i {
	margin-right: 5px;
}
.pro__content ul li::last-child {
	border: none;
}
.news_modal {
	background: rgba(20, 19, 18, 0.95);
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow-x: hidden;
	overflow-y: auto;
}
    .news_content {
	justify-content: center;
	align-content: center;
	height: 100%;
	margin: 0 auto;
	width: 70%;
	color: #fff;
}
    .news_content .contact-form {
        margin:0 auto
    }
    .news_modal #close {
	position: absolute;
	right: 20px;
}
.notice_scroll {
	height: 500px;
	overflow-y: auto;
}
.notice_scroll::-webkit-scrollbar {
    width: 12px;
}
.notice_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.notice_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.fixed_call_foot {
  display: none;
}

/*Media Query =============*/

@media (max-width: 1400px) {
  .services_box {
    padding: 10px 25px;
    min-height: 250px;
  }
  .services_box img {
    width: 70px;
  }
  .services_box h4 {
    font-size: 21px;
  }
  .services_box p {
    font-size: 14px;
    padding-top:15px;
    line-height:19px ;
  }
  .banner-home {
    padding: 90px 0 25px;
  }
  .banner-home .text-content .txt {
    max-width: 580px;
    margin-left: 70px;
  }
  .banner-home .text-content .txt h2 {
    font-size: 45px;
  }
  .banner-home .text-content .txt h3 {
    margin-bottom:0;
  }
  .banner-home .text-content .txt ul {
    margin-left: 65px;
  }
}

@media (max-width: 1100px) {
  .services_box {
    padding: 10px;
    min-height: 240px;
  }
  .services_box img {
    width: 60px;
  }
  .services_box h4 {
    font-size: 16px;
  }
  .services_box p {
    font-size: 12px;
    padding-top:15px;
  }
}

@media (max-width: 600px) {
  .banner-home .text-content .txt h2 {
    font-size: 22px;
  }
  .mmh_partner_btn {
    width: 100%;
    padding: 15px 25px;
    font-size: 14px;
  }
  .banner-home .text-content .txt {
    margin-left: 0;
  }
  
.fixed_call_foot {
  padding: 10px 0;
    background: #00c981;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    display: none;
    transition: all 0.3s;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 0;
    z-index: 99;
    position: fixed;
  }
  .fixed_call_foot img {
    width: 35px;
  }
  .foot_shadow {
    display: block;
  }
  footer {
    padding: 40px 0 80px 0 !important;
  }
  .news_content {
    width: 90%;
  }
}