body {
  text-align: center;
  color: #2e2e2e;
  overflow-x: hidden;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #2e2e2e;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #b85e5e;
}
a:focus {
  outline: none;
}
.txt2 {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
/*header*/
header {
  background: #222 url("images/dark-bg-2-optim.jpg") no-repeat fixed center;
  background-size: cover;
  /* min-height: 300px;
  padding: 200px 0; */
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
 header {
     padding: 150px 0;
 }   
}

.header_top h3 {
  margin: 0;
}
.header_top h1 {
  font-size: 36px;
  letter-spacing: normal;
  margin: 10px 0;
  line-height: 1.65;
  /* text-transform: uppercase; */
}
.header_top .txt2 {
  font-size: 18px;
  color: #ececec;
  line-height: 1.65;
  max-width: 600px;
  text-align: center;
  margin: auto;
}

/*main_content*/

.main_content {
  padding: 130px 4%;
  background: #f2f2f2;
}
.main_content .title {
  margin-bottom: 100px;
}
.main_content .txt1 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.main_content .box {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  transition: 0.3s;
}
.main_content .box:hover {
  opacity: 0.85;
}
.main_content .box img {
    margin-bottom: 20px;
    width: 100%;
}
.main_content .box span {
  text-transform: uppercase;
  font-weight: bold;
}
.main_content span.view {
  height: 50px;
  line-height: 54px;
  width: 142px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #b85e5e;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  transition: 0.3s;
  font-weight: normal;
  font-size: 12px;
  opacity: 0;
}
.main_content .box:hover span.view {
  opacity: 1;
}
.main_content span.view:hover {
  background: #03a9f4;
}

.footer-top {
  padding: 150px 0;
}
.footer_bottom {
  background: #262626;
  padding: 30px 0;
  color: #848484;
  font-style: italic;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom a:hover {
  text-decoration: underline;
}
.footer-top h3 {
  text-transform: uppercase;
  /* letter-spacing: 0.1em; 
  font-size: 36px; */
}

.footer-top a.button {
  display: inline-block;
  height: 54px;
  line-height: 58px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #434343;
  color: #fff;
  padding: 0 30px;
  margin: 20px 0 0;
  transition: 0.3s;
  font-weight: bold;
}
.footer-top a.button:hover {
  background: #b85e5e;
}

@media (max-width: 479px) {
  .main_content .col-xs-6 {
    width: 100%;
  }
  .header_top h1,
  .footer-top h3 {
    font-size: 26px;
  }
}

/* support */
.support .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 100px; */
}
@media (min-width: 992px) {
  .support .un-container > .row {
    display: flex;
    align-items: center;
  }
}
.support .box-support {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: auto auto;
}
@media (max-width: 479px) {
  .support .box-support {
    display: block;
  }
}
.support .box-support .iteam-support {
  text-align: center;
  padding: 25px;
  margin: 15px;
  background-color: #f4f4f4;
}
.support .box-support .iteam-support img {
  margin-bottom: 20px;
}
.support .box-support .iteam-support h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2c3137;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.support .box-support .iteam-support p {
  font-size: 18px;
  color: #2c3137;
  line-height: 28px;
  margin: 0;
}
.support .contact_now,
.contact_now {
  display: inline-block;
  line-height: 50px;
  border-radius: 3px;
  text-transform: uppercase;
  background: #eb3d32;
  color: #fff;
  padding: 0 30px;
  margin: 30px 0 0;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}
.support .contact_now img {
  vertical-align: -3px;
  margin-right: 10px;
}
.support .contact_now:hover,
.contact_now:hover {
  opacity: 0.7;
  color: #fff;
}
.support .f-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px; /* Adjust size as needed */
  height: 80px; /* Adjust size as needed */
  /*border: 2px solid #ccc;  Border color */
  border: none;
  border-radius: 50%; /* Circular border */
  margin: auto; /* Center the div if it's a part of a bigger container */
}

.support .f-icon i {
  color: #eb3d32; /* Icon color, change as you like */
  font-size: 3rem; /* Adjust icon size as needed */
}

.support .title.t2 {
  margin-top: 70px;
  margin-bottom: 0px;
  padding: 0 15px;
}

.back-grey {
  background: #e4e4e4;
}
.box-main .container-inner {
  padding: 100px 4%;
  max-width: 1570px;
  margin: auto;
}

.box-main .title {
  margin-bottom: 70px;
}
