/*
Template Name:BMGIE
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/

/*********************translate****************/
/* Add this to your CSS file or <style> tag */

.goog-te-combo {
  width: 200px;
  height: 30px;
  font-size: 20px;
  background-color: #000;
  color: #f0f0f0;
}
.goog-te-gadget-simple span {
  color: #c1bbd1 !important;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  margin-top: 5px;
  height: 35px !important;
  overflow: hidden;
}

/*********************translate****************/

/*********************contact****************/
.center_about {
  padding-top: 40px;
  padding-bottom: 70px;
  background: #f4f4f4;
}

.cat_1i img {
  width: 100%; /* Ensures the image scales with its container */
  height: auto; /* Maintains the aspect ratio */
  display: block; /* Removes extra space below the image */
  object-fit: cover; /* Ensures the image covers the container without distortion (optional) */
}
.cat_1im {
  position: relative;
  overflow: hidden; /* Ensures no content spills outside the container */
}
.cat_1i1 {
  background: #0000009e;
  padding: 20px 15px;
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 16%;
  display: none;
}
.cat_1i1 span i {
  color: #ffbb5a;
  font-size: 40px;
}
.cat_1i1 h3 {
  color: #fff;
}
.cat_1i1 p {
  color: #f4f4f4;
}
.cat_1im:hover .cat_1i1 {
  display: block;
  cursor: pointer;
}

#contact_page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact_page_1i span i {
  color: #f3b204;
  font-size: 45px;
}
.contact_page_1i {
  border: 1px solid #eee;
  padding: 20px 15px;
}
.contact_page_1i h4 {
  margin-top: 20px;
}

.blog_d_page_li3 hr {
  margin-left: 0;
}
.contact_page_2 {
  margin-top: 40px;
}
.blog_d_page_li3i .form-control {
  margin-bottom: 10px;
  height: 45px;
}
.form_1 {
  height: 135px !important;
}
.contact_page_2i .form-control {
  height: 50px;
  margin-top: 15px;
}
.contact_page_2i {
  background: #f4f4f4;
  padding: 20px 15px 25px 15px;
}
.contact_page_2ii {
  background: #111;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.contact_page_2ii ul a {
  background: #fff;
}
.contact_page_3 {
  margin-top: 30px;
}
/*********************contact_end****************/

@media screen and (max-width: 767px) {
  #contact_page {
    text-align: center;
    padding-bottom: 0;
  }
  .contact_page_1i {
    margin-top: 10px;
  }
  .blog_d_page_li3 hr {
    margin-left: auto;
  }
  .contact_page_2i {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1201px) and (max-width: 1310px) {
}
