/* @font-face {
  font-family: ITC Avant Garde Std;
  src: url("../fonts/font/ITCAvantGardeStdBold.otf") format("opentype");
  font-weight: bold;
} */
@font-face {
  font-family: ITC Avant Garde Std;
  src: url("../fonts/font/ITCAvantGardeStdMd.otf") format("opentype");
  font-weight: normal;
}
/* @font-face {
  font-family: ITC Avant Garde Std;
  src: url("../fonts/font/ITCAvantGardeStdBold.otf") format("opentype");
} */
body {
  margin: 0px auto;
  font-family: ITC Avant Garde Std;
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  font-size: 15px;
  color: #000;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none !important;
  outline: none !important;
  cursor: pointer;
}
.bg-grey {
  background-color: #ebebeb;
}
.bg-dark {
  background: #1d1d1d !important;
}
.text_red {
  color: #00b5b4;
}
.bg-red{
  background: #00b5b4;
}
.title1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* hrader */
.navbar {
  display: inline-block;
  width: 100%;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.09);
  z-index: 9991 !important;
}
.darkHeader {
  position: fixed !important;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.09);
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
  margin: 0 6px;
}

/* Banner form */
textarea#message {
  margin-bottom: 20px;
}
.form-control {
  text-align: left;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: none;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #888 !important;
  line-height: 30px;
  height: 42px;
  margin-bottom: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 5px;
}
.form-control:focus {
  border-color: #888;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
  border-radius: 0px;
}
.banner-section {
  margin-top: 85px;
}
.banner-form {
  position: absolute;
  top: 77px;
  right: 6%;
  width: 333px;
  background: #fff;
  box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.2);
}
.banner-form .formdiv {
  padding: 20px 20px 10px;
}
.subt_btn .icons_sub {
  padding: 10px;
  background: #eee;
  width: 100%;
}
.subt_btn img {
  width: 42px;
}
.subt_btn .submit_btn {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border: 0px solid;
  border-radius: 0px;
  background-image: linear-gradient(to right, #00b5b491 0%, #00b5b4);
  /* background-image: linear-gradient(to right, #ea0d12c7 0%, #d51b1e); */
  transition: all 0.3s ease-in-out;
}
.subt_btn .submit_btn:hover {
  text-decoration: underline;
}

/*========= end banner =======*/

/*========= Key offering ======== */
.offering {
  background-image: url("../images/pattern1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
}
.bg-key {
  background: #00b5b4;
  background-image: url("../images/pattern2.png");
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 20px;
  /* height: 300px; */
  background-size: contain;
}
.bg-key hr {
  border-bottom: 1px solid #00b5b4 !important;
}
.bg-key .row {
  padding: 1rem 3rem;
}

/*========= About Us ======== */
.aboutus h3 {
  color: #b3aeae;
  /* line-height: 1.4; */
  letter-spacing: 0.6px;
}
.aboutus .about-text {
  padding: 4rem 2rem 0 7rem;
}
.aboutus .media-body p {
  color: #c7c7c7;
  letter-spacing: 0.8px;
}
.aboutus .media-body h6 {
  color: #f12f36;
  font-weight: bold;
  /* letter-spacing: 0.8px; */
}

/* ======edge======== */
.edge {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.edge .radius{
  border-radius: 20px;
}
.edge .border-right{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== ==== efficient service ========== */
.service {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.application{
  background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.icon{
  background-image: url("../images/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}