@media (max-width: 1200px) {

.heading h1{  
	font-size: 110px;
	color: #fff; 
}
.heading h2{
	font-size: 48px; 
}

} 

@media (max-width: 992px) { 

.heading h1{  
	font-size: 90px;
	color: #fff; 
}

.heading h2{
	font-size: 40px; 
} 

}

@media (max-width: 768px) { 


p{ margin: 0px; font-size: 18px; font-family: Gotham Narrow;}


.logo img{ 
    width: auto;
    height: 70px;
    margin-left: 0px;
}

h2{
  font-size: 24px; 
  line-height: 28px;
}

.heading h1{  
	font-size: 80px;
	color: #fff; 
}
.heading h2{
	position: absolute;
	bottom: 10px;
	z-index: 99;
	left: 0;
	right: 0; 
	font-size: 32px; 
	color: #444; 
} 




}

@media (max-width: 576px) {

.content-h{
   min-height: 80px !important;
}
.content-h2{
   min-height: 60px !important;
}

.heading{
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0; 
}
.heading h1{
	margin-bottom: 15px;
}

h2{
  font-size: 20px; 
  line-height: 24px;
}
.txt{
  position: absolute; top:-75px; left: 0; right: 0; font-size: 16px;
}
.f1-24{
  font-size: 14px;
}
.f1-28{
  font-size: 18px;
}

button:focus{
	outline: none;
	box-shadow: none;
}

p{ font-size: 14px; }

h3{
	font-size: 18px;
}
h4{
	font-size: 17px;
}
h5{
	font-size: 16px;
}

.logo img{ 
    width: auto;
    height: 50px;
    margin-left: 0px;
}

.heading h1{  
	font-size: 36px;
	color: #fff; 
}
.heading h2{
	position: absolute;
	bottom: 0px;
	z-index: 99;
	left: 0;
	right: 0; 
	font-size: 26px; 
	color: #444; 
} 

.footer-txt{
  top: 30%;
}

.sidebar a {
  font-size: 28px;
}

.sidebar a:hover {
  color: #444;
}

.sidebar .closebtn {
  font-size: 36px;
}

.overlay-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  right: 0px;
  text-align: center;
  margin-top: 30px;
  transform:translate(-50%,-50%);
}



}