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

.wrapper-bg {
  background: url(../image/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 0 0;
}

@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 {
  background: #ffffffc4;
  border-radius: 15px;
  box-shadow: 1px 4px 12px 2px #00000024;
  padding: 30px;
  text-align: center;
}

.box-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.box-head {
  color: #12265F;
  font-size: 22px;
}

.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 {}

.social ul {
  display: flex;
}

.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: #001A5F;
  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: #6b2ff7;
  cursor: pointer;
  color: white
}

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

.cards {
  background: #001A5F;
  color: white;
  border-radius: 50px;
  display: flex;
  padding: 0 16px;
  justify-content: space-evenly;
}

.cards h5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  margin: 3px 0;
  border-right: 1px solid #ffffffad;
  padding: 20px;
  font-weight: 200;
}

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

.cards .add:last-child h5 {
  border: 0px
}

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

.title {
  background-image: linear-gradient(183deg, #001a5fb8, #001A5F);
  color: white;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

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

.tabnav {
  margin: 20px 0;
}

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

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

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

.tab-content {
  background: #ffffffc4;
  border-radius: 0px 15px 15px;
  box-shadow: 1px 4px 12px 2px #00000024;
  padding: 15px;
}

.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: 12px;
  border-radius: 10px;
  box-shadow: 1px 3px 4px #0000001c;
  margin: 0px 0;
}

.servicec .item h3, .product .item h3, .solution .item  h3 {
  margin-top: 10px;
  color: #030302;
  font-size: 16px;
  margin-bottom: 0;
}

.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-image: linear-gradient(191deg, #17378cc7, #09297B);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 7px 12px;
  font-size: 15px;
}
.cont{
  background: #ffffffc4;
  border-radius: 15px;
  box-shadow: 1px 4px 12px 2px #00000024;
  padding: 15px;
}
footer{display: flex;justify-content: center;align-items: center;}
footer p{
  background: #E7EBEF;
  margin-bottom: 0px;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px -1px 1px #0000003d;
}