@font-face {
  font-family: "Formular";
  src: url("../fonts/FORMULAR.TTF");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/FORMULAR-LIGHT.TTF");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/FORMULAR-MEDIUM.TTF");
  font-weight: 600;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/FORMULAR-BOLD.TTF");
  font-weight: 900;
}

/* @font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera-Pro-Thin.otf");
  font-weight: 300;
} */

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera-Pro-Light.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera-Pro-Regular.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera-Pro-Medium.otf");
  font-weight: 600;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera-Pro-Bold.otf");
  font-weight: 900;
}

.nav-item.active .nav-link{
    border-bottom: 1px solid #fff;
}


a {
  font-family: 'Cera Pro';
  font-weight: 500;
}

p {
  font-family: 'Cera Pro';
  font-weight: 500;
  letter-spacing: -1px;
}

h1 h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cera Pro';
  font-family: 900;
}

ul,
li {
  font-family: 'Cera Pro';
  font-family: 500;
}

.about-section{
    text-align:justify;
}

.contact-card {
  text-align: center;
  box-shadow: 0px 1px 6px #dad8d8;
  padding: 25px;
  height: 100%;
  background-color: #fff;
}

.submitBtn span{
    display: block;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 0.5 !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

h2 {
  letter-spacing: -3.5px !important;
}

.home-section-gradient {
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
}

.product-section .tab-content {
  display: block;
  margin-top: 30px;
}

.product-section .card {
  /* background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
  background-color: #fff;
  border-radius: 12px;
  margin: 10px 15px;
  height: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.product-section .nav-tabs .nav-link.active {
  color: #495057;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.product-section .nav-tabs .nav-link {
  color: #495057;
  background-color: #f2f5f6;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-section button:focus {
  /* outline: 1px dotted; */
  /* outline: 5px auto -webkit-focus-ring-color; */
  outline: unset;
}

.product-section .owl-dot {
  border: unset;
  background: unset;
}

.product-section .nav-tabs {
  border: unset;
}


.card-img-margin {
  border-radius: 15px;
  padding: 8px 10px;
}

.brand-name {
  font-weight: 900;
  font-size: 25px;
}

.section-title .p-xl {
  padding: 0;
}

.contacts-section i {
  font-weight: 900;
  font-size: 30px;
  color:#495057;
}

.form-card {
  box-shadow: 0px 1px 6px #dad8d8;
  padding: 25px;
  background-color: #fff;
}
.contacts-section iframe {
  width: 100%;
}
.contact-box{
  margin-bottom: 20px;
}
.form-btn{
  text-align: right;
}

.elmo-banner-section{
  display: flex;
  align-items: center;
  height: 70vh;
  
}

.navbar.tra-menu{background-color: #20329c !important;}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-brand {
    color: #fff;
}

/*body{background-color: aliceblue !important;}*/

.h-banner img{width: 400px;}

.navbar.tra-menu.scroll{box-shadow: 0 2px 3px rgb(96 96 96 / 78%) !important;}

.logo-black img{width: 65px;}

.navbar-light .navbar-nav .nav-link:hover{color: #fff !important;}

.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after {
    font-size: 35px !important;
}

.ico-60 img{width:45px;}