@media(max-width: 1200px){
    header{min-height: inherit;}
}



@media(max-width: 992px){
    .navbar-nav{margin-top: 0;}
    .ow-header-h{right: 5%}
    .fdi-Carousel .carousel-control{background: #fff;}
    
}

@media(max-width: 767px){
    .navbar-header{background: rgba(0, 0, 0, 0.8)}
    .navbar-brand img{height: 35px;}
    .navbar-brand{padding: 7px 15px;}
    .navbar-default .nav>li>a{color: #000 !important}
    .ow-header-h h1{font-size: 40px;}
    .ow-header-h h1 span{font-size: 33px;}
    .intro-box {
    margin-top: 0;
    text-align: left;
}
section.download{padding: 60px 0;}
.section-heading{margin-top: 0;}
.sec-2{border:none;}
.sec-2 p{font-size: 19px;}
.quote-sec p{font-size: 25px;}
.quote-sec p:before, .quote-sec p:after{display: none;}
.contact p{float: none;}
.navbar-brand{margin: 0;}
}

@media(max-width: 630px){
    .ow-header-h{bottom: 40px;}
    .ow-header-h h1{font-size: 30px;}
    .ow-header-h h1 span{font-size: 23px; letter-spacing: 0;}
}

#thover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6
}

#tpopup{
  position:absolute;
  width:600px;
  height:500px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:60px 0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}