
body {
    font-family:'Oak Sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oak Sans', sans-serif;
  font-weight: 700;
}

body p {
  font-weight: 400;
}

header {
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-bottom: 5px solid #0670C0;
}

img {
  width: 100%;
  border-radius: 0.25rem;
}

.twitter {
  font-size: 24px;
  text-decoration: none;
}

.twitter::hover {
  text-decoration: none;
}

.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat;
  background-position: 100% 70%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner {
  background-size: cover;
}

.carousel-caption {
  color: white;
}

.carousel-caption h1 {
  text-transform: unset;
  font-weight: 900;
  font-size: 4em;
}

.hero-inner-banner-caption h1 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 4em;
}

.navbar-brand img {
  max-width: 150px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #0670C0;
  font-weight: 700;
}




.what-we-do .card img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}

.what-we-do .card {
  box-shadow: rgb(99 99 99 / 10%) 0px 4px 6px 0px;
  border: none;
}

.fact-type2 {
  background-color: #0670C0;
/*  background-image: url("../images/map-bg.png");*/
  /* background-image: linear-gradient(to right, #005cea 0%, #00c5fb 50%, #005cea 100%); */
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: #fff;
  font-weight: 700;
}

.what-we-do {
  background-image: url("../images/polygon.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.site-footer {
/*  background-image: url("../images/map-bg.png");*/
  background-repeat: no-repeat;
  background-position: 50% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.owl-nav {
  display: none;
}

.numb-count-wrap {
  font-size: 36px;
}
footer a {
  color: #FFF
}

footer p{
  color: #fff;
    opacity: 0.8;
    margin-top: 10px;
    font-size: 15px;
}

footer a:hover {
  color: #ffffff;
}

.bottom-footer {
  background-color: #0670C0;
  color: #FFFFFF;
  border-bottom: 2px solid #0670C0;
}

.bottom-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.site-footer {
  background-color: #212529;
  /* background-image: linear-gradient(to bottom, #005cea 0%, #00c5fb 90%, #005cea 100%); */
}

.social-media {
  list-style: none;
}

ul.social-media {
  padding-left: 0;
}

ul.social-media h6,
.site-footer h6 {
  color: #fff;
}

ul.social-media li .bi:before {
  font-size: 21px;
  color: #fff;
}
ul.social-media li {
  display: inline-block;
}

.hero-inner-banner {
  background-repeat: no-repeat;
  background-position: 100% 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.hero-inner-banner-caption {
  display: table;
  height: 40vh;
}
.hero-inner-banner-caption .content {
  display: table-cell;
  vertical-align: middle;
}

.cta a.btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
}

#case-study {
  width: 100%;
/*  background-image: url("../images/about-us-hero-banner-bg.png");*/
  background-repeat: no-repeat;
  background-position: 100% 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about-us {
  width: 100%;
}

#our-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
}

#our-products ul {
  display: block;
  padding: 0;
}

#our-products ul li {
  width: 100%;
  display: inline-block;
}

.contact h3 {
  text-transform: capitalize;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 0px 17px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #d8e2eb;
  height: 65px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 17px 40px 21px 40px;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  background: #006aec;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
}

.hv-linear-gradient .linear-color {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #005cea 0%, #00c5fb 50%, #005cea 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  border-radius: 5px;
}

#toTop {
  padding: 5px 3px;
  color: #fff;
  position: fixed;
  right: 10px;
  display: none;
  font-size: 24px;
  bottom: 50px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #0670c0;
  background: #0670c0;
}

.our-journey {
  width: 100%;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  overflow: hidden;
  background-color: #F4F7F8;
}

#toTop span {
  font-size: 8px;
  display: inherit;
  text-transform: uppercase;
}

.member-image img{
  width: 100%;
  max-width: 120px;
}

#organization-structure{
  background-color: #f3f5fb;
}


@media (max-width: 1366px) {
  .carousel-caption h1, 
  .hero-inner-banner-caption h1 {
      font-size: 48px;
  }
  
}


@media (max-width: 768px) {
  .carousel-caption {
      top: 20vh;
  }
  .carousel-caption h1,
  .hero-inner-banner-caption h1 {
    font-size: 24px;
    font-weight: 700;
  }

  .hero-inner-banner-caption h1 {
      font-size: 30px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
      height: 75vh;
      background-position: 55% 100%;
  }
  .carousel-caption {
      top: 50vh;
      right: 5%;
      left: 5%;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px;
      border-radius: 5px;
  }

  body h2 {
      font-size: 24px;
  }

  .carousel-caption-description br {
      display: none;
  }

  .hero-inner-banner-caption h1 {
      font-size: 24px;
  }
  .contact h3 {
      font-size: 18px;
  }
  #toTop {
      bottom: 75px;
  }
  .hero-inner-banner {
      background-position: 70% 40%;
  }

  .fact-type2 .counter{
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .fact-type2 .counter:nth-child(3),
  .fact-type2 .counter:nth-child(4){
    border-top: 0;
  }

  .fact-type2 .counter:nth-child(1),
  .fact-type2 .counter:nth-child(3){
    border-right: 0;
  }


}
