/* CSS */

body {

  font-family: "montserrat";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat-bold";
}

p {
  line-height: 1.5;
  font-size: 20px;
}

ul {
  font-size: 20px;
}
/* Header Section */

.madhura-spacing {
  padding: 7% 15%;
}
.madhura-header {
  padding: 7% 15%;
  background: #125D98;
}

.madhura-features {
  padding: 7% 15%;
  text-align: center;
}

.madhura-icon {
  color: #DB352A;
}

.madhura-icon:hover {
  color: #F05454;
}

.madhura-about {
  background-color:#DB352A;
  color: #D9E4DD;
}
/* Navbar Section */

.navbar-brand {
  color: #fff;
  font-family: "montserrat-bold";
  font-size: 1.5rem;
}

.feature-icon {
  color: #FA6330;
}

#madhura-services h2 {
  color: #DB352A;
}

#madhura-services p {
  text-align: justify;
}


.clear {
  padding-bottom: 1.5rem;
}

.madhura-footer {
    background-color:#DB352A;
    text-align: left;
    padding: 3rem 3rem 1.5rem 1.5rem;
    color: #D9E4DD;
    line-height: 1.5;

}

.madhura-social {
  background: #125D98;
  color: #fff;
  text-align: center;
}

.nav-link {
  color: #fff;
}

.navbar {

  font-family: "Ubuntu";

}

.title-text {
  color: #D1D5E8;
  text-align: center;
  line-height: 1.5;
  padding: 15% 0 0 0;

}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}
