*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper-bg {
 padding: 7px 0 0 0;
}
body{
  background: #E8F6EF;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Lexend Deca';
  font-weight: 200;
  font-style: normal;
}

.box {padding-bottom: -1px;}

.box-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 99;
  position: relative;
}

.box-head {
  color: #002C2B;
  font-size: 22px;
  font-weight: 600;
}

.box-subhead {
  color: #000000;
  font-size: 16px;
}

.box-phn {
  color: #000000;
  margin-bottom: 3px;
}

.box-email {
  color: #000000;
  margin-bottom: 3px;
}

.box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-flow: column;
}

.box1 h4 {
  color: #12265F;
}

.social {
    text-align: center;
}

.social ul {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 0;
}

.social ul li {
  list-style: none;
  margin-right: 11px;
}

.social ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}

.phone {
  background-color: #1D7915;

}

.sms {
  background-color: #44ABD7;
}

.mail {
  background-color: #E23131;
}

.www {
  background-color: #0D0D0D;
}

.whatsapp {
  background-color: #0A7569;
}

.location {
  background-color: #D9D9D9;
}

.whbox {
  display: flex;
  background: white;
  border: 1px solid #00000024;
  border-radius: 50px;
  padding: 10px;
  align-items: center;
  box-shadow: -1px 1px 2px #14786787;
}

.whbox h6 {
  margin: 0;
}

.whbox input {
  border: 0;
  outline: 0 !important;
  padding: 0 10px;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
}

.social-media li {
  list-style: none;
  background: #002a29;
  color: rgb(255 255 255);
  width: 45px;
  height: 45px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-media li:hover {
  background: #090909;
  cursor: pointer;
  color: white
}

.social-media li svg {
  width: 25px;
  height: 25px;
}

.cards {
  color: #002C2B;
  border-radius: 50px;
  display: flex;
  padding: 0 0;
  justify-content: center;
  height: 100%;
}
.cards h5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  margin: 3px 0;
  padding: 6px 22px;
  font-weight: 200;
  text-align: center;
}
.cards .add {
  font-size: 14px;
  align-items: center;
  margin: 3px 0;
  border-right: 1px solid #002C2B;
  padding: 0;
  font-weight: 200;
  text-align: center;
}

.cards svg {
  margin-bottom: 8px;
}

.cards .add:first-child {border-left: 1px solid black;}

.maindiv {
  display: flex;
  justify-content: center;
}

.title {
  color: black;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
}
.title::before{
  content:"";
  position:absolute;
  background: #FFE194;
  width: 93%;
  height: 44px;
  left: 0;
  border-radius: 0 20px 20px 0px;
}

.title h4 {
  margin: 0;
  font-size: 20px;
  padding: 10px 35px;
  font-weight: 200;
  z-index: 1;
}

.tabnav {
  margin: 20px 0;
}

.tabnav .nav {
  background: #FFE194;
  border-radius: 14px 15px 0 0;
  display: flex;
  width: max-content;
  padding: 6px;
}

.tabnav .nav-pills .nav-link.active {
  background: white;
  color: black;
  border-radius: 7px;
}

.tabnav .nav-item button {
  color: black;
  padding: 4px 20px;
}

.tab-content {
  background: #F5ECB7;
  border-radius: 0px 6px 6px;
  box-shadow: 1px 4px 12px 2px #00000024;
  padding: 13px;
  height: 304px;
  margin-bottom: 60px;
}

.ebutton {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ebutton .btn {
  background-image: linear-gradient(152deg, #FCC660, #fcc66061);
  border-radius: 50px;
  box-shadow: 0px 1px 2px #10101066;
  padding: 4px 20px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
  color:#2c417a;
}

.owl-nav button:focus {
  outline: none;
}

.servicec .item, .product .item, .solution .item {
  text-align: center;
  background: #E7EBEF;
  padding: 0;
  border-radius: 27px;
  box-shadow: 1px 3px 4px #0000001c;
  margin: 5px 0;
}

.servicec .item h3, .product .item h3, .solution .item  h3 {
  margin-top: 0;
  color: #030302;
  font-size: 16px;
  margin-bottom: 0;
  background: #ffe194;
  padding: 10px;
  border-radius: 0 0 25px 28px;
}
.servicec .item img, .product .item img, .solution .item  img {
  height:269px
}
.myvideo {    background: #ffffffc4;
  border-radius: 15px;
  box-shadow: 1px 4px 12px 2px #00000024;
  padding: 15px;}
.video .item h3 {
  margin-top: 10px;
  color: #030302;
  font-size: 16px;
  margin-bottom: 0;
}
.video .item{
  text-align: center;
  background: #E7EBEF;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 1px 3px 4px #0000001c;
  
}
.video video{
  width: 100%;
  height: 160px;
}

.links p{
  background: #117463;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 7px 12px;
  font-size: 15px;
  cursor: pointer;
}
.links p a{
  color: white;
  text-decoration: none;
}
.cont{
  padding: 15px;
}
footer{display: flex;justify-content: center;align-items: center;background: #1B9C85;}
footer p{
    margin-bottom: 0;
    color: white;
    padding: 6px;
}
.back{
  
  display: flex;
  align-items: center;
}
.back1{
  background: #FFE194;
}
.bgga{
  position: absolute;
  width: 409px;
  top: -61px;
  left: -94px;
}
.box1 p{font-size: 14px;}