/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/

@media only screen and (max-width: 1400px){


}
@media only screen and (max-width: 1024px){
h6{font-size: 1.1rem;}
h5{font-size: 1.3rem;}
h4{font-size: 1.8rem;}
h3{font-size: 2.2rem;}
h2{font-size: 2.5rem;}
h1{font-size: 3rem;}



}

@media only screen and (max-width: 992px){
h6{font-size: 1.1rem;}
h5{font-size: 1.3rem;}
h4{font-size: 1.8rem;}
h3{font-size: 2rem;}
h2{font-size: 2.2rem;}
h1{font-size: 3rem;}
.navbar-brand img{
  height: 30px;
}
.hero-caption h1{
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 2.2rem;
}
.content-padding{
	padding: 30px;
}
.hero-bottom-icon-div {
	padding: 10px;
	margin: 10px 0;
}
.d-flex{
	flex-wrap: wrap;
}
.e2e{
  width: 48%
}
.contact-part{
 display: none;
}
.right-fixed {
    display: none;
}
.mob_enquire {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    left: 0;
    background: #020202;
    text-align: center;
    height: 40px;
}
.mob_enquire_prt {
    width: 33.3%;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    padding-top: 5px;
}
.openup {
  height: 50px;
}
#index-caption{
height: 200px;
}
#prx-caption,#prm-caption,#rp-caption{
 height: 100px; 
}
#iksa-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/iksa/hero/sm.jpg);
  background-size: cover;
  background-position: center;
}
}