/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&font-display=swap'); */

@font-face {
font-weight: 300;
font-family: 'Poppins';
src: url(../webfonts/Poppins-Light.ttf);
font-display: swap;
}

body {
  margin: 0;
  padding: 0;

}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}

/* Top Bar */
.social {
  background-color: #13749e;
}

.social-media a {
  font-size: 12px;
  color: #fff;
  padding: 0.5rem;
}
.social-media a:hover {
font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.social-media {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
}

.social-media li {
  display: inline-block;
  text-align: -webkit-match-parent;
}

/* end Top Bar */
/* navigation bar */
.container {
  max-width: 1140px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link .active{
  color: #13749e!important;
  font-weight: 600!important;
  font-size:15px!important ;
 
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #13749e;
}

.navbar-logo img {
  object-fit: contain;
  /* width: 250px; */
  padding: 15px 15px;
}

.bg-header {
  background-color: #fff;
}

.navbar-collapse {
  text-align: right;
  flex-grow: 0;
}

/* new menu a code hover animation */
.nav-a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-a li {
  display: inline-block;
  padding: -1px 8px;
}

.nav-a a {
  position: relative;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 0;
  color: #000;
  text-decoration: none;
}

.nav-a a:hover {
  color: #13749e;
  text-decoration: none;
}

.nav-a a:before,
.nav-a a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #13749e;
}

.nav-a a:before {
  left: 0;
}

.nav-a a:after {
  right: 0;
  background: #13749e;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-a a:hover:before {
  background: #13749e;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-a a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

/* end navigation bar */
/* slider*/
/* typing text animation */
.typing-text {
  width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-size: 6vw;
  animation: typing 2s steps(14) infinite alternate, blink 0.4s step-end infinite alternate;
  text-shadow: 0px 0px 3px white;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 4vw;
  }

  .typing-text {
    font-size: 8vw;
  }
}

/* typing text animation */
.line__1,
.line__2 {
  white-space: nowrap;
  /* keep text in one line */
  overflow: hidden;
  /* hide text behind the cursor */
  /* margin: 0.5rem auto; */
  font-family: "Major Mono Display", monospace;
  font-size: 2rem;
  font-weight: bold;
  align-items: left;
}

.line__1 {
  border-right: 0px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(30, end) 1s 1 normal both, animated-cursor__1 400ms steps(30, end) 8;
}

.line__2 {
  border-right: 2px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__2 3s steps(30, end) 1s 1 normal both, animated-cursor__2 400ms steps(30, end) infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes animated-cursor__1 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-cursor__2 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-text__1 {
  from {
    width: 0;
  }

  to {
    width: 42rem;
  }
}

@keyframes animated-text__2 {
  from {
    width: 0;
  }

  to {
    width: 31rem;
  }
}

/* end typing text animation */
/* typing text animation for slider 4 */
.line__7,
.line__8 {
  white-space: nowrap;
  /* keep text in one line */
  overflow: hidden;
  /* hide text behind the cursor */
  /* margin: 0.5rem auto; */
  font-family: "Major Mono Display", monospace;
  font-size: 2rem;
  font-weight: bold;
  align-items: left;
}

.line__7 {
  border-right: 0px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__7 2s steps(30, end) 1s 1 normal both, animated-cursor__7 400ms steps(30, end) 8;
}

.line__8 {
  border-right: 2px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__8 3s steps(30, end) 1s 1 normal both, animated-cursor__8 400ms steps(30, end) infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes animated-cursor__7 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-cursor__8 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-text__7 {
  from {
    width: 0;
  }

  to {
    width: 72rem;
  }
}

@keyframes animated-text__8 {
  from {
    width: 0;
  }

  to {
    width: 55rem;
  }
}

/* typing text animation for slider 4 */
/* typing text animation for slider 3 */
.line__5,
.line__6 {
  white-space: nowrap;
  /* keep text in one line */
  overflow: hidden;
  /* hide text behind the cursor */
  /* margin: 0.5rem auto; */
  font-family: "Major Mono Display", monospace;
  font-size: 2rem;
  font-weight: bold;
  align-items: left;
}

.line__5 {
  border-right: 0px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__5 2s steps(30, end) 1s 1 normal both, animated-cursor__5 400ms steps(30, end) 8;
}

.line__6 {
  border-right: 2px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__6 3s steps(30, end) 1s 1 normal both, animated-cursor__6 400ms steps(30, end) infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes animated-cursor__5 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-cursor__6 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-text__5 {
  from {
    width: 0;
  }

  to {
    width: 72rem;
  }
}

@keyframes animated-text__6 {
  from {
    width: 0;
  }

  to {
    width: 46rem;
  }
}

/* typing text animation for slider 3 */
/* typing text animation for slider 2 */
.line__3,
.line__4 {
  white-space: nowrap;
  /* keep text in one line */
  overflow: hidden;
  /* hide text behind the cursor */
  /* margin: 0.5rem auto; */
  font-family: "Major Mono Display", monospace;
  font-size: 2rem;
  font-weight: bold;
  align-items: left;
}

.line__3 {
  border-right: 0px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__3 2s steps(30, end) 1s 1 normal both, animated-cursor__3 400ms steps(30, end) 8;
}

.line__4 {
  border-right: 2px solid rgba(249, 249, 249, 0.9);
  /* define animation types for text + cursor */
  animation: animated-text__4 3s steps(30, end) 1s 1 normal both, animated-cursor__4 400ms steps(30, end) infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes animated-cursor__3 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-cursor__4 {
  from {
    border-right-color: rgba(17, 17, 17, 0.9);
  }

  to {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes animated-text__3 {
  from {
    width: 0;
  }

  to {
    width: 62rem;
  }
}

@keyframes animated-text__4 {
  from {
    width: 0;
  }

  to {
    width: 42rem;
  }
}

/* typing text animation for slider 2 */
.slider img {
  background: linear-gradient(to top, rgba(245, 246, 252, 0.52), rgba(26, 22, 25, 0.73));
  /* height: 70vh; */
}

.content {
  position: absolute;
  bottom: 20%;
  color: #fff;
  width: 100%;
  padding: 0px 0px;
  text-align: left;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  transition: all 1s ease-in-out;
}

@media only screen and (max-device-width: 767px) {
  .slider img {
    background: linear-gradient(to top, rgba(245, 246, 252, 0.52), rgba(26, 22, 25, 0.73));
    height: 60vh;
    object-fit: cover;
  }

  .content {
    position: absolute;
    bottom: 5%;
    color: #fff;
    width: 100%;
    padding: 0px 0px;
    text-align: left;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    transition: all 1s ease-in-out;
  }
}

@media only screen and (max-device-width: 767px) {
  .content h2 {
    padding: 0px 25px;
    font-size: 22px !important;
    align-items: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
  }
}

@media only screen and (max-device-width: 767px) {
  .content p {
    padding: 0px 25px;
    font-size: 10px !important;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
  }
}

.content h2 {
  padding: 0px 30px;
  font-size: 50px;
  align-items: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
}

.content p {
  padding: 0px 30px;
  font-size: 14px;
  text-align: left;
  line-height: 29px;
  /* font-weight: 600; */
  font-family: 'Poppins', sans-serif;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
}

/* end slider */
/* our supporter section */
.prodtitle h3 {
  font-size: 35px;
  color: #38424c;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.prodtitle h2 {
  font-size: 20px;
  color: #38424c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.full {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #f2f5f7;
}

.site-section {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
}

.part p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-justify: initial;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  margin-bottom: 2em;
}

.slick-slide img{
  height: auto;
  width:100%;
}

/* end our supporter section */
/* our team section */
.sec-title h2 {
  display: block;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin: 0px;
  color: #13749e;
}

.sec-title h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 0px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #13749e;
}

.sec-title p {
  position: relative;
  color: #282828;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
  
}

.team-img {
  border: 5px solid #fff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.26);
}

.prodimg-p {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #13749e;
  font-weight: 600;
  margin-bottom: 5px;
}

.prodimg1-p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #56656ad9;
}

.prodimg img {
  object-fit: cover;
  border-radius: 20px;
  height: auto;
  width:100%
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #66b3dc59;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(74 153 211 / 30%);
}

/* end our team section */
/* heading of each section code */
.hover {
  position: relative;
  display: grid;
  place-items: center;
}

.team {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: 9px;
}

.team1 {
  position: relative;
  display: grid;
  place-items: left;
  margin-left: 9px;
}

h1 {
  color: transparent;
  text-align: center;
  place-items: center;
  color: #212925;
  text-shadow: none;
  font: 500 35px Quicksand;
  font-family: 'Poppins', sans-serif;
  padding: 0px 0px;
  margin: 0px 0px 0px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hover:hover h1 {
  transform: scale(1.5);
  color: #13749e;
  -webkit-text-stroke: 2px transparent;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* heading of each section code */
/* read more button js class */
#more {
  display: none;
}

#more1 {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

#more6 {
  display: none;
}

/* end read more button js class */
/* team page */
.team-padding {
  padding: 0px 0px 0px 50px;
}

@media only screen and (max-device-width: 767px) {
  .team-padding {
    padding: 0px 0px 0px 0px;
  }
}

.circle-1 {
  position: absolute;
  top: -35px;
  right: -34px;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}

.circle-5 {
  position: absolute;
  top: -27px;
  left: -28px;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}

.rotate {
  animation: rotation 30s infinite linear;
}

.circle-3 {
  position: absolute;
  left: 33px;
  bottom: 78px;
  width: 83px;
  height: 82px;
  background-repeat: no-repeat;
}

.circle-6 {
  position: absolute;
  right: 32px;
  bottom: 40px;
  width: 83px;
  height: 82px;
  background-repeat: no-repeat;
}

.circle-4 {
  position: absolute;
  left: -32px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background: #edeff1;
  border-radius: 50%;
  z-index: -1;
}

.circle-8 {
  position: absolute;
  left: -32px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background: #f0faff;
  border-radius: 50%;
  z-index: 0;
}

.circle-7 {
  position: absolute;
  right: 2px;
  bottom: -35px;
  width: 130px;
  height: 130px;
  background: #13749e;
  border-radius: 50%;
  z-index: 0;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.footer-team li {
  padding: 0px 10px;
}

.footer-team i {
  color: #142441;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background-color: #f2f3f5;
}

.footer-deactivated i {
  color: #142441;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #f2f3f536;
}

.footer-team i:hover {
  color: #fff;
  background-color: #13749e;
  transition: all 1s;
}

/* end team page */
.medi-p {
  font-size: 45px;
  font-weight: 700;
  color: #13749e;
  margin-top: 0;
  margin-bottom: 0;
}

/* header for all pages code */
.Journey-divider1 {
  width: 32%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

.Journey-divider2 {
  width: 16%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Journey-divider2:hover {
  width: 32%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out;
}

.Team-divider1 {
  width: 14%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

p {
  font-family: 'Poppins', sans-serif;
}

.Team-divider2 {
  width: 7%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Team-divider2:hover {
  width: 14%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out
}

.Product-divider1 {
  width: 26%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

.Product-divider2 {
  width: 13%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Product-divider2:hover {
  width: 26%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out
}

.Career-divider1 {
  width: 18%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

.Career-divider2 {
  width: 9%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Career-divider2:hover {
  width: 18%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out
}

.Contact-divider1 {
  width: 30%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

.Contact-divider2 {
  width: 15%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Contact-divider2:hover {
  width: 30%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out
}

.Terms-divider1 {
  width: 48%;
  background-color: #abb8c3;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
}

.Terms-divider2 {
  width: 24%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px
}

.Terms-divider2:hover {
  width: 48%;
  background-color: #137493;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 6px 0;
  align-items: center;
  position: relative;
  top: -23px;
  transition: all 0.2s ease-in-out
}

.bg-color-1 {
  background: #f0f2f5;
  height: 30vh;
}

.about-content {
  position: relative;
  top: 50px;
  left: 0;
  right: 0;
  color: #13749e;
  width: 100%;
  padding: 0px 141px;
  text-align: center;
}

.about-content h3 {
  padding: 0px 230px;
  top: 50px;
  font-size: 37px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

@media only screen and (max-device-width: 767px) {
  .about-content {
    position: relative;
    top: 19px;
    left: 0;
    right: 0;
    color: #13749e;
    width: 100%;
    padding: 28px 48px;
    ;
    text-align: center;
  }

  .about-content h3 {
    padding: 0px 0px;
    bottom: 0px;
    color: #13749e;
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
}

/*end  header for all pages code */
/* working section */
.footer-contact-sin-left i {
  color: #94c2d1;
  font-size: 25px;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: 15px;
  display: block;
}

.footer-contact-sin-left {
  margin-right: 12px;
  float: left;
}

.footer-contact-sin {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.footer-contact-sin-right {
  width: 77%;
  float: left;
}

.footer-contact-sin-right p {
  margin-top: 8px;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}

.address-map-title {
  color: #ffffff94;
  font-size: 10px;
  /* font-weight: 700; */
}

.address-map-a {
  font-size: 13px;
  text-decoration: none;
  color: #ffff;
  font-family: 'Poppins', sans-serif;
}

.sociallink h3 {
  font-weight: 500;
  color: #efefef;
  margin-left: 30px;
  font-size: 26px;
  padding-top: 45px;
}

.googlemap {
  margin-top: -475px;
}

@media screen and (max-width: 786px) {
  .googlemap {
    margin-top: 0;
  }
}

.working {
  width: 27%;
  margin: 0;
  height: 428px;
  padding: 0 10px;
  position: relative;
  top: 428px;
  z-index: 1;
  left: 204px;
  background-color: #13749e;
  display: block;
}

@media screen and (max-width: 786px) {
  .working {
    width: 22%;
    margin: 0;
    height: 428px;
    padding: 0 10px;
    position: relative;
    top: 428px;
    z-index: 1;
    left: 204px;
    background-color: #f0faff;
    display: none;
  }
}

/*end  working section */
/* footer page css */
.footer-i li {
  padding: 0px 5px;
}

.footer-i i {
  color: #13749e;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #f2f3f5;
}

.footer-i i:hover {
  color: #f2f3f5;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #13749e;
  transition: all 0.2s ease-in-out;
  transform: translate(0, -10%);
}

.footer-li {
  display: inline-flex;
}

.footer-li li {
  padding: 0px 8px;
}

.footer-li i {
  color: #94c2d1;
}

.footer-li i:hover {
  font-size: 16px;
  text-align: center;
  color: #13749e;
  transition: all 0.2s ease-in-out;
}

.footer-menu {
  text-align: left;
  padding: 0px 60px;
}

.footer-logo img {
  object-fit: contain;
  width: 269px;
  padding: 15px;
}

.footer-p p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.site-footer {
  padding: 4em 0;
  background: #f0faff;
  padding-bottom: 1em;
}

.input-group-prepend button {
  border: none;
  background-color: #13749e;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding: 0px 20px;
  right: 53px;
  position: relative;
}

.site-footer a {
  color: #13749e;
  font-size: 14px;
  font-weight: 400;
}

.site-footer p {
  color: #13749e;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: #13749e;
  font-size: 14px;
  font-weight: 400;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-heading {
  font-size: 16px;
  color: #13749e;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.border-top p {
  color: #fff;
}

.copy p {
  font-size: 12px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-justify: initial;
}

.bg-sucess {
  background-color: #f8f7fa;
}

/* end footer page css */
/* button out motto and about us */
.button {
  border-radius: 4px;
  background-color: #212529;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 12px 33px;
  width: 200px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 5px;
}

.button:hover {
  border-radius: 4px;
  background-color: #13749e;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 12px 33px;
  width: 200px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.button span:after {
  content: '\279c';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  margin-right: -10px;
  transition: all 0.2s ease-in-out;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  color: #fff;
}

/* end  button out motto and about us */
/* button our Team */
.button1 {
  border-radius: 4px;
  background-color: #212529;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 12px 33px;
  width: 200px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 5px;
}

.button1:hover {
  border-radius: 4px;
  background-color: #13749e;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 12px 33px;
  width: 200px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 5px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.button1 span:after {
  content: '\2193';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  margin-right: -10px;
  transition: all 0.2s ease-in-out;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
  color: #fff;
}

/* end button our Team */
/* product page css */
.products-p {
  text-align: center;
  padding: 0px 194px;
}

@media only screen and (max-device-width: 767px) {
  .products-p {
    text-align: center;
    padding: 0px 10px;
  }
}

.product-h3 {
  text-align: center;
  font-size: 35px;
  font-family: 700;
  font-family: 'Poppins', sans-serif;
  color: #13749e;
}

.productimg img {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.productimg img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.strip {
  padding: 25px 50px;
  background-color: #13749e;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

/* end product page css */
/* career page drag drop css */
.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.80rem;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  text-indent: 10px;
  background-clip: padding-box;
  border: 1px solid #f4f6f9;
  border-radius: 1.50rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form {
  background-color: #f0f2f5;
  padding: 25px;
  background: #edeff1;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
}

.firstCharecter-text {
  font-size: 40px;
  color: #13749e
}

.upload-icon i {
  font-size: 45px;
  margin-top: 12px;
  color: #38424c;
}

.drag-drop {
  width: 475px;
  height: 140px;
  padding: 2rem;
  text-align: center;
  border: dashed 1px #979797;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 767px) {
  .drag-drop {
    width: 311px;
    height: 217px;
    padding: 2rem;
    text-align: center;
    border: dashed 1px #979797;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
  }
}

.drag-drop input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

label {
  color: #38424c;
  width: 183px;
  height: 44px;
  border-radius: 21.5px;
  background-color: #d6dce3;
  padding: 8px 16px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #38424c;
}

.modal-box {
  padding: 3px 0px 31px;
  font-size: 17px;
}

.fileover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.files-list {
  margin-top: -5.5rem;
}

.single-file {
  display: flex;
  padding: 1.7rem 1.2rem;
  justify-content: space-between;
  align-items: center;
  /* border: dashed 1px #979797; */
  border-radius: 10px;
  margin-bottom: 1rem;
  background-color: #edeff1;
  z-index: 999;
}

.delete {
  display: flex;
  margin-left: 0.5rem;
  cursor: pointer;
  align-self: flex-end;
}

.name {
  font-size: 16px;
  font-weight: 500;
  color: #353f4a;
  margin: 0;
}

.size {
  font-size: 12px;
  font-weight: 500;
  color: #a4a4a4;
  margin: 0;
  margin-bottom: 0.25rem;
}

.info {
  width: 100%
}

.contact-showtext-danger {
  text-align: left;
  font-size: 12px;
  margin-left: 24px;
}

.show-text-danger {
  font-size: 12px;
  margin-left: 24px;
}

.max-char-500 {
  color: #000;
  font-size: 11px;
  text-align: right;
}

/* end career page drag drop css */
/*career page animation*/
.lets-animation {
  position: relative;
  margin: 0 auto;
  visibility: visible;
  animation-delay: 600ms;
  animation-name: fadeIn;
}

.lets-animation-a {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  color: #13749e;
  transition: all .3s ease 0s;
}

.lets-animation-text {
  position: absolute;
  top: 65px;
  left: 0;
}

.lets-animation-a:hover .lets-animation-text {
  position: absolute;
  top: 75px;
  left: 105px;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  color: #f0f2f5;
  z-index: 999;
}

.lets-animation-bg-block {
  margin-top: 15px;
  margin-left: 60px;
  height: 230px;
  width: 230px;
  background-color: #a3dcf6;
}

.lets-animation-a:hover .lets-animation-bg-block {
  margin-top: 15px;
  margin-left: 60px;
  height: 230px;
  width: 230px;
  background-color: #137493;
  /* border-radius: 120px; */
  transition: all .3s ease 0s;
  -webkit-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  -moz-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  -ms-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
}

/*end career page animation*/
/* animation for contacu us */
.lets-animation1 {
  position: relative;
  margin: 0 auto;
  visibility: visible;
  animation-delay: 600ms;
  animation-name: fadeIn;
}

.lets-animation1-a {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  color: #13749e;
  transition: all .3s ease 0s;
}

.lets-animation1-text {
  position: absolute;
  top: 65px;
  left: 0;
}

.lets-animation1-a:hover .lets-animation1-text {
  position: absolute;
  top: 65px;
  left: 100px;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  color: #303030;
  z-index: 999;
}

.lets-animation1-bg-block {
  margin-top: 15px;
  margin-left: 60px;
  height: 170px;
  width: 170px;
  background-color: #a3dcf6;
}

.lets-animation1-a:hover .lets-animation1-bg-block {
  margin-top: 15px;
  margin-left: 22px;
  height: 170px;
  width: 170px;
  background-color: #13749e;
  /* border-radius: 120px; */
  transition: all .3s ease 0s;

  /* height: 100px; */
  -webkit-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  -moz-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  -ms-clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
  clip-path: polygon(
    50% 0, 90% 19%, 100% 62%, 72% 100%, 28% 100%, 0 62%, 10% 19%
  );
}


/*end  animation for contacu us */