
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap");

html {
  overflow-x: hidden;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
.partner__banner {
	background-image: url(../../partnerbanner-01.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	height: 650px;
}
.partner__banner h1 {
	    font-family: 'Koulen', cursive;
	    letter-spacing: 2px;
}
.partner__banner h1 span {
	color: #198754;
}
.mmh_partner_btn {
	border-radius: 27px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 24px;
  display: inline-block;
	padding: 15px 54px;
	text-transform: uppercase;
	text-align: center;
}


/*Heading ===========*/

.heading {
  margin-bottom: 30px;
}

.heading span {
  position: relative;
  padding-left: 70px;
  color: #198754;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.heading span::after {
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #198754;
  content: '';
}

.heading h3 {
  color: #18407C;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
  font-size: 40px;
}

.heading h3::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  height: 3px;
  width: 80px;
  background-color: #198754;
}


/*About us ==============*/

.About__us {
  padding: 80px 0;
}
.col-md-6 {
  position: relative;
}
.about_img {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.about_img img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about_img2 {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.about_img2 img {
  height: 305px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.year_highlight {
  position: absolute;
  left: -15%;
  bottom: 0;
  background-color: #fff;
  padding: 15px;
}
.year_highlight h3 {
  color: var(--yellow-color);
  display: flex;
  align-items: center;
  font-size: 55px;
  margin-bottom: 8px;
}
.year_highlight span {
  font-family: var(--font-heading);
  font-size: 14px;
  color: #000;
}
.how_are {
  padding: 120px 0;
}
.border-end {
  border-right: thin solid #5cb85c;
}
/*Services box style =\\=========*/

.Benefits__mmh {
  padding: 100px 0;
}
.services_box {
  min-height: 370px;
  display: block;
  margin-bottom: 15px;
  padding: 30px 40px;
  background-color: #f6f6f6;
  border-radius: 15px;
  text-align: center;
}

.services_box img {
  width: 100px;
}

.services_box h4 {
  margin-top: 20px;
  font-weight: bold;
  color: #18407C;
}

/*   WhyChoose ============ */

.why_choose {
  background-color: #12203c;
  padding:150px 0;
}
.why_box {
  border-radius: 10px;
  text-align: center;
  background-color: #f5f5f5;
}
.why_box img {
  width: 50px;
  margin-bottom: 15px;
}
.why_box p {
  font-weight: bold;
  text-transform: uppercase;
}

/*Testimonial ===============*/

.stories{
    background: #f6f6f6;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.stories:before,
.stories:after{
    content: "";
    border-top: 40px solid #f6f6f6;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.stories:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.stories .icon{
    display: inline-block;
    font-size: 80px;
    color: gainsboro;
    margin-bottom: 20px;
    opacity: 0.6;
}
.stories .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.stories .stories-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.stories .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.stories .pic img{
    width: 100px !important;
    height: auto;
}
.stories .title{
    font-size: 15px;
    font-weight: bold;
    color: #198754;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.stories .post{
    display: block;
    font-size: 14px;
    color: #333;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}
.testimonial-carousel .owl-nav ,
.stories-carousel .owl-nav {
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
}

@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}

/*testimonial ============*/

.testimonial {
  background-color: #F4F2EA;
}
.testimonial .col-lg-11, .why_choose .col-lg-11, .why_us .col-lg-11, .About__us .col-lg-11, .FAQ .col-lg-11 {
  float: none;
  margin: 0 auto;
}

.testi_box {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
}
.user_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
.user_img img {
  width: 100%;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.user_img span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--green-color);
  color: #333;
  position: absolute;
  right: -5px;
  top: 50px;
  text-align: center;
}

/* steps ================= */

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #003c71;
}
.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #003c71;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 20px;
  color: #003c71;
  text-transform: capitalize;
}
.process__subtitle {
  display: block;
  font-family: "Josefin Slab";
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 1.5;
}
.process__item .icon {
  position: absolute;
  right: -20px;
  color: #198754;
  top: 50%;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  z-index: 99;
}
.process__item .icon i {
  line-height: 40px;
}
@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.accordion {
  width: 100%;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.accordion-header {
  margin-bottom: 0;
  margin-top: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-weight: bold;
  font-size: 25px;
  content: "<" !important;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  right: 30px;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

/* .accordion-button:not(.collapsed)::after {
  content: '>';
  transform: rotate(-90deg);

} */
.accordion-body {
  padding: 1rem 1.25rem;
}
/* .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
} */

/* Design ideas popup */

#designclose {
  position: absolute;
  bottom: -6px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 50px;
  border-top-left-radius: 60px 60px;
  border-top-right-radius: 60px;
  font-size: 30px;
  line-height: 25px;
  background-color: #6c757d;
  color: #fff;
}
.designideas_modal .img__b {
  height: 50vh;
  width: 100%;
  display: block;
}
.designideas_modal .img__b img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/************footer*********/
footer{
  background: #132b4c;
}
footer .logo {
  display: block;
  justify-content: start !important;
}
footer .logo a{
  display: inline-block;
  margin: 0 0 20px;
}
footer .logo a img{
  width: 200px;
}
footer p{
  color: #fff;
  margin: 0;
}
footer .f-links{
  text-align: right;
}
footer ul{
  margin: 0 -5px;
}
footer ul li{
  display: inline-block;
  padding: 0 5px;
}
footer ul li a{
  display: inline-block;
}
footer .links{
  margin-bottom: 15px;
}
footer .links li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
  color: #8b8b8b;
}
footer .links li a{
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
footer .links li a:hover{
  color: #00c981;
}
footer .social-links {
  text-align: right;
}
footer .social-links li a{
  background: #00c981;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  transition: all 0.3s;
}
footer .social-links li a i {  
  line-height: 30px;
}
footer .social-links li a:hover{
  background: transparent;
  color: #00c981;
}
@media (max-width: 1400px) {
  .services_box {
    min-height: 280px;
  }
  .services_box img {
    width: 80px;
  }
  .process__title {
    font-size: 16px;
  }
  .process__number {
    font-size: 60px;
  }
}
@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) {
  .partner__banner {
    align-items: flex-start;
  }
  .why_box {
    margin-bottom: 10px;
    min-height: 180px;
  }
  .process__item .icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .process__item .icon i {
    line-height: 30px;
  }
  .process li:nth-child(4) .icon {
    right: -10px;
  }
  .accordion-button::after {
    right: 8px;
  }
  .why_choose {
    padding: 70px 0;
  }
  .services_box {
    padding: 10px;
    min-height: 240px;
  }
  .services_box img {
    width: 50px;
  }
  .services_box h4 {
    font-size: 14px;
  }
  .services_box p {
    font-size: 12px;
    padding-top:15px;
  }
  .process__item {
    padding: 15px;
  }
  .process__number {
    font-size: 40px;
  }
  .process__title {
    font-size: 14px;
  }
  .border-end {
    border: none;
  }
  .about_img {
    height: 300px;
  }
  .about_img img {
    height: 300px;
  }
  .partner__banner {
    height: 300px;
  }
}