
@media all and (min-width: 992px) {
}	

@media screen and (min-width: 769px) {
.dropdown:hover > .dropdown-menu,.dropend:hover > .dropdown-menu{display:block;left:10px;}

}


@media only screen and (max-width:1530px){

}

@media only screen and (max-width:1499px){ 
.banner_title_box h1{font-size:54px;line-height:110%;}
.top_text a {
   font-size: 13px;
 }
.navbar-nav .nav-link {
  font-size: 14px;
}
.logo img {
  height: 100px;
}
.logo-right {
  width: 170px !important;
  margin-left: 25px;
}
}  

@media only screen and (max-width:1399px){
.navbar-nav .nav-link{padding:0.2rem 5px !important;}
.whatsapp.whts-top{display:none;}
.nav_wraps{grid-template-columns:1fr max-content;}
.navbar{padding:10px 30px;}
.top-social{display:none;}
} 

@media only screen and (max-width:1280px){   
} 

@media only screen and (max-width:1200px){  
} 

@media only screen and (max-width:1199px){
    .main-navbar {
        position: static;
        background: #053742;
    }
    
.logo img {
    height: 100px;
  }
  .navbar-brand {
    padding: 0;
  }
    .welcome-wrap {
        padding: 20px;
        gap: 20px;
      }
      .welcome-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .curv {
        top: -20px;
    }
    .inside-banner {
      min-height: auto;
      padding-top: 0;
  }  
    .page-heading {
      padding-bottom: 20px;
      padding-top: 20px;
  }
  .top_text a {
     font-size: 12px;
 }
 .top_text a:after {
  width: 1px;
  height: 11px;
 }
 .navbar {
  padding: 10px 0px;
}
ul.navbar-nav.ms-auto {
  padding-top: 10px;
}
.navbar-nav .nav-link {
  padding: 8px 0px !important;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 13px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.footer-menu {
  row-gap: 7px;
  column-gap: 25px;
}
.footer-menu a {
    font-size: 13px;
}
.copyright, .mobiquel {
  font-size: 13px;
}
.logo-right{display: none;}
.logo-right.mobile {
  display: block;
  margin-left: 0;
  width: 140px !important;
  border-radius: 5px;
}
}

@media only screen and (max-width:992px){ 
    .gallery-row {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    }
    .top_text a {
      font-size: 12px; 
  }
  .top_text a:after {  
    height: 11px;
}
.top_text {
  gap: 8px 24px;
}
.vision-list {
  grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width:991px){ 
  .other-dep-list {
    grid-template-columns: repeat(2, 1fr);
}
.comisioner-outer {
  grid-template-columns: repeat(2 , 1fr);
  row-gap: 25px;
}
}

@media only screen and (max-width:767px){
  .comisioner-outer {
    grid-template-columns: repeat(1 , 1fr);
    row-gap: 25px;
    column-gap: 0;
}
    .box-wrap {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
.welcome-wrap {
    grid-template-columns: 1fr;
  }
  .comisioner {
    text-align: center;
  }
  .comisioner img {
    height: 260px;
  }
  .welcome-box {
	text-align: center;
}
.showcase-box {
	margin: 0 auto;
	margin-bottom: 30px;
}
.goldfish {
	display: none;
}
.gallery-card img {
	width: 100%;
}
.other-dep-list {
  grid-template-columns: repeat(1, 1fr);
}
.other-dep-list a {
min-height: auto;
}
.vision-list {
  grid-template-columns: repeat(2, 1fr);
}
.side-menu {
    margin-bottom: 25px; 
}

.marquee_row {
    display: flex;
    min-height: auto;
    margin-top: 20px;

    overflow: hidden;
    flex-direction: column;
    width: 100%;
}
.mrk-title {
width: 100%;
    border-radius: 8px 8px 0 0px;
    min-height: 45px;
}
.marki-cont {
    height: auto;
    border-radius: 0 0 8px 8px;
    min-height: 45px;
    width: 100%;
}
.section {
    padding: 40px 0;
    position: relative;
} 
.banner .owl-carousel .owl-nav button.owl-prev, .banner .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px;

}

.top-tran-bar {
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.translator {
    margin-left: auto;
    margin-bottom: 5px;
}
.top_text {
    display: flex;
    align-items: center;
    justify-content: center;   
}  
}

@media only screen and (max-width:420px){

}

/* Portrait */
@media only screen and (max-width: 568px) { 

}