/*body { font-family: 'Poppins', sans-serif; overflow-x: hidden; }*/


.navbar-nav{column-gap: 10px;}
.nav-link{font-size:20px; font-weight:600;color:rgb(255, 255, 255);}
.nav-link:hover{color:rgba(255, 193, 7, 1);}
.bg-mynav{background:rgba(0,0,0,0.8);}
.bg-myclr {
    background: #e4f5f9;
}


.hero { position: relative; height: 100vh; display: flex; justify-content: center; align-items: center; color: #fff; overflow: hidden; }

.hero .overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.4); }

.card:hover { transform: translateY(-10px); transition: 0.3s; }

  footer{background: linear-gradient(rgba(255, 255, 255, 0.859),rgba(255, 255, 255, 0.793)),url('../images/bg-dr.jpg') center fixed no-repeat; background-size: cover;}
  footer a { color:black; text-decoration:none;}
  footer a:hover{color:red;}
  .copy-right a:hover i{color:red;}

.newsletter-input { border-radius: 50px; padding: 10px 20px; margin-right: 10px; border: none; }

.dividerline {
	border-bottom: 3px solid #e94500;
	width: 110px;
	margin: 0 auto;
	position: relative;
  }

  .dividerline span {
	height: 12px;
	width: 4px;
	display: inline-block;
	background: #e94500;
	position: absolute;
	left: 48%;
	bottom: -8px;
  }

.newsletter-btn { border-radius: 50px; }